@xyo-network/bridge-wrapper 2.84.15 → 2.84.17
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/BridgeWrapper.d.cts +6 -606
- package/dist/browser/BridgeWrapper.d.cts.map +1 -1
- package/dist/browser/BridgeWrapper.d.mts +6 -606
- package/dist/browser/BridgeWrapper.d.mts.map +1 -1
- package/dist/browser/BridgeWrapper.d.ts +6 -606
- package/dist/browser/BridgeWrapper.d.ts.map +1 -1
- package/dist/node/BridgeWrapper.d.cts +6 -606
- package/dist/node/BridgeWrapper.d.cts.map +1 -1
- package/dist/node/BridgeWrapper.d.mts +6 -606
- package/dist/node/BridgeWrapper.d.mts.map +1 -1
- package/dist/node/BridgeWrapper.d.ts +6 -606
- package/dist/node/BridgeWrapper.d.ts.map +1 -1
- package/package.json +7 -7
|
@@ -7,574 +7,15 @@ import { ModuleWrapper } from '@xyo-network/module-wrapper';
|
|
|
7
7
|
import { Payload, Query } from '@xyo-network/payload-model';
|
|
8
8
|
export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeModule> extends ModuleWrapper<TWrappedModule> implements BridgeInstance<TWrappedModule['params']> {
|
|
9
9
|
static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<BridgeInstance>;
|
|
10
|
-
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("@xyo-network/bridge-model").BridgeParams<
|
|
10
|
+
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("@xyo-network/bridge-model").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
11
11
|
accountDerivationPath?: string | undefined;
|
|
12
|
-
readonly archivist?:
|
|
12
|
+
readonly archivist?: string | undefined;
|
|
13
13
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
14
14
|
readonly name?: string | undefined;
|
|
15
15
|
readonly paging?: Record<string, {
|
|
16
16
|
size?: number | undefined;
|
|
17
17
|
}> | undefined;
|
|
18
|
-
readonly security?: {
|
|
19
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
20
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
22
|
-
} | undefined;
|
|
23
|
-
readonly sign?: boolean | undefined;
|
|
24
|
-
readonly storeQueries?: boolean | undefined;
|
|
25
|
-
readonly timestamp?: boolean | undefined;
|
|
26
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
27
|
-
accountDerivationPath?: string | undefined;
|
|
28
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
29
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
30
|
-
readonly name?: string | undefined;
|
|
31
|
-
readonly paging?: Record<string, {
|
|
32
|
-
size?: number | undefined;
|
|
33
|
-
}> | undefined;
|
|
34
|
-
readonly security?: {
|
|
35
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
36
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
37
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
38
|
-
} | undefined;
|
|
39
|
-
readonly sign?: boolean | undefined;
|
|
40
|
-
readonly storeQueries?: boolean | undefined;
|
|
41
|
-
readonly timestamp?: boolean | undefined;
|
|
42
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
43
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
44
|
-
maxDepth?: number | undefined;
|
|
45
|
-
schema: "network.xyo.bridge.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: "network.xyo.bridge.config";
|
|
48
|
-
}, "schema"> & {
|
|
49
|
-
schema: string;
|
|
50
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
51
|
-
accountDerivationPath?: string | undefined;
|
|
52
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
53
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
54
|
-
readonly name?: string | undefined;
|
|
55
|
-
readonly paging?: Record<string, {
|
|
56
|
-
size?: number | undefined;
|
|
57
|
-
}> | undefined;
|
|
58
|
-
readonly security?: {
|
|
59
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
60
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
61
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
62
|
-
} | undefined;
|
|
63
|
-
readonly sign?: boolean | undefined;
|
|
64
|
-
readonly storeQueries?: boolean | undefined;
|
|
65
|
-
readonly timestamp?: boolean | undefined;
|
|
66
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
67
|
-
accountDerivationPath?: string | undefined;
|
|
68
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
69
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
70
|
-
readonly name?: string | undefined;
|
|
71
|
-
readonly paging?: Record<string, {
|
|
72
|
-
size?: number | undefined;
|
|
73
|
-
}> | undefined;
|
|
74
|
-
readonly security?: {
|
|
75
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
76
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
77
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
78
|
-
} | undefined;
|
|
79
|
-
readonly sign?: boolean | undefined;
|
|
80
|
-
readonly storeQueries?: boolean | undefined;
|
|
81
|
-
readonly timestamp?: boolean | undefined;
|
|
82
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
83
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
84
|
-
maxDepth?: number | undefined;
|
|
85
|
-
schema: "network.xyo.bridge.config";
|
|
86
|
-
}, "schema"> & {
|
|
87
|
-
schema: "network.xyo.bridge.config";
|
|
88
|
-
}, "schema"> & {
|
|
89
|
-
schema: string;
|
|
90
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
91
|
-
accountDerivationPath?: string | undefined;
|
|
92
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
93
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
94
|
-
readonly name?: string | undefined;
|
|
95
|
-
readonly paging?: Record<string, {
|
|
96
|
-
size?: number | undefined;
|
|
97
|
-
}> | undefined;
|
|
98
|
-
readonly security?: {
|
|
99
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
100
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
101
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
102
|
-
} | undefined;
|
|
103
|
-
readonly sign?: boolean | undefined;
|
|
104
|
-
readonly storeQueries?: boolean | undefined;
|
|
105
|
-
readonly timestamp?: boolean | undefined;
|
|
106
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
107
|
-
accountDerivationPath?: string | undefined;
|
|
108
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
109
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
110
|
-
readonly name?: string | undefined;
|
|
111
|
-
readonly paging?: Record<string, {
|
|
112
|
-
size?: number | undefined;
|
|
113
|
-
}> | undefined;
|
|
114
|
-
readonly security?: {
|
|
115
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
116
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
117
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
118
|
-
} | undefined;
|
|
119
|
-
readonly sign?: boolean | undefined;
|
|
120
|
-
readonly storeQueries?: boolean | undefined;
|
|
121
|
-
readonly timestamp?: boolean | undefined;
|
|
122
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
123
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
124
|
-
maxDepth?: number | undefined;
|
|
125
|
-
schema: "network.xyo.bridge.config";
|
|
126
|
-
}, "schema"> & {
|
|
127
|
-
schema: "network.xyo.bridge.config";
|
|
128
|
-
}, "schema"> & {
|
|
129
|
-
schema: string;
|
|
130
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
131
|
-
accountDerivationPath?: string | undefined;
|
|
132
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
133
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
134
|
-
readonly name?: string | undefined;
|
|
135
|
-
readonly paging?: Record<string, {
|
|
136
|
-
size?: number | undefined;
|
|
137
|
-
}> | undefined;
|
|
138
|
-
readonly security?: {
|
|
139
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
140
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
141
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
142
|
-
} | undefined;
|
|
143
|
-
readonly sign?: boolean | undefined;
|
|
144
|
-
readonly storeQueries?: boolean | undefined;
|
|
145
|
-
readonly timestamp?: boolean | undefined;
|
|
146
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
147
|
-
accountDerivationPath?: string | undefined;
|
|
148
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
149
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
150
|
-
readonly name?: string | undefined;
|
|
151
|
-
readonly paging?: Record<string, {
|
|
152
|
-
size?: number | undefined;
|
|
153
|
-
}> | undefined;
|
|
154
|
-
readonly security?: {
|
|
155
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
156
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
157
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
158
|
-
} | undefined;
|
|
159
|
-
readonly sign?: boolean | undefined;
|
|
160
|
-
readonly storeQueries?: boolean | undefined;
|
|
161
|
-
readonly timestamp?: boolean | undefined;
|
|
162
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
163
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
164
|
-
maxDepth?: number | undefined;
|
|
165
|
-
schema: "network.xyo.bridge.config";
|
|
166
|
-
}, "schema"> & {
|
|
167
|
-
schema: "network.xyo.bridge.config";
|
|
168
|
-
}, "schema"> & {
|
|
169
|
-
schema: string;
|
|
170
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
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 & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
187
|
-
accountDerivationPath?: string | undefined;
|
|
188
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
189
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
190
|
-
readonly name?: string | undefined;
|
|
191
|
-
readonly paging?: Record<string, {
|
|
192
|
-
size?: number | undefined;
|
|
193
|
-
}> | undefined;
|
|
194
|
-
readonly security?: {
|
|
195
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
196
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
197
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
198
|
-
} | undefined;
|
|
199
|
-
readonly sign?: boolean | undefined;
|
|
200
|
-
readonly storeQueries?: boolean | undefined;
|
|
201
|
-
readonly timestamp?: boolean | undefined;
|
|
202
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
203
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
204
|
-
maxDepth?: number | undefined;
|
|
205
|
-
schema: "network.xyo.bridge.config";
|
|
206
|
-
}, "schema"> & {
|
|
207
|
-
schema: "network.xyo.bridge.config";
|
|
208
|
-
} & object, "schema"> & {
|
|
209
|
-
schema: string;
|
|
210
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
211
|
-
accountDerivationPath?: string | undefined;
|
|
212
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
213
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
214
|
-
readonly name?: string | undefined;
|
|
215
|
-
readonly paging?: Record<string, {
|
|
216
|
-
size?: number | undefined;
|
|
217
|
-
}> | undefined;
|
|
218
|
-
readonly security?: {
|
|
219
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
220
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
221
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
222
|
-
} | undefined;
|
|
223
|
-
readonly sign?: boolean | undefined;
|
|
224
|
-
readonly storeQueries?: boolean | undefined;
|
|
225
|
-
readonly timestamp?: boolean | undefined;
|
|
226
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
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
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
244
|
-
maxDepth?: number | undefined;
|
|
245
|
-
schema: "network.xyo.bridge.config";
|
|
246
|
-
}, "schema"> & {
|
|
247
|
-
schema: "network.xyo.bridge.config";
|
|
248
|
-
} & object, "schema"> & {
|
|
249
|
-
schema: string;
|
|
250
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
251
|
-
accountDerivationPath?: string | undefined;
|
|
252
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
253
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
254
|
-
readonly name?: string | undefined;
|
|
255
|
-
readonly paging?: Record<string, {
|
|
256
|
-
size?: number | undefined;
|
|
257
|
-
}> | undefined;
|
|
258
|
-
readonly security?: {
|
|
259
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
260
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
261
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
262
|
-
} | undefined;
|
|
263
|
-
readonly sign?: boolean | undefined;
|
|
264
|
-
readonly storeQueries?: boolean | undefined;
|
|
265
|
-
readonly timestamp?: boolean | undefined;
|
|
266
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
267
|
-
accountDerivationPath?: string | undefined;
|
|
268
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
269
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
270
|
-
readonly name?: string | undefined;
|
|
271
|
-
readonly paging?: Record<string, {
|
|
272
|
-
size?: number | undefined;
|
|
273
|
-
}> | undefined;
|
|
274
|
-
readonly security?: {
|
|
275
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
276
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
277
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
278
|
-
} | undefined;
|
|
279
|
-
readonly sign?: boolean | undefined;
|
|
280
|
-
readonly storeQueries?: boolean | undefined;
|
|
281
|
-
readonly timestamp?: boolean | undefined;
|
|
282
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
283
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
284
|
-
maxDepth?: number | undefined;
|
|
285
|
-
schema: "network.xyo.bridge.config";
|
|
286
|
-
}, "schema"> & {
|
|
287
|
-
schema: "network.xyo.bridge.config";
|
|
288
|
-
} & object, "schema"> & {
|
|
289
|
-
schema: string;
|
|
290
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
291
|
-
accountDerivationPath?: string | undefined;
|
|
292
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
293
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
294
|
-
readonly name?: string | undefined;
|
|
295
|
-
readonly paging?: Record<string, {
|
|
296
|
-
size?: number | undefined;
|
|
297
|
-
}> | undefined;
|
|
298
|
-
readonly security?: {
|
|
299
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
300
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
301
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
302
|
-
} | undefined;
|
|
303
|
-
readonly sign?: boolean | undefined;
|
|
304
|
-
readonly storeQueries?: boolean | undefined;
|
|
305
|
-
readonly timestamp?: boolean | undefined;
|
|
306
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
307
|
-
accountDerivationPath?: string | undefined;
|
|
308
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
309
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
310
|
-
readonly name?: string | undefined;
|
|
311
|
-
readonly paging?: Record<string, {
|
|
312
|
-
size?: number | undefined;
|
|
313
|
-
}> | undefined;
|
|
314
|
-
readonly security?: {
|
|
315
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
316
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
317
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
318
|
-
} | undefined;
|
|
319
|
-
readonly sign?: boolean | undefined;
|
|
320
|
-
readonly storeQueries?: boolean | undefined;
|
|
321
|
-
readonly timestamp?: boolean | undefined;
|
|
322
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
323
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
324
|
-
maxDepth?: number | undefined;
|
|
325
|
-
schema: "network.xyo.bridge.config";
|
|
326
|
-
}, "schema"> & {
|
|
327
|
-
schema: "network.xyo.bridge.config";
|
|
328
|
-
} & object, "schema"> & {
|
|
329
|
-
schema: string;
|
|
330
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
331
|
-
accountDerivationPath?: string | undefined;
|
|
332
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
333
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
334
|
-
readonly name?: string | undefined;
|
|
335
|
-
readonly paging?: Record<string, {
|
|
336
|
-
size?: number | undefined;
|
|
337
|
-
}> | undefined;
|
|
338
|
-
readonly security?: {
|
|
339
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
340
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
341
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
342
|
-
} | undefined;
|
|
343
|
-
readonly sign?: boolean | undefined;
|
|
344
|
-
readonly storeQueries?: boolean | undefined;
|
|
345
|
-
readonly timestamp?: boolean | undefined;
|
|
346
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
347
|
-
accountDerivationPath?: string | undefined;
|
|
348
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
349
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
350
|
-
readonly name?: string | undefined;
|
|
351
|
-
readonly paging?: Record<string, {
|
|
352
|
-
size?: number | undefined;
|
|
353
|
-
}> | undefined;
|
|
354
|
-
readonly security?: {
|
|
355
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
356
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
357
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
358
|
-
} | undefined;
|
|
359
|
-
readonly sign?: boolean | undefined;
|
|
360
|
-
readonly storeQueries?: boolean | undefined;
|
|
361
|
-
readonly timestamp?: boolean | undefined;
|
|
362
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
363
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
364
|
-
maxDepth?: number | undefined;
|
|
365
|
-
schema: "network.xyo.bridge.config";
|
|
366
|
-
}, "schema"> & {
|
|
367
|
-
schema: "network.xyo.bridge.config";
|
|
368
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields, "schema"> & {
|
|
369
|
-
schema: string;
|
|
370
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
371
|
-
accountDerivationPath?: string | undefined;
|
|
372
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
373
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
374
|
-
readonly name?: string | undefined;
|
|
375
|
-
readonly paging?: Record<string, {
|
|
376
|
-
size?: number | undefined;
|
|
377
|
-
}> | undefined;
|
|
378
|
-
readonly security?: {
|
|
379
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
380
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
381
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
382
|
-
} | undefined;
|
|
383
|
-
readonly sign?: boolean | undefined;
|
|
384
|
-
readonly storeQueries?: boolean | undefined;
|
|
385
|
-
readonly timestamp?: boolean | undefined;
|
|
386
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
387
|
-
accountDerivationPath?: string | undefined;
|
|
388
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
389
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
390
|
-
readonly name?: string | undefined;
|
|
391
|
-
readonly paging?: Record<string, {
|
|
392
|
-
size?: number | undefined;
|
|
393
|
-
}> | undefined;
|
|
394
|
-
readonly security?: {
|
|
395
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
396
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
397
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
398
|
-
} | undefined;
|
|
399
|
-
readonly sign?: boolean | undefined;
|
|
400
|
-
readonly storeQueries?: boolean | undefined;
|
|
401
|
-
readonly timestamp?: boolean | undefined;
|
|
402
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
403
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
404
|
-
maxDepth?: number | undefined;
|
|
405
|
-
schema: "network.xyo.bridge.config";
|
|
406
|
-
}, "schema"> & {
|
|
407
|
-
schema: "network.xyo.bridge.config";
|
|
408
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields, "schema"> & {
|
|
409
|
-
schema: string;
|
|
410
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
411
|
-
accountDerivationPath?: string | undefined;
|
|
412
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
413
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
414
|
-
readonly name?: string | undefined;
|
|
415
|
-
readonly paging?: Record<string, {
|
|
416
|
-
size?: number | undefined;
|
|
417
|
-
}> | undefined;
|
|
418
|
-
readonly security?: {
|
|
419
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
420
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
421
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
422
|
-
} | undefined;
|
|
423
|
-
readonly sign?: boolean | undefined;
|
|
424
|
-
readonly storeQueries?: boolean | undefined;
|
|
425
|
-
readonly timestamp?: boolean | undefined;
|
|
426
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
427
|
-
accountDerivationPath?: string | undefined;
|
|
428
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
429
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
430
|
-
readonly name?: string | undefined;
|
|
431
|
-
readonly paging?: Record<string, {
|
|
432
|
-
size?: number | undefined;
|
|
433
|
-
}> | undefined;
|
|
434
|
-
readonly security?: {
|
|
435
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
436
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
437
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
438
|
-
} | undefined;
|
|
439
|
-
readonly sign?: boolean | undefined;
|
|
440
|
-
readonly storeQueries?: boolean | undefined;
|
|
441
|
-
readonly timestamp?: boolean | undefined;
|
|
442
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
443
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
444
|
-
maxDepth?: number | undefined;
|
|
445
|
-
schema: "network.xyo.bridge.config";
|
|
446
|
-
}, "schema"> & {
|
|
447
|
-
schema: "network.xyo.bridge.config";
|
|
448
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields, "schema"> & {
|
|
449
|
-
schema: string;
|
|
450
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
451
|
-
accountDerivationPath?: string | undefined;
|
|
452
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
453
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
454
|
-
readonly name?: string | undefined;
|
|
455
|
-
readonly paging?: Record<string, {
|
|
456
|
-
size?: number | undefined;
|
|
457
|
-
}> | undefined;
|
|
458
|
-
readonly security?: {
|
|
459
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
460
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
461
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
462
|
-
} | undefined;
|
|
463
|
-
readonly sign?: boolean | undefined;
|
|
464
|
-
readonly storeQueries?: boolean | undefined;
|
|
465
|
-
readonly timestamp?: boolean | undefined;
|
|
466
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
467
|
-
accountDerivationPath?: string | undefined;
|
|
468
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
469
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
470
|
-
readonly name?: string | undefined;
|
|
471
|
-
readonly paging?: Record<string, {
|
|
472
|
-
size?: number | undefined;
|
|
473
|
-
}> | undefined;
|
|
474
|
-
readonly security?: {
|
|
475
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
476
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
477
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
478
|
-
} | undefined;
|
|
479
|
-
readonly sign?: boolean | undefined;
|
|
480
|
-
readonly storeQueries?: boolean | undefined;
|
|
481
|
-
readonly timestamp?: boolean | undefined;
|
|
482
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
483
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
484
|
-
maxDepth?: number | undefined;
|
|
485
|
-
schema: "network.xyo.bridge.config";
|
|
486
|
-
}, "schema"> & {
|
|
487
|
-
schema: "network.xyo.bridge.config";
|
|
488
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields, "schema"> & {
|
|
489
|
-
schema: string;
|
|
490
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
491
|
-
accountDerivationPath?: string | undefined;
|
|
492
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
493
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
494
|
-
readonly name?: string | undefined;
|
|
495
|
-
readonly paging?: Record<string, {
|
|
496
|
-
size?: number | undefined;
|
|
497
|
-
}> | undefined;
|
|
498
|
-
readonly security?: {
|
|
499
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
500
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
501
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
502
|
-
} | undefined;
|
|
503
|
-
readonly sign?: boolean | undefined;
|
|
504
|
-
readonly storeQueries?: boolean | undefined;
|
|
505
|
-
readonly timestamp?: boolean | undefined;
|
|
506
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
507
|
-
accountDerivationPath?: string | undefined;
|
|
508
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
509
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
510
|
-
readonly name?: string | undefined;
|
|
511
|
-
readonly paging?: Record<string, {
|
|
512
|
-
size?: number | undefined;
|
|
513
|
-
}> | undefined;
|
|
514
|
-
readonly security?: {
|
|
515
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
516
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
517
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
518
|
-
} | undefined;
|
|
519
|
-
readonly sign?: boolean | undefined;
|
|
520
|
-
readonly storeQueries?: boolean | undefined;
|
|
521
|
-
readonly timestamp?: boolean | undefined;
|
|
522
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
523
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
524
|
-
maxDepth?: number | undefined;
|
|
525
|
-
schema: "network.xyo.bridge.config";
|
|
526
|
-
}, "schema"> & {
|
|
527
|
-
schema: "network.xyo.bridge.config";
|
|
528
|
-
}, "schema"> & {
|
|
529
|
-
schema: string;
|
|
530
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
531
|
-
accountDerivationPath?: string | undefined;
|
|
532
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
533
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
534
|
-
readonly name?: string | undefined;
|
|
535
|
-
readonly paging?: Record<string, {
|
|
536
|
-
size?: number | undefined;
|
|
537
|
-
}> | undefined;
|
|
538
|
-
readonly security?: {
|
|
539
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
540
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
541
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
542
|
-
} | undefined;
|
|
543
|
-
readonly sign?: boolean | undefined;
|
|
544
|
-
readonly storeQueries?: boolean | undefined;
|
|
545
|
-
readonly timestamp?: boolean | undefined;
|
|
546
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
547
|
-
accountDerivationPath?: string | undefined;
|
|
548
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
549
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
550
|
-
readonly name?: string | undefined;
|
|
551
|
-
readonly paging?: Record<string, {
|
|
552
|
-
size?: number | undefined;
|
|
553
|
-
}> | undefined;
|
|
554
|
-
readonly security?: {
|
|
555
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
556
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
557
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
558
|
-
} | undefined;
|
|
559
|
-
readonly sign?: boolean | undefined;
|
|
560
|
-
readonly storeQueries?: boolean | undefined;
|
|
561
|
-
readonly timestamp?: boolean | undefined;
|
|
562
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
563
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
564
|
-
maxDepth?: number | undefined;
|
|
565
|
-
schema: "network.xyo.bridge.config";
|
|
566
|
-
}, "schema"> & {
|
|
567
18
|
schema: "network.xyo.bridge.config";
|
|
568
|
-
}, "schema"> & {
|
|
569
|
-
schema: string;
|
|
570
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
571
|
-
accountDerivationPath?: string | undefined;
|
|
572
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
573
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
574
|
-
readonly name?: string | undefined;
|
|
575
|
-
readonly paging?: Record<string, {
|
|
576
|
-
size?: number | undefined;
|
|
577
|
-
}> | undefined;
|
|
578
19
|
readonly security?: {
|
|
579
20
|
readonly allowAnonymous?: boolean | undefined;
|
|
580
21
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -583,38 +24,15 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
|
|
|
583
24
|
readonly sign?: boolean | undefined;
|
|
584
25
|
readonly storeQueries?: boolean | undefined;
|
|
585
26
|
readonly timestamp?: boolean | undefined;
|
|
586
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields &
|
|
27
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
587
28
|
accountDerivationPath?: string | undefined;
|
|
588
|
-
readonly archivist?:
|
|
29
|
+
readonly archivist?: string | undefined;
|
|
589
30
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
590
31
|
readonly name?: string | undefined;
|
|
591
32
|
readonly paging?: Record<string, {
|
|
592
33
|
size?: number | undefined;
|
|
593
34
|
}> | undefined;
|
|
594
|
-
readonly security?: {
|
|
595
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
596
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
597
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
598
|
-
} | undefined;
|
|
599
|
-
readonly sign?: boolean | undefined;
|
|
600
|
-
readonly storeQueries?: boolean | undefined;
|
|
601
|
-
readonly timestamp?: boolean | undefined;
|
|
602
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
603
|
-
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
604
|
-
maxDepth?: number | undefined;
|
|
605
|
-
schema: "network.xyo.bridge.config";
|
|
606
|
-
}, "schema"> & {
|
|
607
35
|
schema: "network.xyo.bridge.config";
|
|
608
|
-
}, "schema"> & {
|
|
609
|
-
schema: string;
|
|
610
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
611
|
-
accountDerivationPath?: string | undefined;
|
|
612
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
613
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
614
|
-
readonly name?: string | undefined;
|
|
615
|
-
readonly paging?: Record<string, {
|
|
616
|
-
size?: number | undefined;
|
|
617
|
-
}> | undefined;
|
|
618
36
|
readonly security?: {
|
|
619
37
|
readonly allowAnonymous?: boolean | undefined;
|
|
620
38
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -623,31 +41,13 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
|
|
|
623
41
|
readonly sign?: boolean | undefined;
|
|
624
42
|
readonly storeQueries?: boolean | undefined;
|
|
625
43
|
readonly timestamp?: boolean | undefined;
|
|
626
|
-
} &
|
|
627
|
-
accountDerivationPath?: string | undefined;
|
|
628
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
629
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
630
|
-
readonly name?: string | undefined;
|
|
631
|
-
readonly paging?: Record<string, {
|
|
632
|
-
size?: number | undefined;
|
|
633
|
-
}> | undefined;
|
|
634
|
-
readonly security?: {
|
|
635
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
636
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
637
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
638
|
-
} | undefined;
|
|
639
|
-
readonly sign?: boolean | undefined;
|
|
640
|
-
readonly storeQueries?: boolean | undefined;
|
|
641
|
-
readonly timestamp?: boolean | undefined;
|
|
642
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
44
|
+
} & {
|
|
643
45
|
discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
|
|
644
46
|
maxDepth?: number | undefined;
|
|
645
47
|
schema: "network.xyo.bridge.config";
|
|
646
|
-
}, "schema"> & {
|
|
647
|
-
schema: "network.xyo.bridge.config";
|
|
648
48
|
}, "schema"> & {
|
|
649
49
|
schema: string;
|
|
650
|
-
}
|
|
50
|
+
}>, import("@xyo-network/module-model").ModuleEventData<object>>>;
|
|
651
51
|
get connected(): boolean;
|
|
652
52
|
get targetDownResolver(): (address?: string | undefined) => import("@xyo-network/module-model").ModuleResolver | undefined;
|
|
653
53
|
connect(uri?: string): Promise<boolean>;
|