Interface IdentifyPushComponents

interface IdentifyPushComponents {
    addressManager: AddressManager;
    connectionManager: ConnectionManager;
    events: TypedEventTarget<Libp2pEvents<ServiceMap>>;
    logger: ComponentLogger;
    nodeInfo: NodeInfo;
    peerId: PeerId;
    peerStore: PeerStore;
    privateKey: PrivateKey;
    registrar: Registrar;
}

Hierarchy (view full)

Properties

addressManager: AddressManager
connectionManager: ConnectionManager
nodeInfo: NodeInfo
peerId: PeerId
peerStore: PeerStore
privateKey: PrivateKey
registrar: Registrar