| 12 | } |
| 13 | |
| 14 | type RNodeServiceImpl struct { |
| 15 | client bind.ContractBackend |
| 16 | contract common.Address |
| 17 | } |
| 18 | |
| 19 | // NewRNodeService creates an instance to read rNodes from contract |
| 20 | func NewRNodeService(rNodeContract common.Address, backend bind.ContractBackend) (RNodeService, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected