package tezos-protocol-alpha

  1. Overview
  2. Docs

Storage from this submodule must only be accessed through the module `Seed`.

type unrevealed_nonce = {
  1. nonce_hash : Nonce_hash.t;
  2. delegate : Tezos_protocol_environment_alpha.Signature.Public_key_hash.t;
}
type nonce_status =
  1. | Unrevealed of unrevealed_nonce
  2. | Revealed of Seed_repr.nonce
OCaml

Innovation. Community. Security.