Appearance
@swapped/connect-sdk / core / WalletTransactionStatusEvent
Type Alias: WalletTransactionStatusEvent
WalletTransactionStatusEvent =
object
Defined in: src/types/wallets.types.ts:164
Properties
clientTxId
clientTxId:
string
Defined in: src/types/wallets.types.ts:166
Frontend-only correlation id from the send request.
error?
optionalerror?:object
Defined in: src/types/wallets.types.ts:171
code
code:
string
message?
optionalmessage?:string
hash?
optionalhash?:string
Defined in: src/types/wallets.types.ts:169
On-chain hash once known; kept on later events.
isSponsored?
optionalisSponsored?:boolean
Defined in: src/types/wallets.types.ts:170
status
status:
WalletTxStatus
Defined in: src/types/wallets.types.ts:167