Appearance
@swapped/connect-sdk / core / GetWalletTransferPlanRequest
Type Alias: GetWalletTransferPlanRequest
GetWalletTransferPlanRequest =
object
Defined in: src/types/wallets.transfer.types.ts:63
Inputs to pick which deposit flow a connected wallet + token should use.
Properties
bridgeDestination?
optionalbridgeDestination?:object
Defined in: src/types/wallets.transfer.types.ts:79
Bridge only: preferred destination token. Must appear in supportedTo; otherwise the default (supportedTo[0]) is used.
network
network:
Network
Preferred bridge destination network.
symbol
symbol:
TokenSymbol
Preferred bridge destination symbol.
network
network:
Network
Defined in: src/types/wallets.transfer.types.ts:67
Source token network.
symbol
symbol:
TokenSymbol
Defined in: src/types/wallets.transfer.types.ts:69
Source token symbol.
tokenAddress
tokenAddress:
string|null
Defined in: src/types/wallets.transfer.types.ts:74
Source token contract address, or null for the native asset. Required for unique token identity.
walletId
walletId:
WalletId
Defined in: src/types/wallets.transfer.types.ts:65
Connected wallet instance id.