Interface PredicateSpec

interface PredicateSpec {
    claimRef: number;
    op: number;
    compareValue: bigint;
}

Properties

claimRef: number
op: number
compareValue: bigint