hive_engine

package
v0.0.0-...-47bc026 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2024 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DisabledMethods

type DisabledMethods struct {
	Blockchain []string `json:"blockchain,omitempty"`
	Contracts  []string `json:"contracts,omitempty"`
	Message    string   `json:"message,omitempty"`
}

type ErrorResponse

type ErrorResponse struct {
	Error   string `json:"error"`
	Success bool   `json:"success"`
}

type GetBlockInfoParams

type GetBlockInfoParams struct {
	BlockNumber int64 `json:"blockNumber"`
}

type NodeInfo

type NodeInfo struct {
	Success                     bool            `json:"success"`
	LastBlockNumber             int64           `json:"lastBlockNumber"`
	LastBlockRefHiveBlockNumber int64           `json:"lastBlockRefHiveBlockNumber"`
	LastHash                    string          `json:"lastHash"`
	LastParsedHiveBlockNumber   int64           `json:"lastParsedHiveBlockNumber"`
	SSCNodeVersion              string          `json:"SSCnodeVersion"`
	Domain                      string          `json:"domain"`
	ChainID                     string          `json:"chainId"`
	DisabledMethods             DisabledMethods `json:"disabledMethods,omitempty"`
	LightNode                   bool            `json:"lightNode"`
	LastVerifiedBlockNumber     int64           `json:"lastVerifiedBlockNumber"`
}

Jump to

Keyboard shortcuts

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