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)
| 1306 | // |
| 1307 | // Solidity: function query(from address, timeout uint256, dataSource string, selector string) returns(uint256) |
| 1308 | func (_Dosproxy *DosproxyTransactorSession) Query(from common.Address, timeout *big.Int, dataSource string, selector string) (*types.Transaction, error) { |
| 1309 | return _Dosproxy.Contract.Query(&_Dosproxy.TransactOpts, from, timeout, dataSource, selector) |
| 1310 | } |
| 1311 | |
| 1312 | // RegisterGroupPubKey is a paid mutator transaction binding the contract method 0xb836ccea. |
| 1313 | // |