Skip to content

@swapped/connect-sdk / core / WalletTransferDestination

Type Alias: WalletTransferDestination

WalletTransferDestination = object

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

Where funds are expected to land for the resolved flow.

Properties

address

address: string | null

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

Merchant / session withdraw address when known.


decimals?

optional decimals?: number

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

Destination token decimals when known.


minAmount?

optional minAmount?: string | null

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

Minimum deposit in destination token units, when known.


network

network: Network

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

Destination network.


symbol

symbol: TokenSymbol

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

Destination token symbol.


tokenAddress

tokenAddress: string | null

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

Destination token contract address, or null for native.