Skip to main content

CredentialWallet.(constructor)

Creates an instance of CredentialWallet.

Signature:

constructor(_storage: IDataStorage, _credentialStatusResolverRegistry?: CredentialStatusResolverRegistry | undefined);

Parameters

ParameterTypeDescription
_storageIDataStoragedata storage to access credential / identity / Merkle tree data
_credentialStatusResolverRegistryCredentialStatusResolverRegistry | undefined(Optional) list of credential status resolvers if _credentialStatusResolverRegistry is not provided, default resolvers will be used