Function memo_from_base64
pub fn memo_from_base64(s: &str) -> Result<MemoBytes, Zip321Error>
Expand description
Parse a MemoBytes
value from a ZIP 321 compatible base64-encoded string.
pub fn memo_from_base64(s: &str) -> Result<MemoBytes, Zip321Error>
Parse a MemoBytes
value from a ZIP 321 compatible base64-encoded string.