package
1.1.7
Repository: https://github.com/matrixainetwork/go-matrix.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
CreateConsensusEngine creates the required type of consensus engine instance for an Matrix service.
CreateDB creates the chain database.
New creates a new Matrix object (including the initialisation of the common Matrix 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 Matrix service.
NewPrivateDebugAPI creates a new API definition for the full node-related private debug methods of the Matrix service.
NewPrivateMinerAPI create a new RPC service which controls the miner of this node.
NewProtocolManager returns a new Matrix sub protocol manager.
NewPublicDebugAPI creates a new API definition for the full node- related public debug methods of the Matrix service.
NewPublicMatrixAPI creates a new Matrix protocol API for full nodes.
NewPublicMinerAPI create a new PublicMinerAPI instance.
SendUdpTransactions.

# Constants

man protocol message codes.
man 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
man protocol message codes.
man protocol message codes.
Protocol messages belonging to man/63.
man protocol message codes.
man protocol message codes.
man protocol message codes.
man protocol message codes.
Maximum cap on the size of a protocol message.
man protocol message codes.
Protocol messages belonging to man/62.
man protocol message codes.

# Variables

No description provided by the author
DefaultConfig contains default settings for use on the Matrix main net.
No description provided by the author
No description provided by the author
ProtocolLengths are the number of implemented message corresponding to different protocol versions.
ProtocolName is the official short name of the protocol used during capability negotiation.
ProtocolVersions are the upported versions of the man protocol (first is primary).
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

# Structs

No description provided by the author
BloomIndexer implements a core.ChainIndexer, building up a rotated bloom bits index for the Matrix header bloom filters, permitting blazing fast filtering.
No description provided by the author
No description provided by the author
ManAPIBackend implements manapi.Backend for full nodes.
Matrix implements the Matrix full node service.
NodeInfo represents a short summary of the Matrix sub-protocol metadata known about the host peer.
PeerInfo represents a short summary of the Matrix sub-protocol metadata known about a connected peer.
PrivateAdminAPI is the collection of Matrix full node-related APIs exposed over the private admin endpoint.
PrivateDebugAPI is the collection of Matrix full node APIs exposed over the private debugging endpoint.
PrivateMinerAPI provides private RPC methods to control the miner.
No description provided by the author
PublicDebugAPI is the collection of Matrix full node APIs exposed over the public debugging endpoint.
PublicMatrixAPI provides an API to access Matrix full node-related information.
PublicMinerAPI provides an API to control the miner.
No description provided by the author
StorageRangeResult is the result of a debug_storageRangeAt API call.
No description provided by the author
TraceConfig holds extra parameters to trace functions.

# Interfaces

No description provided by the author