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

    Interface ApiGasPoolSponsorResponse

    A complete sponsored transaction. The client signs transaction as the sender and submits it together with sponsorSignature; digest is what both signatures commit to.

    interface ApiGasPoolSponsorResponse {
        digest: string;
        sponsorSignature: string;
        transaction: string;
    }
    Index
    digest: string

    Digest of transaction.

    sponsorSignature: string

    The gas pool sponsor's signature over transaction.

    transaction: string

    Base64 BCS Transaction, gas payment and epoch bound already attached.