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

     1  package collection
     2  
     3  const (
     4  	// ModuleName is the module name constant used in many places
     5  	ModuleName = "collection"
     6  
     7  	// StoreKey defines the primary module store key
     8  	StoreKey = ModuleName
     9  
    10  	// RouterKey defines the module's message routing key
    11  	RouterKey = ModuleName
    12  )