Interface IPresentedAttributeBound

interface IPresentedAttributeBound {
    max: number;
    min: number;
    paramId?: string;
    protocol: BoundCheckProtocol;
}

Properties

max: number
min: number
paramId?: string

paramId will be absent when Bulletproofs++ with default setup is used