Function spawn_base64::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.