Skip to content

@swapped/connect-sdk / core / WalletTransferQuoteRequest

Type Alias: WalletTransferQuoteRequest

WalletTransferQuoteRequest = object

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

Properties

amount

amount: string

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

Human-readable crypto amount from the UI.


forceRefetch?

optional forceRefetch?: boolean

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

Bypass the swap/bridge quote cache. Default false — repeat plan+amount hits cache while the unused entry is still within keepUnusedDataFor (10s).


plan

plan: WalletTransferPlan

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

Previously resolved plan.