pub fn rlp_key_value_len(key_len: u16, value_len: usize) -> u64
Expand description

We assume that the keys and values are serialized in separate vector, therefore we only add up those rlp string lengths. The rlp bytes for the up-most structures are ignored for sync slicer.