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