Module msgs

Module msgs 

Source
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)