SupportedVersion is a free data retrieval call binding the contract method 0xd5601e9f. Solidity: function supportedVersion() constant returns(uint256)
(opts *bind.CallOpts)
| 398 | // |
| 399 | // Solidity: function supportedVersion() constant returns(uint256) |
| 400 | func (_Rnode *RnodeCaller) SupportedVersion(opts *bind.CallOpts) (*big.Int, error) { |
| 401 | var ( |
| 402 | ret0 = new(*big.Int) |
| 403 | ) |
| 404 | out := ret0 |
| 405 | err := _Rnode.contract.Call(opts, out, "supportedVersion") |
| 406 | return *ret0, err |
| 407 | } |
| 408 | |
| 409 | // SupportedVersion is a free data retrieval call binding the contract method 0xd5601e9f. |
| 410 | // |
no test coverage detected