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

    Type Alias ApiPerpetualsVaultPreviewOwnerWithdrawPerformanceFeesResponse

    ApiPerpetualsVaultPreviewOwnerWithdrawPerformanceFeesResponse:
        | { error: string }
        | { feeCoinType: CoinType; maxFeesToWithdraw: Balance }

    Response body for previewing vault performance fee withdrawal.

    Type Declaration

    • { error: string }
      • error: string

        Error message returned when the operation cannot be completed.

    • { feeCoinType: CoinType; maxFeesToWithdraw: Balance }
      • feeCoinType: CoinType

        Coin type used to pay or receive the performance fees.

      • maxFeesToWithdraw: Balance

        Maximum performance-fee amount available to withdraw.