SetSupportedVersion is a paid mutator transaction binding the contract method 0x5f86d4ca. Solidity: function setSupportedVersion(version uint256) returns()
(version *big.Int)
| 606 | // |
| 607 | // Solidity: function setSupportedVersion(version uint256) returns() |
| 608 | func (_Rnode *RnodeTransactorSession) SetSupportedVersion(version *big.Int) (*types.Transaction, error) { |
| 609 | return _Rnode.Contract.SetSupportedVersion(&_Rnode.TransactOpts, version) |
| 610 | } |
| 611 | |
| 612 | // RnodeNewRnodeIterator is returned from FilterNewRnode and is used to iterate over the raw logs and unpacked data for NewRnode events raised by the Rnode contract. |
| 613 | type RnodeNewRnodeIterator struct { |
nothing calls this directly
no test coverage detected