Created
October 14, 2021 15:20
-
-
Save ethanfrey/d5dc0f5b745649be7d095a52ca0b6d95 to your computer and use it in GitHub Desktop.
Execute Prototype
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#[cfg_attr(not(feature = "library"), entry_point)] | |
pub fn execute( | |
deps: DepsMut, | |
env: Env, | |
info: MessageInfo, | |
msg: ExecuteMsg, | |
) -> Result<Response, ContractError> { | |
/* your implementation here */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment