package tezos-protocol-007-PsDELPH1

  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_crypto.Signature.public_key_hash;
  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