Skip to content

Commit

Permalink
fix: fixed createCredentialOfferURI signature
Browse files Browse the repository at this point in the history
  • Loading branch information
sksadjad committed May 16, 2024
1 parent a069396 commit 2856644
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/issuer/lib/VcIssuer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
CNonceState,
CreateCredentialOfferURIResult,
CREDENTIAL_MISSING_ERROR,
CredentialSupported,
CredentialConfigurationSupportedV1_0_13,
CredentialDataSupplierInput,
CredentialOfferPayloadV1_0_13,
Expand Down Expand Up @@ -89,7 +88,7 @@ export class VcIssuer<DIDDoc extends object> {

public async createCredentialOfferURI(opts: {
grants?: Grant
credentials?: Record<string, CredentialSupported>
credentials?: Record<string, CredentialConfigurationSupportedV1_0_13>
credentialDefinition?: JsonLdIssuerCredentialDefinition
credentialOfferUri?: string
credentialDataSupplierInput?: CredentialDataSupplierInput // Optional storage that can help the credential Data Supplier. For instance to store credential input data during offer creation, if no additional data can be supplied later on
Expand Down

0 comments on commit 2856644

Please sign in to comment.