Binance Web3 Connector JS
    Preparing search index...

    Interface GetTransactionsByAddressResponseDataInnerTransactionListInnerToInner

    GetTransactionsByAddressResponseDataInnerTransactionListInnerToInner

    interface GetTransactionsByAddressResponseDataInnerTransactionListInnerToInner {
        address?: string;
        amount?: string;
    }
    Index

    Properties

    Properties

    address?: string

    Receiver address. For multi-sig transactions, comma-separated.

    GetTransactionsByAddressResponseDataInnerTransactionListInnerToInner

    amount?: string

    Output amount.

    GetTransactionsByAddressResponseDataInnerTransactionListInnerToInner