package tezos-protocol-015-PtLimaPt

  1. Overview
  2. Docs
Tezos/Protocol: economic-protocol definition

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-17.3.tar.gz
sha256=7062cd57addd452852598a2214ade393130efa087b99068d53713bdf912b3680
sha512=08e4091144a03ce3c107fb91a66501bd8b65ca3278917c455a2eaac6df3e108ade63f6ab8340a4bb152d60f404326e464d0ec95d26cafe8e82f870465d24a5fc

doc/tezos-protocol-015-PtLimaPt.raw/Tezos_raw_protocol_015_PtLimaPt/Alpha_context/Seed/index.html

Module Alpha_context.SeedSource

This module re-exports definitions from Seed_repr and Seed_storage.

Sourcetype seed
Sourcetype Tezos_protocol_environment_015_PtLimaPt.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
Sourceval generate_vdf_setup : seed_discriminant:seed -> seed_challenge:seed -> vdf_setup
Sourceval compare_vdf_solution : vdf_solution -> vdf_solution -> int
Sourcetype 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.