execute

Function execute 

Source
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