Appearance
@swapped/connect-sdk / core / WalletTransferStatusEvent
Type Alias: WalletTransferStatusEvent
WalletTransferStatusEvent =
object
Defined in: src/types/wallets.transfer.types.ts:28
Properties
clientTxId
clientTxId:
string
Defined in: src/types/wallets.transfer.types.ts:30
Frontend-only correlation id from the send / submit request.
error?
optionalerror?:object
Defined in: src/types/wallets.transfer.types.ts:35
code
code:
string
message?
optionalmessage?:string
hash?
optionalhash?:string
Defined in: src/types/wallets.transfer.types.ts:33
On-chain hash once known; kept on later events.
isSponsored?
optionalisSponsored?:boolean
Defined in: src/types/wallets.transfer.types.ts:34
status
status:
WalletTransferStatus
Defined in: src/types/wallets.transfer.types.ts:31