UpdateRandomness is a paid mutator transaction binding the contract method 0x09ac86d3. Solidity: function updateRandomness(sig uint256[2]) returns()
(sig [2]*big.Int)
| 1740 | // |
| 1741 | // Solidity: function updateRandomness(sig uint256[2]) returns() |
| 1742 | func (_Dosproxy *DosproxySession) UpdateRandomness(sig [2]*big.Int) (*types.Transaction, error) { |
| 1743 | return _Dosproxy.Contract.UpdateRandomness(&_Dosproxy.TransactOpts, sig) |
| 1744 | } |
| 1745 | |
| 1746 | // UpdateRandomness is a paid mutator transaction binding the contract method 0x09ac86d3. |
| 1747 | // |
nothing calls this directly
no test coverage detected