Regen Ledger Documentation
Regen Ledger
Modules
Validators
Commands
Tutorials
GitHub open in new window
Regen Ledger
Modules
Validators
Commands
Tutorials
GitHub open in new window
  • Modules

    • List of Modules
  • Data Module

    • Overview
    • Concepts
    • State
    • Msg Service
    • Query Service
    • Events
    • Types
    • Client
    • Features
  • Ecocredit Module

    • Overview
    • Concepts
    • State
      • Ecocredit Module
      • Basket Submodule
      • Marketplace Submodule
    • Msg Service
    • Query Service
    • Events
    • Types
    • Client
    • Features
  • Intertx Module

    • Overview
    • Msg Service
    • Query Service

# State

The ecocredit module uses the orm package as an abstraction layer over the KVStore that enables the creation of database tables with primary and secondary keys. The tables used within the ecocredit module are defined in the proto files available on Buf Schema Registryopen in new window.

# Ecocredit Module

  • AllowedBridgeChainopen in new window
  • AllowedClassCreatoropen in new window
  • Batchopen in new window
  • BatchBalanceopen in new window
  • BatchContractopen in new window
  • BatchSequenceopen in new window
  • BatchSupplyopen in new window
  • Classopen in new window
  • ClassCreatorAllowlistopen in new window
  • ClassFeeopen in new window
  • ClassIssueropen in new window
  • ClassSequenceopen in new window
  • CreditTypeopen in new window
  • OriginTxIndexopen in new window
  • Projectopen in new window
  • ProjectSequenceopen in new window

# Basket Submodule

  • Basketopen in new window
  • BasketBalanceopen in new window
  • BasketClassopen in new window
  • BasketFeeopen in new window

# Marketplace Submodule

  • AllowedDenomopen in new window
  • Marketopen in new window
  • SellOrderopen in new window

Concepts Msg Service