Base64
Last modified:
Provides a function for encoding some bytes in base64
Functions
encode
function encode(
) internal returns (string)Encodes some bytes to the base64 representation
Last modified:
Provides a function for encoding some bytes in base64
function encode(
) internal returns (string)Encodes some bytes to the base64 representation