pinax-network / substreams-antelope

Substreams for Antelope
https://docs.rs/substreams-antelope
Apache License 2.0
1 stars 0 forks source link

Add convenience filtering methods to `Block` #5

Closed YaroShkvorets closed 1 year ago

YaroShkvorets commented 1 year ago

Lowish priority.

Similarly to events() in substreams_ethereum, would be good to have corresponding methods for Antelope, so this is possible:

Of course, the generated ABI module (abi::token in this case) should implement decode() methods on those structs for that to work