Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncManager ¶
type SyncManager interface {
Run()
}
func NewSyncManager ¶
func NewSyncManager( bus EventBus.Bus, bc *blockchain.BlockChain, mp *pool.Mempool, p2pRPCClient *gorpc.Client, bootstrapAddresses []multiaddr.Multiaddr, psb *pubsub.PubSubRouter, ) SyncManager
Click to show internal directories.
Click to hide internal directories.