GetRnodes is a free data retrieval call binding the contract method 0xe508bb85. Solidity: function getRnodes() constant returns(address[])
()
| 280 | // |
| 281 | // Solidity: function getRnodes() constant returns(address[]) |
| 282 | func (_Rnode *RnodeSession) GetRnodes() ([]common.Address, error) { |
| 283 | return _Rnode.Contract.GetRnodes(&_Rnode.CallOpts) |
| 284 | } |
| 285 | |
| 286 | // GetRnodes is a free data retrieval call binding the contract method 0xe508bb85. |
| 287 | // |