Anon Credential
constructor(schemaID: String, credentialDefinitionID: String, values: Map<String, AnonCredential.Attribute>, signatureJson: String, signatureCorrectnessProofJson: String, revocationRegistryId: String?, revocationRegistryJson: String?, witnessJson: String?, json: String)(source)
Parameters
schema ID
The ID of the credential's schema.
credential Definition ID
The ID of the credential's definition.
values
The values of the attributes in the credential.
signature Json
The JSON representation of the credential's signature.
signature Correctness Proof Json
The JSON representation of the credential's signature correctness proof.
revocation Registry Id
The ID of the credential's revocation registry (optional).
revocation Registry Json
The JSON representation of the credential's revocation registry (optional).
witness Json
The JSON representation of the credential's witness.
json
The JSON representation of the credential.