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

    Interface ApiPerpetualsVaultOwnerWithdrawPerformanceFeesTxBody

    API body for the vault owner withdrawing collected fees.

    interface ApiPerpetualsVaultOwnerWithdrawPerformanceFeesTxBody {
        recipientAddress?: string;
        txKind?: string;
        vaultId: string;
        withdrawAmount: bigint;
    }
    Index
    recipientAddress?: string

    Optional recipient of the fee coin.

    txKind?: string

    Optional serialized transaction kind to extend.

    vaultId: string

    Vault from which performance fees are withdrawn.

    withdrawAmount: bigint

    Fee amount in the collateral coin's smallest unit.