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