Skip to content

TxTimeoutError

Defined in: src/Client.ts:64

Error when a transaction wait exceeds the configured timeout.

Since

0.10.0

Extends

  • YieldableError<this> & object & Readonly<{ message: string; timeout: number; txHash: string; }>

Constructors

Constructor

new TxTimeoutError(args): TxTimeoutError

Defined in: node_modules/.pnpm/effect@3.21.0/node_modules/effect/dist/dts/Data.d.ts:610

Parameters

args
message

string

timeout

number

txHash

string

Returns

TxTimeoutError

Inherited from

Data.TaggedError('TxTimeoutError')<{ readonly txHash: string; readonly timeout: number; readonly message: string; }>.constructor

Properties

message

message: string

Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1077

Inherited from

Data.TaggedError('TxTimeoutError').message


timeout

readonly timeout: number

Defined in: src/Client.ts:66

Inherited from

Data.TaggedError('TxTimeoutError').timeout


txHash

readonly txHash: string

Defined in: src/Client.ts:65

Inherited from

Data.TaggedError('TxTimeoutError').txHash