github.com/lino-network/lino@v0.6.11/x/vote/types/keys.go (about) 1 package types 2 3 const ( 4 // ModuleKey is the name of the module 5 ModuleName = "vote" 6 7 // RouterKey is the message route for gov 8 RouterKey = ModuleName 9 10 // QuerierRoute is the querier route for gov 11 QuerierRoute = ModuleName 12 13 QueryVoter = "voter" 14 QueryStakeStats = "stake-stats" 15 )