# Msg Service
The ecocredit module provides a message service for interacting with the state of the ecocredit module. The messages are defined in the proto files available on Buf Schema Registry (opens new window).
For examples on how to interact with state using the regen
binary, see regen tx ecocredit.
# Ecocredit Module
- AddAllowedBridgeChain (opens new window)
- AddClassCreator (opens new window)
- AddCreditType (opens new window)
- Bridge (opens new window)
- BridgeReceive (opens new window)
- Cancel (opens new window)
- CreateBatch (opens new window)
- CreateClass (opens new window)
- CreateProject (opens new window)
- MintBatchCredits (opens new window)
- RemoveAllowedBridgeChain (opens new window)
- RemoveClassCreator (opens new window)
- Retire (opens new window)
- SealBatch (opens new window)
- Send (opens new window)
- SetClassCreatorAllowlist (opens new window)
- UpdateBatchMetadata (opens new window)
- UpdateClassAdmin (opens new window)
- UpdateClassFee (opens new window)
- UpdateClassIssuers (opens new window)
- UpdateClassMetadata (opens new window)
- UpdateProjectAdmin (opens new window)
- UpdateProjectMetadata (opens new window)
# Basket Submodule
- Create (opens new window)
- Put (opens new window)
- Take (opens new window)
- UpdateBasketFee (opens new window)
- UpdateCurator (opens new window)
- MsgUpdateDateCriteria (opens new window)
# Marketplace Submodule
← State Query Service →