pub fn execute(
    deps: DepsMut<'_>,
    env: Env,
    info: MessageInfo,
    msg: ExecuteMsg
) -> StdResult<Response>
Expand description

contract handle function. See ExecuteMsg and ExecuteAnswer for the api