Crate substreams_ethereum_core

Source

Modules§

block_view
Helpers to deal with block sources.
pb
This module contains the protobuf generated code for the Substreams Ethereum block model.
rpc
scalar

Structs§

IndexedDynamicValue
Dependencies needed by ‘substreams-abigen’ to generate bindings. Ethereum events with indexed parameters that are of dynamic types like a ‘string’, ‘bytes’ or array of value do not contain the actual value in the log. Instead, they contain a hash of the value. This struct is used to represent such values in the decoded event.

Constants§

NULL_ADDRESS
Represents the null address static array in bytes (20 bytes) which in hex is equivalent to:

Traits§

Event
Function