setMasterKeyWeight method

SetOptionsOperationBuilder setMasterKeyWeight(
  1. int masterKeyWeight
)

Weight of the master key.

Implementation

SetOptionsOperationBuilder setMasterKeyWeight(int masterKeyWeight) {
  this._masterKeyWeight = masterKeyWeight;
  return this;
}