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

Method UpdateRandomness

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

1740//
1741// Solidity: function updateRandomness(sig uint256[2]) returns()
1742func (_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//

Callers

nothing calls this directly

Calls 1

UpdateRandomnessMethod · 0.65

Tested by

no test coverage detected