package tezos-baking-alpha

  1. Overview
  2. Docs
val encoding : t Data_encoding.t
val empty : t
val mem : t -> Tezos_crypto.Block_hash.t -> bool
val add_all : t -> t -> t
val remove : t -> Tezos_crypto.Block_hash.t -> t
val remove_all : t -> t -> t

get_outdated_nonces returns the nonces that cannot be associated to blocks (orphans) and the nonces that are older than 5 cycles.

filter_outdated_nonces filters nonces older than 5 cycles in the nonce file.

OCaml

Innovation. Community. Security.