cosmos-sdk/x/upgrade/types/querier.go

8 lines
129 B
Go

package types
// query endpoints supported by the upgrade Querier
const (
QueryCurrent = "current"
QueryApplied = "applied"
)