Struct trie_db::TrieRoot [−][src]
pub struct TrieRoot<H, HO> {
pub root: Option<HO>,
// some fields omitted
}
Expand description
Calculate the trie root of the trie.
Fields
root: Option<HO>
The resulting root.
pub struct TrieRoot<H, HO> {
pub root: Option<HO>,
// some fields omitted
}
Calculate the trie root of the trie.
root: Option<HO>
The resulting root.