Base64

Provides a function for encoding some bytes in base64

Functionsโ€‹

encodeโ€‹

  function encode(
  ) internal returns (string)

Encodes some bytes to the base64 representation

Last updated