pub struct TrieRoot<T: TrieLayout> {
pub root: Option<TrieHash<T>>,
}
Expand description
Calculate the trie root of the trie.
Fields§
§root: Option<TrieHash<T>>
The resulting root.
pub struct TrieRoot<T: TrieLayout> {
pub root: Option<TrieHash<T>>,
}
Calculate the trie root of the trie.
root: Option<TrieHash<T>>
The resulting root.