Module contract

Source
Expand description

This module handles the execution logic of the contract.

Functionsยง

execute
Handles the execution of the contract.
instantiate
Instantiates the contract.
migrate
Migrate contract if version is lower than current version
query
Handles the query of the contract.
reply
Handles the replies to the submessages.