Interface BootstrapComponents

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

Properties

Properties

peerStore: PeerStore