Skip to content

@swapped/connect-sdk / core / WalletTransferValidation

Type Alias: WalletTransferValidation

WalletTransferValidation = { ok: true; } | { code: "BELOW_MIN" | "INVALID_AMOUNT" | "WRONG_FLOW"; message: string; minAmount?: string; ok: false; }

Defined in: src/types/wallets.transfer.types.ts:215