Skip to main content

IdentityWallet.(constructor)

Constructs a new instance of the IdentityWallet class

Signature:

constructor(_kms: KMS, _storage: IDataStorage, _credentialWallet: ICredentialWallet);

Parameters

ParameterTypeDescription
_kmsKMSKey Management System that allows signing data with BJJ key
_storageIDataStoragedata storage to access credential / identity / Merkle tree data
_credentialWalletICredentialWalletcredential wallet instance to quickly access credential CRUD functionality