StateKV

Type Alias StateKV 

Source
pub type StateKV = HashMap<Vec<u8>, Vec<u8>>;
Expand description

State store map

Aliased Typeยง

pub struct StateKV { /* private fields */ }