package tezos-protocol-014-PtKathma

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

Module Lazy_storage_kind.Big_mapSource

Sourceval title : string
Sourcemodule Id : ID
Sourcetype alloc = {
  1. key_type : Script_repr.expr;
  2. value_type : Script_repr.expr;
}
Sourcetype update = {
  1. key : Script_repr.expr;
    (*

    The key is ignored by apply_update but is shown in the receipt, as specified in print_big_map_diff.

    *)
  2. key_hash : Script_expr_hash.t;
  3. value : Script_repr.expr option;
}
Sourcetype updates = update list
OCaml

Innovation. Community. Security.