Appearance
@swapped/connect-sdk / core / WalletTransferResult
Type Alias: WalletTransferResult
WalletTransferResult =
object
Defined in: src/types/wallets.transfer.types.ts:247
Properties
clientTxId?
optionalclientTxId?:string
Defined in: src/types/wallets.transfer.types.ts:259
Correlation id used for onStatus / wallets:transferStatus.
flow
flow:
WalletTransferFlow
Defined in: src/types/wallets.transfer.types.ts:255
Product flow that produced this result.
hash
hash:
string
Defined in: src/types/wallets.transfer.types.ts:251
On-chain transaction hash.
isSponsored?
optionalisSponsored?:boolean
Defined in: src/types/wallets.transfer.types.ts:257
True when gas was sponsored.
retry?
optionalretry?:RegisterWalletTransferRequest
Defined in: src/types/wallets.transfer.types.ts:261
Present when status is requires_retry.
status
status:
WalletTransferResultStatus
Defined in: src/types/wallets.transfer.types.ts:249
Whether the merchant should show success or offer a retry.
type
type:
"evm"|"solana"|"bitcoin"
Defined in: src/types/wallets.transfer.types.ts:253
Chain family of the sent tx.