Substreams development kit for Ethereum chains, contains Firehose Block model and helpers as well as utilities for Ethereum ABI encoding/decoding.
22
stars
9
forks
source link
WIP Added first working version of ABI generation for functions #8
Closed
maoueh closed 2 years ago
It's possible to:
pb::eth::v2::Call
into ABI generated "function" (extracts decoded params of a call)pb::eth::v2::Call
(extracts decoded output params of a call)There is good chance the API will slightly change or be improved based on feedback.