Function grin_store::to_key

source ·
pub fn to_key<K: AsRef<[u8]>>(prefix: u8, k: K) -> Vec<u8> 
Expand description

Build a db key from a prefix and a byte vector identifier.