Binance Web3 Connector JS
    Preparing search index...

    GetTransactionsByAddressResponseDataInner

    interface GetTransactionsByAddressResponseDataInner {
        cursor?: string;
        transactionList?: GetTransactionsByAddressResponseDataInnerTransactionListInner[];
    }
    Index

    Properties

    cursor?: string

    Cursor for the next page within this chain. Empty string when no more pages.

    GetTransactionsByAddressResponseDataInner

    Transaction history items, sorted by time (descending).

    GetTransactionsByAddressResponseDataInner