Export

V10PresentationSendRequest

Hierarchy

  • V10PresentationSendRequest

Properties

auto_remove?: boolean

Whether to remove the presentation exchange record on completion (overrides --preserve-exchange-records configuration setting)

Memberof

V10PresentationSendRequest

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

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

Type declaration

Memberof

V10PresentationSendRequest

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

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

Type declaration

Memberof

V10PresentationSendRequest

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

Self-attested attributes to build into proof

Type declaration

  • [key: string]: string

Memberof

V10PresentationSendRequest

trace?: boolean

Whether to trace event (default false)

Memberof

V10PresentationSendRequest

Generated using TypeDoc