Output
sf.substreams.vara.type.v1.Extrinsics
Inputs
Package ref
vara-common@v0.1.6Run package
CLI
Run filtered_extrinsics from the command line.
substreams run vara-common@v0.1.6 filtered_extrinsics -e vara-mainnet --start-block -1substreams auth or directly on thegraph.market (see docs).README
In this repository, you will find all the foundational modules containing various mappers and indexed Substreams. These foundational modules allow users to easily consume any Extrinsic or Even from the Vara Mainnet blockchain. The Substreams were written in Golang using tinygo, for reference and wizer, for reference
substreams gui
The raw sf.gear.type.v1.Block will contain the Extrinsics and the Events of each block in raw format. Run map_decoded_block to get the augmented block with all Extrinsics and Events decoded.
all_extrinsicsOutput the extrinsics decoded with this format sf.substreams.gear.type.v1.Extrinsics.
substreams gui
index_extrinsicsThe keys for the extrinsics will follow this format: extrinsic:${CallName} and extrinsic:${CallName}:event:${eventName}.
You can visit this page to see all the Runtime Modules. The extrinsics are named Call Functions on the Runtime Modules. For example, you can see the extrinsics for set Timestamp module here.
So for example, for the Timestamp - set, you will have keys of this format: extrinsic:Timestamp.set.
filtered_extrinsicsThis module is probably the most interesting one to use. The filtered_extrinsics module will output only the extrinsics of the query passed in --params.
substreams gui
For more information on how to contribute refer to CONTRIBUTING.md
Modules
Output
sf.substreams.vara.type.v1.Extrinsics
Inputs
Output
sf.substreams.gear.type.v1.Extrinsics
Inputs
Output
sf.substreams.index.v1.Keys
Inputs
Output
sf.substreams.vara.type.v1.Block
Inputs