Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BFTEngine ¶
type BFTEngine struct {
// contains filtered or unexported fields
}
BFTEngine is a fake bft engine for solo.
func NewBFTEngine ¶
func NewBFTEngine(repo *chain.Repository) *BFTEngine
type Communicator ¶
type Communicator struct { }
Communicator in solo is a fake one just for api handler.
func (*Communicator) PeersStats ¶
func (comm *Communicator) PeersStats() []*comm.PeerStats
PeersStats returns nil solo doesn't join p2p network.
type Solo ¶
type Solo struct {
// contains filtered or unexported fields
}
Solo mode is the standalone client without p2p server
Click to show internal directories.
Click to hide internal directories.