EntityEventContext
EntityEventContext =
object
Defined in: src/types/events.ts:11
Where an event sits in the chain — carried by every on-chain entity event.
Operations apply in batch order and emit one event each, so blockNumber and logIndex together
are the order the operations were applied in. A replica that replays them in that order sees
exactly what the engine did.
Properties
Section titled “Properties”blockNumber
Section titled “blockNumber”blockNumber:
bigint
Defined in: src/types/events.ts:13
The block the operation was applied in.
logIndex
Section titled “logIndex”logIndex:
number
Defined in: src/types/events.ts:17
The event’s position within its block.
transactionHash
Section titled “transactionHash”transactionHash:
Hex
Defined in: src/types/events.ts:15
The transaction the operation was part of.