Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockExplorerStatus ¶
type BlockExplorerStatus struct { CoreStatus BlockExplorerVersion string BlockExplorerVersionHash string }
type CoreStatus ¶
type DataNodeStatus ¶
type DataNodeStatus struct { CoreStatus DataNodeBlockHeight uint64 DataNodeTime time.Time RESTReqDuration time.Duration GQLReqDuration time.Duration GRPCReqDuration time.Duration GRPCScore uint64 RESTScore uint64 GQLScore uint64 Data1DayScore uint64 Data1WeekScore uint64 DataArchivalScore uint64 }
func (*DataNodeStatus) GetScore ¶ added in v0.8.2
func (s *DataNodeStatus) GetScore() uint64
func (*DataNodeStatus) GetUpToDateScore ¶ added in v0.8.2
func (s *DataNodeStatus) GetUpToDateScore() uint64
type EntityHash ¶ added in v0.12.0
type EntityHash [32]byte
type EthereumContractsEvents ¶ added in v0.12.0
type EthereumContractsEvents struct { ID string NodeName string EventName string ContractAddress string Count uint64 }
func (EthereumContractsEvents) Hash ¶ added in v0.12.0
func (ece EthereumContractsEvents) Hash() EntityHash
type EthereumNodeHeight ¶ added in v0.12.0
type EthereumNodeStatus ¶ added in v0.14.0
type NodeDownStatus ¶
Click to show internal directories.
Click to hide internal directories.