WatchOptions
Defined in: ootle/src/types.ts:56
Properties
Section titled “Properties”pollIntervalMs?
Section titled “pollIntervalMs?”
optionalpollIntervalMs?:number
Defined in: ootle/src/types.ts:58
How often to poll for the transaction result, in milliseconds. Defaults to 500ms.
timeoutMs?
Section titled “timeoutMs?”
optionaltimeoutMs?:number
Defined in: ootle/src/types.ts:60
Maximum time to wait before throwing a timeout error, in milliseconds. Defaults to 60000ms.