package tezos-protocol-016-PtMumbai

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

Module Alpha_context.FitnessSource

This module re-exports definitions from Fitness_repr.

Sourcetype Tezos_protocol_environment_016_PtMumbai.Error_monad.error +=
  1. | Invalid_fitness
  2. | Wrong_fitness
  3. | Outdated_fitness
Sourcetype t
Sourceval create : level:Raw_level.t -> locked_round:Round.t option -> predecessor_round:Round.t -> round:Round.t -> t Tezos_protocol_environment_016_PtMumbai.Error_monad.tzresult
Sourceval create_without_locked_round : level:Raw_level.t -> predecessor_round:Round.t -> round:Round.t -> t
Sourceval to_raw : t -> raw
Sourceval level : t -> Raw_level.t
Sourceval round : t -> Round.t
Sourceval locked_round : t -> Round.t option
Sourceval predecessor_round : t -> Round.t
OCaml

Innovation. Community. Security.