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

8 lines
129 B
Go
Raw Normal View History

2019-11-08 06:40:56 -08:00
package types
// query endpoints supported by the upgrade Querier
const (
QueryCurrent = "current"
QueryApplied = "applied"
)