multiversx_sdk_dapp::utils

Function base64_decode

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