Query is a paid mutator transaction binding the contract method 0xb7fb8fd7. Solidity: function query(from address, timeout uint256, dataSource string, selector string) returns(uint256)
(from common.Address, timeout *big.Int, dataSource string, selector string)
| 1299 | // |
| 1300 | // Solidity: function query(from address, timeout uint256, dataSource string, selector string) returns(uint256) |
| 1301 | func (_Dosproxy *DosproxySession) Query(from common.Address, timeout *big.Int, dataSource string, selector string) (*types.Transaction, error) { |
| 1302 | return _Dosproxy.Contract.Query(&_Dosproxy.TransactOpts, from, timeout, dataSource, selector) |
| 1303 | } |
| 1304 | |
| 1305 | // Query is a paid mutator transaction binding the contract method 0xb7fb8fd7. |
| 1306 | // |
no outgoing calls
no test coverage detected