Returns the date when this Credential has been updated the last time.
The date of the Credential's last update as ISO string.
Returns the number of updates done. Combining this method with getLatestAccumulator in updateFromChain, it shows how many updates of this Credential would be required to be up to date.
The number of accumulator updates done with this credential.
Getter for string of WASM data.
A string of the WASM data which can be serialized.
This methods updates a Credential using a list of new Accumulators. After an Attester revoked an Attestation all Credentials need to be updated.
An updated Credential.
This methods updates a Credential. For that it pulls all Accumulators up to endIndex from the chain.
An updated Credential.
This methods updates a Credential using a new Accumulator. After an attester revoked an attestation all credentials need to be updated.
An updated Credential.
Generated using TypeDoc
The credential contains information which are used to create presentations. It must be kept secret.