SetRnodeThreshold is a paid mutator transaction binding the contract method 0x975dd4b2. Solidity: function setRnodeThreshold(threshold uint256) returns()
(threshold *big.Int)
| 585 | // |
| 586 | // Solidity: function setRnodeThreshold(threshold uint256) returns() |
| 587 | func (_Rnode *RnodeTransactorSession) SetRnodeThreshold(threshold *big.Int) (*types.Transaction, error) { |
| 588 | return _Rnode.Contract.SetRnodeThreshold(&_Rnode.TransactOpts, threshold) |
| 589 | } |
| 590 | |
| 591 | // SetSupportedVersion is a paid mutator transaction binding the contract method 0x5f86d4ca. |
| 592 | // |
nothing calls this directly
no test coverage detected