We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3dc6a commit ff172bbCopy full SHA for ff172bb
1 file changed
node/node.go
@@ -16,6 +16,8 @@ import (
16
type Node interface {
17
Start() error
18
GetClient() rpcclient.Client
19
+ Stop() error
20
+ IsRunning() bool
21
}
22
23
func NewNode(
0 commit comments