A representation of an unidentified raw trie node.
The node can be either (determined by the first bit): - a branch node - a leaf node
In case of a branch node the contained data is: - left sub-node hash (32 bytes - 1 bit) - right sub-node hash (32 bytes)
There are two kinds of leaf nodes (determined by the second bit) - Embedded value leaf nodes - Value hash leaf nodes
Embedded value leaf nodes contain:
Regular value leaf nodes contain:
Exactly 512 bits / 64 bytes
Readonly
View this node as a branch node
View this node as a leaf node
Returns the type of the node
A representation of an unidentified raw trie node.
The node can be either (determined by the first bit): - a branch node - a leaf node
In case of a branch node the contained data is: - left sub-node hash (32 bytes - 1 bit) - right sub-node hash (32 bytes)
There are two kinds of leaf nodes (determined by the second bit) - Embedded value leaf nodes - Value hash leaf nodes
Embedded value leaf nodes contain:
Regular value leaf nodes contain: