UpdateRandomness is a paid mutator transaction binding the contract method 0x09ac86d3. Solidity: function updateRandomness(sig uint256[2]) returns()
(sig [2]*big.Int)
| 1747 | // |
| 1748 | // Solidity: function updateRandomness(sig uint256[2]) returns() |
| 1749 | func (_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. |
| 1754 | type DosproxyGuardianRewardIterator struct { |
nothing calls this directly
no test coverage detected