cosmos-sdk/x/supply/keeper/key.go

10 lines
147 B
Go
Raw Normal View History

2019-06-28 13:11:27 -07:00
package keeper
// Keys for supply store
// Items are stored with the following key: values
//
// - 0x00: Supply
var (
SupplyKey = []byte{0x00}
)