Documentation
¶
Index ¶
Constants ¶
View Source
const ( ABCIEndpoint = "http://localhost:26657/abci_info?" KaonEndpoint = "https://api-eu-1.kaon.kyve.network/kyve/query/v1beta1/pool/" KorelliaEndpoint = "https://api.korellia.kyve.network/kyve/query/v1beta1/pool/" MainnetEndpoint = "https://api-eu-1.kyve.network/kyve/query/v1beta1/pool/" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeightResponse ¶
type HeightResponse struct {
Result struct {
Response struct {
LastBlockHeight string `json:"last_block_height"`
} `json:"response"`
} `json:"result"`
}
type PoolSettingsType ¶
type ProcessType ¶
type SettingsResponse ¶
Click to show internal directories.
Click to hide internal directories.