Coda by Ian Macalinao
    Preparing search index...

    Type Alias BytesEncoding

    BytesEncoding: "base16" | "base58" | "base64" | "utf8"

    How a string of bytes is encoded for transport.

    Type Declaration

    • "base16"

      Hexadecimal encoding (two characters per byte).

    • "base58"

      Base58 encoding, the standard for Solana addresses.

    • "base64"

      Base64 encoding (RFC 4648).

    • "utf8"

      UTF-8 text encoding.