コード例 #1
0
 /// <summary>
 /// Stops the GasManager.
 /// </summary>
 public void Stop() => transactionSpeedSlider.Stop();
コード例 #2
0
 /// <summary>
 /// Unsubscribes the gas price observable and removes the periodic updater.
 /// </summary>
 public void Destroy()
 {
     periodicUpdateManager.RemovePeriodicUpdater(this);
     transactionSpeedSlider.Stop();
 }