package
1.1.7
Repository: https://github.com/core-coin/go-core.git
Documentation: pkg.go.dev

# Packages

Package downloader contains the manual full chain synchronisation.
No description provided by the author
Package fetcher contains the announcement based header, blocks or transaction synchronisation.
Package filters implements an core filtering system for block, transactions and log events.
Package tracers is a collection of JavaScript transaction tracers.

# Functions

CreateConsensusEngine creates the required type of consensus engine instance for an Core service.
New creates a new Core object (including the initialisation of the common Core object).
NewBloomIndexer returns a chain indexer that generates bloom bits data for the canonical chain for fast logs filtering.
NewPrivateAdminAPI creates a new API definition for the full node private admin methods of the Core service.
NewPrivateDebugAPI creates a new API definition for the full node-related private debug methods of the Core service.
NewPrivateMinerAPI create a new RPC service which controls the miner of this node.
NewProtocolManager returns a new Core sub protocol manager.
NewPublicCoreAPI creates a new Core protocol API for full nodes.
NewPublicDebugAPI creates a new API definition for the full node- related public debug methods of the Core service.
NewPublicMinerAPI create a new PublicMinerAPI instance.

# Constants

AccountRangeMaxResults is the maximum number of results to be returned per call.
xcb protocol message codes.
xcb protocol message codes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
xcb protocol message codes.
xcb protocol message codes.
xcb protocol message codes.
xcb protocol message codes.
xcb protocol message codes.
xcb protocol message codes.
xcb protocol message codes.
New protocol message codes introduced in xcb65 Previously these message ids were used by some legacy and unsupported xcb protocols, reown them here.
xcb protocol message codes.
xcb protocol message codes.
xcb protocol message codes.
xcb protocol message codes.
xcb protocol message codes.

# Variables

DefaultConfig contains default settings for use on the Core main net.
DefaultFullGPOConfig contains default energyprice oracle settings for full node.
DefaultLightGPOConfig contains default energyprice oracle settings for light client.
ProtocolVersions are the supported versions of the xcb protocol (first is primary).

# Structs

BadBlockArgs represents the entries in the list returned when bad blocks are queried.
BloomIndexer implements a core.ChainIndexer, building up a rotated bloom bits index for the Core header bloom filters, permitting blazing fast filtering.
No description provided by the author
Core implements the Core full node service.
NodeInfo represents a short summary of the Core sub-protocol metadata known about the host peer.
PeerInfo represents a short summary of the Core sub-protocol metadata known about a connected peer.
PrivateAdminAPI is the collection of Core full node-related APIs exposed over the private admin endpoint.
PrivateDebugAPI is the collection of Core full node APIs exposed over the private debugging endpoint.
PrivateMinerAPI provides private RPC methods to control the miner.
No description provided by the author
PublicCoreAPI provides an API to access Core full node-related information.
PublicDebugAPI is the collection of Core full node APIs exposed over the public debugging endpoint.
PublicMinerAPI provides an API to control the miner.
StdTraceConfig holds extra parameters to standard-json trace functions.
StorageRangeResult is the result of a debug_storageRangeAt API call.
TraceConfig holds extra parameters to trace functions.
XcbAPIBackend implements xcbapi.Backend for full nodes.