Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisabledMethods ¶
type ErrorResponse ¶
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"` }
Click to show internal directories.
Click to hide internal directories.