/// <summary> /// Stops the GasManager. /// </summary> public void Stop() => transactionSpeedSlider.Stop();
/// <summary> /// Unsubscribes the gas price observable and removes the periodic updater. /// </summary> public void Destroy() { periodicUpdateManager.RemovePeriodicUpdater(this); transactionSpeedSlider.Stop(); }