@xyo-network/diviner-stateful 2.84.15 → 2.84.16
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 +64 -806
- package/dist/browser/DivinerMixin.d.cts.map +1 -1
- package/dist/browser/DivinerMixin.d.mts +64 -806
- package/dist/browser/DivinerMixin.d.mts.map +1 -1
- package/dist/browser/DivinerMixin.d.ts +64 -806
- package/dist/browser/DivinerMixin.d.ts.map +1 -1
- package/dist/node/DivinerMixin.d.cts +64 -806
- package/dist/node/DivinerMixin.d.cts.map +1 -1
- package/dist/node/DivinerMixin.d.mts +64 -806
- package/dist/node/DivinerMixin.d.mts.map +1 -1
- package/dist/node/DivinerMixin.d.ts +64 -806
- package/dist/node/DivinerMixin.d.ts.map +1 -1
- package/package.json +18 -18
|
@@ -9,7 +9,7 @@ export type AnyModule<TParams extends StatefulModuleParams = StatefulModuleParam
|
|
|
9
9
|
*/
|
|
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
|
-
config:
|
|
12
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
13
13
|
accountDerivationPath?: string | undefined;
|
|
14
14
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
15
15
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -25,45 +25,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
25
25
|
readonly sign?: boolean | undefined;
|
|
26
26
|
readonly storeQueries?: boolean | undefined;
|
|
27
27
|
readonly timestamp?: boolean | undefined;
|
|
28
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
29
|
-
schema: "network.xyo.diviner.stateful.config";
|
|
30
|
-
} & {
|
|
31
|
-
schema: "network.xyo.diviner.stateful.config";
|
|
32
|
-
stateStore: {
|
|
33
|
-
archivist: string;
|
|
34
|
-
boundWitnessDiviner: string;
|
|
35
|
-
payloadDiviner: string;
|
|
36
|
-
};
|
|
37
|
-
}, "schema"> & {
|
|
38
|
-
schema: "network.xyo.diviner.stateful.config";
|
|
39
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
40
|
-
accountDerivationPath?: string | undefined;
|
|
41
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
42
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
43
|
-
readonly name?: string | undefined;
|
|
44
|
-
readonly paging?: Record<string, {
|
|
45
|
-
size?: number | undefined;
|
|
46
|
-
}> | undefined;
|
|
47
|
-
readonly security?: {
|
|
48
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
49
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
50
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
51
|
-
} | undefined;
|
|
52
|
-
readonly sign?: boolean | undefined;
|
|
53
|
-
readonly storeQueries?: boolean | undefined;
|
|
54
|
-
readonly timestamp?: boolean | undefined;
|
|
55
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
56
|
-
schema: "network.xyo.diviner.stateful.config";
|
|
57
|
-
} & {
|
|
58
|
-
schema: "network.xyo.diviner.stateful.config";
|
|
59
|
-
stateStore: {
|
|
60
|
-
archivist: string;
|
|
61
|
-
boundWitnessDiviner: string;
|
|
62
|
-
payloadDiviner: string;
|
|
63
|
-
};
|
|
64
|
-
}, "schema"> & {
|
|
65
|
-
schema: "network.xyo.diviner.stateful.config";
|
|
66
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
28
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
67
29
|
accountDerivationPath?: string | undefined;
|
|
68
30
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
69
31
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -90,39 +52,14 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
90
52
|
};
|
|
91
53
|
}, "schema"> & {
|
|
92
54
|
schema: "network.xyo.diviner.stateful.config";
|
|
93
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
94
|
-
accountDerivationPath?: string | undefined;
|
|
95
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
96
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
97
|
-
readonly name?: string | undefined;
|
|
98
|
-
readonly paging?: Record<string, {
|
|
99
|
-
size?: number | undefined;
|
|
100
|
-
}> | undefined;
|
|
101
|
-
readonly security?: {
|
|
102
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
103
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
104
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
105
|
-
} | undefined;
|
|
106
|
-
readonly sign?: boolean | undefined;
|
|
107
|
-
readonly storeQueries?: boolean | undefined;
|
|
108
|
-
readonly timestamp?: boolean | undefined;
|
|
109
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
110
|
-
schema: "network.xyo.diviner.stateful.config";
|
|
111
|
-
} & {
|
|
112
|
-
schema: "network.xyo.diviner.stateful.config";
|
|
113
|
-
stateStore: {
|
|
114
|
-
archivist: string;
|
|
115
|
-
boundWitnessDiviner: string;
|
|
116
|
-
payloadDiviner: string;
|
|
117
|
-
};
|
|
118
55
|
}, "schema"> & {
|
|
119
|
-
schema:
|
|
120
|
-
}
|
|
56
|
+
schema: string;
|
|
57
|
+
};
|
|
121
58
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
122
59
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
123
60
|
} = import("@xyo-network/object").BaseParamsFields & {
|
|
124
61
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
125
|
-
config:
|
|
62
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
126
63
|
accountDerivationPath?: string | undefined;
|
|
127
64
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
128
65
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -138,45 +75,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
138
75
|
readonly sign?: boolean | undefined;
|
|
139
76
|
readonly storeQueries?: boolean | undefined;
|
|
140
77
|
readonly timestamp?: boolean | undefined;
|
|
141
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
142
|
-
schema: "network.xyo.diviner.stateful.config";
|
|
143
|
-
} & {
|
|
144
|
-
schema: "network.xyo.diviner.stateful.config";
|
|
145
|
-
stateStore: {
|
|
146
|
-
archivist: string;
|
|
147
|
-
boundWitnessDiviner: string;
|
|
148
|
-
payloadDiviner: string;
|
|
149
|
-
};
|
|
150
|
-
}, "schema"> & {
|
|
151
|
-
schema: "network.xyo.diviner.stateful.config";
|
|
152
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
153
|
-
accountDerivationPath?: string | undefined;
|
|
154
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
155
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
156
|
-
readonly name?: string | undefined;
|
|
157
|
-
readonly paging?: Record<string, {
|
|
158
|
-
size?: number | undefined;
|
|
159
|
-
}> | undefined;
|
|
160
|
-
readonly security?: {
|
|
161
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
162
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
163
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
164
|
-
} | undefined;
|
|
165
|
-
readonly sign?: boolean | undefined;
|
|
166
|
-
readonly storeQueries?: boolean | undefined;
|
|
167
|
-
readonly timestamp?: boolean | undefined;
|
|
168
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
169
|
-
schema: "network.xyo.diviner.stateful.config";
|
|
170
|
-
} & {
|
|
171
|
-
schema: "network.xyo.diviner.stateful.config";
|
|
172
|
-
stateStore: {
|
|
173
|
-
archivist: string;
|
|
174
|
-
boundWitnessDiviner: string;
|
|
175
|
-
payloadDiviner: string;
|
|
176
|
-
};
|
|
177
|
-
}, "schema"> & {
|
|
178
|
-
schema: "network.xyo.diviner.stateful.config";
|
|
179
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
78
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
180
79
|
accountDerivationPath?: string | undefined;
|
|
181
80
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
182
81
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -203,34 +102,9 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
203
102
|
};
|
|
204
103
|
}, "schema"> & {
|
|
205
104
|
schema: "network.xyo.diviner.stateful.config";
|
|
206
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
207
|
-
accountDerivationPath?: string | undefined;
|
|
208
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
209
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
210
|
-
readonly name?: string | undefined;
|
|
211
|
-
readonly paging?: Record<string, {
|
|
212
|
-
size?: number | undefined;
|
|
213
|
-
}> | undefined;
|
|
214
|
-
readonly security?: {
|
|
215
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
216
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
217
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
218
|
-
} | undefined;
|
|
219
|
-
readonly sign?: boolean | undefined;
|
|
220
|
-
readonly storeQueries?: boolean | undefined;
|
|
221
|
-
readonly timestamp?: boolean | undefined;
|
|
222
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
223
|
-
schema: "network.xyo.diviner.stateful.config";
|
|
224
|
-
} & {
|
|
225
|
-
schema: "network.xyo.diviner.stateful.config";
|
|
226
|
-
stateStore: {
|
|
227
|
-
archivist: string;
|
|
228
|
-
boundWitnessDiviner: string;
|
|
229
|
-
payloadDiviner: string;
|
|
230
|
-
};
|
|
231
105
|
}, "schema"> & {
|
|
232
|
-
schema:
|
|
233
|
-
}
|
|
106
|
+
schema: string;
|
|
107
|
+
};
|
|
234
108
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
235
109
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
236
110
|
}, TModule extends AnyModule<TParams> = AnyModule<TParams>, TState extends StateDictionary = StateDictionary>(ModuleBase: TModule) => (abstract new (...args: any[]) => {
|
|
@@ -271,91 +145,19 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
271
145
|
params: TParams;
|
|
272
146
|
previousHash: () => import("@xylabs/promise").Promisable<string | undefined>;
|
|
273
147
|
queries: string[];
|
|
274
|
-
query: <T extends
|
|
148
|
+
query: <T extends import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
275
149
|
query: string;
|
|
276
150
|
resultSet?: string | undefined;
|
|
277
151
|
schema: "network.xyo.boundwitness";
|
|
278
152
|
}, "schema"> & {
|
|
279
153
|
schema: "network.xyo.boundwitness";
|
|
280
|
-
}
|
|
154
|
+
} = import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
281
155
|
query: string;
|
|
282
156
|
resultSet?: string | undefined;
|
|
283
157
|
schema: "network.xyo.boundwitness";
|
|
284
158
|
}, "schema"> & {
|
|
285
159
|
schema: "network.xyo.boundwitness";
|
|
286
|
-
}
|
|
287
|
-
query: string;
|
|
288
|
-
resultSet?: string | undefined;
|
|
289
|
-
schema: "network.xyo.boundwitness";
|
|
290
|
-
}, "schema"> & {
|
|
291
|
-
schema: "network.xyo.boundwitness";
|
|
292
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
293
|
-
query: string;
|
|
294
|
-
resultSet?: string | undefined;
|
|
295
|
-
schema: "network.xyo.boundwitness";
|
|
296
|
-
}, "schema"> & {
|
|
297
|
-
schema: "network.xyo.boundwitness";
|
|
298
|
-
}) = (import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
299
|
-
query: string;
|
|
300
|
-
resultSet?: string | undefined;
|
|
301
|
-
schema: "network.xyo.boundwitness";
|
|
302
|
-
}, "schema"> & {
|
|
303
|
-
schema: "network.xyo.boundwitness";
|
|
304
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
305
|
-
query: string;
|
|
306
|
-
resultSet?: string | undefined;
|
|
307
|
-
schema: "network.xyo.boundwitness";
|
|
308
|
-
}, "schema"> & {
|
|
309
|
-
schema: "network.xyo.boundwitness";
|
|
310
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
311
|
-
query: string;
|
|
312
|
-
resultSet?: string | undefined;
|
|
313
|
-
schema: "network.xyo.boundwitness";
|
|
314
|
-
}, "schema"> & {
|
|
315
|
-
schema: "network.xyo.boundwitness";
|
|
316
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
317
|
-
query: string;
|
|
318
|
-
resultSet?: string | undefined;
|
|
319
|
-
schema: "network.xyo.boundwitness";
|
|
320
|
-
}, "schema"> & {
|
|
321
|
-
schema: "network.xyo.boundwitness";
|
|
322
|
-
}), TConf extends (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
323
|
-
accountDerivationPath?: string | undefined;
|
|
324
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
325
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
326
|
-
readonly name?: string | undefined;
|
|
327
|
-
readonly paging?: Record<string, {
|
|
328
|
-
size?: number | undefined;
|
|
329
|
-
}> | undefined;
|
|
330
|
-
readonly security?: {
|
|
331
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
332
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
333
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
334
|
-
} | undefined;
|
|
335
|
-
readonly sign?: boolean | undefined;
|
|
336
|
-
readonly storeQueries?: boolean | undefined;
|
|
337
|
-
readonly timestamp?: boolean | undefined;
|
|
338
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
339
|
-
schema: "network.xyo.module.config";
|
|
340
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
341
|
-
accountDerivationPath?: string | undefined;
|
|
342
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
343
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
344
|
-
readonly name?: string | undefined;
|
|
345
|
-
readonly paging?: Record<string, {
|
|
346
|
-
size?: number | undefined;
|
|
347
|
-
}> | undefined;
|
|
348
|
-
readonly security?: {
|
|
349
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
350
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
351
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
352
|
-
} | undefined;
|
|
353
|
-
readonly sign?: boolean | undefined;
|
|
354
|
-
readonly storeQueries?: boolean | undefined;
|
|
355
|
-
readonly timestamp?: boolean | undefined;
|
|
356
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
357
|
-
schema: "network.xyo.module.config";
|
|
358
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
160
|
+
}, TConf extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
359
161
|
accountDerivationPath?: string | undefined;
|
|
360
162
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
361
163
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -373,7 +175,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
373
175
|
readonly timestamp?: boolean | undefined;
|
|
374
176
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
375
177
|
schema: "network.xyo.module.config";
|
|
376
|
-
}
|
|
178
|
+
} = import("@xyo-network/payload-model").SchemaFields & object & {
|
|
377
179
|
accountDerivationPath?: string | undefined;
|
|
378
180
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
379
181
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -391,43 +193,22 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
391
193
|
readonly timestamp?: boolean | undefined;
|
|
392
194
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
393
195
|
schema: "network.xyo.module.config";
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
411
|
-
schema: "network.xyo.module.config";
|
|
412
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
413
|
-
accountDerivationPath?: string | undefined;
|
|
414
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
415
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
416
|
-
readonly name?: string | undefined;
|
|
417
|
-
readonly paging?: Record<string, {
|
|
418
|
-
size?: number | undefined;
|
|
419
|
-
}> | undefined;
|
|
420
|
-
readonly security?: {
|
|
421
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
422
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
423
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
424
|
-
} | undefined;
|
|
425
|
-
readonly sign?: boolean | undefined;
|
|
426
|
-
readonly storeQueries?: boolean | undefined;
|
|
427
|
-
readonly timestamp?: boolean | undefined;
|
|
428
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
429
|
-
schema: "network.xyo.module.config";
|
|
430
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
196
|
+
}>(query: T, payloads?: ({
|
|
197
|
+
schema: string;
|
|
198
|
+
} & object)[] | undefined, queryConfig?: TConf | undefined) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
|
|
199
|
+
queryable: <T_1 extends import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
200
|
+
query: string;
|
|
201
|
+
resultSet?: string | undefined;
|
|
202
|
+
schema: "network.xyo.boundwitness";
|
|
203
|
+
}, "schema"> & {
|
|
204
|
+
schema: "network.xyo.boundwitness";
|
|
205
|
+
} = import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
206
|
+
query: string;
|
|
207
|
+
resultSet?: string | undefined;
|
|
208
|
+
schema: "network.xyo.boundwitness";
|
|
209
|
+
}, "schema"> & {
|
|
210
|
+
schema: "network.xyo.boundwitness";
|
|
211
|
+
}, TConf_1 extends import("@xyo-network/payload-model").SchemaFields & object & {
|
|
431
212
|
accountDerivationPath?: string | undefined;
|
|
432
213
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
433
214
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -445,7 +226,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
445
226
|
readonly timestamp?: boolean | undefined;
|
|
446
227
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
447
228
|
schema: "network.xyo.module.config";
|
|
448
|
-
}
|
|
229
|
+
} = import("@xyo-network/payload-model").SchemaFields & object & {
|
|
449
230
|
accountDerivationPath?: string | undefined;
|
|
450
231
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
451
232
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -463,204 +244,9 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
463
244
|
readonly timestamp?: boolean | undefined;
|
|
464
245
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
465
246
|
schema: "network.xyo.module.config";
|
|
466
|
-
}
|
|
247
|
+
}>(query: T_1, payloads?: ({
|
|
467
248
|
schema: string;
|
|
468
|
-
} &
|
|
469
|
-
queryable: <T_1 extends (import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
470
|
-
query: string;
|
|
471
|
-
resultSet?: string | undefined;
|
|
472
|
-
schema: "network.xyo.boundwitness";
|
|
473
|
-
}, "schema"> & {
|
|
474
|
-
schema: "network.xyo.boundwitness";
|
|
475
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
476
|
-
query: string;
|
|
477
|
-
resultSet?: string | undefined;
|
|
478
|
-
schema: "network.xyo.boundwitness";
|
|
479
|
-
}, "schema"> & {
|
|
480
|
-
schema: "network.xyo.boundwitness";
|
|
481
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
482
|
-
query: string;
|
|
483
|
-
resultSet?: string | undefined;
|
|
484
|
-
schema: "network.xyo.boundwitness";
|
|
485
|
-
}, "schema"> & {
|
|
486
|
-
schema: "network.xyo.boundwitness";
|
|
487
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
488
|
-
query: string;
|
|
489
|
-
resultSet?: string | undefined;
|
|
490
|
-
schema: "network.xyo.boundwitness";
|
|
491
|
-
}, "schema"> & {
|
|
492
|
-
schema: "network.xyo.boundwitness";
|
|
493
|
-
}) = (import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
494
|
-
query: string;
|
|
495
|
-
resultSet?: string | undefined;
|
|
496
|
-
schema: "network.xyo.boundwitness";
|
|
497
|
-
}, "schema"> & {
|
|
498
|
-
schema: "network.xyo.boundwitness";
|
|
499
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
500
|
-
query: string;
|
|
501
|
-
resultSet?: string | undefined;
|
|
502
|
-
schema: "network.xyo.boundwitness";
|
|
503
|
-
}, "schema"> & {
|
|
504
|
-
schema: "network.xyo.boundwitness";
|
|
505
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
506
|
-
query: string;
|
|
507
|
-
resultSet?: string | undefined;
|
|
508
|
-
schema: "network.xyo.boundwitness";
|
|
509
|
-
}, "schema"> & {
|
|
510
|
-
schema: "network.xyo.boundwitness";
|
|
511
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
512
|
-
query: string;
|
|
513
|
-
resultSet?: string | undefined;
|
|
514
|
-
schema: "network.xyo.boundwitness";
|
|
515
|
-
}, "schema"> & {
|
|
516
|
-
schema: "network.xyo.boundwitness";
|
|
517
|
-
}), TConf_1 extends (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
518
|
-
accountDerivationPath?: string | undefined;
|
|
519
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
520
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
521
|
-
readonly name?: string | undefined;
|
|
522
|
-
readonly paging?: Record<string, {
|
|
523
|
-
size?: number | undefined;
|
|
524
|
-
}> | undefined;
|
|
525
|
-
readonly security?: {
|
|
526
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
527
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
528
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
529
|
-
} | undefined;
|
|
530
|
-
readonly sign?: boolean | undefined;
|
|
531
|
-
readonly storeQueries?: boolean | undefined;
|
|
532
|
-
readonly timestamp?: boolean | undefined;
|
|
533
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
534
|
-
schema: "network.xyo.module.config";
|
|
535
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
536
|
-
accountDerivationPath?: string | undefined;
|
|
537
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
538
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
539
|
-
readonly name?: string | undefined;
|
|
540
|
-
readonly paging?: Record<string, {
|
|
541
|
-
size?: number | undefined;
|
|
542
|
-
}> | undefined;
|
|
543
|
-
readonly security?: {
|
|
544
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
545
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
546
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
547
|
-
} | undefined;
|
|
548
|
-
readonly sign?: boolean | undefined;
|
|
549
|
-
readonly storeQueries?: boolean | undefined;
|
|
550
|
-
readonly timestamp?: boolean | undefined;
|
|
551
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
552
|
-
schema: "network.xyo.module.config";
|
|
553
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
554
|
-
accountDerivationPath?: string | undefined;
|
|
555
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
556
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
557
|
-
readonly name?: string | undefined;
|
|
558
|
-
readonly paging?: Record<string, {
|
|
559
|
-
size?: number | undefined;
|
|
560
|
-
}> | undefined;
|
|
561
|
-
readonly security?: {
|
|
562
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
563
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
564
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
565
|
-
} | undefined;
|
|
566
|
-
readonly sign?: boolean | undefined;
|
|
567
|
-
readonly storeQueries?: boolean | undefined;
|
|
568
|
-
readonly timestamp?: boolean | undefined;
|
|
569
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
570
|
-
schema: "network.xyo.module.config";
|
|
571
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
572
|
-
accountDerivationPath?: string | undefined;
|
|
573
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
574
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
575
|
-
readonly name?: string | undefined;
|
|
576
|
-
readonly paging?: Record<string, {
|
|
577
|
-
size?: number | undefined;
|
|
578
|
-
}> | undefined;
|
|
579
|
-
readonly security?: {
|
|
580
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
581
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
582
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
583
|
-
} | undefined;
|
|
584
|
-
readonly sign?: boolean | undefined;
|
|
585
|
-
readonly storeQueries?: boolean | undefined;
|
|
586
|
-
readonly timestamp?: boolean | undefined;
|
|
587
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
588
|
-
schema: "network.xyo.module.config";
|
|
589
|
-
}) = (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
590
|
-
accountDerivationPath?: string | undefined;
|
|
591
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
592
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
593
|
-
readonly name?: string | undefined;
|
|
594
|
-
readonly paging?: Record<string, {
|
|
595
|
-
size?: number | undefined;
|
|
596
|
-
}> | undefined;
|
|
597
|
-
readonly security?: {
|
|
598
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
599
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
600
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
601
|
-
} | undefined;
|
|
602
|
-
readonly sign?: boolean | undefined;
|
|
603
|
-
readonly storeQueries?: boolean | undefined;
|
|
604
|
-
readonly timestamp?: boolean | undefined;
|
|
605
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
606
|
-
schema: "network.xyo.module.config";
|
|
607
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
608
|
-
accountDerivationPath?: string | undefined;
|
|
609
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
610
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
611
|
-
readonly name?: string | undefined;
|
|
612
|
-
readonly paging?: Record<string, {
|
|
613
|
-
size?: number | undefined;
|
|
614
|
-
}> | undefined;
|
|
615
|
-
readonly security?: {
|
|
616
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
617
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
618
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
619
|
-
} | undefined;
|
|
620
|
-
readonly sign?: boolean | undefined;
|
|
621
|
-
readonly storeQueries?: boolean | undefined;
|
|
622
|
-
readonly timestamp?: boolean | undefined;
|
|
623
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
624
|
-
schema: "network.xyo.module.config";
|
|
625
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
626
|
-
accountDerivationPath?: string | undefined;
|
|
627
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
628
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
629
|
-
readonly name?: string | undefined;
|
|
630
|
-
readonly paging?: Record<string, {
|
|
631
|
-
size?: number | undefined;
|
|
632
|
-
}> | undefined;
|
|
633
|
-
readonly security?: {
|
|
634
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
635
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
636
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
637
|
-
} | undefined;
|
|
638
|
-
readonly sign?: boolean | undefined;
|
|
639
|
-
readonly storeQueries?: boolean | undefined;
|
|
640
|
-
readonly timestamp?: boolean | undefined;
|
|
641
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
642
|
-
schema: "network.xyo.module.config";
|
|
643
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
644
|
-
accountDerivationPath?: string | undefined;
|
|
645
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
646
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
647
|
-
readonly name?: string | undefined;
|
|
648
|
-
readonly paging?: Record<string, {
|
|
649
|
-
size?: number | undefined;
|
|
650
|
-
}> | undefined;
|
|
651
|
-
readonly security?: {
|
|
652
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
653
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
654
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
655
|
-
} | undefined;
|
|
656
|
-
readonly sign?: boolean | undefined;
|
|
657
|
-
readonly storeQueries?: boolean | undefined;
|
|
658
|
-
readonly timestamp?: boolean | undefined;
|
|
659
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
660
|
-
schema: "network.xyo.module.config";
|
|
661
|
-
})>(query: T_1, payloads?: ({
|
|
662
|
-
schema: string;
|
|
663
|
-
} & import("@xyo-network/payload-model").PayloadFields)[] | undefined, queryConfig?: TConf_1 | undefined) => import("@xylabs/promise").Promisable<boolean>;
|
|
249
|
+
} & object)[] | undefined, queryConfig?: TConf_1 | undefined) => import("@xylabs/promise").Promisable<boolean>;
|
|
664
250
|
start?: (() => import("@xylabs/promise").Promisable<boolean>) | undefined;
|
|
665
251
|
stop?: (() => import("@xylabs/promise").Promisable<boolean>) | undefined;
|
|
666
252
|
eventData: import("@xyo-network/module-model").ModuleEventData<object>;
|
|
@@ -675,25 +261,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
675
261
|
once<TEventName_4 extends keyof import("@xyo-network/module-model").ModuleEventData<object>>(eventName: TEventName_4, listener: import("@xyo-network/module-events").EventListener<import("@xyo-network/module-model").ModuleEventData<object>[TEventName_4]>): import("@xyo-network/module-events").EventUnsubscribeFunction;
|
|
676
262
|
resolve<T_2 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
677
263
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
678
|
-
config:
|
|
679
|
-
accountDerivationPath?: string | undefined;
|
|
680
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
681
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
682
|
-
readonly name?: string | undefined;
|
|
683
|
-
readonly paging?: Record<string, {
|
|
684
|
-
size?: number | undefined;
|
|
685
|
-
}> | undefined;
|
|
686
|
-
readonly security?: {
|
|
687
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
688
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
689
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
690
|
-
} | undefined;
|
|
691
|
-
readonly sign?: boolean | undefined;
|
|
692
|
-
readonly storeQueries?: boolean | undefined;
|
|
693
|
-
readonly timestamp?: boolean | undefined;
|
|
694
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
695
|
-
schema: "network.xyo.module.config";
|
|
696
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
264
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
697
265
|
accountDerivationPath?: string | undefined;
|
|
698
266
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
699
267
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -709,68 +277,16 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
709
277
|
readonly sign?: boolean | undefined;
|
|
710
278
|
readonly storeQueries?: boolean | undefined;
|
|
711
279
|
readonly timestamp?: boolean | undefined;
|
|
712
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
280
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
713
281
|
schema: "network.xyo.module.config";
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
718
|
-
readonly name?: string | undefined;
|
|
719
|
-
readonly paging?: Record<string, {
|
|
720
|
-
size?: number | undefined;
|
|
721
|
-
}> | undefined;
|
|
722
|
-
readonly security?: {
|
|
723
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
724
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
725
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
726
|
-
} | undefined;
|
|
727
|
-
readonly sign?: boolean | undefined;
|
|
728
|
-
readonly storeQueries?: boolean | undefined;
|
|
729
|
-
readonly timestamp?: boolean | undefined;
|
|
730
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
731
|
-
schema: "network.xyo.module.config";
|
|
732
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
733
|
-
accountDerivationPath?: string | undefined;
|
|
734
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
735
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
736
|
-
readonly name?: string | undefined;
|
|
737
|
-
readonly paging?: Record<string, {
|
|
738
|
-
size?: number | undefined;
|
|
739
|
-
}> | undefined;
|
|
740
|
-
readonly security?: {
|
|
741
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
742
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
743
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
744
|
-
} | undefined;
|
|
745
|
-
readonly sign?: boolean | undefined;
|
|
746
|
-
readonly storeQueries?: boolean | undefined;
|
|
747
|
-
readonly timestamp?: boolean | undefined;
|
|
748
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
749
|
-
schema: "network.xyo.module.config";
|
|
750
|
-
})>;
|
|
282
|
+
}, "schema"> & {
|
|
283
|
+
schema: string;
|
|
284
|
+
};
|
|
751
285
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
752
286
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
753
287
|
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
754
288
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
755
|
-
config:
|
|
756
|
-
accountDerivationPath?: string | undefined;
|
|
757
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
758
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
759
|
-
readonly name?: string | undefined;
|
|
760
|
-
readonly paging?: Record<string, {
|
|
761
|
-
size?: number | undefined;
|
|
762
|
-
}> | undefined;
|
|
763
|
-
readonly security?: {
|
|
764
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
765
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
766
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
767
|
-
} | undefined;
|
|
768
|
-
readonly sign?: boolean | undefined;
|
|
769
|
-
readonly storeQueries?: boolean | undefined;
|
|
770
|
-
readonly timestamp?: boolean | undefined;
|
|
771
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
772
|
-
schema: "network.xyo.module.config";
|
|
773
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
289
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
774
290
|
accountDerivationPath?: string | undefined;
|
|
775
291
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
776
292
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -786,69 +302,17 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
786
302
|
readonly sign?: boolean | undefined;
|
|
787
303
|
readonly storeQueries?: boolean | undefined;
|
|
788
304
|
readonly timestamp?: boolean | undefined;
|
|
789
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
305
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
790
306
|
schema: "network.xyo.module.config";
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
795
|
-
readonly name?: string | undefined;
|
|
796
|
-
readonly paging?: Record<string, {
|
|
797
|
-
size?: number | undefined;
|
|
798
|
-
}> | undefined;
|
|
799
|
-
readonly security?: {
|
|
800
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
801
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
802
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
803
|
-
} | undefined;
|
|
804
|
-
readonly sign?: boolean | undefined;
|
|
805
|
-
readonly storeQueries?: boolean | undefined;
|
|
806
|
-
readonly timestamp?: boolean | undefined;
|
|
807
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
808
|
-
schema: "network.xyo.module.config";
|
|
809
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
810
|
-
accountDerivationPath?: string | undefined;
|
|
811
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
812
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
813
|
-
readonly name?: string | undefined;
|
|
814
|
-
readonly paging?: Record<string, {
|
|
815
|
-
size?: number | undefined;
|
|
816
|
-
}> | undefined;
|
|
817
|
-
readonly security?: {
|
|
818
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
819
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
820
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
821
|
-
} | undefined;
|
|
822
|
-
readonly sign?: boolean | undefined;
|
|
823
|
-
readonly storeQueries?: boolean | undefined;
|
|
824
|
-
readonly timestamp?: boolean | undefined;
|
|
825
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
826
|
-
schema: "network.xyo.module.config";
|
|
827
|
-
})>;
|
|
307
|
+
}, "schema"> & {
|
|
308
|
+
schema: string;
|
|
309
|
+
};
|
|
828
310
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
829
311
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
830
312
|
}, 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[]>;
|
|
831
313
|
resolve<T_3 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
832
314
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
833
|
-
config:
|
|
834
|
-
accountDerivationPath?: string | undefined;
|
|
835
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
836
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
837
|
-
readonly name?: string | undefined;
|
|
838
|
-
readonly paging?: Record<string, {
|
|
839
|
-
size?: number | undefined;
|
|
840
|
-
}> | undefined;
|
|
841
|
-
readonly security?: {
|
|
842
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
843
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
844
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
845
|
-
} | undefined;
|
|
846
|
-
readonly sign?: boolean | undefined;
|
|
847
|
-
readonly storeQueries?: boolean | undefined;
|
|
848
|
-
readonly timestamp?: boolean | undefined;
|
|
849
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
850
|
-
schema: "network.xyo.module.config";
|
|
851
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
315
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
852
316
|
accountDerivationPath?: string | undefined;
|
|
853
317
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
854
318
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -864,104 +328,16 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
864
328
|
readonly sign?: boolean | undefined;
|
|
865
329
|
readonly storeQueries?: boolean | undefined;
|
|
866
330
|
readonly timestamp?: boolean | undefined;
|
|
867
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
331
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
868
332
|
schema: "network.xyo.module.config";
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
873
|
-
readonly name?: string | undefined;
|
|
874
|
-
readonly paging?: Record<string, {
|
|
875
|
-
size?: number | undefined;
|
|
876
|
-
}> | undefined;
|
|
877
|
-
readonly security?: {
|
|
878
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
879
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
880
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
881
|
-
} | undefined;
|
|
882
|
-
readonly sign?: boolean | undefined;
|
|
883
|
-
readonly storeQueries?: boolean | undefined;
|
|
884
|
-
readonly timestamp?: boolean | undefined;
|
|
885
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
886
|
-
schema: "network.xyo.module.config";
|
|
887
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
888
|
-
accountDerivationPath?: string | undefined;
|
|
889
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
890
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
891
|
-
readonly name?: string | undefined;
|
|
892
|
-
readonly paging?: Record<string, {
|
|
893
|
-
size?: number | undefined;
|
|
894
|
-
}> | undefined;
|
|
895
|
-
readonly security?: {
|
|
896
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
897
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
898
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
899
|
-
} | undefined;
|
|
900
|
-
readonly sign?: boolean | undefined;
|
|
901
|
-
readonly storeQueries?: boolean | undefined;
|
|
902
|
-
readonly timestamp?: boolean | undefined;
|
|
903
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
904
|
-
schema: "network.xyo.module.config";
|
|
905
|
-
})>;
|
|
333
|
+
}, "schema"> & {
|
|
334
|
+
schema: string;
|
|
335
|
+
};
|
|
906
336
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
907
337
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
908
338
|
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
909
339
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
910
|
-
config:
|
|
911
|
-
accountDerivationPath?: string | undefined;
|
|
912
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
913
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
914
|
-
readonly name?: string | undefined;
|
|
915
|
-
readonly paging?: Record<string, {
|
|
916
|
-
size?: number | undefined;
|
|
917
|
-
}> | undefined;
|
|
918
|
-
readonly security?: {
|
|
919
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
920
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
921
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
922
|
-
} | undefined;
|
|
923
|
-
readonly sign?: boolean | undefined;
|
|
924
|
-
readonly storeQueries?: boolean | undefined;
|
|
925
|
-
readonly timestamp?: boolean | undefined;
|
|
926
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
927
|
-
schema: "network.xyo.module.config";
|
|
928
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
929
|
-
accountDerivationPath?: string | undefined;
|
|
930
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
931
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
932
|
-
readonly name?: string | undefined;
|
|
933
|
-
readonly paging?: Record<string, {
|
|
934
|
-
size?: number | undefined;
|
|
935
|
-
}> | undefined;
|
|
936
|
-
readonly security?: {
|
|
937
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
938
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
939
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
940
|
-
} | undefined;
|
|
941
|
-
readonly sign?: boolean | undefined;
|
|
942
|
-
readonly storeQueries?: boolean | undefined;
|
|
943
|
-
readonly timestamp?: boolean | undefined;
|
|
944
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
945
|
-
schema: "network.xyo.module.config";
|
|
946
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
947
|
-
accountDerivationPath?: string | undefined;
|
|
948
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
949
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
950
|
-
readonly name?: string | undefined;
|
|
951
|
-
readonly paging?: Record<string, {
|
|
952
|
-
size?: number | undefined;
|
|
953
|
-
}> | undefined;
|
|
954
|
-
readonly security?: {
|
|
955
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
956
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
957
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
958
|
-
} | undefined;
|
|
959
|
-
readonly sign?: boolean | undefined;
|
|
960
|
-
readonly storeQueries?: boolean | undefined;
|
|
961
|
-
readonly timestamp?: boolean | undefined;
|
|
962
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
963
|
-
schema: "network.xyo.module.config";
|
|
964
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
340
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
965
341
|
accountDerivationPath?: string | undefined;
|
|
966
342
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
967
343
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -977,51 +353,17 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
977
353
|
readonly sign?: boolean | undefined;
|
|
978
354
|
readonly storeQueries?: boolean | undefined;
|
|
979
355
|
readonly timestamp?: boolean | undefined;
|
|
980
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
356
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
981
357
|
schema: "network.xyo.module.config";
|
|
982
|
-
}
|
|
358
|
+
}, "schema"> & {
|
|
359
|
+
schema: string;
|
|
360
|
+
};
|
|
983
361
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
984
362
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
985
363
|
}, 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>;
|
|
986
364
|
resolve<T_4 extends ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
987
365
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
988
|
-
config:
|
|
989
|
-
accountDerivationPath?: string | undefined;
|
|
990
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
991
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
992
|
-
readonly name?: string | undefined;
|
|
993
|
-
readonly paging?: Record<string, {
|
|
994
|
-
size?: number | undefined;
|
|
995
|
-
}> | undefined;
|
|
996
|
-
readonly security?: {
|
|
997
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
998
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
999
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1000
|
-
} | undefined;
|
|
1001
|
-
readonly sign?: boolean | undefined;
|
|
1002
|
-
readonly storeQueries?: boolean | undefined;
|
|
1003
|
-
readonly timestamp?: boolean | undefined;
|
|
1004
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1005
|
-
schema: "network.xyo.module.config";
|
|
1006
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
1007
|
-
accountDerivationPath?: string | undefined;
|
|
1008
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1009
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1010
|
-
readonly name?: string | undefined;
|
|
1011
|
-
readonly paging?: Record<string, {
|
|
1012
|
-
size?: number | undefined;
|
|
1013
|
-
}> | undefined;
|
|
1014
|
-
readonly security?: {
|
|
1015
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1016
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1017
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1018
|
-
} | undefined;
|
|
1019
|
-
readonly sign?: boolean | undefined;
|
|
1020
|
-
readonly storeQueries?: boolean | undefined;
|
|
1021
|
-
readonly timestamp?: boolean | undefined;
|
|
1022
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1023
|
-
schema: "network.xyo.module.config";
|
|
1024
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
366
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
1025
367
|
accountDerivationPath?: string | undefined;
|
|
1026
368
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1027
369
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -1037,32 +379,16 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
1037
379
|
readonly sign?: boolean | undefined;
|
|
1038
380
|
readonly storeQueries?: boolean | undefined;
|
|
1039
381
|
readonly timestamp?: boolean | undefined;
|
|
1040
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
382
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
1041
383
|
schema: "network.xyo.module.config";
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1046
|
-
readonly name?: string | undefined;
|
|
1047
|
-
readonly paging?: Record<string, {
|
|
1048
|
-
size?: number | undefined;
|
|
1049
|
-
}> | undefined;
|
|
1050
|
-
readonly security?: {
|
|
1051
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1052
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1053
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1054
|
-
} | undefined;
|
|
1055
|
-
readonly sign?: boolean | undefined;
|
|
1056
|
-
readonly storeQueries?: boolean | undefined;
|
|
1057
|
-
readonly timestamp?: boolean | undefined;
|
|
1058
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1059
|
-
schema: "network.xyo.module.config";
|
|
1060
|
-
})>;
|
|
384
|
+
}, "schema"> & {
|
|
385
|
+
schema: string;
|
|
386
|
+
};
|
|
1061
387
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
1062
388
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
1063
389
|
}, import("@xyo-network/module-model").ModuleEventData<object>> = ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
1064
390
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
1065
|
-
config:
|
|
391
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
1066
392
|
accountDerivationPath?: string | undefined;
|
|
1067
393
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1068
394
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -1078,96 +404,28 @@ export declare const StatefulModuleMixin: <TParams extends import("@xyo-network/
|
|
|
1078
404
|
readonly sign?: boolean | undefined;
|
|
1079
405
|
readonly storeQueries?: boolean | undefined;
|
|
1080
406
|
readonly timestamp?: boolean | undefined;
|
|
1081
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
407
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
1082
408
|
schema: "network.xyo.module.config";
|
|
1083
|
-
}
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1087
|
-
readonly name?: string | undefined;
|
|
1088
|
-
readonly paging?: Record<string, {
|
|
1089
|
-
size?: number | undefined;
|
|
1090
|
-
}> | undefined;
|
|
1091
|
-
readonly security?: {
|
|
1092
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1093
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1094
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1095
|
-
} | undefined;
|
|
1096
|
-
readonly sign?: boolean | undefined;
|
|
1097
|
-
readonly storeQueries?: boolean | undefined;
|
|
1098
|
-
readonly timestamp?: boolean | undefined;
|
|
1099
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1100
|
-
schema: "network.xyo.module.config";
|
|
1101
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
1102
|
-
accountDerivationPath?: string | undefined;
|
|
1103
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1104
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1105
|
-
readonly name?: string | undefined;
|
|
1106
|
-
readonly paging?: Record<string, {
|
|
1107
|
-
size?: number | undefined;
|
|
1108
|
-
}> | undefined;
|
|
1109
|
-
readonly security?: {
|
|
1110
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1111
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1112
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1113
|
-
} | undefined;
|
|
1114
|
-
readonly sign?: boolean | undefined;
|
|
1115
|
-
readonly storeQueries?: boolean | undefined;
|
|
1116
|
-
readonly timestamp?: boolean | undefined;
|
|
1117
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1118
|
-
schema: "network.xyo.module.config";
|
|
1119
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
1120
|
-
accountDerivationPath?: string | undefined;
|
|
1121
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1122
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1123
|
-
readonly name?: string | undefined;
|
|
1124
|
-
readonly paging?: Record<string, {
|
|
1125
|
-
size?: number | undefined;
|
|
1126
|
-
}> | undefined;
|
|
1127
|
-
readonly security?: {
|
|
1128
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1129
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1130
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1131
|
-
} | undefined;
|
|
1132
|
-
readonly sign?: boolean | undefined;
|
|
1133
|
-
readonly storeQueries?: boolean | undefined;
|
|
1134
|
-
readonly timestamp?: boolean | undefined;
|
|
1135
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1136
|
-
schema: "network.xyo.module.config";
|
|
1137
|
-
})>;
|
|
409
|
+
}, "schema"> & {
|
|
410
|
+
schema: string;
|
|
411
|
+
};
|
|
1138
412
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
1139
413
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
1140
414
|
}, 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>;
|
|
1141
415
|
describe: () => Promise<import("@xyo-network/module-model").ModuleDescription>;
|
|
1142
416
|
discover: () => import("@xylabs/promise").Promisable<({
|
|
1143
417
|
schema: string;
|
|
1144
|
-
} &
|
|
418
|
+
} & object)[]>;
|
|
1145
419
|
manifest: (maxDepth?: number | undefined, ignoreAddresses?: string[] | undefined) => import("@xylabs/promise").Promisable<(import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
1146
420
|
schema: "network.xyo.module.manifest";
|
|
1147
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
1148
|
-
schema: "network.xyo.module.manifest";
|
|
1149
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
1150
|
-
schema: "network.xyo.module.manifest";
|
|
1151
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
1152
|
-
schema: "network.xyo.module.manifest";
|
|
1153
421
|
}) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
1154
422
|
schema: "network.xyo.node.manifest";
|
|
1155
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
1156
|
-
schema: "network.xyo.node.manifest";
|
|
1157
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
1158
|
-
schema: "network.xyo.node.manifest";
|
|
1159
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & import("@xyo-network/manifest-model").ModuleManifest & {
|
|
1160
|
-
schema: "network.xyo.node.manifest";
|
|
1161
423
|
})>;
|
|
1162
|
-
moduleAddress: () => import("@xylabs/promise").Promisable<(
|
|
1163
|
-
address: string;
|
|
1164
|
-
previousHash?: string | undefined;
|
|
1165
|
-
schema: string;
|
|
1166
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
424
|
+
moduleAddress: () => import("@xylabs/promise").Promisable<(import("@xyo-network/payload-model").SchemaFields & object & {
|
|
1167
425
|
address: string;
|
|
1168
426
|
previousHash?: string | undefined;
|
|
1169
427
|
schema: string;
|
|
1170
|
-
})
|
|
428
|
+
})[]>;
|
|
1171
429
|
readonly downResolver: Omit<import("@xyo-network/module-model").ModuleResolver, "resolve">;
|
|
1172
430
|
readonly upResolver: Omit<import("@xyo-network/module-model").ModuleResolver, "resolve">;
|
|
1173
431
|
}) & TModule;
|