[][src]Function grin_store::to_key

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

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