Type alias CredentialSchemaRefEvent

CredentialSchemaRefEvent: {
    credentialType: string;
    schemaRef: SchemaRef;
    type: CredentialSchemaRef;
}

A CredentialSchemaRef event from the CIS-4 standard

Type declaration

  • credentialType: string

    The credential type of the credential

  • schemaRef: SchemaRef

    The updated schema reference of the credential

  • type: CredentialSchemaRef

    The type of the event

Generated using TypeDoc