package tezos-protocol-006-PsCARTHA

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

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.Signature.Public_key_hash.t;
  3. rewards : Tez_repr.t;
  4. fees : Tez_repr.t;
}
type nonce_status =
  1. | Unrevealed of unrevealed_nonce
  2. | Revealed of Seed_repr.nonce
module For_cycle : sig ... end