types

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 10, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SupportedValconsTypes  = []string{"valcons", "ica"}
	SupportedProtocolTypes = []string{"cosmos"}
)

Functions

This section is empty.

Types

type CommonUptimeStatus

type CommonUptimeStatus struct {
	MinSignedPerWindow float64                 `json:"slash_winodw"`
	SignedBlocksWindow float64                 `json:"vote_period"`
	Validators         []ValidatorUptimeStatus `json:"validators"`
}

common

type ValidatorUptimeStatus

type ValidatorUptimeStatus struct {
	Moniker                   string  `json:"moniker"`
	ProposerAddress           string  `json:"proposer_address"`
	ValidatorOperatorAddress  string  `json:"validator_operator_address"`
	ValidatorConsensusAddress string  `json:"validator_consensus_addreess"`
	MissedBlockCounter        float64 `json:"missed_block_counter"`
	IsTomstoned               float64
	// Only Consumer Chain
	ConsumerConsensusAddress string `json:"consumer_consensus_address"`
}

cosmos uptime status

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL