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

    • Overview
    • Msg Service
    • Query Service

# Events

The ecocredit module emits events upon the successful execution of messages. The events for the ecocredit module are defined in the proto files available on Buf Schema Registryopen in new window.

# Ecocredit Module

  • EventAddCreditTypeopen in new window
  • EventBridgeopen in new window
  • EventBridgeReceiveopen in new window
  • EventCancelopen in new window
  • EventCreateBatchopen in new window
  • EventCreateClassopen in new window
  • EventCreateProjectopen in new window
  • EventMintopen in new window
  • EventMintBatchCreditsopen in new window
  • EventRetireopen in new window
  • EventSealBatchopen in new window
  • EventTransferopen in new window
  • EventUpdateBatchMetadataopen in new window
  • EventUpdateClassAdminopen in new window
  • EventUpdateClassIssuersopen in new window
  • EventUpdateClassMetadataopen in new window
  • EventUpdateProjectAdminopen in new window
  • EventUpdateProjectMetadataopen in new window

# Basket Submodule

  • EventCreateopen in new window
  • EventPutopen in new window
  • EventTakeopen in new window
  • UpdateCuratoropen in new window
  • EventUpdateDateCriteriaopen in new window

# Marketplace Submodule

  • EventAllowDenomopen in new window
  • EventSellopen in new window
  • EventUpdateSellOrderopen in new window

Query Service Types