Returns the RLP encoding of the [Node].
(&self)
| 287 | |
| 288 | /// Returns the RLP encoding of the [Node]. |
| 289 | pub fn rlp_encode(&self) -> ArrayVec<u8, MAX_RLP_ENCODED_LEN> { |
| 290 | encode_fixed_size(self) |
| 291 | } |
| 292 | |
| 293 | /// Returns the size of the [Node] if a new child were to be added. |
| 294 | pub fn size_incr_with_new_child(&self) -> usize { |
no outgoing calls
no test coverage detected