Interface IPresentedAttributeInequality

interface IPresentedAttributeInequality {
    inEqualTo: any;
    paramId?: string;
    protocol: Uprove;
}

Properties

inEqualTo: any
paramId?: string

paramId will be absent when default commitment key is used

protocol: Uprove