MCPcopy Create free account
hub / github.com/DOSNetwork/core / Query

Method Query

onchain/dosproxy/DOSProxy.go:1308–1310  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

1306//
1307// Solidity: function query(from address, timeout uint256, dataSource string, selector string) returns(uint256)
1308func (_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//

Callers

nothing calls this directly

Calls 1

QueryMethod · 0.45

Tested by

no test coverage detected