@xyo-network/react-node 2.67.5 → 2.67.6
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/hooks/useModuleFilterOptions.d.cts +6 -338
- package/dist/browser/hooks/useModuleFilterOptions.d.cts.map +1 -1
- package/dist/browser/hooks/useModuleFilterOptions.d.mts +6 -338
- package/dist/browser/hooks/useModuleFilterOptions.d.mts.map +1 -1
- package/dist/browser/hooks/useModuleFilterOptions.d.ts +6 -338
- package/dist/browser/hooks/useModuleFilterOptions.d.ts.map +1 -1
- package/dist/node/hooks/useModuleFilterOptions.d.cts +6 -338
- package/dist/node/hooks/useModuleFilterOptions.d.cts.map +1 -1
- package/dist/node/hooks/useModuleFilterOptions.d.mts +6 -338
- package/dist/node/hooks/useModuleFilterOptions.d.mts.map +1 -1
- package/dist/node/hooks/useModuleFilterOptions.d.ts +6 -338
- package/dist/node/hooks/useModuleFilterOptions.d.ts.map +1 -1
- package/package.json +14 -14
|
@@ -3,50 +3,15 @@ export declare const useModuleFilterOptions: (config?: ModuleFromNodeConfig) =>
|
|
|
3
3
|
direction: "up" | "down" | "all" | undefined;
|
|
4
4
|
identity: import("@xyo-network/module-model").InstanceTypeCheck<import("@xyo-network/module-model").ModuleInstance<import("@xyo-network/object").BaseParamsFields & {
|
|
5
5
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
6
|
-
config:
|
|
6
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
7
7
|
accountDerivationPath?: string | undefined;
|
|
8
|
-
readonly archivist?:
|
|
8
|
+
readonly archivist?: string | undefined;
|
|
9
9
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
10
10
|
readonly name?: string | undefined;
|
|
11
11
|
readonly paging?: Record<string, {
|
|
12
12
|
size?: number | undefined;
|
|
13
13
|
}> | undefined;
|
|
14
|
-
readonly security?: {
|
|
15
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
16
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
17
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
18
|
-
} | undefined;
|
|
19
|
-
readonly sign?: boolean | undefined;
|
|
20
|
-
readonly storeQueries?: boolean | undefined;
|
|
21
|
-
readonly timestamp?: boolean | undefined;
|
|
22
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
23
|
-
schema: string;
|
|
24
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & {
|
|
25
|
-
accountDerivationPath?: string | undefined;
|
|
26
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
27
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
28
|
-
readonly name?: string | undefined;
|
|
29
|
-
readonly paging?: Record<string, {
|
|
30
|
-
size?: number | undefined;
|
|
31
|
-
}> | undefined;
|
|
32
|
-
readonly security?: {
|
|
33
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
34
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
35
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
36
|
-
} | undefined;
|
|
37
|
-
readonly sign?: boolean | undefined;
|
|
38
|
-
readonly storeQueries?: boolean | undefined;
|
|
39
|
-
readonly timestamp?: boolean | undefined;
|
|
40
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
41
14
|
schema: "network.xyo.module.config";
|
|
42
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
43
|
-
accountDerivationPath?: string | undefined;
|
|
44
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
45
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
46
|
-
readonly name?: string | undefined;
|
|
47
|
-
readonly paging?: Record<string, {
|
|
48
|
-
size?: number | undefined;
|
|
49
|
-
}> | undefined;
|
|
50
15
|
readonly security?: {
|
|
51
16
|
readonly allowAnonymous?: boolean | undefined;
|
|
52
17
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -55,54 +20,15 @@ export declare const useModuleFilterOptions: (config?: ModuleFromNodeConfig) =>
|
|
|
55
20
|
readonly sign?: boolean | undefined;
|
|
56
21
|
readonly storeQueries?: boolean | undefined;
|
|
57
22
|
readonly timestamp?: boolean | undefined;
|
|
58
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
59
|
-
schema: "network.xyo.module.config";
|
|
60
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
23
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
61
24
|
accountDerivationPath?: string | undefined;
|
|
62
|
-
readonly archivist?:
|
|
25
|
+
readonly archivist?: string | undefined;
|
|
63
26
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
64
27
|
readonly name?: string | undefined;
|
|
65
28
|
readonly paging?: Record<string, {
|
|
66
29
|
size?: number | undefined;
|
|
67
30
|
}> | undefined;
|
|
68
|
-
readonly security?: {
|
|
69
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
70
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
71
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
72
|
-
} | undefined;
|
|
73
|
-
readonly sign?: boolean | undefined;
|
|
74
|
-
readonly storeQueries?: boolean | undefined;
|
|
75
|
-
readonly timestamp?: boolean | undefined;
|
|
76
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
77
|
-
schema: "network.xyo.module.config";
|
|
78
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
79
|
-
accountDerivationPath?: string | undefined;
|
|
80
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
81
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
82
|
-
readonly name?: string | undefined;
|
|
83
|
-
readonly paging?: Record<string, {
|
|
84
|
-
size?: number | undefined;
|
|
85
|
-
}> | undefined;
|
|
86
|
-
readonly security?: {
|
|
87
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
88
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
89
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
90
|
-
} | undefined;
|
|
91
|
-
readonly sign?: boolean | undefined;
|
|
92
|
-
readonly storeQueries?: boolean | undefined;
|
|
93
|
-
readonly timestamp?: boolean | undefined;
|
|
94
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
95
31
|
schema: "network.xyo.module.config";
|
|
96
|
-
}), "schema">, "schema"> & {
|
|
97
|
-
schema: string;
|
|
98
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
99
|
-
accountDerivationPath?: string | undefined;
|
|
100
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
101
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
102
|
-
readonly name?: string | undefined;
|
|
103
|
-
readonly paging?: Record<string, {
|
|
104
|
-
size?: number | undefined;
|
|
105
|
-
}> | undefined;
|
|
106
32
|
readonly security?: {
|
|
107
33
|
readonly allowAnonymous?: boolean | undefined;
|
|
108
34
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -111,267 +37,9 @@ export declare const useModuleFilterOptions: (config?: ModuleFromNodeConfig) =>
|
|
|
111
37
|
readonly sign?: boolean | undefined;
|
|
112
38
|
readonly storeQueries?: boolean | undefined;
|
|
113
39
|
readonly timestamp?: boolean | undefined;
|
|
114
|
-
}
|
|
115
|
-
schema: string;
|
|
116
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & {
|
|
117
|
-
accountDerivationPath?: string | undefined;
|
|
118
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
119
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
120
|
-
readonly name?: string | undefined;
|
|
121
|
-
readonly paging?: Record<string, {
|
|
122
|
-
size?: number | undefined;
|
|
123
|
-
}> | undefined;
|
|
124
|
-
readonly security?: {
|
|
125
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
126
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
127
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
128
|
-
} | undefined;
|
|
129
|
-
readonly sign?: boolean | undefined;
|
|
130
|
-
readonly storeQueries?: boolean | undefined;
|
|
131
|
-
readonly timestamp?: boolean | undefined;
|
|
132
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
133
|
-
schema: "network.xyo.module.config";
|
|
134
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
135
|
-
accountDerivationPath?: string | undefined;
|
|
136
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
137
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
138
|
-
readonly name?: string | undefined;
|
|
139
|
-
readonly paging?: Record<string, {
|
|
140
|
-
size?: number | undefined;
|
|
141
|
-
}> | undefined;
|
|
142
|
-
readonly security?: {
|
|
143
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
144
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
145
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
146
|
-
} | undefined;
|
|
147
|
-
readonly sign?: boolean | undefined;
|
|
148
|
-
readonly storeQueries?: boolean | undefined;
|
|
149
|
-
readonly timestamp?: boolean | undefined;
|
|
150
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
151
|
-
schema: "network.xyo.module.config";
|
|
152
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
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.module.config";
|
|
170
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
171
|
-
accountDerivationPath?: string | undefined;
|
|
172
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
173
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
174
|
-
readonly name?: string | undefined;
|
|
175
|
-
readonly paging?: Record<string, {
|
|
176
|
-
size?: number | undefined;
|
|
177
|
-
}> | undefined;
|
|
178
|
-
readonly security?: {
|
|
179
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
180
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
181
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
182
|
-
} | undefined;
|
|
183
|
-
readonly sign?: boolean | undefined;
|
|
184
|
-
readonly storeQueries?: boolean | undefined;
|
|
185
|
-
readonly timestamp?: boolean | undefined;
|
|
186
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
187
|
-
schema: "network.xyo.module.config";
|
|
188
|
-
}), "schema">, "schema"> & {
|
|
189
|
-
schema: string;
|
|
190
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
191
|
-
accountDerivationPath?: string | undefined;
|
|
192
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
193
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
194
|
-
readonly name?: string | undefined;
|
|
195
|
-
readonly paging?: Record<string, {
|
|
196
|
-
size?: number | undefined;
|
|
197
|
-
}> | undefined;
|
|
198
|
-
readonly security?: {
|
|
199
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
200
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
201
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
202
|
-
} | undefined;
|
|
203
|
-
readonly sign?: boolean | undefined;
|
|
204
|
-
readonly storeQueries?: boolean | undefined;
|
|
205
|
-
readonly timestamp?: boolean | undefined;
|
|
206
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
207
|
-
schema: string;
|
|
208
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & {
|
|
209
|
-
accountDerivationPath?: string | undefined;
|
|
210
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
211
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
212
|
-
readonly name?: string | undefined;
|
|
213
|
-
readonly paging?: Record<string, {
|
|
214
|
-
size?: number | undefined;
|
|
215
|
-
}> | undefined;
|
|
216
|
-
readonly security?: {
|
|
217
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
218
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
219
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
220
|
-
} | undefined;
|
|
221
|
-
readonly sign?: boolean | undefined;
|
|
222
|
-
readonly storeQueries?: boolean | undefined;
|
|
223
|
-
readonly timestamp?: boolean | undefined;
|
|
224
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
225
|
-
schema: "network.xyo.module.config";
|
|
226
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
227
|
-
accountDerivationPath?: string | undefined;
|
|
228
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
229
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
230
|
-
readonly name?: string | undefined;
|
|
231
|
-
readonly paging?: Record<string, {
|
|
232
|
-
size?: number | undefined;
|
|
233
|
-
}> | undefined;
|
|
234
|
-
readonly security?: {
|
|
235
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
236
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
237
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
238
|
-
} | undefined;
|
|
239
|
-
readonly sign?: boolean | undefined;
|
|
240
|
-
readonly storeQueries?: boolean | undefined;
|
|
241
|
-
readonly timestamp?: boolean | undefined;
|
|
242
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
243
|
-
schema: "network.xyo.module.config";
|
|
244
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
245
|
-
accountDerivationPath?: string | undefined;
|
|
246
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
247
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
248
|
-
readonly name?: string | undefined;
|
|
249
|
-
readonly paging?: Record<string, {
|
|
250
|
-
size?: number | undefined;
|
|
251
|
-
}> | undefined;
|
|
252
|
-
readonly security?: {
|
|
253
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
254
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
255
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
256
|
-
} | undefined;
|
|
257
|
-
readonly sign?: boolean | undefined;
|
|
258
|
-
readonly storeQueries?: boolean | undefined;
|
|
259
|
-
readonly timestamp?: boolean | undefined;
|
|
260
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
261
|
-
schema: "network.xyo.module.config";
|
|
262
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
263
|
-
accountDerivationPath?: string | undefined;
|
|
264
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
265
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
266
|
-
readonly name?: string | undefined;
|
|
267
|
-
readonly paging?: Record<string, {
|
|
268
|
-
size?: number | undefined;
|
|
269
|
-
}> | undefined;
|
|
270
|
-
readonly security?: {
|
|
271
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
272
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
273
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
274
|
-
} | undefined;
|
|
275
|
-
readonly sign?: boolean | undefined;
|
|
276
|
-
readonly storeQueries?: boolean | undefined;
|
|
277
|
-
readonly timestamp?: boolean | undefined;
|
|
278
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
279
|
-
schema: "network.xyo.module.config";
|
|
280
|
-
}), "schema">, "schema"> & {
|
|
281
|
-
schema: string;
|
|
282
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
283
|
-
accountDerivationPath?: string | undefined;
|
|
284
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
285
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
286
|
-
readonly name?: string | undefined;
|
|
287
|
-
readonly paging?: Record<string, {
|
|
288
|
-
size?: number | undefined;
|
|
289
|
-
}> | undefined;
|
|
290
|
-
readonly security?: {
|
|
291
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
292
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
293
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
294
|
-
} | undefined;
|
|
295
|
-
readonly sign?: boolean | undefined;
|
|
296
|
-
readonly storeQueries?: boolean | undefined;
|
|
297
|
-
readonly timestamp?: boolean | undefined;
|
|
298
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
299
|
-
schema: string;
|
|
300
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & {
|
|
301
|
-
accountDerivationPath?: string | undefined;
|
|
302
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
303
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
304
|
-
readonly name?: string | undefined;
|
|
305
|
-
readonly paging?: Record<string, {
|
|
306
|
-
size?: number | undefined;
|
|
307
|
-
}> | undefined;
|
|
308
|
-
readonly security?: {
|
|
309
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
310
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
311
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
312
|
-
} | undefined;
|
|
313
|
-
readonly sign?: boolean | undefined;
|
|
314
|
-
readonly storeQueries?: boolean | undefined;
|
|
315
|
-
readonly timestamp?: boolean | undefined;
|
|
316
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
317
|
-
schema: "network.xyo.module.config";
|
|
318
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
319
|
-
accountDerivationPath?: string | undefined;
|
|
320
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
321
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
322
|
-
readonly name?: string | undefined;
|
|
323
|
-
readonly paging?: Record<string, {
|
|
324
|
-
size?: number | undefined;
|
|
325
|
-
}> | undefined;
|
|
326
|
-
readonly security?: {
|
|
327
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
328
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
329
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
330
|
-
} | undefined;
|
|
331
|
-
readonly sign?: boolean | undefined;
|
|
332
|
-
readonly storeQueries?: boolean | undefined;
|
|
333
|
-
readonly timestamp?: boolean | undefined;
|
|
334
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
335
|
-
schema: "network.xyo.module.config";
|
|
336
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & {
|
|
337
|
-
accountDerivationPath?: string | undefined;
|
|
338
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
339
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
340
|
-
readonly name?: string | undefined;
|
|
341
|
-
readonly paging?: Record<string, {
|
|
342
|
-
size?: number | undefined;
|
|
343
|
-
}> | undefined;
|
|
344
|
-
readonly security?: {
|
|
345
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
346
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
347
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
348
|
-
} | undefined;
|
|
349
|
-
readonly sign?: boolean | undefined;
|
|
350
|
-
readonly storeQueries?: boolean | undefined;
|
|
351
|
-
readonly timestamp?: boolean | undefined;
|
|
352
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
353
|
-
schema: "network.xyo.module.config";
|
|
354
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & {
|
|
355
|
-
accountDerivationPath?: string | undefined;
|
|
356
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
357
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
358
|
-
readonly name?: string | undefined;
|
|
359
|
-
readonly paging?: Record<string, {
|
|
360
|
-
size?: number | undefined;
|
|
361
|
-
}> | undefined;
|
|
362
|
-
readonly security?: {
|
|
363
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
364
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
365
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
366
|
-
} | undefined;
|
|
367
|
-
readonly sign?: boolean | undefined;
|
|
368
|
-
readonly storeQueries?: boolean | undefined;
|
|
369
|
-
readonly timestamp?: boolean | undefined;
|
|
370
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
371
|
-
schema: "network.xyo.module.config";
|
|
372
|
-
}), "schema">, "schema"> & {
|
|
40
|
+
}, "schema"> & {
|
|
373
41
|
schema: string;
|
|
374
|
-
}
|
|
42
|
+
};
|
|
375
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
376
44
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
377
45
|
}, import("@xyo-network/module-model").ModuleEventData<object>>> | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useModuleFilterOptions.d.ts","sourceRoot":"","sources":["../../../src/hooks/useModuleFilterOptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAE7D,eAAO,MAAM,sBAAsB,YAAa,oBAAoB
|
|
1
|
+
{"version":3,"file":"useModuleFilterOptions.d.ts","sourceRoot":"","sources":["../../../src/hooks/useModuleFilterOptions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAA;AAE7D,eAAO,MAAM,sBAAsB,YAAa,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnE,CAAA"}
|