Internal transaction list response item

Txlistinternal

interface Txlistinternal {
    blockNumber?: string;
    timestamp?: string;
    hash?: string;
    from?: string;
    to?: string;
    value?: string;
    contractAddress?: string;
    input?: string;
    type?: string;
    gas?: string;
    errCode?: string;
}

Properties

blockNumber?: string

Block number

timestamp?: string

Timestamp of the transaction

hash?: string

Parent transaction hash

from?: string

Sender address

to?: string

Recipient address

value?: string

Transaction value in Drip

contractAddress?: string

Contract address if created

input?: string

Input data

type?: string

Transaction type

gas?: string

Gas limit

errCode?: string

Error message if failed