Type Definition trie_db::TrieHash

source · []
pub type TrieHash<L> = <<L as TrieLayout>::Hash as Hasher>::Out;
Expand description

Alias accessor to hasher hash output type from a TrieLayout.