@waku/interfaces
Version:
Definition of Waku interfaces
10 lines • 307 B
JavaScript
// 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