Expand description
Traits and default implementations related to retrieval of blinded trie nodes.
Structs§
- Default blinded node provider that always returns
Ok(None)
. - Default blinded node provider factory that creates
DefaultBlindedProvider
.
Traits§
- Trie node provider for retrieving blinded nodes.
- Factory for instantiating blinded node providers.
Functions§
- Right pad the path with 0s and return as [
B256
].