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

Method UpdateRandomness

onchain/dosproxy/DOSProxy.go:1749–1751  ·  view source on GitHub ↗

UpdateRandomness is a paid mutator transaction binding the contract method 0x09ac86d3. Solidity: function updateRandomness(sig uint256[2]) returns()

(sig [2]*big.Int)

Source from the content-addressed store, hash-verified

1747//
1748// Solidity: function updateRandomness(sig uint256[2]) returns()
1749func (_Dosproxy *DosproxyTransactorSession) UpdateRandomness(sig [2]*big.Int) (*types.Transaction, error) {
1750 return _Dosproxy.Contract.UpdateRandomness(&_Dosproxy.TransactOpts, sig)
1751}
1752
1753// DosproxyGuardianRewardIterator is returned from FilterGuardianReward and is used to iterate over the raw logs and unpacked data for GuardianReward events raised by the Dosproxy contract.
1754type DosproxyGuardianRewardIterator struct {

Callers

nothing calls this directly

Calls 1

UpdateRandomnessMethod · 0.65

Tested by

no test coverage detected