UNPKG

@waku/interfaces

Version:
10 lines 307 B
// Peer tags export var Tags; (function (Tags) { Tags["BOOTSTRAP"] = "bootstrap"; Tags["PEER_EXCHANGE"] = "peer-exchange"; Tags["LOCAL"] = "local-peer-cache"; })(Tags || (Tags = {})); // Connection tag export const CONNECTION_LOCKED_TAG = "locked"; //# sourceMappingURL=connection_manager.js.map