Skip to content

@swapped/connect-sdk / core / WalletTransferMinAmount

Type Alias: WalletTransferMinAmount

WalletTransferMinAmount = object

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

Properties

crypto

crypto: string

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

Minimum in source token units (what the user enters). For swap/bridge this is destination min converted via exchange rates. Always ceiled to the source token's display decimals so typing the shown value cannot fall below the true minimum.


fiat?

optional fiat?: string | null

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

Fiat value of the minimum when rates are known (currently USD). Ceiled to cents from the enterable crypto min (not truncated).