Skip to content

@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?

optional error?: object

Defined in: src/types/wallets.types.ts:171

code

code: string

message?

optional message?: string


hash?

optional hash?: string

Defined in: src/types/wallets.types.ts:169

On-chain hash once known; kept on later events.


isSponsored?

optional isSponsored?: boolean

Defined in: src/types/wallets.types.ts:170


status

status: WalletTxStatus

Defined in: src/types/wallets.types.ts:167