UNPKG

minauth

Version:

A TypeScript library for building authentication systems on top of the Mina blockchain and other zero-knowledge proofs solutions.

8 lines (7 loc) 283 B
import { Field } from 'o1js'; import { EncodeDecoder } from '../../plugin/encodedecoder.js'; import { FpInterfaceType } from '../../plugin/interfacekind.js'; /** * Encode/decode an o1js Field. (to string) */ export declare const fieldEncDec: EncodeDecoder<FpInterfaceType, Field>;