Abstract
Protected
_beaconThe beaconId is a public key that is used to identify one specific application (dapp or wallet). This is used inside a message to specify the sender, for example.
Protected
_keyThe local keypair that is used for the communication encryption
Protected
analyticsOptional
Readonly
appThe URL of the dApp.
Optional
Readonly
iconThe URL of the dApp Icon. This can be used to display the icon of the dApp on in the wallet
Private
initSDKThis method initializes the SDK by setting some values in the storage and generating a keypair.
Private
loadThis method tries to load the seed from storage, if it doesn't exist, a new one will be created and persisted.
Readonly
nameThe name of the client
Private
removeRemoves all beacon values from the storage.
Protected
storageProtected
keyGenerated using TypeDoc
Internalapi
The beacon client is an abstract client that handles everything that is shared between all other clients. Specifically, it handles managing the beaconId and and the local keypair.