DeadlineOptions
DeadlineOptions =
object
Defined in: src/utils/expirationTime.ts:12
The optional floor a deadline can carry.
atLeast takes a duration — one of the from* helpers — and never another deadline, so
atBlock(x, { atLeast: atBlock(y) }) does not compile. Two deadlines are not a thing the engine
can resolve.
Properties
Section titled “Properties”atLeast?
Section titled “atLeast?”
optionalatLeast:Lifetime
Defined in: src/utils/expirationTime.ts:14
Live at least this long from now, even if the deadline is sooner.