cosmos-sdk/x/bank/migrations/v043/keys.go

13 lines
173 B
Go

package v043
const (
// ModuleName is the name of the module
ModuleName = "bank"
)
// KVStore keys
var (
BalancesPrefix = []byte{0x02}
SupplyKey = []byte{0x00}
)