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

    Response returned by the Aftermath dynamic-gas HTTP endpoint.

    interface ApiDynamicGasResponse {
        sponsoredSignature: string;
        txBytes: string;
    }
    Index
    sponsoredSignature: string

    The sponsor signature paired with txBytes.

    txBytes: string

    The transaction bytes returned by the service after gas preparation. Keep this serialized string for the signing or execution flow expected by the dynamic-gas service.