cosmos-sdk/core/context/context.go
2024-05-29 16:27:07 +00:00

7 lines
61 B
Go

package context
const (
ExecModeKey = iota
CometInfoKey
)