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

Method SetRnodeThreshold

contracts/dpor/rnode/rnode.go:580–582  ·  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

578//
579// Solidity: function setRnodeThreshold(threshold uint256) returns()
580func (_Rnode *RnodeSession) SetRnodeThreshold(threshold *big.Int) (*types.Transaction, error) {
581 return _Rnode.Contract.SetRnodeThreshold(&_Rnode.TransactOpts, threshold)
582}
583
584// SetRnodeThreshold is a paid mutator transaction binding the contract method 0x975dd4b2.
585//

Callers 3

setThresholdFunction · 0.45
SetRnodeThresholdMethod · 0.45
TestRNodeThresholdFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestRNodeThresholdFunction · 0.36