Export

IndyPresSpec

Hierarchy

  • IndyPresSpec

Properties

requested_attributes: {
    [key: string]: IndyRequestedCredsRequestedAttr;
}

Nested object mapping proof request attribute referents to requested-attribute specifiers

Type declaration

Memberof

IndyPresSpec

requested_predicates: {
    [key: string]: IndyRequestedCredsRequestedPred;
}

Nested object mapping proof request predicate referents to requested-predicate specifiers

Type declaration

Memberof

IndyPresSpec

self_attested_attributes: {
    [key: string]: string;
}

Self-attested attributes to build into proof

Type declaration

  • [key: string]: string

Memberof

IndyPresSpec

trace?: boolean

Whether to trace event (default false)

Memberof

IndyPresSpec

Generated using TypeDoc