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

Method GetRnodes

contracts/dpor/rnode/rnode.go:270–277  ·  view source on GitHub ↗

GetRnodes is a free data retrieval call binding the contract method 0xe508bb85. Solidity: function getRnodes() constant returns(address[])

(opts *bind.CallOpts)

Source from the content-addressed store, hash-verified

268//
269// Solidity: function getRnodes() constant returns(address[])
270func (_Rnode *RnodeCaller) GetRnodes(opts *bind.CallOpts) ([]common.Address, error) {
271 var (
272 ret0 = new([]common.Address)
273 )
274 out := ret0
275 err := _Rnode.contract.Call(opts, out, "getRnodes")
276 return *ret0, err
277}
278
279// GetRnodes is a free data retrieval call binding the contract method 0xe508bb85.
280//

Callers 5

showRnodesFunction · 0.45
GetRNodesMethod · 0.45
GetRnodesMethod · 0.45
GetRnodesMethod · 0.45
TestRNodeMultiRNodesFunction · 0.45

Calls 1

CallMethod · 0.65

Tested by 1

TestRNodeMultiRNodesFunction · 0.36