Type Definition signatory::Map

source ·
pub type Map<K, V> = BTreeMap<K, V>;
Expand description

Map type.