Binance Web3 Connector JS
    Preparing search index...

    GetTransactionsByAddressResponse

    interface GetTransactionsByAddressResponse {
        code?: number;
        data?: GetTransactionsByAddressResponseDataInner[];
        msg?: string;
        success?: boolean;
        timestamp?: number | bigint;
    }
    Index

    Properties

    code?: number

    GetTransactionsByAddressResponse

    One entry per queried chain. Each entry contains a transaction list and its own pagination cursor.

    GetTransactionsByAddressResponse

    msg?: string

    GetTransactionsByAddressResponse

    success?: boolean

    GetTransactionsByAddressResponse

    timestamp?: number | bigint

    GetTransactionsByAddressResponse