package tezos-protocol-012-Psithaca

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

Set of all the delegates with frozen rewards/deposits/fees for a given cycle. Deprecated: This is now only used for stitching while migrating from an emmy protocol. This is to be removed in the next version.

This table must be cleaned after migration.

type context = t

Tells if a elt is a member of the set

Adds a elt is a member of the set

Removes a elt of the set ; does nothing if not a member

Returns the elements of the set, deserialized in a list in no particular order.

val fold : context -> order:[ `Sorted | `Undefined ] -> init:'a -> f:(elt -> 'a -> 'a Tezos_protocol_environment_012_Psithaca.Lwt.t) -> 'a Tezos_protocol_environment_012_Psithaca.Lwt.t

Iterates over the elements of the set.

Removes all elements in the set

OCaml

Innovation. Community. Security.