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

Struct RNodeServiceImpl

consensus/dpor/rnode/rnode.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14type RNodeServiceImpl struct {
15 client bind.ContractBackend
16 contract common.Address
17}
18
19// NewRNodeService creates an instance to read rNodes from contract
20func NewRNodeService(rNodeContract common.Address, backend bind.ContractBackend) (RNodeService, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected