base64_decode

Function base64_decode 

Source
pub fn base64_decode(encoded_data: &str) -> Result<Vec<u8>, JsValue>
Expand description

Base64 decoding function for Ethereum smart contracts Decodes a Base64 string back into bytes. Now with proper error handling.