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

Method SetGroupSize

onchain/dosproxy/DOSProxy.go:1469–1471  ·  view source on GitHub ↗

SetGroupSize is a paid mutator transaction binding the contract method 0x0dfc09cb. Solidity: function setGroupSize(newSize uint256) returns()

(newSize *big.Int)

Source from the content-addressed store, hash-verified

1467//
1468// Solidity: function setGroupSize(newSize uint256) returns()
1469func (_Dosproxy *DosproxySession) SetGroupSize(newSize *big.Int) (*types.Transaction, error) {
1470 return _Dosproxy.Contract.SetGroupSize(&_Dosproxy.TransactOpts, newSize)
1471}
1472
1473// SetGroupSize is a paid mutator transaction binding the contract method 0x0dfc09cb.
1474//

Callers

nothing calls this directly

Calls 1

SetGroupSizeMethod · 0.65

Tested by

no test coverage detected