pub fn into_simple_mpt_key(key: usize, num_keys: usize) -> Vec<u8> 
Expand description

Given an integer-indexed SimpleMpt with num_keys elements stored in it, convert key into the corresponding key format.