Export

IndyProofRequest

Hierarchy

  • IndyProofRequest

Properties

name?: string

Proof request name

Memberof

IndyProofRequest

non_revoked?: null | IndyProofRequestNonRevoked

Memberof

IndyProofRequest

nonce?: string

Nonce

Memberof

IndyProofRequest

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

Requested attribute specifications of proof request

Type declaration

Memberof

IndyProofRequest

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

Requested predicate specifications of proof request

Type declaration

Memberof

IndyProofRequest

version?: string

Proof request version

Memberof

IndyProofRequest

Generated using TypeDoc