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

    Interface ApiTransactionResponse

    Raw response returned by an API endpoint that builds or sponsors a transaction.

    Caller converts txKind into the tx field exposed by SdkTransactionResponse or a package-specific response type.

    interface ApiTransactionResponse {
        sponsorSignature?: string;
        txKind: string;
    }
    Index
    sponsorSignature?: string

    Optional sponsor signature. Its presence means txKind is a full transaction.

    txKind: string

    Serialized transaction kind returned by the API.