cosmos-sdk/x/crisis/types/events.go

10 lines
156 B
Go

package types
// crisis module event types
const (
EventTypeInvariant = "invariant"
AttributeValueCrisis = ModuleName
AttributeKeyRoute = "route"
)