etherscan-api
    Preparing search index...

    Interface InternalTransaction

    An internal transaction (account.txlistinternal).

    interface InternalTransaction {
        blockNumber: string;
        contractAddress: string;
        errCode: string;
        from: string;
        gas: string;
        gasUsed: string;
        hash: string;
        input: string;
        isError: string;
        timeStamp: string;
        to: string;
        traceId: string;
        type: string;
        value: string;
    }
    Index

    Properties

    blockNumber: string
    contractAddress: string
    errCode: string
    from: string
    gas: string
    gasUsed: string
    hash: string
    input: string
    isError: string
    timeStamp: string
    to: string
    traceId: string
    type: string
    value: string