multiversx_sdk_dapp::utils

Function base64_encode

Source
pub fn base64_encode<T>(to_encode: T) -> String
where T: AsRef<[u8]>,