pub fn from_str_with_key<'a, T: Deserialize<'a>>(
s: &'a str,
) -> Result<(T, Key<'a>)>Expand description
The same as from_str(), but also returns the top level VDF key
pub fn from_str_with_key<'a, T: Deserialize<'a>>(
s: &'a str,
) -> Result<(T, Key<'a>)>The same as from_str(), but also returns the top level VDF key