RegisterInProcHandler registers the rpc.Server, handles RPC request to process the API requests in process
(localRPCServer *rpc.Server)
| 55 | |
| 56 | // RegisterInProcHandler registers the rpc.Server, handles RPC request to process the API requests in process |
| 57 | RegisterInProcHandler(localRPCServer *rpc.Server) |
| 58 | |
| 59 | SetContractBackend(contractBackend contracts.Backend) |
| 60 |
no outgoing calls
no test coverage detected