Get the key (truncated to 31 bytes).
Returns the embedded value.
Note that this is going to be empty for a regular leaf node (i.e. containing a hash).
Returns contained value hash.
Note that for embedded value this is going to be full 0-padded 32 bytes.
Get the byte length of embedded value.
Note in case this node only contains hash this is going to be 0.
Staticfrom
A leaf node view of the underlying raw trie node.
+---------------------------------------------------------------+ | Embedded value leaf | +----+----------+-------------------+---------------------------+ | BL | V_len | Key | 0-padded value (V_len) |