github.com/cosmos/cosmos-sdk@v0.50.10/x/consensus/types/keys.go (about) 1 package types 2 3 const ( 4 // ModuleName defines the name of the x/consensus module. 5 ModuleName = "consensus" 6 7 // StoreKey defines the module's store key. 8 StoreKey = ModuleName 9 )