Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeStats ¶
type NodeStats struct {
BlockHeight int `json:"block_height"`
Transactions24h float64 `json:"transactions_24h"`
ActiveValidators int `json:"active_validators"`
NetworkUtilization float64 `json:"network_utilization"`
AverageBlockTime float64 `json:"average_block_time"`
NetworkSecurity float64 `json:"network_security"`
}
NodeStats represents the structure of the node stats response.
func FetchNodeStats ¶
FetchNodeStats fetches stats for node 1 from the Fluentum API using the provided API key.
Directories
¶
| Path | Synopsis |
|---|---|
|
abci
|
|
|
example/counter/cmd
command
|
|
|
myapp
command
|
|
|
plugins
|
|
|
quantum_signer
command
|
|
|
x
|
|
Click to show internal directories.
Click to hide internal directories.