getFeesEstimation method

double getFeesEstimation()

Implementation

double getFeesEstimation() {
  // TODO
  //print("getFeesEstimation: " + fees.toString());
  return 0.25;
}