multiversx_sdk::utils

Function base64_decode

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