Struct indy_crypto::cl::RevocationKeyPublic[][src]

pub struct RevocationKeyPublic { /* fields omitted */ }

Revocation Key Public Accumulator public key. Must be published together with Accumulator

Trait Implementations

impl Debug for RevocationKeyPublic
[src]

Formats the value using the given formatter. Read more

impl Clone for RevocationKeyPublic
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl JsonEncodable for RevocationKeyPublic
[src]

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

Auto Trait Implementations