github.com/lino-network/lino@v0.6.11/x/global/types/keys.go (about)

     1  package types
     2  
     3  const (
     4  	// ModuleKey is the name of the module
     5  	ModuleName = "global"
     6  
     7  	// QuerierRoute is the querier route for gov
     8  	QuerierRoute = ModuleName
     9  
    10  	QueryTimeEventList       = "timeEventList"
    11  	QueryGlobalTime          = "globalTime"
    12  	QueryGlobalEventErrors   = "eventErrors"
    13  	QueryGlobalBCEventErrors = "bcEventErrors"
    14  )