ExpiryExtendedEvent
ExpiryExtendedEvent =
EntityEventContext&object
Defined in: src/types/events.ts:45
An entity’s expiry moved further out.
Type Declaration
Section titled “Type Declaration”entityKey
Section titled “entityKey”entityKey:
Hex
expiresAt
Section titled “expiresAt”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"