Skip to main content

StateVerificationFunc type

signature of state function verifier

Signature:

export type StateVerificationFunc = (id: string, pubSignals: Array<string>) => Promise<boolean>;