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
  • Ecocredit Module

    • Overview
    • Concepts
    • State
    • Msg Service
    • Query Service
    • Events
    • Types
    • Client
  • Data Module

    • Overview
    • Concepts
    • State
    • Msg Service
    • Events
    • Client

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

# Ecocredit Core

  • EventAddCreditType (opens new window)
  • EventCancel (opens new window)
  • EventCreateBatch (opens new window)
  • EventCreateClass (opens new window)
  • EventCreateProject (opens new window)
  • EventMint (opens new window)
  • EventRetire (opens new window)
  • EventSealBatch (opens new window)
  • EventTransfer (opens new window)
  • EventUpdateClassAdmin (opens new window)
  • EventUpdateClassIssuers (opens new window)
  • EventUpdateClassMetadata (opens new window)
  • EventUpdateProjectAdmin (opens new window)
  • EventUpdateProjectMetadata (opens new window)

# Basket Submodule

  • EventCreate (opens new window)
  • EventPut (opens new window)
  • EventTake (opens new window)

# Marketplace Submodule

  • EventAllowDenom (opens new window)
  • EventSell (opens new window)
  • EventUpdateSellOrder (opens new window)

← Query Service Types →