Marmot-TS
    Preparing search index...

    Type Alias EncodingFormat

    EncodingFormat: "base64" | "hex"

    Encoding format for binary content in Nostr events.

    • 'base64': Base64 encoding (~33% smaller, required for new implementations)
    • 'hex': Hexadecimal encoding (deprecated, supported for backward compatibility)