interface ExecutionOutcomeReceiptDetail {
    predecessor_id: string;
    receipt: {
        Action: ExecutionOutcomeReceiptAction;
    };
    receipt_id: string;
    receiver_id: string;
}

Properties

predecessor_id: string
receipt: {
    Action: ExecutionOutcomeReceiptAction;
}

Type declaration

receipt_id: string
receiver_id: string