github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/x/infura/types/keys.go (about)

     1  package types
     2  
     3  const (
     4  	ModuleName   = "infura"
     5  	QuerierRoute = ModuleName
     6  	// RouterKey is the msg router key for the backend module
     7  	RouterKey = ""
     8  )