November 20, 2025Less than 1 minute
- BlockHandlers: On each and every block, run a mapping function
- TransactionHandlers: On each and every transaction, run a mapping function
- MessageHandlers: On each and every message that matches optional filter criteria, run a mapping function
- EventHandlers: On each and every event that matches optional filter criteria, run a mapping function
