Skip to content

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

ExpiryExtendedEvent

ExpiryExtendedEvent = EntityEventContext & object

Defined in: src/types/events.ts:45

An entity’s expiry moved further out.

entityKey: Hex

expiresAt: bigint

The block the entity is now set to expire at.

owner: Address

The entity’s owner — not whoever extended it. An entity created with permissionlessExtension can be extended by anyone, and the event does not say by whom; read the transaction’s sender if you need that.

type: "ExpiryExtended"