Graphviz.Inputs_intf
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 account_id := Account_id.t
and type balance := Balance.t
module Location : Location_intf.S
module Ledger :
Base_ledger_intf.S
with module Addr = Location.Addr
and module Location = Location
and type account_id := Account_id.t
and type account_id_set := Account_id.Set.t
and type hash := Hash.t
and type root_hash := Hash.t
and type account := Account.t