MCPcopy Create free account
hub / github.com/CPChain/chain / SetRnodeThreshold

Method SetRnodeThreshold

contracts/dpor/rnode/rnode.go:587–589  ·  view source on GitHub ↗

SetRnodeThreshold is a paid mutator transaction binding the contract method 0x975dd4b2. Solidity: function setRnodeThreshold(threshold uint256) returns()

(threshold *big.Int)

Source from the content-addressed store, hash-verified

585//
586// Solidity: function setRnodeThreshold(threshold uint256) returns()
587func (_Rnode *RnodeTransactorSession) SetRnodeThreshold(threshold *big.Int) (*types.Transaction, error) {
588 return _Rnode.Contract.SetRnodeThreshold(&_Rnode.TransactOpts, threshold)
589}
590
591// SetSupportedVersion is a paid mutator transaction binding the contract method 0x5f86d4ca.
592//

Callers

nothing calls this directly

Calls 1

SetRnodeThresholdMethod · 0.45

Tested by

no test coverage detected