from_base64

Function from_base64 

Source
pub fn from_base64<I>(input: I) -> StdResult<Vec<u8>>
where I: AsRef<[u8]>,
Expand description

Deserialize a bag of bytes from Base64 into a vector of bytes