package tezos-protocol-016-PtMumbai

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

Variant of Data_set_storage with gas accounting.

type t
type context = t
type elt

The type of elements.

Tells whether an elt is a member of the set. Consumes Gas_repr.read_bytes_cost Z.zero

Adds an elt as a member of the set. Consumes Gas_repr.write_bytes_cost <size of the new value>. Returns the the new size.

Adds an elt as a member of the set. Consumes Gas_repr.write_bytes_cost <size of the new value>. Returns the new size, and true if the value previously existed.

Removes an elt from the set ; does nothing if not a member. Consumes Gas_repr.write_bytes_cost Z.zero. Returns the freed size, and a boolean indicating if a value was already associated to this key.

val fold_keys_unaccounted : context -> order:[ `Sorted | `Undefined ] -> init:'acc -> f:(elt -> 'acc -> 'acc Tezos_protocol_environment_016_PtMumbai.Lwt.t) -> 'acc Tezos_protocol_environment_016_PtMumbai.Lwt.t
OCaml

Innovation. Community. Security.