Make.1-Inputs
include Base_inputs_intf.S
module Token_id : Intf.Token_id
module Account_id :
Intf.Account_id with type key := Key.t and type token_id := Token_id.t
module Balance : Intf.Balance
module Account :
Intf.Account
with type token_id := Token_id.t
and type account_id := Account_id.t
and type balance := Balance.t
module Location : Location_intf.S
module Kvdb : Intf.Key_value_database with type config := string
module Storage_locations : Intf.Storage_locations