Interface QRCodeInterface describes rules for the definition of NIP-7 compliant QR Codes.
QRCodeInterface
0.2.0
The type of the QR Code.
The toBase64() method should return the base64 representation of the QR Code content.
toBase64()
The toJSON() method should return the JSON representation of the QR Code content.
toJSON()
The toString() method should return the string representation of the QR Code content.
toString()
Generated using TypeDoc
Interface
QRCodeInterface
describes rules for the definition of NIP-7 compliant QR Codes.0.2.0