Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( KaonEndpoints = []string{ "https://api-eu-1.kaon.kyve.network", "https://api-us-1.kaon.kyve.network", } KorelliaEndpoints = []string{ "https://api.korellia.kyve.network", "https://api-eu-1.korellia.kyve.network", "https://api-explorer.korellia.kyve.network", } MainnetEndpoints = []string{ "https://api-eu-1.kyve.network", "https://api-us-1.kyve.network", } )
Functions ¶
This section is empty.
Types ¶
type GenesisDoc ¶ added in v0.2.1
type GenesisDoc = tmTypes.GenesisDoc
type HeightResponse ¶
type HeightResponse struct {
Result struct {
Response struct {
LastBlockHeight string `json:"last_block_height"`
} `json:"response"`
} `json:"result"`
}
type Metrics ¶ added in v0.2.0
type Metrics struct {
PoolHeight prometheus.Gauge
NodeHeight prometheus.Gauge
MaxHeight prometheus.Gauge
MinHeight prometheus.Gauge
DataDirSize prometheus.Gauge
}
type PoolSettingsType ¶
type ProcessType ¶
type SettingsResponse ¶
type SettingsType ¶
type SupervysorConfig ¶ added in v0.2.1
Click to show internal directories.
Click to hide internal directories.