Struct indy_crypto::cl::BlindedCredentialSecrets[][src]

pub struct BlindedCredentialSecrets { /* fields omitted */ }

Blinded Master Secret uses by Issuer in credential creation.

Trait Implementations

impl Debug for BlindedCredentialSecrets
[src]

Formats the value using the given formatter. Read more

impl JsonEncodable for BlindedCredentialSecrets
[src]

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

Auto Trait Implementations