Skip to content

WaitForTxOptions

Defined in: src/Client.ts:80

Options for waiting on a transaction.

Since

0.10.0

Properties

timeout?

readonly optional timeout: number

Defined in: src/Client.ts:82

Timeout in milliseconds. If the transaction isn’t finalized within this duration, a TxTimeoutError is thrown.