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

    Request body for transferring an account or vault capability.

    interface ApiPerpetualsTransferCapTxBody {
        capObjectId?: string;
        composed?: ComposedTransferArgs;
        recipientAddress: string;
        sponsor?: PerpetualsSponsorConfig;
        txKind?: string;
    }
    Index
    capObjectId?: string

    Object ID of the capability to transfer.

    Required for Method 1 (on-chain object); omit for Method 2 (composed flow).

    Composed PTB argument + capability type from a deferred flow.

    Required for Method 2 (composed flow); omit for Method 1.

    recipientAddress: string

    Recipient wallet address that should receive the capability object.

    Must be a valid Sui address string.

    Optional cached gas-pool sponsorship data.

    txKind?: string

    Optional serialized (base64) Sui TransactionKind to extend.

    When provided, the transfer operation is appended to the existing transaction.