package
0.0.0-20211029074233-7bd301ebe8d3
Repository: https://github.com/umbracle/minimal.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

DefaultConfig returns a default configuration.
NewBoltDBPeerStore creates a boltdb peerstore.
NewJSONPeerStore creates a json peerstore.
NewServer creates a new node.

# Constants

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

# Structs

BoltDBPeerStore stores the peers locally in boltdb.
Capability is a feature of the peer.
Config is the p2p server configuration.
Info is the information of a peer.
No description provided by the author
JSONPeerStore stores the peers locally in json format.
No description provided by the author
NoopPeerStore is a peerstore that does not store peers.
Peer is each of the connected peers.
PeriodicDial is the periodic dial of busy peers.
Protocol is a wire protocol.
ProtocolSpec is a specification of an etheruem protocol.
Server is the ethereum client.

# Interfaces

PeerStore stores peers id.
ProtocolHandler is the handler of the protocol.
Session is an open connection between two peers.
Stream is a stream inside a session.
Transport is a generic network transport protocol.

# Type aliases

Capabilities is a list of capabilities of the peer.
No description provided by the author
No description provided by the author