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

Method RnodeThreshold

contracts/dpor/rnode/rnode.go:374–381  ·  view source on GitHub ↗

RnodeThreshold is a free data retrieval call binding the contract method 0xb7b3e9da. Solidity: function rnodeThreshold() constant returns(uint256)

(opts *bind.CallOpts)

Source from the content-addressed store, hash-verified

372//
373// Solidity: function rnodeThreshold() constant returns(uint256)
374func (_Rnode *RnodeCaller) RnodeThreshold(opts *bind.CallOpts) (*big.Int, error) {
375 var (
376 ret0 = new(*big.Int)
377 )
378 out := ret0
379 err := _Rnode.contract.Call(opts, out, "rnodeThreshold")
380 return *ret0, err
381}
382
383// RnodeThreshold is a free data retrieval call binding the contract method 0xb7b3e9da.
384//

Callers 5

showConfigsFunction · 0.45
FundForRNodeMethod · 0.45
RnodeThresholdMethod · 0.45
RnodeThresholdMethod · 0.45
TestRNodeThresholdFunction · 0.45

Calls 1

CallMethod · 0.65

Tested by 1

TestRNodeThresholdFunction · 0.36