Struct indy_crypto::cl::RevocationRegistry[][src]

pub struct RevocationRegistry { /* fields omitted */ }

Revocation Registry contains accumulator. Must be published by Issuer on a tamper-evident and highly available storage Used by prover to prove that a credential hasn't revoked by the issuer

Trait Implementations

impl Debug for RevocationRegistry
[src]

Formats the value using the given formatter. Read more

impl Clone for RevocationRegistry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<RevocationRegistryDelta> for RevocationRegistry
[src]

Performs the conversion.

impl JsonEncodable for RevocationRegistry
[src]

impl<'a> JsonDecodable<'a> for RevocationRegistry
[src]

Auto Trait Implementations