package
1.2.2
Repository: https://github.com/classzz/go-classzz-v2.git
Documentation: pkg.go.dev

# Packages

Package catalyst implements the temporary eth1/eth2 RPC integration.
Package czzconfig contains the configuration of the CZZ and LES protocols.
Package downloader contains the manual full chain synchronisation.
Package fetcher contains the announcement based header, blocks or transaction synchronisation.
Package filters implements an classzz filtering system for block, transactions and log events.
No description provided by the author
No description provided by the author
Package tracers is a collection of JavaScript transaction tracers.

# Functions

New creates a new Classzz object (including the initialisation of the common Classzz object).
NewPrivateAdminAPI creates a new API definition for the full node private admin methods of the Classzz service.
NewPrivateDebugAPI creates a new API definition for the full node-related private debug methods of the Classzz service.
NewPrivateMinerAPI create a new RPC service which controls the miner of this node.
NewPublicClasszzAPI creates a new Classzz protocol API for full nodes.
NewPublicDebugAPI creates a new API definition for the full node- related public debug methods of the Classzz service.
NewPublicMinerAPI create a new PublicMinerAPI instance.

# Constants

AccountRangeMaxResults is the maximum number of results to be returned per call.

# Structs

BadBlockArgs represents the entries in the list returned when bad blocks are queried.
Classzz implements the Classzz full node service.
EthAPIBackend implements czzapi.Backend for full nodes.
PrivateAdminAPI is the collection of Classzz full node-related APIs exposed over the private admin endpoint.
PrivateDebugAPI is the collection of Classzz full node APIs exposed over the private debugging endpoint.
PrivateMinerAPI provides private RPC methods to control the miner.
PublicClasszzAPI provides an API to access Classzz full node-related information.
PublicDebugAPI is the collection of Classzz full node APIs exposed over the public debugging endpoint.
PublicMinerAPI provides an API to control the miner.
StorageRangeResult is the result of a debug_storageRangeAt API call.

# Type aliases

Config contains the configuration options of the CZZ protocol.