aftermath-ts-sdk - v3.3.3
    Preparing search index...

    Interface SdkTransactionResponse

    Client-facing response containing a transaction object reconstructed by the SDK.

    interface SdkTransactionResponse {
        tx: Transaction;
    }
    Index
    tx: Transaction

    Transaction block ready for the caller to sign, compose, or submit.