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

    Interface ApiPerpetualsWithdrawCollateralResponse

    Response body for withdraw-collateral transactions.

    The SDK typically uses txKind to reconstruct a transaction locally.

    interface ApiPerpetualsWithdrawCollateralResponse {
        coinOutArg: TransactionObjectArgument | undefined;
        sponsorSignature?: string;
        txKind: string;
    }
    Index
    coinOutArg: TransactionObjectArgument | undefined

    PTB argument for the withdrawn coin output, when available.

    sponsorSignature?: string

    Sponsor signature returned for a sponsored transaction, if any.

    txKind: string

    Serialized transaction kind for the withdrawal.