Interface ShowInputOptions

interface ShowInputOptions {
    normalizedClaimValues?: bigint[];
    predicates?: PredicateSpec[];
    logicExpression?: { type: number; value: number }[];
}

Properties

normalizedClaimValues?: bigint[]

Normalized claim values (from JWT circuit output).

predicates?: PredicateSpec[]

Predicate specifications. Defaults to a single EQ predicate on claim 0.

logicExpression?: { type: number; value: number }[]

Postfix logic expression as [tokenType, tokenValue] pairs. Defaults to REF(0).