Module Contract_services.S

type normalize_types_query = {
  1. normalize_types : bool;
}
type big_map_get_all_query = {
  1. offset : int option;
  2. length : int option;
}
module Sapling : sig ... end