Appearance
@swapped/connect-sdk / core / ExecuteWalletTransferRequest
Type Alias: ExecuteWalletTransferRequest
ExecuteWalletTransferRequest =
object
Defined in: src/types/wallets.transfer.types.ts:258
Properties
amount
amount:
string
Defined in: src/types/wallets.transfer.types.ts:262
Human-readable crypto amount from the UI.
clientTxId?
optionalclientTxId?:string
Defined in: src/types/wallets.transfer.types.ts:266
Correlation id for status events. Generated when omitted.
onClientTxId?
optionalonClientTxId?: (clientTxId) =>void
Defined in: src/types/wallets.transfer.types.ts:268
Called with the id that will be used (provided or generated).
Parameters
clientTxId
string
Returns
void
onStatus?
optionalonStatus?: (event) =>void
Defined in: src/types/wallets.transfer.types.ts:270
Per-call status events. Same payload as wallets:transferStatus.
Parameters
event
Returns
void
plan
plan:
WalletTransferPlan
Defined in: src/types/wallets.transfer.types.ts:260
Previously resolved plan.
quote?
optionalquote?:WalletTransferQuote
Defined in: src/types/wallets.transfer.types.ts:264
Quote from getQuote.