setLowThreshold method

SetOptionsOperationBuilder setLowThreshold (
  1. int lowThreshold
)

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

Implementation

SetOptionsOperationBuilder setLowThreshold(int lowThreshold) {
  this._lowThreshold = lowThreshold;
  return this;
}