Docs.rs
substreams-ethereum-0.10.6
substreams-ethereum 0.10.6
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
sduchesneau
maoueh
jubeless
abourget
Eduard-Voiculescu
billettc
ArnaudBger
enoldev
Dependencies
num-bigint ^0.4.3
normal
substreams ^0.6
normal
substreams-ethereum-abigen ^0.10.6
normal
substreams-ethereum-core ^0.10.6
normal
substreams-ethereum-derive ^0.10.6
normal
anyhow ^1
dev
ethabi ^17
dev
getrandom ^0.2.10
normal
Versions
66.67%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
substreams_
ethereum
0.10.6
Module v1
Module Items
Structs
In substreams_
ethereum::
pb::
sf::
ethereum::
transform
substreams_ethereum
::
pb
::
sf
::
ethereum
::
transform
Module
v1
Copy item path
Source
Structs
§
Call
ToFilter
CallToFilter will match calls where
BOTH
Combined
Filter
CombinedFilter is a combination of “LogFilters” and “CallToFilters”
Header
Only
HeaderOnly returns only the block’s header and few top-level core information for the block. Useful for cases where no transactions information is required at all.
LogFilter
LogFilter will match calls where
BOTH
Multi
Call
ToFilter
MultiCallToFilter concatenates the results of each CallToFilter (inclusive OR)
Multi
LogFilter
MultiLogFilter concatenates the results of each LogFilter (inclusive OR)