//! Utility functions to interact with Substrate's Base-16 Modified Merkle Patricia tree ("trie").
trie_root::trie_root_no_extension::<H, TrieStream, _, _, _>(input, Self::MAX_INLINE_VALUE)
trie_root::trie_root_no_extension::<H, TrieStream, _, _, _>(input, Self::MAX_INLINE_VALUE)
pub type PrefixedMemoryDB<H> = memory_db::MemoryDB<H, memory_db::PrefixedKey<H>, trie_db::DBValue>;
/// Determine a child trie root given its ordered contents, closed form. H is the default hasher,
/// `HashDBMut` implementation that append a encoded prefix (unique id bytes) in addition to the