Skip to content

@swapped/connect-sdk / core / WalletTransferRestrictions

Type Alias: WalletTransferRestrictions

WalletTransferRestrictions = object

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

Feature flags and mins derived from swap/bridge config + session.

Properties

bridgeEnabled

bridgeEnabled: boolean

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

Whether bridge is enabled for this source.


destinationMinAmount

destinationMinAmount: string | null

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

Destination min amount string when known.


shouldUseBridge

shouldUseBridge: boolean

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

True when swap is off and bridge should be used instead.


swapEnabled

swapEnabled: boolean

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

Whether same-chain (or swap-API) swap is enabled for this source.