Module blinded

Source
Expand description

Traits and default implementations related to retrieval of blinded trie nodes.

Structs§

DefaultBlindedProvider
Default blinded node provider that always returns Ok(None).
DefaultBlindedProviderFactory
Default blinded node provider factory that creates DefaultBlindedProvider.

Traits§

BlindedProvider
Trie node provider for retrieving blinded nodes.
BlindedProviderFactory
Factory for instantiating blinded node providers.

Functions§

pad_path_to_key
Right pad the path with 0s and return as [B256].