package tezos-protocol-015-PtLimaPt

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

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-16.0.tar.gz
sha256=ad9e08819871c75ba6f4530b125f7d157799398e4d77a1e6bfea9d91ff37ff55
sha512=c5dc4d40cc09bc6980fbbdb5c2e105bf4252cf9cfcb2b49660b0ebe4dc789f6709ec3b3bf2f87d81580d3eed9521eeb1c960f24d9b14eb0285aaba1f84d10a9b

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.