github.com/Finschia/finschia-sdk@v0.48.1/x/params/types/proposal/keys.go (about)

     1  package proposal
     2  
     3  const (
     4  	// ModuleName defines the name of the module
     5  	ModuleName = "params"
     6  
     7  	// RouterKey defines the routing key for a ParameterChangeProposal
     8  	RouterKey = "params"
     9  )