Versions in this module Expand all Collapse all v1 v1.1.0 Feb 23, 2022 Changes in this version + var ModuleSchema = ormdb.ModuleSchema + func MergeLegacyJSONIntoTarget(cdc codec.JSONCodec, message proto.Message, target ormjson.WriteTarget) error v1.0.0 Oct 29, 2021 Changes in this version + const BatchInfoTablePrefix + const ClassInfoTablePrefix + const CreditTypeSeqTablePrefix + const RetiredBalancePrefix + const RetiredSupplyPrefix + const TradableBalancePrefix + const TradableSupplyPrefix + func ParseBalanceKey(key []byte) (sdk.AccAddress, batchDenomT) + func ParseSupplyKey(key []byte) batchDenomT + func RegisterServices(configurator server.Configurator, paramSpace paramtypes.Subspace, ...) + func RetiredBalanceKey(acc sdk.AccAddress, batchDenom batchDenomT) []byte + func RetiredSupplyKey(batchDenom batchDenomT) []byte + func TradableBalanceKey(acc sdk.AccAddress, denom batchDenomT) []byte + func TradableSupplyKey(batchDenom batchDenomT) []byte Other modules containing this package github.com/regen-network/regen-ledger github.com/regen-network/regen-ledger/x/ecocredit/v2 github.com/regen-network/regen-ledger/x/ecocredit/v3