acapy_agent.anoncreds.default.legacy_indy package
Submodules
acapy_agent.anoncreds.default.legacy_indy.recover module
Recover a revocation registry.
- acapy_agent.anoncreds.default.legacy_indy.recover.LOGGER = <Logger acapy_agent.anoncreds.default.legacy_indy.recover (WARNING)>
This module calculates a new ledger accumulator, based on the revocation status on the ledger vs revocations recorded in the wallet. The calculated transaction can be written to the ledger to get the ledger back in sync with the wallet. This function can be used if there were previous revocation errors (i.e. the credential revocation was successfully written to the wallet but the ledger write failed.)
- exception acapy_agent.anoncreds.default.legacy_indy.recover.RevocRecoveryException[source]
Bases:
ExceptionRaise exception generating the recovery transaction.
acapy_agent.anoncreds.default.legacy_indy.registry module
acapy_agent.anoncreds.default.legacy_indy.routes module
Routes for Legacy Indy Registry.