EntityCreatedEvent
EntityCreatedEvent =
EntityEventContext&object
Defined in: src/types/events.ts:21
An entity was created.
Type Declaration
Section titled “Type Declaration”creationFlags
Section titled “creationFlags”creationFlags:
ResolvedCreationFlags
The immutable properties the entity was created with, decoded from its creationFlags byte.
entityKey
Section titled “entityKey”entityKey:
Hex
expiresAt
Section titled “expiresAt”expiresAt:
bigint
The block the entity is set to expire at.
owner:
Address
type:
"EntityCreated"