Skip to content

@swapped/connect-sdk / core / CoinbaseWithdrawalAmountValidation

Type Alias: CoinbaseWithdrawalAmountValidation

CoinbaseWithdrawalAmountValidation = { amount: number; maxAmount: number; minAmount: number; ok: true; } | { amount: number; maxAmount: number; minAmount: number; ok: false; reason: CoinbaseWithdrawalAmountValidationReason; }

Defined in: src/types/coinbase.types.ts:232