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