WaitUntilTimestampOptions
Defined in: src/network-manager.ts:6
Options for waiting until a specific timestamp is reached on the blockchain.
Properties
Section titled “Properties”blockTimeSeconds?
Section titled “blockTimeSeconds?”
optionalblockTimeSeconds:number
Defined in: src/network-manager.ts:8
Estimated block time in seconds, used to calculate rounds to wait. Should be slightly lower than average to undershoot. Defaults to 2.7.
pollingIntervalMs?
Section titled “pollingIntervalMs?”
optionalpollingIntervalMs:number
Defined in: src/network-manager.ts:10
Polling interval in milliseconds when close to target. Defaults to 1000.
pollingTimeoutMs?
Section titled “pollingTimeoutMs?”
optionalpollingTimeoutMs:number
Defined in: src/network-manager.ts:12
Timeout in milliseconds for the polling loop. Defaults to 5000.