interface TreeAccountTransactionData {
    child_transaction: number;
    gas_limit: string;
    parent_count: number;
    result_hash: string;
    status: string;
    success_execute_limit: number;
    transaction_hash: string;
    value: string;
}

Properties

child_transaction: number
gas_limit: string
parent_count: number
result_hash: string
status: string
success_execute_limit: number
transaction_hash: string
value: string