Binance Web3 Connector JS
    Preparing search index...

    Interface GetTransactionsByAddressResponseDataInnerTransactionListInner

    GetTransactionsByAddressResponseDataInnerTransactionListInner

    interface GetTransactionsByAddressResponseDataInnerTransactionListInner {
        amount?: string;
        binanceChainId?: string;
        from?: GetTransactionsByAddressResponseDataInnerTransactionListInnerFromInner[];
        hitBlacklist?: boolean | null;
        itype?: string;
        methodId?: string | null;
        nonce?: string;
        symbol?: string;
        to?: GetTransactionsByAddressResponseDataInnerTransactionListInnerToInner[];
        tokenContractAddress?: string | null;
        txFee?: string;
        txHash?: string;
        txStatus?: string;
        txTime?: string;
    }
    Index

    Properties

    amount?: string

    Transaction amount in the token's smallest unit.

    GetTransactionsByAddressResponseDataInnerTransactionListInner

    binanceChainId?: string

    Chain identifier.

    GetTransactionsByAddressResponseDataInnerTransactionListInner

    Inputs (sender addresses and amounts).

    GetTransactionsByAddressResponseDataInnerTransactionListInner

    hitBlacklist?: boolean | null

    Whether the transaction matches a blacklist rule.

    GetTransactionsByAddressResponseDataInnerTransactionListInner

    itype?: string

    Transaction layer type. "0"=outer native-token transfer, "1"=internal contract native-token transfer, "2"=token transfer.

    GetTransactionsByAddressResponseDataInnerTransactionListInner

    methodId?: string | null

    Contract method ID (function selector). Null for plain native-token transfers.

    GetTransactionsByAddressResponseDataInnerTransactionListInner

    nonce?: string

    Sender's nonce for this transaction.

    GetTransactionsByAddressResponseDataInnerTransactionListInner

    symbol?: string

    Symbol of the transferred asset.

    GetTransactionsByAddressResponseDataInnerTransactionListInner

    Outputs (receiver addresses and amounts).

    GetTransactionsByAddressResponseDataInnerTransactionListInner

    tokenContractAddress?: string | null

    Token contract address. Null for native-token transfers.

    GetTransactionsByAddressResponseDataInnerTransactionListInner

    txFee?: string

    Transaction fee (native-token amount, decimal string).

    GetTransactionsByAddressResponseDataInnerTransactionListInner

    txHash?: string

    On-chain transaction hash.

    GetTransactionsByAddressResponseDataInnerTransactionListInner

    txStatus?: string

    Transaction status.

    GetTransactionsByAddressResponseDataInnerTransactionListInner

    txTime?: string

    Transaction time (Unix milliseconds, string form).

    GetTransactionsByAddressResponseDataInnerTransactionListInner