DRAFTThis page is not published. Only visible in development mode.

blob Module

Functions for encoding and decoding binary data (blobs) to and from various string formats.

Encoding Functions

Convert between blobs and encoded string representations.

Function Reference

FunctionDescription
blob::b58Encode or decode a blob using Base58 encoding
blob::b64Encode or decode a blob using Base64 encoding
blob::b64urlEncode or decode a blob using URL-safe Base64 encoding
blob::hexEncode or decode a blob using hexadecimal encoding
blob::utf8Encode or decode a blob as UTF-8 text