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)

6 lines (5 loc) 208 B
import { PublicKey } from 'o1js'; import { RandomManager } from '../../Random/RandomManager'; export declare class MockedRandomManager extends RandomManager { checkPermission(address: PublicKey): void; }