PendingNodeList is a free data retrieval call binding the contract method 0xa60b007d. Solidity: function pendingNodeList( address) constant returns(address)
(opts *bind.CallOpts, arg0 common.Address)
| 1068 | // |
| 1069 | // Solidity: function pendingNodeList( address) constant returns(address) |
| 1070 | func (_Dosproxy *DosproxyCaller) PendingNodeList(opts *bind.CallOpts, arg0 common.Address) (common.Address, error) { |
| 1071 | var ( |
| 1072 | ret0 = new(common.Address) |
| 1073 | ) |
| 1074 | out := ret0 |
| 1075 | err := _Dosproxy.contract.Call(opts, out, "pendingNodeList", arg0) |
| 1076 | return *ret0, err |
| 1077 | } |
| 1078 | |
| 1079 | // PendingNodeList is a free data retrieval call binding the contract method 0xa60b007d. |
| 1080 | // |
no test coverage detected