Binance Web3 Connector JS
    Preparing search index...

    Solana transaction payload. Required when binanceChainId=CT_501.

    SimulateTransactionsRequestSolTx

    interface SimulateTransactionsRequestSolTx {
        address: string;
        base64Tx: string;
    }
    Index

    Properties

    Properties

    address: string

    Owner / fee-payer Solana address used to attribute balance changes.

    SimulateTransactionsRequestSolTx

    base64Tx: string

    Base64-encoded unsigned Solana transaction.

    SimulateTransactionsRequestSolTx