github.com/cosmos/cosmos-sdk@v0.50.10/x/crisis/types/keys.go (about) 1 package types 2 3 import "cosmossdk.io/collections" 4 5 const ( 6 // module name 7 ModuleName = "crisis" 8 9 StoreKey = ModuleName 10 ) 11 12 var ConstantFeeKey = collections.NewPrefix(1)