Function multiversx_sdk::utils::base64_decode

source ยท
pub fn base64_decode<T>(to_decode: T) -> Vec<u8>
where T: AsRef<[u8]>,