GetRnodes is a free data retrieval call binding the contract method 0xe508bb85. Solidity: function getRnodes() constant returns(address[])
(opts *bind.CallOpts)
| 268 | // |
| 269 | // Solidity: function getRnodes() constant returns(address[]) |
| 270 | func (_Rnode *RnodeCaller) GetRnodes(opts *bind.CallOpts) ([]common.Address, error) { |
| 271 | var ( |
| 272 | ret0 = new([]common.Address) |
| 273 | ) |
| 274 | out := ret0 |
| 275 | err := _Rnode.contract.Call(opts, out, "getRnodes") |
| 276 | return *ret0, err |
| 277 | } |
| 278 | |
| 279 | // GetRnodes is a free data retrieval call binding the contract method 0xe508bb85. |
| 280 | // |