package exported const ( // ModuleName is the name of the IBC module ModuleName = "ibc" // StoreKey is the string store representation StoreKey = ModuleName // QuerierRoute is the querier route for the IBC module QuerierRoute = ModuleName // RouterKey is the msg router key for the IBC module RouterKey = ModuleName )