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