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

    Interface ApiPerpetualsCreateAccountResponse

    Response from the create-account endpoint.

    When deferShare is false (default), returns txKind and optionally sponsorSignature. When deferShare is true, additionally returns deferred with argument references for PTB composition.

    interface ApiPerpetualsCreateAccountResponse {
        deferred?: DeferredAccountArgs;
        sponsorSignature?: string;
        txKind: string;
    }
    Index

    Deferred account argument references for downstream composition (only set when deferShare = true).

    sponsorSignature?: string

    Sponsor signature returned for a sponsored transaction, if any.

    txKind: string

    Serialized transaction kind for creating the account.