Type alias RegisterCredentialEvent

RegisterCredentialEvent: {
    credentialPubKey: HexString;
    credentialType: string;
    metadataUrl: CIS4.MetadataUrl;
    schemaRef: SchemaRef;
    type: RegisterCredential;
}

A RegisterCredential event from the CIS-4 standard

Type declaration

  • credentialPubKey: HexString

    The public key of the registered credential (hex encoded)

  • credentialType: string

    The credential type of the registered credential

  • metadataUrl: CIS4.MetadataUrl

    The metadata URL of the registered credential

  • schemaRef: SchemaRef

    The schema reference of the registered credential

  • type: RegisterCredential

    The type of the event

Generated using TypeDoc