Skip to content

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

optional error?: object

Defined in: src/types/wallets.transfer.types.ts:35

code

code: string

message?

optional message?: string


hash?

optional hash?: string

Defined in: src/types/wallets.transfer.types.ts:33

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


isSponsored?

optional isSponsored?: boolean

Defined in: src/types/wallets.transfer.types.ts:34


status

status: WalletTransferStatus

Defined in: src/types/wallets.transfer.types.ts:31