setMediumThreshold method

SetOptionsOperationBuilder setMediumThreshold(
  1. int mediumThreshold
)

A number from 0-255 representing the threshold this account sets on all operations it performs that have a medium threshold.

Implementation

SetOptionsOperationBuilder setMediumThreshold(int mediumThreshold) {
  this._mediumThreshold = mediumThreshold;
  return this;
}