Function blaze_pk::tag_map

source ·
pub fn tag_map<K: MapKey, V: Codec>(
    output: &mut Vec<u8>,
    tag: &str,
    value: &HashMap<K, V>
)