Skip to content

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

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.

blockNumber: bigint

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

The block the operation was applied in.


logIndex: number

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

The event’s position within its block.


transactionHash: Hex

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

The transaction the operation was part of.