pub type StateKV = HashMap<Vec<u8>, Vec<u8>>;
State store map
pub struct StateKV { /* private fields */ }