package tezos-protocol-008-PtEdo2Zk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val title : string
module Id : ID
type alloc = {
  1. key_type : Script_repr.expr;
  2. value_type : Script_repr.expr;
}
type 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;
}
type updates = update list
val alloc_encoding : alloc Data_encoding.t
val updates_encoding : updates Data_encoding.t