Skip to content

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

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.

optional atLeast: Lifetime

Defined in: src/utils/expirationTime.ts:14

Live at least this long from now, even if the deadline is sooner.