Methods
Static createAddContact
- createAddContact(name: string, accountPublicKey: string, networkType: INetworkType, generationHash: string): ContactQR
-
Parameters
-
name: string
-
accountPublicKey: string
-
-
generationHash: string
Static createExportAccount
- createExportAccount(accountPrivateKey: string, networkType: INetworkType, generationHash: string, password?: string): AccountQR
-
Parameters
-
accountPrivateKey: string
-
-
generationHash: string
-
Optional password: string
Static createExportAddress
- createExportAddress(name: string, address: string, networkType: INetworkType, generationHash: string): AddressQR
-
Parameters
-
name: string
-
address: string
-
-
generationHash: string
Static createExportMnemonic
- createExportMnemonic(mnemonicPlainText: string, networkType: INetworkType, generationHash: string, password: string): MnemonicQR
-
Parameters
-
mnemonicPlainText: string
-
-
generationHash: string
-
password: string
Static createExportObject
-
Parameters
-
object: object
-
-
generationHash: string
Static createTransactionRequest
Static fromJSON
- fromJSON(json: string, transactionCreateFromPayload: function, password?: string): QRCode
-
Parameters
-
json: string
-
transactionCreateFromPayload: function
-
Optional password: string
Class
QRCodeGenerator
describes a NIP-7 compliant QR Code generator (factory).0.2.0