UPPER_TRIE_MAX_DEPTH

Constant UPPER_TRIE_MAX_DEPTH 

Source
pub const UPPER_TRIE_MAX_DEPTH: usize = 2;
Expand description

The maximum length of a path, in nibbles, which belongs to the upper subtrie of a ParallelSparseTrie. All longer paths belong to a lower subtrie.