@libp2p/interface
Advanced tools
Comparing version 2.5.0-7655833bb to 2.5.0-8331c8ea8
@@ -38,2 +38,7 @@ import type { Connection, ConnectionLimits, MultiaddrConnection } from './connection.js'; | ||
close(): Promise<void>; | ||
/** | ||
* Allows transports to amend announce addresses - to add certificate hashes | ||
* or other metadata that cannot be known before runtime | ||
*/ | ||
updateAnnounceAddrs(addrs: Multiaddr[]): void; | ||
} | ||
@@ -40,0 +45,0 @@ export declare const transportSymbol: unique symbol; |
{ | ||
"name": "@libp2p/interface", | ||
"version": "2.5.0-7655833bb", | ||
"version": "2.5.0-8331c8ea8", | ||
"description": "The interface implemented by a libp2p node", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -42,2 +42,7 @@ import type { Connection, ConnectionLimits, MultiaddrConnection } from './connection.js' | ||
close(): Promise<void> | ||
/** | ||
* Allows transports to amend announce addresses - to add certificate hashes | ||
* or other metadata that cannot be known before runtime | ||
*/ | ||
updateAnnounceAddrs(addrs: Multiaddr[]): void | ||
} | ||
@@ -44,0 +49,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
311088
7678