GetRnodes is a free data retrieval call binding the contract method 0xe508bb85. Solidity: function getRnodes() constant returns(address[])
()
| 287 | // |
| 288 | // Solidity: function getRnodes() constant returns(address[]) |
| 289 | func (_Rnode *RnodeCallerSession) GetRnodes() ([]common.Address, error) { |
| 290 | return _Rnode.Contract.GetRnodes(&_Rnode.CallOpts) |
| 291 | } |
| 292 | |
| 293 | // IsContract is a free data retrieval call binding the contract method 0x16279055. |
| 294 | // |