package tezos-protocol-008-PtEdo2Zk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Id : sig ... end
module Memo_size : sig ... end
type state = private {
  1. id : Id.t option;
  2. diff : diff;
  3. memo_size : Memo_size.t;
}
val empty_state : ?id:Id.t -> memo_size:Memo_size.t -> unit -> state

Returns a state with fields filled accordingly. id should only be used by extract_lazy_storage_updates.

val transaction_get_memo_size : transaction -> Memo_size.t option
type alloc = {
  1. memo_size : Memo_size.t;
}
type updates = diff
OCaml

Innovation. Community. Security.