setHighThreshold method

SetOptionsOperationBuilder setHighThreshold(
  1. int highThreshold
)

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

Implementation

SetOptionsOperationBuilder setHighThreshold(int highThreshold) {
  this._highThreshold = highThreshold;
  return this;
}