pub fn from_urn(urn: &str) -> Result<RecordDigest, ParseError>
Expand description
Create a RecordDigest instance corresponding to the URN digest scheme.
Valid URN schemes and their corresponding enumerated values are:
sha512
-> RecordDigest::Sha512sha256
-> RecordDigest::Sha256bzz
-> RecordDigest::SwarmHash