o1js
Version:
TypeScript framework for zk-SNARKs and zkApps
6 lines (5 loc) • 344 B
TypeScript
import { ProvablePureExtended } from './struct.js';
import type { Field } from '../field.js';
export { modifiedField, fields };
declare function modifiedField(methods: Partial<ProvablePureExtended<Field, string>>): ProvablePureExtended<Field, string>;
declare function fields(length: number): ProvablePureExtended<Field[], bigint[], string[]>;