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.
pub const UPPER_TRIE_MAX_DEPTH: usize = 2;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.