Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HeartbeatStatus ¶
HeartbeatStatus respond with the heartbeat status of the node
Types ¶
type FacadeHandler ¶
type FacadeHandler interface { IsNodeRunning() bool StartNode() error StopNode() error GetCurrentPublicKey() string GetHeartbeats() ([]heartbeat.PubKeyHeartbeat, error) TpsBenchmark() *statistics.TpsBenchmark }
Handler interface defines methods that can be used from `numbatFacade` context variable
Click to show internal directories.
Click to hide internal directories.