@xyo-network/chain-wrappers 1.15.24 → 1.15.26
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.
|
@@ -10,9 +10,9 @@ export declare class HydratedBlockWrapper<T extends HydratedBlock> implements Hy
|
|
|
10
10
|
private _signatureCache;
|
|
11
11
|
protected constructor(data: [WithHashStorageMeta<T[0]>, WithHashStorageMeta<T[1][number]>[]]);
|
|
12
12
|
get block(): number & {
|
|
13
|
-
__blockNumber: true;
|
|
13
|
+
readonly __blockNumber: true;
|
|
14
14
|
} & {
|
|
15
|
-
__xl1BlockNumber: true;
|
|
15
|
+
readonly __xl1BlockNumber: true;
|
|
16
16
|
};
|
|
17
17
|
get boundWitness(): WithHashStorageMeta<T[0]>;
|
|
18
18
|
get chain(): Hex;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xyo-network/chain-wrappers",
|
|
4
|
-
"version": "1.15.
|
|
4
|
+
"version": "1.15.26",
|
|
5
5
|
"description": "XYO Layer One SDK Wrappers",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -45,19 +45,19 @@
|
|
|
45
45
|
"@xylabs/promise": "~5.0.17",
|
|
46
46
|
"@xylabs/typeof": "~5.0.17",
|
|
47
47
|
"@xyo-network/archivist-model": "~5.1.15",
|
|
48
|
-
"@xyo-network/chain-validation": "~1.15.
|
|
48
|
+
"@xyo-network/chain-validation": "~1.15.26",
|
|
49
49
|
"@xyo-network/payload-builder": "~5.1.15",
|
|
50
50
|
"@xyo-network/payload-model": "~5.1.15",
|
|
51
|
-
"@xyo-network/xl1-protocol": "~1.12.
|
|
52
|
-
"@xyo-network/xl1-protocol-sdk": "~1.15.
|
|
53
|
-
"@xyo-network/xl1-wrappers": "~1.15.
|
|
51
|
+
"@xyo-network/xl1-protocol": "~1.12.95",
|
|
52
|
+
"@xyo-network/xl1-protocol-sdk": "~1.15.26",
|
|
53
|
+
"@xyo-network/xl1-wrappers": "~1.15.26",
|
|
54
54
|
"async-mutex": "~0.5.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@types/node": "~24.9.2",
|
|
58
58
|
"@xylabs/ts-scripts-yarn3": "~7.1.8",
|
|
59
59
|
"@xylabs/tsconfig": "~7.1.8",
|
|
60
|
-
"eslint": "^9.
|
|
60
|
+
"eslint": "^9.39.0",
|
|
61
61
|
"typescript": "~5.9.3"
|
|
62
62
|
},
|
|
63
63
|
"engines": {
|