Interface BootstrapComponents

interface BootstrapComponents {
    connectionManager: ConnectionManager;
    logger: ComponentLogger;
    peerStore: PeerStore;
}

Properties

connectionManager: ConnectionManager
peerStore: PeerStore