Expand description
Messages are how interactions occur in CosmWasm contracts.
Modulesยง
- execute_
msg - Available execute messages (likely changing state)
- instantiate_
msg - Available instantiate messages (the parameters sent to the bytecode when instantiating)
- query_
msg - Available query messages (read-only, not changing state)