RnodeThreshold is a free data retrieval call binding the contract method 0xb7b3e9da. Solidity: function rnodeThreshold() constant returns(uint256)
(opts *bind.CallOpts)
| 372 | // |
| 373 | // Solidity: function rnodeThreshold() constant returns(uint256) |
| 374 | func (_Rnode *RnodeCaller) RnodeThreshold(opts *bind.CallOpts) (*big.Int, error) { |
| 375 | var ( |
| 376 | ret0 = new(*big.Int) |
| 377 | ) |
| 378 | out := ret0 |
| 379 | err := _Rnode.contract.Call(opts, out, "rnodeThreshold") |
| 380 | return *ret0, err |
| 381 | } |
| 382 | |
| 383 | // RnodeThreshold is a free data retrieval call binding the contract method 0xb7b3e9da. |
| 384 | // |