Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Address ¶ added in v1.0.3
Address returns the information about the address passed as parameter
func HeartbeatStatus ¶
HeartbeatStatus respond with the heartbeat status of the node
func StatusMetrics ¶
StatusMetrics returns the node statistics exported by an StatusMetricsHandler
Types ¶
type FacadeHandler ¶
type FacadeHandler interface { IsNodeRunning() bool StartNode() error StopNode() error GetCurrentPublicKey() string GetHeartbeats() ([]heartbeat.PubKeyHeartbeat, error) TpsBenchmark() *statistics.TpsBenchmark StatusMetrics() external.StatusMetricsHandler IsInterfaceNil() bool }
FacadeHandler interface defines methods that can be used from `elrondFacade` context variable
Click to show internal directories.
Click to hide internal directories.