Options
All
  • Public
  • Public/Protected
  • All
Menu

Class QRCodeDataSchema describes a QR Code's data schema. The schema defines obligatory fields and their format.

since

0.3.0

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Readonly VERSION

VERSION: 3 = 3

The AccountQR QR Code version

var

{number}

Methods

Abstract getData

  • The getData() method returns an object that will be stored in the data field of the underlying QR Code JSON content.

    Parameters

    Returns any

toObject

  • The toObject() method returns a JSON object with required fields.

    Parameters

    Returns any

Generated using TypeDoc