Regen Ledger Documentation
Regen Ledger
Modules
Validators
Commands
Tutorials
GitHub (opens new window)
Regen Ledger
Modules
Validators
Commands
Tutorials
GitHub (opens new window)
  • Modules

    • List of Modules
  • Data Module

  • Ecocredit Module

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

# 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 Registry (opens new window).

# Ecocredit Module

  • AllowedBridgeChain (opens new window)
  • AllowedClassCreator (opens new window)
  • Batch (opens new window)
  • BatchBalance (opens new window)
  • BatchContract (opens new window)
  • BatchSequence (opens new window)
  • BatchSupply (opens new window)
  • Class (opens new window)
  • ClassCreatorAllowlist (opens new window)
  • ClassFee (opens new window)
  • ClassIssuer (opens new window)
  • ClassSequence (opens new window)
  • CreditType (opens new window)
  • OriginTxIndex (opens new window)
  • Project (opens new window)
  • ProjectSequence (opens new window)

# Basket Submodule

  • Basket (opens new window)
  • BasketBalance (opens new window)
  • BasketClass (opens new window)
  • BasketFee (opens new window)

# Marketplace Submodule

  • AllowedDenom (opens new window)
  • Market (opens new window)
  • SellOrder (opens new window)

← Concepts Msg Service →