Function darkfi::blockchain::parse_u32_key_record

source ยท
pub fn parse_u32_key_record<T: Decodable>(
    record: (IVec, IVec),
) -> Result<(u32, T)>
Expand description

Parse a sled record with a u32 key in the form of a tuple (key, value).