Skip to main content

Documentation Index

Fetch the complete documentation index at: https://tech.ramses.xyz/llms.txt

Use this file to discover all available pages before exploring further.

Provides a function for encoding some bytes in base64

Functions

encode

  function encode(
    bytes memory data
  ) internal pure returns (string memory)
Encodes some bytes to the base64 representation