pub fn execute(
deps: DepsMut<'_>,
env: Env,
info: MessageInfo,
msg: ExecuteMsg,
) -> Result<Response, ContractError>Expand description
Execute entry point. You may see a list of the execute variants (methods) in ExecuteMsg
pub fn execute(
deps: DepsMut<'_>,
env: Env,
info: MessageInfo,
msg: ExecuteMsg,
) -> Result<Response, ContractError>Execute entry point. You may see a list of the execute variants (methods) in ExecuteMsg