Export

IndyProofRequestedProof

Hierarchy

  • IndyProofRequestedProof

Properties

predicates?: {
    [key: string]: IndyProofRequestedProofPredicate;
}

Proof requested proof predicates.

Type declaration

Memberof

IndyProofRequestedProof

revealed_attr_groups?: null | {
    [key: string]: IndyProofRequestedProofRevealedAttrGroup;
}

Proof requested proof revealed attribute groups

Type declaration

Memberof

IndyProofRequestedProof

revealed_attrs?: null | {
    [key: string]: IndyProofRequestedProofRevealedAttr;
}

Proof requested proof revealed attributes

Type declaration

Memberof

IndyProofRequestedProof

self_attested_attrs?: object

Proof requested proof self-attested attributes

Memberof

IndyProofRequestedProof

unrevealed_attrs?: object

Unrevealed attributes

Memberof

IndyProofRequestedProof

Generated using TypeDoc