aries_cloudagent.protocols.revocation_notification.v2_0 package

Subpackages

Submodules

aries_cloudagent.protocols.revocation_notification.v2_0.message_types module

Message type identifiers for Revocation Notification protocol.

aries_cloudagent.protocols.revocation_notification.v2_0.routes module

Routes for revocation notification.

async aries_cloudagent.protocols.revocation_notification.v2_0.routes.on_pending_cleared(profile: aries_cloudagent.core.profile.Profile, event: aries_cloudagent.core.event_bus.Event)[source]

Handle pending cleared event.

async aries_cloudagent.protocols.revocation_notification.v2_0.routes.on_revocation_published(profile: aries_cloudagent.core.profile.Profile, event: aries_cloudagent.core.event_bus.Event)[source]

Handle issuer revoke event.

aries_cloudagent.protocols.revocation_notification.v2_0.routes.register_events(event_bus: aries_cloudagent.core.event_bus.EventBus)[source]

Register to handle events.