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

    Interface ApiPerpetualsVaultOwnerWithdrawPerformanceFeesTxResponse

    Response for owner-fee withdrawal transactions.

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

    PTB argument for the withdrawn fee coin output.

    sponsorSignature?: string

    Sponsor signature returned for a sponsored transaction, if any.

    txKind: string

    Serialized transaction kind for withdrawing performance fees.