Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QRCodeInterface describes rules for the definition of NIP-7 compliant QR Codes.

since

0.2.0

Hierarchy

  • QRCodeInterface

Implemented by

Index

Properties

type

The type of the QR Code.

Methods

toBase64

  • The toBase64() method should return the base64 representation of the QR Code content.

    Parameters

    Returns Observable<string>

toJSON

  • toJSON(): string
  • The toJSON() method should return the JSON representation of the QR Code content.

    Returns string

toString

  • The toString() method should return the string representation of the QR Code content.

    Parameters

    Returns Observable<string>

Generated using TypeDoc