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

Method Query

onchain/dosproxy/DOSProxy.go:1301–1303  ·  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

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

Callers 4

signalBootstrapMethod · 0.45
dkgTestMethod · 0.45
queryTestMethod · 0.45
QueryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected