Skip to main content

CredentialIssuerLD.(constructor)

Constructs a new instance of the CredentialIssuerLD class

Signature:

constructor(options: {
contextMaps: RecordLike<OrPromise<ContextDoc>>[];
suites: VeramoLdSignature[];
});

Parameters

ParameterTypeDescription
options{ contextMaps: RecordLike<OrPromise<ContextDoc>>[]; suites: VeramoLdSignature[]; }