Skip to content

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

EntityCreatedEvent

EntityCreatedEvent = EntityEventContext & object

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

An entity was created.

creationFlags: ResolvedCreationFlags

The immutable properties the entity was created with, decoded from its creationFlags byte.

entityKey: Hex

expiresAt: bigint

The block the entity is set to expire at.

owner: Address

type: "EntityCreated"