Export

AnonCredsPresSpec

Hierarchy

  • AnonCredsPresSpec

Properties

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

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

Type declaration

Memberof

AnonCredsPresSpec

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

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

Type declaration

Memberof

AnonCredsPresSpec

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

Self-attested attributes to build into proof

Type declaration

  • [key: string]: string

Memberof

AnonCredsPresSpec

trace?: boolean

Whether to trace event (default false)

Memberof

AnonCredsPresSpec

Generated using TypeDoc