Specifies what the presentation is proving like what credentials, what's being revealed, which attributes are being proven equal, bounds being enforced, etc

Constructors

Properties

attributeEqualities?: AttributeEquality[]

The attributes being proved equal

blindCredentialRequest?: IBlindCredentialRequest
boundedPseudonyms?: {
    [key: string]: IPresentedBoundedPseudonym;
}

key is the pseudonym

circomPredicatesMultiCred?: ICircomPredicate<ICircuitPrivateVarMultiCred>[]
credentials: IPresentedCredential[]

The credentials used in the presentation

unboundedPseudonyms?: {
    [key: string]: IPresentedUnboundedPseudonym;
}

key =is the pseudonym

Methods