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

    Interface ApiPerpetualsVaultProcessForceWithdrawRequestTxResponse

    Response body for force-withdraw processing transactions.

    • txKind is a serialized transaction kind the client can sign/submit.
    • coinOutArg (if present) is the transaction argument referencing the withdrawn collateral coin output.
    interface ApiPerpetualsVaultProcessForceWithdrawRequestTxResponse {
        coinOutArg: TransactionObjectArgument | undefined;
        sponsorSignature?: string;
        txKind: string;
    }
    Index
    coinOutArg: TransactionObjectArgument | undefined

    PTB argument for the withdrawn collateral coin output.

    sponsorSignature?: string

    Sponsor signature returned for a sponsored transaction, if any.

    txKind: string

    Serialized transaction kind for processing the request.