Type alias StatusListCredentialCreateOptions

StatusListCredentialCreateOptions: {
    credentialsToDisable: VerifiableCredential[];
    issuer: string;
    statusListCredentialId: string;
    statusPurpose: StatusPurpose;
}

StatusListCredentialCreateOptions for creating a status list credential.

Type declaration

  • credentialsToDisable: VerifiableCredential[]

    The credentials to be included in the status list credential, eg: revoked credentials, list of type [VerifiableCredential].

  • issuer: string

    The issuer URI of the credential, as a [String].

  • statusListCredentialId: string

    The id used for the resolvable path to the status list credential [String].

  • statusPurpose: StatusPurpose

    The status purpose of the status list cred, eg: revocation, as a [StatusPurpose].