pub const TERMINATOR: Node;Expand description
The terminator hash is a special node hash value denoting an empty sub-tree. Concretely, when this appears at a given location in the trie, it implies that no key with a path beginning with the location has a value.
This value may appear at any height.