@xyo-network/diviner-stateful 2.84.19 → 2.85.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/DivinerMixin.d.cts +20 -28
- package/dist/browser/DivinerMixin.d.cts.map +1 -1
- package/dist/browser/DivinerMixin.d.mts +20 -28
- package/dist/browser/DivinerMixin.d.mts.map +1 -1
- package/dist/browser/DivinerMixin.d.ts +20 -28
- package/dist/browser/DivinerMixin.d.ts.map +1 -1
- package/dist/browser/index.cjs +100 -71
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +103 -75
- package/dist/browser/index.js.map +1 -1
- package/dist/node/DivinerMixin.d.cts +20 -28
- package/dist/node/DivinerMixin.d.cts.map +1 -1
- package/dist/node/DivinerMixin.d.mts +20 -28
- package/dist/node/DivinerMixin.d.mts.map +1 -1
- package/dist/node/DivinerMixin.d.ts +20 -28
- package/dist/node/DivinerMixin.d.ts.map +1 -1
- package/dist/node/index.cjs +116 -85
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +119 -89
- package/dist/node/index.js.map +1 -1
- package/package.json +18 -18
|
@@ -10,7 +10,7 @@ export type AnyModule<TParams extends StatefulModuleParams = StatefulModuleParam
|
|
|
10
10
|
export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/object").BaseParamsFields & {
|
|
11
11
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
12
12
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
13
|
-
|
|
13
|
+
accountPath?: string | undefined;
|
|
14
14
|
readonly archivist?: string | undefined;
|
|
15
15
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
16
16
|
readonly name?: string | undefined;
|
|
@@ -27,7 +27,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
27
27
|
readonly storeQueries?: boolean | undefined;
|
|
28
28
|
readonly timestamp?: boolean | undefined;
|
|
29
29
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
30
|
-
|
|
30
|
+
accountPath?: string | undefined;
|
|
31
31
|
readonly archivist?: string | undefined;
|
|
32
32
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
33
33
|
readonly name?: string | undefined;
|
|
@@ -56,11 +56,10 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
56
56
|
schema: string;
|
|
57
57
|
};
|
|
58
58
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
59
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
60
59
|
} = import("@xyo-network/object").BaseParamsFields & {
|
|
61
60
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
62
61
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
63
|
-
|
|
62
|
+
accountPath?: string | undefined;
|
|
64
63
|
readonly archivist?: string | undefined;
|
|
65
64
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
66
65
|
readonly name?: string | undefined;
|
|
@@ -77,7 +76,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
77
76
|
readonly storeQueries?: boolean | undefined;
|
|
78
77
|
readonly timestamp?: boolean | undefined;
|
|
79
78
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
80
|
-
|
|
79
|
+
accountPath?: string | undefined;
|
|
81
80
|
readonly archivist?: string | undefined;
|
|
82
81
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
83
82
|
readonly name?: string | undefined;
|
|
@@ -106,7 +105,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
106
105
|
schema: string;
|
|
107
106
|
};
|
|
108
107
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
109
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
110
108
|
}, TModule extends AnyModule<TParams> = AnyModule<TParams>, TState extends StateDictionary = StateDictionary>(ModuleBase: TModule) => (abstract new (...args: any[]) => {
|
|
111
109
|
_lastState?: ModuleState<TState> | undefined;
|
|
112
110
|
/**
|
|
@@ -158,7 +156,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
158
156
|
}, "schema"> & {
|
|
159
157
|
schema: "network.xyo.boundwitness";
|
|
160
158
|
}, TConf extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
161
|
-
|
|
159
|
+
accountPath?: string | undefined;
|
|
162
160
|
readonly archivist?: string | undefined;
|
|
163
161
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
164
162
|
readonly name?: string | undefined;
|
|
@@ -175,7 +173,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
175
173
|
readonly storeQueries?: boolean | undefined;
|
|
176
174
|
readonly timestamp?: boolean | undefined;
|
|
177
175
|
} & import("@xyo-network/module-model").ArchivingModuleConfig = import("@xyo-network/payload-model").SchemaFields & object & {
|
|
178
|
-
|
|
176
|
+
accountPath?: string | undefined;
|
|
179
177
|
readonly archivist?: string | undefined;
|
|
180
178
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
181
179
|
readonly name?: string | undefined;
|
|
@@ -207,7 +205,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
207
205
|
}, "schema"> & {
|
|
208
206
|
schema: "network.xyo.boundwitness";
|
|
209
207
|
}, TConf_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
210
|
-
|
|
208
|
+
accountPath?: string | undefined;
|
|
211
209
|
readonly archivist?: string | undefined;
|
|
212
210
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
213
211
|
readonly name?: string | undefined;
|
|
@@ -224,7 +222,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
224
222
|
readonly storeQueries?: boolean | undefined;
|
|
225
223
|
readonly timestamp?: boolean | undefined;
|
|
226
224
|
} & import("@xyo-network/module-model").ArchivingModuleConfig = import("@xyo-network/payload-model").SchemaFields & object & {
|
|
227
|
-
|
|
225
|
+
accountPath?: string | undefined;
|
|
228
226
|
readonly archivist?: string | undefined;
|
|
229
227
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
230
228
|
readonly name?: string | undefined;
|
|
@@ -258,7 +256,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
258
256
|
resolve<T_2 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
259
257
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
260
258
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
261
|
-
|
|
259
|
+
accountPath?: string | undefined;
|
|
262
260
|
readonly archivist?: string | undefined;
|
|
263
261
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
264
262
|
readonly name?: string | undefined;
|
|
@@ -275,7 +273,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
275
273
|
readonly storeQueries?: boolean | undefined;
|
|
276
274
|
readonly timestamp?: boolean | undefined;
|
|
277
275
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
278
|
-
|
|
276
|
+
accountPath?: string | undefined;
|
|
279
277
|
readonly archivist?: string | undefined;
|
|
280
278
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
281
279
|
readonly name?: string | undefined;
|
|
@@ -295,11 +293,10 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
295
293
|
schema: string;
|
|
296
294
|
};
|
|
297
295
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
298
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
299
296
|
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
300
297
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
301
298
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
302
|
-
|
|
299
|
+
accountPath?: string | undefined;
|
|
303
300
|
readonly archivist?: string | undefined;
|
|
304
301
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
305
302
|
readonly name?: string | undefined;
|
|
@@ -316,7 +313,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
316
313
|
readonly storeQueries?: boolean | undefined;
|
|
317
314
|
readonly timestamp?: boolean | undefined;
|
|
318
315
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
319
|
-
|
|
316
|
+
accountPath?: string | undefined;
|
|
320
317
|
readonly archivist?: string | undefined;
|
|
321
318
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
322
319
|
readonly name?: string | undefined;
|
|
@@ -336,12 +333,11 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
336
333
|
schema: string;
|
|
337
334
|
};
|
|
338
335
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
339
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
340
336
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>(filter?: import("@xyo-network/module-model").ModuleFilter<T_2> | undefined, options?: import("@xyo-network/module-model").ModuleFilterOptions<T_2> | undefined): import("@xylabs/promise").Promisable<T_2[]>;
|
|
341
337
|
resolve<T_3 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
342
338
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
343
339
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
344
|
-
|
|
340
|
+
accountPath?: string | undefined;
|
|
345
341
|
readonly archivist?: string | undefined;
|
|
346
342
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
347
343
|
readonly name?: string | undefined;
|
|
@@ -358,7 +354,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
358
354
|
readonly storeQueries?: boolean | undefined;
|
|
359
355
|
readonly timestamp?: boolean | undefined;
|
|
360
356
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
361
|
-
|
|
357
|
+
accountPath?: string | undefined;
|
|
362
358
|
readonly archivist?: string | undefined;
|
|
363
359
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
364
360
|
readonly name?: string | undefined;
|
|
@@ -378,11 +374,10 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
378
374
|
schema: string;
|
|
379
375
|
};
|
|
380
376
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
381
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
382
377
|
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
383
378
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
384
379
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
385
|
-
|
|
380
|
+
accountPath?: string | undefined;
|
|
386
381
|
readonly archivist?: string | undefined;
|
|
387
382
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
388
383
|
readonly name?: string | undefined;
|
|
@@ -399,7 +394,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
399
394
|
readonly storeQueries?: boolean | undefined;
|
|
400
395
|
readonly timestamp?: boolean | undefined;
|
|
401
396
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
402
|
-
|
|
397
|
+
accountPath?: string | undefined;
|
|
403
398
|
readonly archivist?: string | undefined;
|
|
404
399
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
405
400
|
readonly name?: string | undefined;
|
|
@@ -419,12 +414,11 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
419
414
|
schema: string;
|
|
420
415
|
};
|
|
421
416
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
422
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
423
417
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>(nameOrAddress: string, options?: import("@xyo-network/module-model").ModuleFilterOptions<T_3> | undefined): import("@xylabs/promise").Promisable<T_3 | undefined>;
|
|
424
418
|
resolve<T_4 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
425
419
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
426
420
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
427
|
-
|
|
421
|
+
accountPath?: string | undefined;
|
|
428
422
|
readonly archivist?: string | undefined;
|
|
429
423
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
430
424
|
readonly name?: string | undefined;
|
|
@@ -441,7 +435,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
441
435
|
readonly storeQueries?: boolean | undefined;
|
|
442
436
|
readonly timestamp?: boolean | undefined;
|
|
443
437
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
444
|
-
|
|
438
|
+
accountPath?: string | undefined;
|
|
445
439
|
readonly archivist?: string | undefined;
|
|
446
440
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
447
441
|
readonly name?: string | undefined;
|
|
@@ -461,11 +455,10 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
461
455
|
schema: string;
|
|
462
456
|
};
|
|
463
457
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
464
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
465
458
|
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
466
459
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
467
460
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
468
|
-
|
|
461
|
+
accountPath?: string | undefined;
|
|
469
462
|
readonly archivist?: string | undefined;
|
|
470
463
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
471
464
|
readonly name?: string | undefined;
|
|
@@ -482,7 +475,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
482
475
|
readonly storeQueries?: boolean | undefined;
|
|
483
476
|
readonly timestamp?: boolean | undefined;
|
|
484
477
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
485
|
-
|
|
478
|
+
accountPath?: string | undefined;
|
|
486
479
|
readonly archivist?: string | undefined;
|
|
487
480
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
488
481
|
readonly name?: string | undefined;
|
|
@@ -502,7 +495,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
502
495
|
schema: string;
|
|
503
496
|
};
|
|
504
497
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
505
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
506
498
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>(nameOrAddressOrFilter?: string | import("@xyo-network/module-model").ModuleFilter<T_4> | undefined, options?: import("@xyo-network/module-model").ModuleFilterOptions<T_4> | undefined): import("@xylabs/promise").Promisable<T_4 | T_4[] | undefined>;
|
|
507
499
|
describe: () => Promise<import("@xyo-network/module-model").ModuleDescription>;
|
|
508
500
|
discover: () => import("@xylabs/promise").Promisable<({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAGlC,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAGlC,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8JATmE,GAAG,EAAE;;IAmBpG;;;;;;OAMG;;IAWH;;;;OAIG;;IASH;;;;OAIG;;IAWH;;;;OAIG;;IAQH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2CN,CAAA"}
|
|
@@ -10,7 +10,7 @@ export type AnyModule<TParams extends StatefulModuleParams = StatefulModuleParam
|
|
|
10
10
|
export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/object").BaseParamsFields & {
|
|
11
11
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
12
12
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
13
|
-
|
|
13
|
+
accountPath?: string | undefined;
|
|
14
14
|
readonly archivist?: string | undefined;
|
|
15
15
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
16
16
|
readonly name?: string | undefined;
|
|
@@ -27,7 +27,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
27
27
|
readonly storeQueries?: boolean | undefined;
|
|
28
28
|
readonly timestamp?: boolean | undefined;
|
|
29
29
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
30
|
-
|
|
30
|
+
accountPath?: string | undefined;
|
|
31
31
|
readonly archivist?: string | undefined;
|
|
32
32
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
33
33
|
readonly name?: string | undefined;
|
|
@@ -56,11 +56,10 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
56
56
|
schema: string;
|
|
57
57
|
};
|
|
58
58
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
59
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
60
59
|
} = import("@xyo-network/object").BaseParamsFields & {
|
|
61
60
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
62
61
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
63
|
-
|
|
62
|
+
accountPath?: string | undefined;
|
|
64
63
|
readonly archivist?: string | undefined;
|
|
65
64
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
66
65
|
readonly name?: string | undefined;
|
|
@@ -77,7 +76,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
77
76
|
readonly storeQueries?: boolean | undefined;
|
|
78
77
|
readonly timestamp?: boolean | undefined;
|
|
79
78
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
80
|
-
|
|
79
|
+
accountPath?: string | undefined;
|
|
81
80
|
readonly archivist?: string | undefined;
|
|
82
81
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
83
82
|
readonly name?: string | undefined;
|
|
@@ -106,7 +105,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
106
105
|
schema: string;
|
|
107
106
|
};
|
|
108
107
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
109
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
110
108
|
}, TModule extends AnyModule<TParams> = AnyModule<TParams>, TState extends StateDictionary = StateDictionary>(ModuleBase: TModule) => (abstract new (...args: any[]) => {
|
|
111
109
|
_lastState?: ModuleState<TState> | undefined;
|
|
112
110
|
/**
|
|
@@ -158,7 +156,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
158
156
|
}, "schema"> & {
|
|
159
157
|
schema: "network.xyo.boundwitness";
|
|
160
158
|
}, TConf extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
161
|
-
|
|
159
|
+
accountPath?: string | undefined;
|
|
162
160
|
readonly archivist?: string | undefined;
|
|
163
161
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
164
162
|
readonly name?: string | undefined;
|
|
@@ -175,7 +173,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
175
173
|
readonly storeQueries?: boolean | undefined;
|
|
176
174
|
readonly timestamp?: boolean | undefined;
|
|
177
175
|
} & import("@xyo-network/module-model").ArchivingModuleConfig = import("@xyo-network/payload-model").SchemaFields & object & {
|
|
178
|
-
|
|
176
|
+
accountPath?: string | undefined;
|
|
179
177
|
readonly archivist?: string | undefined;
|
|
180
178
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
181
179
|
readonly name?: string | undefined;
|
|
@@ -207,7 +205,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
207
205
|
}, "schema"> & {
|
|
208
206
|
schema: "network.xyo.boundwitness";
|
|
209
207
|
}, TConf_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
210
|
-
|
|
208
|
+
accountPath?: string | undefined;
|
|
211
209
|
readonly archivist?: string | undefined;
|
|
212
210
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
213
211
|
readonly name?: string | undefined;
|
|
@@ -224,7 +222,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
224
222
|
readonly storeQueries?: boolean | undefined;
|
|
225
223
|
readonly timestamp?: boolean | undefined;
|
|
226
224
|
} & import("@xyo-network/module-model").ArchivingModuleConfig = import("@xyo-network/payload-model").SchemaFields & object & {
|
|
227
|
-
|
|
225
|
+
accountPath?: string | undefined;
|
|
228
226
|
readonly archivist?: string | undefined;
|
|
229
227
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
230
228
|
readonly name?: string | undefined;
|
|
@@ -258,7 +256,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
258
256
|
resolve<T_2 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
259
257
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
260
258
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
261
|
-
|
|
259
|
+
accountPath?: string | undefined;
|
|
262
260
|
readonly archivist?: string | undefined;
|
|
263
261
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
264
262
|
readonly name?: string | undefined;
|
|
@@ -275,7 +273,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
275
273
|
readonly storeQueries?: boolean | undefined;
|
|
276
274
|
readonly timestamp?: boolean | undefined;
|
|
277
275
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
278
|
-
|
|
276
|
+
accountPath?: string | undefined;
|
|
279
277
|
readonly archivist?: string | undefined;
|
|
280
278
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
281
279
|
readonly name?: string | undefined;
|
|
@@ -295,11 +293,10 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
295
293
|
schema: string;
|
|
296
294
|
};
|
|
297
295
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
298
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
299
296
|
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
300
297
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
301
298
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
302
|
-
|
|
299
|
+
accountPath?: string | undefined;
|
|
303
300
|
readonly archivist?: string | undefined;
|
|
304
301
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
305
302
|
readonly name?: string | undefined;
|
|
@@ -316,7 +313,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
316
313
|
readonly storeQueries?: boolean | undefined;
|
|
317
314
|
readonly timestamp?: boolean | undefined;
|
|
318
315
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
319
|
-
|
|
316
|
+
accountPath?: string | undefined;
|
|
320
317
|
readonly archivist?: string | undefined;
|
|
321
318
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
322
319
|
readonly name?: string | undefined;
|
|
@@ -336,12 +333,11 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
336
333
|
schema: string;
|
|
337
334
|
};
|
|
338
335
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
339
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
340
336
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>(filter?: import("@xyo-network/module-model").ModuleFilter<T_2> | undefined, options?: import("@xyo-network/module-model").ModuleFilterOptions<T_2> | undefined): import("@xylabs/promise").Promisable<T_2[]>;
|
|
341
337
|
resolve<T_3 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
342
338
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
343
339
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
344
|
-
|
|
340
|
+
accountPath?: string | undefined;
|
|
345
341
|
readonly archivist?: string | undefined;
|
|
346
342
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
347
343
|
readonly name?: string | undefined;
|
|
@@ -358,7 +354,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
358
354
|
readonly storeQueries?: boolean | undefined;
|
|
359
355
|
readonly timestamp?: boolean | undefined;
|
|
360
356
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
361
|
-
|
|
357
|
+
accountPath?: string | undefined;
|
|
362
358
|
readonly archivist?: string | undefined;
|
|
363
359
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
364
360
|
readonly name?: string | undefined;
|
|
@@ -378,11 +374,10 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
378
374
|
schema: string;
|
|
379
375
|
};
|
|
380
376
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
381
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
382
377
|
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
383
378
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
384
379
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
385
|
-
|
|
380
|
+
accountPath?: string | undefined;
|
|
386
381
|
readonly archivist?: string | undefined;
|
|
387
382
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
388
383
|
readonly name?: string | undefined;
|
|
@@ -399,7 +394,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
399
394
|
readonly storeQueries?: boolean | undefined;
|
|
400
395
|
readonly timestamp?: boolean | undefined;
|
|
401
396
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
402
|
-
|
|
397
|
+
accountPath?: string | undefined;
|
|
403
398
|
readonly archivist?: string | undefined;
|
|
404
399
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
405
400
|
readonly name?: string | undefined;
|
|
@@ -419,12 +414,11 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
419
414
|
schema: string;
|
|
420
415
|
};
|
|
421
416
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
422
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
423
417
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>(nameOrAddress: string, options?: import("@xyo-network/module-model").ModuleFilterOptions<T_3> | undefined): import("@xylabs/promise").Promisable<T_3 | undefined>;
|
|
424
418
|
resolve<T_4 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
425
419
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
426
420
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
427
|
-
|
|
421
|
+
accountPath?: string | undefined;
|
|
428
422
|
readonly archivist?: string | undefined;
|
|
429
423
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
430
424
|
readonly name?: string | undefined;
|
|
@@ -441,7 +435,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
441
435
|
readonly storeQueries?: boolean | undefined;
|
|
442
436
|
readonly timestamp?: boolean | undefined;
|
|
443
437
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
444
|
-
|
|
438
|
+
accountPath?: string | undefined;
|
|
445
439
|
readonly archivist?: string | undefined;
|
|
446
440
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
447
441
|
readonly name?: string | undefined;
|
|
@@ -461,11 +455,10 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
461
455
|
schema: string;
|
|
462
456
|
};
|
|
463
457
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
464
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
465
458
|
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
466
459
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
467
460
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
468
|
-
|
|
461
|
+
accountPath?: string | undefined;
|
|
469
462
|
readonly archivist?: string | undefined;
|
|
470
463
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
471
464
|
readonly name?: string | undefined;
|
|
@@ -482,7 +475,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
482
475
|
readonly storeQueries?: boolean | undefined;
|
|
483
476
|
readonly timestamp?: boolean | undefined;
|
|
484
477
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
485
|
-
|
|
478
|
+
accountPath?: string | undefined;
|
|
486
479
|
readonly archivist?: string | undefined;
|
|
487
480
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
488
481
|
readonly name?: string | undefined;
|
|
@@ -502,7 +495,6 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
502
495
|
schema: string;
|
|
503
496
|
};
|
|
504
497
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
505
|
-
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
506
498
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>(nameOrAddressOrFilter?: string | import("@xyo-network/module-model").ModuleFilter<T_4> | undefined, options?: import("@xyo-network/module-model").ModuleFilterOptions<T_4> | undefined): import("@xylabs/promise").Promisable<T_4 | T_4[] | undefined>;
|
|
507
499
|
describe: () => Promise<import("@xyo-network/module-model").ModuleDescription>;
|
|
508
500
|
discover: () => import("@xylabs/promise").Promisable<({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAGlC,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"DivinerMixin.d.ts","sourceRoot":"","sources":["../../src/DivinerMixin.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,eAAe,EAEf,cAAc,EACd,YAAY,EACZ,WAAW,EAEX,eAAe,EAChB,MAAM,2BAA2B,CAAA;AAGlC,OAAO,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAA;AAEhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,CAAC,eAAe,CAAC,qBAAqB,CAAC,CAAC,CAAA;AAGvF,MAAM,MAAM,SAAS,CAAC,OAAO,SAAS,oBAAoB,GAAG,oBAAoB,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,cAAc,CAAC,OAAO,CAAC,CAAA;AAIpI;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8JATmE,GAAG,EAAE;;IAmBpG;;;;;;OAMG;;IAWH;;;;OAIG;;IASH;;;;OAIG;;IAWH;;;;OAIG;;IAQH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2CN,CAAA"}
|