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
    • Msg Service
    • Query Service
      • Ecocredit Module
      • Basket Submodule
      • Marketplace Submodule
    • Events
    • Types
    • Client
    • Features
  • Intertx Module

    • Overview
    • Msg Service
    • Query Service

# Query Service

The ecocredit module provides a query service for querying the state of the ecocredit module. The queries are defined in the proto files available on Buf Schema Registryopen in new window.

For examples on how to query state using gRPC and REST, see the ecocredit client documentation, and for examples using the regen binary, see regen query ecocredit.

# Ecocredit Module

  • AllBalancesopen in new window
  • AllowedBridgeChainsopen in new window
  • AllowedClassCreatorsopen in new window
  • Balanceopen in new window
  • Balancesopen in new window
  • BalancesByBatchopen in new window
  • Batchopen in new window
  • Batchesopen in new window
  • BatchesByClassopen in new window
  • BatchesByIssueropen in new window
  • BatchesByProjectopen in new window
  • Classopen in new window
  • ClassCreatorAllowlistopen in new window
  • Classesopen in new window
  • ClassesByAdminopen in new window
  • ClassFeeopen in new window
  • ClassIssuersopen in new window
  • CreditTypeopen in new window
  • CreditTypesopen in new window
  • Paramsopen in new window
  • Projectopen in new window
  • Projectsopen in new window
  • ProjectsByAdminopen in new window
  • ProjectsByClassopen in new window
  • ProjectsByReferenceIdopen in new window
  • Supplyopen in new window

# Basket Submodule

  • Basketopen in new window
  • BasketBalanceopen in new window
  • BasketBalancesopen in new window
  • BasketFeeopen in new window
  • Basketsopen in new window

# Marketplace Submodule

  • AllowedDenomsopen in new window
  • SellOrderopen in new window
  • SellOrdersopen in new window
  • SellOrdersByBatchopen in new window
  • SellOrdersBySelleropen in new window

Msg Service Events