@xyo-network/node-model 2.107.6 → 2.109.0
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/browser/typeChecks.d.cts +2 -2
- package/dist/browser/typeChecks.d.mts +2 -2
- package/dist/browser/typeChecks.d.ts +2 -2
- package/dist/neutral/typeChecks.d.cts +2 -2
- package/dist/neutral/typeChecks.d.mts +2 -2
- package/dist/neutral/typeChecks.d.ts +2 -2
- package/dist/node/typeChecks.d.cts +2 -2
- package/dist/node/typeChecks.d.mts +2 -2
- package/dist/node/typeChecks.d.ts +2 -2
- package/package.json +6 -6
|
@@ -122,7 +122,7 @@ export declare const asNodeInstance: {
|
|
|
122
122
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
123
123
|
}, import("./Node").NodeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
124
124
|
};
|
|
125
|
-
export declare const withNodeModule: <R>(
|
|
125
|
+
export declare const withNodeModule: <R>(mod: any, closure: (mod: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
126
126
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
127
127
|
addToResolvers?: boolean;
|
|
128
128
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -137,7 +137,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
137
137
|
ephemeralQueryAccountEnabled?: boolean;
|
|
138
138
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
139
139
|
}, import("./Node").NodeModuleEventData>) => R) => R | undefined;
|
|
140
|
-
export declare const withNodeInstance: <R>(
|
|
140
|
+
export declare const withNodeInstance: <R>(mod: any, closure: (mod: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
141
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
142
142
|
addToResolvers?: boolean;
|
|
143
143
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -122,7 +122,7 @@ export declare const asNodeInstance: {
|
|
|
122
122
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
123
123
|
}, import("./Node").NodeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
124
124
|
};
|
|
125
|
-
export declare const withNodeModule: <R>(
|
|
125
|
+
export declare const withNodeModule: <R>(mod: any, closure: (mod: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
126
126
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
127
127
|
addToResolvers?: boolean;
|
|
128
128
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -137,7 +137,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
137
137
|
ephemeralQueryAccountEnabled?: boolean;
|
|
138
138
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
139
139
|
}, import("./Node").NodeModuleEventData>) => R) => R | undefined;
|
|
140
|
-
export declare const withNodeInstance: <R>(
|
|
140
|
+
export declare const withNodeInstance: <R>(mod: any, closure: (mod: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
141
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
142
142
|
addToResolvers?: boolean;
|
|
143
143
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -122,7 +122,7 @@ export declare const asNodeInstance: {
|
|
|
122
122
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
123
123
|
}, import("./Node").NodeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
124
124
|
};
|
|
125
|
-
export declare const withNodeModule: <R>(
|
|
125
|
+
export declare const withNodeModule: <R>(mod: any, closure: (mod: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
126
126
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
127
127
|
addToResolvers?: boolean;
|
|
128
128
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -137,7 +137,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
137
137
|
ephemeralQueryAccountEnabled?: boolean;
|
|
138
138
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
139
139
|
}, import("./Node").NodeModuleEventData>) => R) => R | undefined;
|
|
140
|
-
export declare const withNodeInstance: <R>(
|
|
140
|
+
export declare const withNodeInstance: <R>(mod: any, closure: (mod: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
141
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
142
142
|
addToResolvers?: boolean;
|
|
143
143
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -122,7 +122,7 @@ export declare const asNodeInstance: {
|
|
|
122
122
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
123
123
|
}, import("./Node").NodeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
124
124
|
};
|
|
125
|
-
export declare const withNodeModule: <R>(
|
|
125
|
+
export declare const withNodeModule: <R>(mod: any, closure: (mod: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
126
126
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
127
127
|
addToResolvers?: boolean;
|
|
128
128
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -137,7 +137,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
137
137
|
ephemeralQueryAccountEnabled?: boolean;
|
|
138
138
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
139
139
|
}, import("./Node").NodeModuleEventData>) => R) => R | undefined;
|
|
140
|
-
export declare const withNodeInstance: <R>(
|
|
140
|
+
export declare const withNodeInstance: <R>(mod: any, closure: (mod: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
141
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
142
142
|
addToResolvers?: boolean;
|
|
143
143
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -122,7 +122,7 @@ export declare const asNodeInstance: {
|
|
|
122
122
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
123
123
|
}, import("./Node").NodeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
124
124
|
};
|
|
125
|
-
export declare const withNodeModule: <R>(
|
|
125
|
+
export declare const withNodeModule: <R>(mod: any, closure: (mod: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
126
126
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
127
127
|
addToResolvers?: boolean;
|
|
128
128
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -137,7 +137,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
137
137
|
ephemeralQueryAccountEnabled?: boolean;
|
|
138
138
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
139
139
|
}, import("./Node").NodeModuleEventData>) => R) => R | undefined;
|
|
140
|
-
export declare const withNodeInstance: <R>(
|
|
140
|
+
export declare const withNodeInstance: <R>(mod: any, closure: (mod: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
141
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
142
142
|
addToResolvers?: boolean;
|
|
143
143
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -122,7 +122,7 @@ export declare const asNodeInstance: {
|
|
|
122
122
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
123
123
|
}, import("./Node").NodeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
124
124
|
};
|
|
125
|
-
export declare const withNodeModule: <R>(
|
|
125
|
+
export declare const withNodeModule: <R>(mod: any, closure: (mod: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
126
126
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
127
127
|
addToResolvers?: boolean;
|
|
128
128
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -137,7 +137,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
137
137
|
ephemeralQueryAccountEnabled?: boolean;
|
|
138
138
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
139
139
|
}, import("./Node").NodeModuleEventData>) => R) => R | undefined;
|
|
140
|
-
export declare const withNodeInstance: <R>(
|
|
140
|
+
export declare const withNodeInstance: <R>(mod: any, closure: (mod: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
141
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
142
142
|
addToResolvers?: boolean;
|
|
143
143
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -122,7 +122,7 @@ export declare const asNodeInstance: {
|
|
|
122
122
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
123
123
|
}, import("./Node").NodeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
124
124
|
};
|
|
125
|
-
export declare const withNodeModule: <R>(
|
|
125
|
+
export declare const withNodeModule: <R>(mod: any, closure: (mod: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
126
126
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
127
127
|
addToResolvers?: boolean;
|
|
128
128
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -137,7 +137,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
137
137
|
ephemeralQueryAccountEnabled?: boolean;
|
|
138
138
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
139
139
|
}, import("./Node").NodeModuleEventData>) => R) => R | undefined;
|
|
140
|
-
export declare const withNodeInstance: <R>(
|
|
140
|
+
export declare const withNodeInstance: <R>(mod: any, closure: (mod: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
141
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
142
142
|
addToResolvers?: boolean;
|
|
143
143
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -122,7 +122,7 @@ export declare const asNodeInstance: {
|
|
|
122
122
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
123
123
|
}, import("./Node").NodeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
124
124
|
};
|
|
125
|
-
export declare const withNodeModule: <R>(
|
|
125
|
+
export declare const withNodeModule: <R>(mod: any, closure: (mod: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
126
126
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
127
127
|
addToResolvers?: boolean;
|
|
128
128
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -137,7 +137,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
137
137
|
ephemeralQueryAccountEnabled?: boolean;
|
|
138
138
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
139
139
|
}, import("./Node").NodeModuleEventData>) => R) => R | undefined;
|
|
140
|
-
export declare const withNodeInstance: <R>(
|
|
140
|
+
export declare const withNodeInstance: <R>(mod: any, closure: (mod: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
141
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
142
142
|
addToResolvers?: boolean;
|
|
143
143
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -122,7 +122,7 @@ export declare const asNodeInstance: {
|
|
|
122
122
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
123
123
|
}, import("./Node").NodeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
124
124
|
};
|
|
125
|
-
export declare const withNodeModule: <R>(
|
|
125
|
+
export declare const withNodeModule: <R>(mod: any, closure: (mod: NodeModule<import("@xylabs/object").BaseParamsFields & {
|
|
126
126
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
127
127
|
addToResolvers?: boolean;
|
|
128
128
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -137,7 +137,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
|
|
|
137
137
|
ephemeralQueryAccountEnabled?: boolean;
|
|
138
138
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
139
139
|
}, import("./Node").NodeModuleEventData>) => R) => R | undefined;
|
|
140
|
-
export declare const withNodeInstance: <R>(
|
|
140
|
+
export declare const withNodeInstance: <R>(mod: any, closure: (mod: NodeInstance<import("@xylabs/object").BaseParamsFields & {
|
|
141
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
142
142
|
addToResolvers?: boolean;
|
|
143
143
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
package/package.json
CHANGED
|
@@ -12,15 +12,15 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/hex": "^3.5.2",
|
|
14
14
|
"@xylabs/object": "^3.5.2",
|
|
15
|
-
"@xyo-network/account-model": "^2.
|
|
16
|
-
"@xyo-network/module-events": "^2.
|
|
17
|
-
"@xyo-network/module-model": "^2.
|
|
18
|
-
"@xyo-network/payload-model": "^2.
|
|
15
|
+
"@xyo-network/account-model": "^2.109.0",
|
|
16
|
+
"@xyo-network/module-events": "^2.109.0",
|
|
17
|
+
"@xyo-network/module-model": "^2.109.0",
|
|
18
|
+
"@xyo-network/payload-model": "^2.109.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@xylabs/ts-scripts-yarn3": "^3.11.12",
|
|
22
22
|
"@xylabs/tsconfig": "^3.11.12",
|
|
23
|
-
"typescript": "^5.5.
|
|
23
|
+
"typescript": "^5.5.3"
|
|
24
24
|
},
|
|
25
25
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
26
26
|
"types": "dist/node/index.d.ts",
|
|
@@ -61,6 +61,6 @@
|
|
|
61
61
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
62
62
|
},
|
|
63
63
|
"sideEffects": false,
|
|
64
|
-
"version": "2.
|
|
64
|
+
"version": "2.109.0",
|
|
65
65
|
"type": "module"
|
|
66
66
|
}
|