@ensnode/ensnode-sdk 0.0.0-next-20260109093433 → 0.0.0-next-20260109132739
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -4
- package/dist/index.d.ts +2 -4
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -225,6 +225,7 @@ type NormalizedName = Name & {
|
|
|
225
225
|
*
|
|
226
226
|
* @see https://docs.ens.domains/terminology#labelhash
|
|
227
227
|
* @see https://ensnode.io/docs/reference/terminology#labels-labelhashes-labelhash-function
|
|
228
|
+
* @see https://ensnode.io/ensrainbow/concepts/glossary#labelhash
|
|
228
229
|
*/
|
|
229
230
|
type LabelHash = Hex;
|
|
230
231
|
/**
|
|
@@ -1368,10 +1369,7 @@ declare function isHttpProtocol(url: URL): boolean;
|
|
|
1368
1369
|
declare function isWebSocketProtocol(url: URL): boolean;
|
|
1369
1370
|
|
|
1370
1371
|
/**
|
|
1371
|
-
* A label set ID identifies a set
|
|
1372
|
-
* A label set allows clients to deterministically heal their state against a server,
|
|
1373
|
-
* ensuring that both are operating on the same version of data.
|
|
1374
|
-
*
|
|
1372
|
+
* A label set ID identifies a label set (see https://ensnode.io/ensrainbow/concepts/glossary#label-set for definition).
|
|
1375
1373
|
* It is guaranteed to be 1 to 50 characters long and contain only lowercase letters (a-z)
|
|
1376
1374
|
* and hyphens (-).
|
|
1377
1375
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -225,6 +225,7 @@ type NormalizedName = Name & {
|
|
|
225
225
|
*
|
|
226
226
|
* @see https://docs.ens.domains/terminology#labelhash
|
|
227
227
|
* @see https://ensnode.io/docs/reference/terminology#labels-labelhashes-labelhash-function
|
|
228
|
+
* @see https://ensnode.io/ensrainbow/concepts/glossary#labelhash
|
|
228
229
|
*/
|
|
229
230
|
type LabelHash = Hex;
|
|
230
231
|
/**
|
|
@@ -1368,10 +1369,7 @@ declare function isHttpProtocol(url: URL): boolean;
|
|
|
1368
1369
|
declare function isWebSocketProtocol(url: URL): boolean;
|
|
1369
1370
|
|
|
1370
1371
|
/**
|
|
1371
|
-
* A label set ID identifies a set
|
|
1372
|
-
* A label set allows clients to deterministically heal their state against a server,
|
|
1373
|
-
* ensuring that both are operating on the same version of data.
|
|
1374
|
-
*
|
|
1372
|
+
* A label set ID identifies a label set (see https://ensnode.io/ensrainbow/concepts/glossary#label-set for definition).
|
|
1375
1373
|
* It is guaranteed to be 1 to 50 characters long and contain only lowercase letters (a-z)
|
|
1376
1374
|
* and hyphens (-).
|
|
1377
1375
|
*/
|