A branch node view of the underlying raw trie node.
+---------------------------------------------------------------+ | 512-bit trie node | +---+----------------------------+------------------------------+ | B | Left Sub-node Hash | Right Sub-node Hash |
Readonly
Get the hash of the left sub-trie.
Get the hash of the right sub-trie.
Static
Build a branch node from its left and right sub-node hashes.
View an existing raw trie node as a branch node (validates node type).
A branch node view of the underlying raw trie node.
+---------------------------------------------------------------+ | 512-bit trie node | +---+----------------------------+------------------------------+ | B | Left Sub-node Hash | Right Sub-node Hash |