(prefix: Nibbles, value_rlp: ArrayVec<u8, 33>)
| 107 | } |
| 108 | |
| 109 | fn new_storage_leaf(prefix: Nibbles, value_rlp: ArrayVec<u8, 33>) -> Self { |
| 110 | Self::new(prefix, NodeKind::StorageLeaf { value_rlp }) |
| 111 | } |
| 112 | |
| 113 | /// Creates a new branch [Node] from a [Nibbles] prefix. |
| 114 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected