Concepts
There are a few concepts that are good for a user to know, these are:
Direct
andDispatch
execution types: Explains the behaviors ofDirect
andDispatch
execution types and their use cases.- Address handlers: Explains why we have different APIs and how you can implement your address handler based on your needs.
- Custom message/query handler: Explains how a user can enable handling of
CosmosMsg::Custom
andQueryRequest::Custom
.