cosmos-sdk/core/context/context.go
2024-05-31 08:51:41 +00:00

9 lines
114 B
Go

package context
type contextKey uint8
const (
ExecModeKey contextKey = iota
CometInfoKey contextKey = iota
)