Built-in events
Paima Engine comes with built-in events:
BatcherHash
for whenever a batcher has an update about the progress of a user's transtionRollupBlock
for whenever a new block is created in the rollup
These built-in events can be imported using
import { BuiltinEvents } from '@paima/sdk/events';