Skip to content

Lifetime = Expiry & object

Defined in: src/entity/expiry.ts:41

An expiry that is nothing but a duration — what the ExpirationTime.from* helpers return.

Distinguished from a full Expiry by its expiresAt being the literal 0n, which is what keeps atBlock(x, { atLeast: atBlock(y) }) from compiling: a deadline is not a floor.

readonly expiresAt: 0n