Binance Web3 Connector JS
    Preparing search index...

    Interface SimulateTransactionsResponseDataBalanceChangesInner

    SimulateTransactionsResponseDataBalanceChangesInner

    interface SimulateTransactionsResponseDataBalanceChangesInner {
        change?: string;
        contractAddress?: string;
        owner?: string;
        tokenType?: string;
    }
    Index

    Properties

    change?: string

    Signed balance delta in the smallest token unit (integer string). Negative for outflows, positive for inflows.

    SimulateTransactionsResponseDataBalanceChangesInner

    contractAddress?: string

    Token contract address. Empty / native marker for the chain's native asset.

    SimulateTransactionsResponseDataBalanceChangesInner

    owner?: string

    Address whose balance is changing.

    SimulateTransactionsResponseDataBalanceChangesInner

    tokenType?: string

    Token standard.

    SimulateTransactionsResponseDataBalanceChangesInner