Parameter Make.1-Inputs

include Inputs_intf.S
module Location_binable : Core_kernel.Hashable.S_binable with type t := Location.t
module Base : Base_merkle_tree_intf.S with module Addr = Location.Addr and module Location = Location and type account := Account.t and type root_hash := Hash.t and type hash := Hash.t and type key := Key.t and type token_id := Token_id.t and type token_id_set := Token_id.Set.t and type account_id := Account_id.t and type account_id_set := Account_id.Set.t
module Mask : Masking_merkle_tree_intf.S with module Location = Location and type account := Account.t and type location := Location.t and type hash := Hash.t and type key := Key.t and type token_id := Token_id.t and type token_id_set := Token_id.Set.t and type account_id := Account_id.t and type account_id_set := Account_id.Set.t and type parent := Base.t
val mask_to_base : Mask.Attached.t -> Base.t