UNPKG

l1-lottery-contracts

Version:

This repo contains smart contracts and related scripts for ZkNoid L1 Lottery proposed [here](https://forums.minaprotocol.com/t/zknoid-l1-lottery/6269)

7 lines (6 loc) 271 B
export declare function mockProof<I, O, P>(publicOutput: O, ProofType: new ({ proof, publicInput, publicOutput, maxProofsVerified, }: { proof: unknown; publicInput: I; publicOutput: any; maxProofsVerified: 0 | 2 | 1; }) => P, publicInput: I): Promise<P>;