UNPKG

@navigators-exploration-team/mina-mastermind

Version:

[![Integration tests](https://github.com/navigators-exploration-team/recursive-mastermind-zkApp/actions/workflows/ci.yml/badge.svg)](https://github.com/navigators-exploration-team/recursive-mastermind-zkApp/actions/workflows/ci.yml)

7 lines (6 loc) 264 B
import { PublicKey, UInt64 } from 'o1js'; declare const GAME_FEE: UInt64; declare const PER_TURN_GAME_DURATION = 2; declare const MAX_ATTEMPTS = 7; declare const REFEREE_PUBKEY: PublicKey; export { PER_TURN_GAME_DURATION, MAX_ATTEMPTS, REFEREE_PUBKEY, GAME_FEE };