IdentityWallet.(constructor)
Constructs a new instance of the IdentityWallet
class
Signature:
constructor(_kms: KMS, _storage: IDataStorage, _credentialWallet: ICredentialWallet);
Parameters
Parameter | Type | Description |
---|---|---|
_kms | KMS | Key Management System that allows signing data with BJJ key |
_storage | IDataStorage | data storage to access credential / identity / Merkle tree data |
_credentialWallet | ICredentialWallet | credential wallet instance to quickly access credential CRUD functionality |