Substreams for Antelope
This library contains the generated protobuffer for the Antelope blocks as well as helper methods to extract and parse block data.
📖 Documentation
https://docs.rs/substreams-antelope
Further resources
🛠Feature Roadmap
- Antelope blocks
- Block helper methods
- all_transaction_traces
- executed_transaction_traces
- transaction_traces_count
- executed_input_action_count
- executed_total_action_count
Install
$ cargo add substreams-antelope
Quickstart
Cargo.toml
[]
= "0.5"
= "0.1"
src/lib.rs
use *;
use Error;
use ;