cli
cli copied to clipboard
feat(pkg): add support to query and save TXs and events
Resolves #2488
Description
This feature should allow persisting transaction events in a data backend to be able to implement APIs that require storing events for indefinite periods of time.
Features:
- Add support to query and collect block transactions and events
- Add a package to collect and save TXs and events into a data backend
Really nice code! 👏