pub fn execute_update_config(
    deps: DepsMut<'_>,
    info: MessageInfo,
    msg: UpdateConfig
) -> Result<Response, ContractError>
Expand description

Execute: UpdateConfig Used by contract owner to update config or pause contract

Returns updated Config