Group
const Group: typeof Group & (...args: [{
x: string | number | bigint | FieldVar | Field;
y: string | number | bigint | FieldVar | Field;
}]) => Group;
Defined in: lib/provable/wrapped.ts:76
An element of a Group.
const Group: typeof Group & (...args: [{
x: string | number | bigint | FieldVar | Field;
y: string | number | bigint | FieldVar | Field;
}]) => Group;
Defined in: lib/provable/wrapped.ts:76
An element of a Group.