Type alias VerifiableCredentialSignOptions

VerifiableCredentialSignOptions: {
    did: BearerDid;
}

Options for signing a verifiable credential.

Type declaration

  • did: BearerDid

    The issuer DID of the credential, represented as a PortableDid.

Param: did

The issuer DID of the credential, represented as a PortableDid.