Start is called after all services have been constructed and the networking layer was also initialized to spawn any goroutines required by the service.
(server *p2p.Server)
| 77 | // Start is called after all services have been constructed and the networking |
| 78 | // layer was also initialized to spawn any goroutines required by the service. |
| 79 | Start(server *p2p.Server) error |
| 80 | |
| 81 | // Stop terminates all goroutines belonging to the service, blocking until they |
| 82 | // are all terminated. |
no outgoing calls