package tezos-protocol-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

This module re-exports definitions from Seed_repr and Seed_storage.

type seed
type Tezos_protocol_environment_alpha.Error_monad.error +=
  1. | Unknown of {
    1. oldest : Cycle.t;
    2. cycle : Cycle.t;
    3. latest : Cycle.t;
    }
  2. | Already_accepted
  3. | Unverified_vdf
  4. | Too_early_revelation
val generate_vdf_setup : seed_discriminant:seed -> seed_challenge:seed -> vdf_setup
val compare_vdf_solution : vdf_solution -> vdf_solution -> int
type seed_computation_status =
  1. | Nonce_revelation_stage
  2. | Vdf_revelation_stage of {
    1. seed_discriminant : seed;
    2. seed_challenge : seed;
    }
  3. | Computation_finished
OCaml

Innovation. Community. Security.