Interface get_internal_txs_transfers_Item

interface get_internal_txs_transfers_Item {
    blockHash: string;
    blockNumber: number;
    blockTime: number;
    error: string;
    from: string;
    input: string;
    opcode: string;
    order: number;
    success: boolean;
    to: string;
    transactionHash: string;
    type: string;
    value: string;
}

Properties

blockHash: string
blockNumber: number
blockTime: number
error: string
from: string
input: string
opcode: string
order: number
success: boolean
to: string
transactionHash: string
type: string
value: string