Skip to content

Braga has been retired. The next public testnet is coming in September 2026. Read the announcement →

Lifetime = Expiry & object

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

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