Struct indy_crypto::cl::RevocationRegistryDelta[][src]

pub struct RevocationRegistryDelta { /* fields omitted */ }

Revocation Registry Delta contains Accumulator changes. Must be applied to Revocation Registry

Methods

impl RevocationRegistryDelta
[src]

Trait Implementations

impl From<RevocationRegistryDelta> for RevocationRegistry
[src]

Performs the conversion.

impl Debug for RevocationRegistryDelta
[src]

Formats the value using the given formatter. Read more

impl Clone for RevocationRegistryDelta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl JsonEncodable for RevocationRegistryDelta
[src]

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

Auto Trait Implementations