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

Method GetRnodes

contracts/dpor/rnode/rnode.go:289–291  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

287//
288// Solidity: function getRnodes() constant returns(address[])
289func (_Rnode *RnodeCallerSession) GetRnodes() ([]common.Address, error) {
290 return _Rnode.Contract.GetRnodes(&_Rnode.CallOpts)
291}
292
293// IsContract is a free data retrieval call binding the contract method 0x16279055.
294//

Callers

nothing calls this directly

Calls 1

GetRnodesMethod · 0.45

Tested by

no test coverage detected