Struct indy_crypto::cl::SubProofRequest[][src]

pub struct SubProofRequest { /* fields omitted */ }

“Sub Proof Request” - input to create a Proof for a credential; Contains attributes to be revealed and predicates.

Trait Implementations

impl Debug for SubProofRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for SubProofRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations