Function darkfi::blockchain::parse_record

source ยท
pub fn parse_record<T1: Decodable, T2: Decodable>(
    record: (IVec, IVec),
) -> Result<(T1, T2)>
Expand description

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