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

     1  package types
     2  
     3  const (
     4  	// ModuleName is module name
     5  	ModuleName = "bandwidth"
     6  
     7  	// RouterKey is the message route for bandwidth
     8  	RouterKey = ModuleName
     9  
    10  	// QuerierRoute is the querier route for bandwidth
    11  	QuerierRoute = ModuleName
    12  
    13  	// querier paths.
    14  	QueryBandwidthInfo    = "bandwidthinfo"
    15  	QueryBlockInfo        = "blockinfo"
    16  	QueryAppBandwidthInfo = "appinfo"
    17  )