package
neo3.network.convenience
Helper classes to sync the chain over the P2P network and manage nodes.
module
neo3.network.convenience.nodemanager
P2P network node manager.
Classes
NodeManager— Convenience class that helps establish and maintain a pool of active connections to NEO nodes.It will track the node quality and swap them out if considered bad as to always try and keep a healty pool.
module
neo3.network.convenience.syncmanager
P2P network sync manager.
Classes
SyncManager— Convenience class for syncing the chain over the P2P network.Takes care of requesting blocks, tracking the request, resending if necessary and forwarding the received blocks to a consumer.