repositoryFactory
@hyperledger/identus-sdk v7.0.0
@hyperledger/identus-sdk / overview / repositoryFactory
Function: repositoryFactory()
repositoryFactory(
store:Store,keyRestoration:KeyRestoration): {CredentialMetadata:CredentialMetadataRepository;Credentials:CredentialRepository;DIDKeyLinks:DIDKeyLinkRepository;DIDLinks:DIDLinkRepository;DIDs:DIDRepository;Keys:KeyRepository;LinkSecrets:LinkSecretRepository;Messages:MessageRepository; }
Defined in: src/pluto/repositories/builders/factory.ts:21
Factory fn to instantiate all Repositories
Parameters
| Parameter | Type | Description | 
|---|---|---|
| store | Store | |
| keyRestoration | KeyRestoration | 
Returns
{ CredentialMetadata: CredentialMetadataRepository; Credentials: CredentialRepository; DIDKeyLinks: DIDKeyLinkRepository; DIDLinks: DIDLinkRepository; DIDs: DIDRepository; Keys: KeyRepository; LinkSecrets: LinkSecretRepository; Messages: MessageRepository; }
list of instantiated Repostitories