@xyo-network/bridge-model 2.84.14 → 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/Config.d.cts +6 -6
- package/dist/browser/Config.d.cts.map +1 -1
- package/dist/browser/Config.d.mts +6 -6
- package/dist/browser/Config.d.mts.map +1 -1
- package/dist/browser/Config.d.ts +6 -6
- package/dist/browser/Config.d.ts.map +1 -1
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/typeChecks.d.cts +94 -1662
- package/dist/browser/typeChecks.d.cts.map +1 -1
- package/dist/browser/typeChecks.d.mts +94 -1662
- package/dist/browser/typeChecks.d.mts.map +1 -1
- package/dist/browser/typeChecks.d.ts +94 -1662
- package/dist/browser/typeChecks.d.ts.map +1 -1
- package/dist/node/Config.d.cts +6 -6
- package/dist/node/Config.d.cts.map +1 -1
- package/dist/node/Config.d.mts +6 -6
- package/dist/node/Config.d.mts.map +1 -1
- package/dist/node/Config.d.ts +6 -6
- package/dist/node/Config.d.ts.map +1 -1
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js.map +1 -1
- package/dist/node/typeChecks.d.cts +94 -1662
- package/dist/node/typeChecks.d.cts.map +1 -1
- package/dist/node/typeChecks.d.mts +94 -1662
- package/dist/node/typeChecks.d.mts.map +1 -1
- package/dist/node/typeChecks.d.ts +94 -1662
- package/dist/node/typeChecks.d.ts.map +1 -1
- package/package.json +6 -6
- package/src/Config.ts +12 -10
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BridgeInstance, BridgeModule } from './Bridge';
|
|
2
2
|
export declare const isBridgeInstance: import("@xyo-network/object").TypeCheck<BridgeInstance>;
|
|
3
|
-
export declare const isBridgeModule: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("./Bridge").BridgeParams<
|
|
3
|
+
export declare const isBridgeModule: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
4
4
|
accountDerivationPath?: string | undefined;
|
|
5
5
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
6
6
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -16,1574 +16,7 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
16
16
|
readonly sign?: boolean | undefined;
|
|
17
17
|
readonly storeQueries?: boolean | undefined;
|
|
18
18
|
readonly timestamp?: boolean | undefined;
|
|
19
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
20
|
-
schema: string;
|
|
21
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
22
|
-
accountDerivationPath?: string | undefined;
|
|
23
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
24
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
25
|
-
readonly name?: string | undefined;
|
|
26
|
-
readonly paging?: Record<string, {
|
|
27
|
-
size?: number | undefined;
|
|
28
|
-
}> | undefined;
|
|
29
|
-
readonly security?: {
|
|
30
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
31
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
32
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
33
|
-
} | undefined;
|
|
34
|
-
readonly sign?: boolean | undefined;
|
|
35
|
-
readonly storeQueries?: boolean | undefined;
|
|
36
|
-
readonly timestamp?: boolean | undefined;
|
|
37
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
38
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
39
|
-
maxDepth?: number | undefined;
|
|
40
|
-
schema: "network.xyo.bridge.config";
|
|
41
|
-
}, "schema"> & {
|
|
42
|
-
schema: "network.xyo.bridge.config";
|
|
43
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
44
|
-
accountDerivationPath?: string | undefined;
|
|
45
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
46
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
47
|
-
readonly name?: string | undefined;
|
|
48
|
-
readonly paging?: Record<string, {
|
|
49
|
-
size?: number | undefined;
|
|
50
|
-
}> | undefined;
|
|
51
|
-
readonly security?: {
|
|
52
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
53
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
54
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
55
|
-
} | undefined;
|
|
56
|
-
readonly sign?: boolean | undefined;
|
|
57
|
-
readonly storeQueries?: boolean | undefined;
|
|
58
|
-
readonly timestamp?: boolean | undefined;
|
|
59
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
60
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
61
|
-
maxDepth?: number | undefined;
|
|
62
|
-
schema: "network.xyo.bridge.config";
|
|
63
|
-
}, "schema"> & {
|
|
64
|
-
schema: "network.xyo.bridge.config";
|
|
65
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
66
|
-
accountDerivationPath?: string | undefined;
|
|
67
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
68
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
69
|
-
readonly name?: string | undefined;
|
|
70
|
-
readonly paging?: Record<string, {
|
|
71
|
-
size?: number | undefined;
|
|
72
|
-
}> | undefined;
|
|
73
|
-
readonly security?: {
|
|
74
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
75
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
76
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
77
|
-
} | undefined;
|
|
78
|
-
readonly sign?: boolean | undefined;
|
|
79
|
-
readonly storeQueries?: boolean | undefined;
|
|
80
|
-
readonly timestamp?: boolean | undefined;
|
|
81
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
82
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
83
|
-
maxDepth?: number | undefined;
|
|
84
|
-
schema: "network.xyo.bridge.config";
|
|
85
|
-
}, "schema"> & {
|
|
86
|
-
schema: "network.xyo.bridge.config";
|
|
87
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
88
|
-
accountDerivationPath?: string | undefined;
|
|
89
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
90
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
91
|
-
readonly name?: string | undefined;
|
|
92
|
-
readonly paging?: Record<string, {
|
|
93
|
-
size?: number | undefined;
|
|
94
|
-
}> | undefined;
|
|
95
|
-
readonly security?: {
|
|
96
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
97
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
98
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
99
|
-
} | undefined;
|
|
100
|
-
readonly sign?: boolean | undefined;
|
|
101
|
-
readonly storeQueries?: boolean | undefined;
|
|
102
|
-
readonly timestamp?: boolean | undefined;
|
|
103
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
104
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
105
|
-
maxDepth?: number | undefined;
|
|
106
|
-
schema: "network.xyo.bridge.config";
|
|
107
|
-
}, "schema"> & {
|
|
108
|
-
schema: "network.xyo.bridge.config";
|
|
109
|
-
}), "schema">, "schema"> & {
|
|
110
|
-
schema: string;
|
|
111
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
112
|
-
accountDerivationPath?: string | undefined;
|
|
113
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
114
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
115
|
-
readonly name?: string | undefined;
|
|
116
|
-
readonly paging?: Record<string, {
|
|
117
|
-
size?: number | undefined;
|
|
118
|
-
}> | undefined;
|
|
119
|
-
readonly security?: {
|
|
120
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
121
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
122
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
123
|
-
} | undefined;
|
|
124
|
-
readonly sign?: boolean | undefined;
|
|
125
|
-
readonly storeQueries?: boolean | undefined;
|
|
126
|
-
readonly timestamp?: boolean | undefined;
|
|
127
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
128
|
-
schema: string;
|
|
129
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
130
|
-
accountDerivationPath?: string | undefined;
|
|
131
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
132
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
133
|
-
readonly name?: string | undefined;
|
|
134
|
-
readonly paging?: Record<string, {
|
|
135
|
-
size?: number | undefined;
|
|
136
|
-
}> | undefined;
|
|
137
|
-
readonly security?: {
|
|
138
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
139
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
140
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
141
|
-
} | undefined;
|
|
142
|
-
readonly sign?: boolean | undefined;
|
|
143
|
-
readonly storeQueries?: boolean | undefined;
|
|
144
|
-
readonly timestamp?: boolean | undefined;
|
|
145
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
146
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
147
|
-
maxDepth?: number | undefined;
|
|
148
|
-
schema: "network.xyo.bridge.config";
|
|
149
|
-
}, "schema"> & {
|
|
150
|
-
schema: "network.xyo.bridge.config";
|
|
151
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
152
|
-
accountDerivationPath?: string | undefined;
|
|
153
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
154
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
155
|
-
readonly name?: string | undefined;
|
|
156
|
-
readonly paging?: Record<string, {
|
|
157
|
-
size?: number | undefined;
|
|
158
|
-
}> | undefined;
|
|
159
|
-
readonly security?: {
|
|
160
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
161
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
162
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
163
|
-
} | undefined;
|
|
164
|
-
readonly sign?: boolean | undefined;
|
|
165
|
-
readonly storeQueries?: boolean | undefined;
|
|
166
|
-
readonly timestamp?: boolean | undefined;
|
|
167
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
168
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
169
|
-
maxDepth?: number | undefined;
|
|
170
|
-
schema: "network.xyo.bridge.config";
|
|
171
|
-
}, "schema"> & {
|
|
172
|
-
schema: "network.xyo.bridge.config";
|
|
173
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
174
|
-
accountDerivationPath?: string | undefined;
|
|
175
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
176
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
177
|
-
readonly name?: string | undefined;
|
|
178
|
-
readonly paging?: Record<string, {
|
|
179
|
-
size?: number | undefined;
|
|
180
|
-
}> | undefined;
|
|
181
|
-
readonly security?: {
|
|
182
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
183
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
184
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
185
|
-
} | undefined;
|
|
186
|
-
readonly sign?: boolean | undefined;
|
|
187
|
-
readonly storeQueries?: boolean | undefined;
|
|
188
|
-
readonly timestamp?: boolean | undefined;
|
|
189
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
190
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
191
|
-
maxDepth?: number | undefined;
|
|
192
|
-
schema: "network.xyo.bridge.config";
|
|
193
|
-
}, "schema"> & {
|
|
194
|
-
schema: "network.xyo.bridge.config";
|
|
195
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
196
|
-
accountDerivationPath?: string | undefined;
|
|
197
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
198
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
199
|
-
readonly name?: string | undefined;
|
|
200
|
-
readonly paging?: Record<string, {
|
|
201
|
-
size?: number | undefined;
|
|
202
|
-
}> | undefined;
|
|
203
|
-
readonly security?: {
|
|
204
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
205
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
206
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
207
|
-
} | undefined;
|
|
208
|
-
readonly sign?: boolean | undefined;
|
|
209
|
-
readonly storeQueries?: boolean | undefined;
|
|
210
|
-
readonly timestamp?: boolean | undefined;
|
|
211
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
212
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
213
|
-
maxDepth?: number | undefined;
|
|
214
|
-
schema: "network.xyo.bridge.config";
|
|
215
|
-
}, "schema"> & {
|
|
216
|
-
schema: "network.xyo.bridge.config";
|
|
217
|
-
}), "schema">, "schema"> & {
|
|
218
|
-
schema: string;
|
|
219
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
220
|
-
accountDerivationPath?: string | undefined;
|
|
221
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
222
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
223
|
-
readonly name?: string | undefined;
|
|
224
|
-
readonly paging?: Record<string, {
|
|
225
|
-
size?: number | undefined;
|
|
226
|
-
}> | undefined;
|
|
227
|
-
readonly security?: {
|
|
228
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
229
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
230
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
231
|
-
} | undefined;
|
|
232
|
-
readonly sign?: boolean | undefined;
|
|
233
|
-
readonly storeQueries?: boolean | undefined;
|
|
234
|
-
readonly timestamp?: boolean | undefined;
|
|
235
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
236
|
-
schema: string;
|
|
237
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
238
|
-
accountDerivationPath?: string | undefined;
|
|
239
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
240
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
241
|
-
readonly name?: string | undefined;
|
|
242
|
-
readonly paging?: Record<string, {
|
|
243
|
-
size?: number | undefined;
|
|
244
|
-
}> | undefined;
|
|
245
|
-
readonly security?: {
|
|
246
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
247
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
248
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
249
|
-
} | undefined;
|
|
250
|
-
readonly sign?: boolean | undefined;
|
|
251
|
-
readonly storeQueries?: boolean | undefined;
|
|
252
|
-
readonly timestamp?: boolean | undefined;
|
|
253
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
254
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
255
|
-
maxDepth?: number | undefined;
|
|
256
|
-
schema: "network.xyo.bridge.config";
|
|
257
|
-
}, "schema"> & {
|
|
258
|
-
schema: "network.xyo.bridge.config";
|
|
259
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
260
|
-
accountDerivationPath?: string | undefined;
|
|
261
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
262
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
263
|
-
readonly name?: string | undefined;
|
|
264
|
-
readonly paging?: Record<string, {
|
|
265
|
-
size?: number | undefined;
|
|
266
|
-
}> | undefined;
|
|
267
|
-
readonly security?: {
|
|
268
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
269
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
270
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
271
|
-
} | undefined;
|
|
272
|
-
readonly sign?: boolean | undefined;
|
|
273
|
-
readonly storeQueries?: boolean | undefined;
|
|
274
|
-
readonly timestamp?: boolean | undefined;
|
|
275
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
276
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
277
|
-
maxDepth?: number | undefined;
|
|
278
|
-
schema: "network.xyo.bridge.config";
|
|
279
|
-
}, "schema"> & {
|
|
280
|
-
schema: "network.xyo.bridge.config";
|
|
281
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
282
|
-
accountDerivationPath?: string | undefined;
|
|
283
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
284
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
285
|
-
readonly name?: string | undefined;
|
|
286
|
-
readonly paging?: Record<string, {
|
|
287
|
-
size?: number | undefined;
|
|
288
|
-
}> | undefined;
|
|
289
|
-
readonly security?: {
|
|
290
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
291
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
292
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
293
|
-
} | undefined;
|
|
294
|
-
readonly sign?: boolean | undefined;
|
|
295
|
-
readonly storeQueries?: boolean | undefined;
|
|
296
|
-
readonly timestamp?: boolean | undefined;
|
|
297
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
298
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
299
|
-
maxDepth?: number | undefined;
|
|
300
|
-
schema: "network.xyo.bridge.config";
|
|
301
|
-
}, "schema"> & {
|
|
302
|
-
schema: "network.xyo.bridge.config";
|
|
303
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
304
|
-
accountDerivationPath?: string | undefined;
|
|
305
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
306
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
307
|
-
readonly name?: string | undefined;
|
|
308
|
-
readonly paging?: Record<string, {
|
|
309
|
-
size?: number | undefined;
|
|
310
|
-
}> | undefined;
|
|
311
|
-
readonly security?: {
|
|
312
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
313
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
314
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
315
|
-
} | undefined;
|
|
316
|
-
readonly sign?: boolean | undefined;
|
|
317
|
-
readonly storeQueries?: boolean | undefined;
|
|
318
|
-
readonly timestamp?: boolean | undefined;
|
|
319
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
320
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
321
|
-
maxDepth?: number | undefined;
|
|
322
|
-
schema: "network.xyo.bridge.config";
|
|
323
|
-
}, "schema"> & {
|
|
324
|
-
schema: "network.xyo.bridge.config";
|
|
325
|
-
}), "schema">, "schema"> & {
|
|
326
|
-
schema: string;
|
|
327
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
328
|
-
accountDerivationPath?: string | undefined;
|
|
329
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
330
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
331
|
-
readonly name?: string | undefined;
|
|
332
|
-
readonly paging?: Record<string, {
|
|
333
|
-
size?: number | undefined;
|
|
334
|
-
}> | undefined;
|
|
335
|
-
readonly security?: {
|
|
336
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
337
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
338
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
339
|
-
} | undefined;
|
|
340
|
-
readonly sign?: boolean | undefined;
|
|
341
|
-
readonly storeQueries?: boolean | undefined;
|
|
342
|
-
readonly timestamp?: boolean | undefined;
|
|
343
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
344
|
-
schema: string;
|
|
345
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
346
|
-
accountDerivationPath?: string | undefined;
|
|
347
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
348
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
349
|
-
readonly name?: string | undefined;
|
|
350
|
-
readonly paging?: Record<string, {
|
|
351
|
-
size?: number | undefined;
|
|
352
|
-
}> | undefined;
|
|
353
|
-
readonly security?: {
|
|
354
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
355
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
356
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
357
|
-
} | undefined;
|
|
358
|
-
readonly sign?: boolean | undefined;
|
|
359
|
-
readonly storeQueries?: boolean | undefined;
|
|
360
|
-
readonly timestamp?: boolean | undefined;
|
|
361
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
362
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
363
|
-
maxDepth?: number | undefined;
|
|
364
|
-
schema: "network.xyo.bridge.config";
|
|
365
|
-
}, "schema"> & {
|
|
366
|
-
schema: "network.xyo.bridge.config";
|
|
367
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
368
|
-
accountDerivationPath?: string | undefined;
|
|
369
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
370
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
371
|
-
readonly name?: string | undefined;
|
|
372
|
-
readonly paging?: Record<string, {
|
|
373
|
-
size?: number | undefined;
|
|
374
|
-
}> | undefined;
|
|
375
|
-
readonly security?: {
|
|
376
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
377
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
378
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
379
|
-
} | undefined;
|
|
380
|
-
readonly sign?: boolean | undefined;
|
|
381
|
-
readonly storeQueries?: boolean | undefined;
|
|
382
|
-
readonly timestamp?: boolean | undefined;
|
|
383
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
384
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
385
|
-
maxDepth?: number | undefined;
|
|
386
|
-
schema: "network.xyo.bridge.config";
|
|
387
|
-
}, "schema"> & {
|
|
388
|
-
schema: "network.xyo.bridge.config";
|
|
389
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
390
|
-
accountDerivationPath?: string | undefined;
|
|
391
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
392
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
393
|
-
readonly name?: string | undefined;
|
|
394
|
-
readonly paging?: Record<string, {
|
|
395
|
-
size?: number | undefined;
|
|
396
|
-
}> | undefined;
|
|
397
|
-
readonly security?: {
|
|
398
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
399
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
400
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
401
|
-
} | undefined;
|
|
402
|
-
readonly sign?: boolean | undefined;
|
|
403
|
-
readonly storeQueries?: boolean | undefined;
|
|
404
|
-
readonly timestamp?: boolean | undefined;
|
|
405
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
406
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
407
|
-
maxDepth?: number | undefined;
|
|
408
|
-
schema: "network.xyo.bridge.config";
|
|
409
|
-
}, "schema"> & {
|
|
410
|
-
schema: "network.xyo.bridge.config";
|
|
411
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
412
|
-
accountDerivationPath?: string | undefined;
|
|
413
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
414
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
415
|
-
readonly name?: string | undefined;
|
|
416
|
-
readonly paging?: Record<string, {
|
|
417
|
-
size?: number | undefined;
|
|
418
|
-
}> | undefined;
|
|
419
|
-
readonly security?: {
|
|
420
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
421
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
422
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
423
|
-
} | undefined;
|
|
424
|
-
readonly sign?: boolean | undefined;
|
|
425
|
-
readonly storeQueries?: boolean | undefined;
|
|
426
|
-
readonly timestamp?: boolean | undefined;
|
|
427
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
428
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
429
|
-
maxDepth?: number | undefined;
|
|
430
|
-
schema: "network.xyo.bridge.config";
|
|
431
|
-
}, "schema"> & {
|
|
432
|
-
schema: "network.xyo.bridge.config";
|
|
433
|
-
}), "schema">, "schema"> & {
|
|
434
|
-
schema: string;
|
|
435
|
-
})>, import("@xyo-network/module-model").ModuleEventData<object>>>;
|
|
436
|
-
export declare const asBridgeModule: {
|
|
437
|
-
<TType extends BridgeModule<import("./Bridge").BridgeParams<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
438
|
-
accountDerivationPath?: string | undefined;
|
|
439
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
440
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
441
|
-
readonly name?: string | undefined;
|
|
442
|
-
readonly paging?: Record<string, {
|
|
443
|
-
size?: number | undefined;
|
|
444
|
-
}> | undefined;
|
|
445
|
-
readonly security?: {
|
|
446
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
447
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
448
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
449
|
-
} | undefined;
|
|
450
|
-
readonly sign?: boolean | undefined;
|
|
451
|
-
readonly storeQueries?: boolean | undefined;
|
|
452
|
-
readonly timestamp?: boolean | undefined;
|
|
453
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
454
|
-
schema: string;
|
|
455
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
456
|
-
accountDerivationPath?: string | undefined;
|
|
457
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
458
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
459
|
-
readonly name?: string | undefined;
|
|
460
|
-
readonly paging?: Record<string, {
|
|
461
|
-
size?: number | undefined;
|
|
462
|
-
}> | undefined;
|
|
463
|
-
readonly security?: {
|
|
464
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
465
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
466
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
467
|
-
} | undefined;
|
|
468
|
-
readonly sign?: boolean | undefined;
|
|
469
|
-
readonly storeQueries?: boolean | undefined;
|
|
470
|
-
readonly timestamp?: boolean | undefined;
|
|
471
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
472
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
473
|
-
maxDepth?: number | undefined;
|
|
474
|
-
schema: "network.xyo.bridge.config";
|
|
475
|
-
}, "schema"> & {
|
|
476
|
-
schema: "network.xyo.bridge.config";
|
|
477
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
478
|
-
accountDerivationPath?: string | undefined;
|
|
479
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
480
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
481
|
-
readonly name?: string | undefined;
|
|
482
|
-
readonly paging?: Record<string, {
|
|
483
|
-
size?: number | undefined;
|
|
484
|
-
}> | undefined;
|
|
485
|
-
readonly security?: {
|
|
486
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
487
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
488
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
489
|
-
} | undefined;
|
|
490
|
-
readonly sign?: boolean | undefined;
|
|
491
|
-
readonly storeQueries?: boolean | undefined;
|
|
492
|
-
readonly timestamp?: boolean | undefined;
|
|
493
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
494
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
495
|
-
maxDepth?: number | undefined;
|
|
496
|
-
schema: "network.xyo.bridge.config";
|
|
497
|
-
}, "schema"> & {
|
|
498
|
-
schema: "network.xyo.bridge.config";
|
|
499
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
500
|
-
accountDerivationPath?: string | undefined;
|
|
501
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
502
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
503
|
-
readonly name?: string | undefined;
|
|
504
|
-
readonly paging?: Record<string, {
|
|
505
|
-
size?: number | undefined;
|
|
506
|
-
}> | undefined;
|
|
507
|
-
readonly security?: {
|
|
508
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
509
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
510
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
511
|
-
} | undefined;
|
|
512
|
-
readonly sign?: boolean | undefined;
|
|
513
|
-
readonly storeQueries?: boolean | undefined;
|
|
514
|
-
readonly timestamp?: boolean | undefined;
|
|
515
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
516
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
517
|
-
maxDepth?: number | undefined;
|
|
518
|
-
schema: "network.xyo.bridge.config";
|
|
519
|
-
}, "schema"> & {
|
|
520
|
-
schema: "network.xyo.bridge.config";
|
|
521
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
522
|
-
accountDerivationPath?: string | undefined;
|
|
523
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
524
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
525
|
-
readonly name?: string | undefined;
|
|
526
|
-
readonly paging?: Record<string, {
|
|
527
|
-
size?: number | undefined;
|
|
528
|
-
}> | undefined;
|
|
529
|
-
readonly security?: {
|
|
530
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
531
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
532
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
533
|
-
} | undefined;
|
|
534
|
-
readonly sign?: boolean | undefined;
|
|
535
|
-
readonly storeQueries?: boolean | undefined;
|
|
536
|
-
readonly timestamp?: boolean | undefined;
|
|
537
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
538
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
539
|
-
maxDepth?: number | undefined;
|
|
540
|
-
schema: "network.xyo.bridge.config";
|
|
541
|
-
}, "schema"> & {
|
|
542
|
-
schema: "network.xyo.bridge.config";
|
|
543
|
-
}), "schema">, "schema"> & {
|
|
544
|
-
schema: string;
|
|
545
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
546
|
-
accountDerivationPath?: string | undefined;
|
|
547
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
548
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
549
|
-
readonly name?: string | undefined;
|
|
550
|
-
readonly paging?: Record<string, {
|
|
551
|
-
size?: number | undefined;
|
|
552
|
-
}> | undefined;
|
|
553
|
-
readonly security?: {
|
|
554
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
555
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
556
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
557
|
-
} | undefined;
|
|
558
|
-
readonly sign?: boolean | undefined;
|
|
559
|
-
readonly storeQueries?: boolean | undefined;
|
|
560
|
-
readonly timestamp?: boolean | undefined;
|
|
561
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
562
|
-
schema: string;
|
|
563
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
564
|
-
accountDerivationPath?: string | undefined;
|
|
565
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
566
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
567
|
-
readonly name?: string | undefined;
|
|
568
|
-
readonly paging?: Record<string, {
|
|
569
|
-
size?: number | undefined;
|
|
570
|
-
}> | undefined;
|
|
571
|
-
readonly security?: {
|
|
572
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
573
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
574
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
575
|
-
} | undefined;
|
|
576
|
-
readonly sign?: boolean | undefined;
|
|
577
|
-
readonly storeQueries?: boolean | undefined;
|
|
578
|
-
readonly timestamp?: boolean | undefined;
|
|
579
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
580
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
581
|
-
maxDepth?: number | undefined;
|
|
582
|
-
schema: "network.xyo.bridge.config";
|
|
583
|
-
}, "schema"> & {
|
|
584
|
-
schema: "network.xyo.bridge.config";
|
|
585
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
586
|
-
accountDerivationPath?: string | undefined;
|
|
587
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
588
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
589
|
-
readonly name?: string | undefined;
|
|
590
|
-
readonly paging?: Record<string, {
|
|
591
|
-
size?: number | undefined;
|
|
592
|
-
}> | undefined;
|
|
593
|
-
readonly security?: {
|
|
594
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
595
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
596
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
597
|
-
} | undefined;
|
|
598
|
-
readonly sign?: boolean | undefined;
|
|
599
|
-
readonly storeQueries?: boolean | undefined;
|
|
600
|
-
readonly timestamp?: boolean | undefined;
|
|
601
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
602
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
603
|
-
maxDepth?: number | undefined;
|
|
604
|
-
schema: "network.xyo.bridge.config";
|
|
605
|
-
}, "schema"> & {
|
|
606
|
-
schema: "network.xyo.bridge.config";
|
|
607
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
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
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
625
|
-
maxDepth?: number | undefined;
|
|
626
|
-
schema: "network.xyo.bridge.config";
|
|
627
|
-
}, "schema"> & {
|
|
628
|
-
schema: "network.xyo.bridge.config";
|
|
629
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
630
|
-
accountDerivationPath?: string | undefined;
|
|
631
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
632
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
633
|
-
readonly name?: string | undefined;
|
|
634
|
-
readonly paging?: Record<string, {
|
|
635
|
-
size?: number | undefined;
|
|
636
|
-
}> | undefined;
|
|
637
|
-
readonly security?: {
|
|
638
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
639
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
640
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
641
|
-
} | undefined;
|
|
642
|
-
readonly sign?: boolean | undefined;
|
|
643
|
-
readonly storeQueries?: boolean | undefined;
|
|
644
|
-
readonly timestamp?: boolean | undefined;
|
|
645
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
646
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
647
|
-
maxDepth?: number | undefined;
|
|
648
|
-
schema: "network.xyo.bridge.config";
|
|
649
|
-
}, "schema"> & {
|
|
650
|
-
schema: "network.xyo.bridge.config";
|
|
651
|
-
}), "schema">, "schema"> & {
|
|
652
|
-
schema: string;
|
|
653
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
654
|
-
accountDerivationPath?: string | undefined;
|
|
655
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
656
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
657
|
-
readonly name?: string | undefined;
|
|
658
|
-
readonly paging?: Record<string, {
|
|
659
|
-
size?: number | undefined;
|
|
660
|
-
}> | undefined;
|
|
661
|
-
readonly security?: {
|
|
662
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
663
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
664
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
665
|
-
} | undefined;
|
|
666
|
-
readonly sign?: boolean | undefined;
|
|
667
|
-
readonly storeQueries?: boolean | undefined;
|
|
668
|
-
readonly timestamp?: boolean | undefined;
|
|
669
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
670
|
-
schema: string;
|
|
671
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
672
|
-
accountDerivationPath?: string | undefined;
|
|
673
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
674
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
675
|
-
readonly name?: string | undefined;
|
|
676
|
-
readonly paging?: Record<string, {
|
|
677
|
-
size?: number | undefined;
|
|
678
|
-
}> | undefined;
|
|
679
|
-
readonly security?: {
|
|
680
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
681
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
682
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
683
|
-
} | undefined;
|
|
684
|
-
readonly sign?: boolean | undefined;
|
|
685
|
-
readonly storeQueries?: boolean | undefined;
|
|
686
|
-
readonly timestamp?: boolean | undefined;
|
|
687
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
688
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
689
|
-
maxDepth?: number | undefined;
|
|
690
|
-
schema: "network.xyo.bridge.config";
|
|
691
|
-
}, "schema"> & {
|
|
692
|
-
schema: "network.xyo.bridge.config";
|
|
693
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
694
|
-
accountDerivationPath?: string | undefined;
|
|
695
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
696
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
697
|
-
readonly name?: string | undefined;
|
|
698
|
-
readonly paging?: Record<string, {
|
|
699
|
-
size?: number | undefined;
|
|
700
|
-
}> | undefined;
|
|
701
|
-
readonly security?: {
|
|
702
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
703
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
704
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
705
|
-
} | undefined;
|
|
706
|
-
readonly sign?: boolean | undefined;
|
|
707
|
-
readonly storeQueries?: boolean | undefined;
|
|
708
|
-
readonly timestamp?: boolean | undefined;
|
|
709
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
710
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
711
|
-
maxDepth?: number | undefined;
|
|
712
|
-
schema: "network.xyo.bridge.config";
|
|
713
|
-
}, "schema"> & {
|
|
714
|
-
schema: "network.xyo.bridge.config";
|
|
715
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
716
|
-
accountDerivationPath?: string | undefined;
|
|
717
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
718
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
719
|
-
readonly name?: string | undefined;
|
|
720
|
-
readonly paging?: Record<string, {
|
|
721
|
-
size?: number | undefined;
|
|
722
|
-
}> | undefined;
|
|
723
|
-
readonly security?: {
|
|
724
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
725
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
726
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
727
|
-
} | undefined;
|
|
728
|
-
readonly sign?: boolean | undefined;
|
|
729
|
-
readonly storeQueries?: boolean | undefined;
|
|
730
|
-
readonly timestamp?: boolean | undefined;
|
|
731
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
732
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
733
|
-
maxDepth?: number | undefined;
|
|
734
|
-
schema: "network.xyo.bridge.config";
|
|
735
|
-
}, "schema"> & {
|
|
736
|
-
schema: "network.xyo.bridge.config";
|
|
737
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
738
|
-
accountDerivationPath?: string | undefined;
|
|
739
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
740
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
741
|
-
readonly name?: string | undefined;
|
|
742
|
-
readonly paging?: Record<string, {
|
|
743
|
-
size?: number | undefined;
|
|
744
|
-
}> | undefined;
|
|
745
|
-
readonly security?: {
|
|
746
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
747
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
748
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
749
|
-
} | undefined;
|
|
750
|
-
readonly sign?: boolean | undefined;
|
|
751
|
-
readonly storeQueries?: boolean | undefined;
|
|
752
|
-
readonly timestamp?: boolean | undefined;
|
|
753
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
754
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
755
|
-
maxDepth?: number | undefined;
|
|
756
|
-
schema: "network.xyo.bridge.config";
|
|
757
|
-
}, "schema"> & {
|
|
758
|
-
schema: "network.xyo.bridge.config";
|
|
759
|
-
}), "schema">, "schema"> & {
|
|
760
|
-
schema: string;
|
|
761
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
762
|
-
accountDerivationPath?: string | undefined;
|
|
763
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
764
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
765
|
-
readonly name?: string | undefined;
|
|
766
|
-
readonly paging?: Record<string, {
|
|
767
|
-
size?: number | undefined;
|
|
768
|
-
}> | undefined;
|
|
769
|
-
readonly security?: {
|
|
770
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
771
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
772
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
773
|
-
} | undefined;
|
|
774
|
-
readonly sign?: boolean | undefined;
|
|
775
|
-
readonly storeQueries?: boolean | undefined;
|
|
776
|
-
readonly timestamp?: boolean | undefined;
|
|
777
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
778
|
-
schema: string;
|
|
779
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
780
|
-
accountDerivationPath?: string | undefined;
|
|
781
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
782
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
783
|
-
readonly name?: string | undefined;
|
|
784
|
-
readonly paging?: Record<string, {
|
|
785
|
-
size?: number | undefined;
|
|
786
|
-
}> | undefined;
|
|
787
|
-
readonly security?: {
|
|
788
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
789
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
790
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
791
|
-
} | undefined;
|
|
792
|
-
readonly sign?: boolean | undefined;
|
|
793
|
-
readonly storeQueries?: boolean | undefined;
|
|
794
|
-
readonly timestamp?: boolean | undefined;
|
|
795
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
796
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
797
|
-
maxDepth?: number | undefined;
|
|
798
|
-
schema: "network.xyo.bridge.config";
|
|
799
|
-
}, "schema"> & {
|
|
800
|
-
schema: "network.xyo.bridge.config";
|
|
801
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
802
|
-
accountDerivationPath?: string | undefined;
|
|
803
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
804
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
805
|
-
readonly name?: string | undefined;
|
|
806
|
-
readonly paging?: Record<string, {
|
|
807
|
-
size?: number | undefined;
|
|
808
|
-
}> | undefined;
|
|
809
|
-
readonly security?: {
|
|
810
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
811
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
812
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
813
|
-
} | undefined;
|
|
814
|
-
readonly sign?: boolean | undefined;
|
|
815
|
-
readonly storeQueries?: boolean | undefined;
|
|
816
|
-
readonly timestamp?: boolean | undefined;
|
|
817
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
818
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
819
|
-
maxDepth?: number | undefined;
|
|
820
|
-
schema: "network.xyo.bridge.config";
|
|
821
|
-
}, "schema"> & {
|
|
822
|
-
schema: "network.xyo.bridge.config";
|
|
823
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
824
|
-
accountDerivationPath?: string | undefined;
|
|
825
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
826
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
827
|
-
readonly name?: string | undefined;
|
|
828
|
-
readonly paging?: Record<string, {
|
|
829
|
-
size?: number | undefined;
|
|
830
|
-
}> | undefined;
|
|
831
|
-
readonly security?: {
|
|
832
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
833
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
834
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
835
|
-
} | undefined;
|
|
836
|
-
readonly sign?: boolean | undefined;
|
|
837
|
-
readonly storeQueries?: boolean | undefined;
|
|
838
|
-
readonly timestamp?: boolean | undefined;
|
|
839
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
840
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
841
|
-
maxDepth?: number | undefined;
|
|
842
|
-
schema: "network.xyo.bridge.config";
|
|
843
|
-
}, "schema"> & {
|
|
844
|
-
schema: "network.xyo.bridge.config";
|
|
845
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
846
|
-
accountDerivationPath?: string | undefined;
|
|
847
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
848
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
849
|
-
readonly name?: string | undefined;
|
|
850
|
-
readonly paging?: Record<string, {
|
|
851
|
-
size?: number | undefined;
|
|
852
|
-
}> | undefined;
|
|
853
|
-
readonly security?: {
|
|
854
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
855
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
856
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
857
|
-
} | undefined;
|
|
858
|
-
readonly sign?: boolean | undefined;
|
|
859
|
-
readonly storeQueries?: boolean | undefined;
|
|
860
|
-
readonly timestamp?: boolean | undefined;
|
|
861
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
862
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
863
|
-
maxDepth?: number | undefined;
|
|
864
|
-
schema: "network.xyo.bridge.config";
|
|
865
|
-
}, "schema"> & {
|
|
866
|
-
schema: "network.xyo.bridge.config";
|
|
867
|
-
}), "schema">, "schema"> & {
|
|
868
|
-
schema: string;
|
|
869
|
-
})>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
870
|
-
<TType_1 extends BridgeModule<import("./Bridge").BridgeParams<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
871
|
-
accountDerivationPath?: string | undefined;
|
|
872
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
873
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
874
|
-
readonly name?: string | undefined;
|
|
875
|
-
readonly paging?: Record<string, {
|
|
876
|
-
size?: number | undefined;
|
|
877
|
-
}> | undefined;
|
|
878
|
-
readonly security?: {
|
|
879
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
880
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
881
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
882
|
-
} | undefined;
|
|
883
|
-
readonly sign?: boolean | undefined;
|
|
884
|
-
readonly storeQueries?: boolean | undefined;
|
|
885
|
-
readonly timestamp?: boolean | undefined;
|
|
886
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
887
|
-
schema: string;
|
|
888
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
889
|
-
accountDerivationPath?: string | undefined;
|
|
890
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
891
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
892
|
-
readonly name?: string | undefined;
|
|
893
|
-
readonly paging?: Record<string, {
|
|
894
|
-
size?: number | undefined;
|
|
895
|
-
}> | undefined;
|
|
896
|
-
readonly security?: {
|
|
897
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
898
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
899
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
900
|
-
} | undefined;
|
|
901
|
-
readonly sign?: boolean | undefined;
|
|
902
|
-
readonly storeQueries?: boolean | undefined;
|
|
903
|
-
readonly timestamp?: boolean | undefined;
|
|
904
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
905
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
906
|
-
maxDepth?: number | undefined;
|
|
907
|
-
schema: "network.xyo.bridge.config";
|
|
908
|
-
}, "schema"> & {
|
|
909
|
-
schema: "network.xyo.bridge.config";
|
|
910
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
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
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
928
|
-
maxDepth?: number | undefined;
|
|
929
|
-
schema: "network.xyo.bridge.config";
|
|
930
|
-
}, "schema"> & {
|
|
931
|
-
schema: "network.xyo.bridge.config";
|
|
932
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
933
|
-
accountDerivationPath?: string | undefined;
|
|
934
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
935
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
936
|
-
readonly name?: string | undefined;
|
|
937
|
-
readonly paging?: Record<string, {
|
|
938
|
-
size?: number | undefined;
|
|
939
|
-
}> | undefined;
|
|
940
|
-
readonly security?: {
|
|
941
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
942
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
943
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
944
|
-
} | undefined;
|
|
945
|
-
readonly sign?: boolean | undefined;
|
|
946
|
-
readonly storeQueries?: boolean | undefined;
|
|
947
|
-
readonly timestamp?: boolean | undefined;
|
|
948
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
949
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
950
|
-
maxDepth?: number | undefined;
|
|
951
|
-
schema: "network.xyo.bridge.config";
|
|
952
|
-
}, "schema"> & {
|
|
953
|
-
schema: "network.xyo.bridge.config";
|
|
954
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
955
|
-
accountDerivationPath?: string | undefined;
|
|
956
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
957
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
958
|
-
readonly name?: string | undefined;
|
|
959
|
-
readonly paging?: Record<string, {
|
|
960
|
-
size?: number | undefined;
|
|
961
|
-
}> | undefined;
|
|
962
|
-
readonly security?: {
|
|
963
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
964
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
965
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
966
|
-
} | undefined;
|
|
967
|
-
readonly sign?: boolean | undefined;
|
|
968
|
-
readonly storeQueries?: boolean | undefined;
|
|
969
|
-
readonly timestamp?: boolean | undefined;
|
|
970
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
971
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
972
|
-
maxDepth?: number | undefined;
|
|
973
|
-
schema: "network.xyo.bridge.config";
|
|
974
|
-
}, "schema"> & {
|
|
975
|
-
schema: "network.xyo.bridge.config";
|
|
976
|
-
}), "schema">, "schema"> & {
|
|
977
|
-
schema: string;
|
|
978
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
979
|
-
accountDerivationPath?: string | undefined;
|
|
980
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
981
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
982
|
-
readonly name?: string | undefined;
|
|
983
|
-
readonly paging?: Record<string, {
|
|
984
|
-
size?: number | undefined;
|
|
985
|
-
}> | undefined;
|
|
986
|
-
readonly security?: {
|
|
987
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
988
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
989
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
990
|
-
} | undefined;
|
|
991
|
-
readonly sign?: boolean | undefined;
|
|
992
|
-
readonly storeQueries?: boolean | undefined;
|
|
993
|
-
readonly timestamp?: boolean | undefined;
|
|
994
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
995
|
-
schema: string;
|
|
996
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
997
|
-
accountDerivationPath?: string | undefined;
|
|
998
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
999
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1000
|
-
readonly name?: string | undefined;
|
|
1001
|
-
readonly paging?: Record<string, {
|
|
1002
|
-
size?: number | undefined;
|
|
1003
|
-
}> | undefined;
|
|
1004
|
-
readonly security?: {
|
|
1005
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1006
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1007
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1008
|
-
} | undefined;
|
|
1009
|
-
readonly sign?: boolean | undefined;
|
|
1010
|
-
readonly storeQueries?: boolean | undefined;
|
|
1011
|
-
readonly timestamp?: boolean | undefined;
|
|
1012
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1013
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1014
|
-
maxDepth?: number | undefined;
|
|
1015
|
-
schema: "network.xyo.bridge.config";
|
|
1016
|
-
}, "schema"> & {
|
|
1017
|
-
schema: "network.xyo.bridge.config";
|
|
1018
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
1019
|
-
accountDerivationPath?: string | undefined;
|
|
1020
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1021
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1022
|
-
readonly name?: string | undefined;
|
|
1023
|
-
readonly paging?: Record<string, {
|
|
1024
|
-
size?: number | undefined;
|
|
1025
|
-
}> | undefined;
|
|
1026
|
-
readonly security?: {
|
|
1027
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1028
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1029
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1030
|
-
} | undefined;
|
|
1031
|
-
readonly sign?: boolean | undefined;
|
|
1032
|
-
readonly storeQueries?: boolean | undefined;
|
|
1033
|
-
readonly timestamp?: boolean | undefined;
|
|
1034
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1035
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1036
|
-
maxDepth?: number | undefined;
|
|
1037
|
-
schema: "network.xyo.bridge.config";
|
|
1038
|
-
}, "schema"> & {
|
|
1039
|
-
schema: "network.xyo.bridge.config";
|
|
1040
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
1041
|
-
accountDerivationPath?: string | undefined;
|
|
1042
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1043
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1044
|
-
readonly name?: string | undefined;
|
|
1045
|
-
readonly paging?: Record<string, {
|
|
1046
|
-
size?: number | undefined;
|
|
1047
|
-
}> | undefined;
|
|
1048
|
-
readonly security?: {
|
|
1049
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1050
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1051
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1052
|
-
} | undefined;
|
|
1053
|
-
readonly sign?: boolean | undefined;
|
|
1054
|
-
readonly storeQueries?: boolean | undefined;
|
|
1055
|
-
readonly timestamp?: boolean | undefined;
|
|
1056
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1057
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1058
|
-
maxDepth?: number | undefined;
|
|
1059
|
-
schema: "network.xyo.bridge.config";
|
|
1060
|
-
}, "schema"> & {
|
|
1061
|
-
schema: "network.xyo.bridge.config";
|
|
1062
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
1063
|
-
accountDerivationPath?: string | undefined;
|
|
1064
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1065
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1066
|
-
readonly name?: string | undefined;
|
|
1067
|
-
readonly paging?: Record<string, {
|
|
1068
|
-
size?: number | undefined;
|
|
1069
|
-
}> | undefined;
|
|
1070
|
-
readonly security?: {
|
|
1071
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1072
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1073
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1074
|
-
} | undefined;
|
|
1075
|
-
readonly sign?: boolean | undefined;
|
|
1076
|
-
readonly storeQueries?: boolean | undefined;
|
|
1077
|
-
readonly timestamp?: boolean | undefined;
|
|
1078
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1079
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1080
|
-
maxDepth?: number | undefined;
|
|
1081
|
-
schema: "network.xyo.bridge.config";
|
|
1082
|
-
}, "schema"> & {
|
|
1083
|
-
schema: "network.xyo.bridge.config";
|
|
1084
|
-
}), "schema">, "schema"> & {
|
|
1085
|
-
schema: string;
|
|
1086
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
1087
|
-
accountDerivationPath?: string | undefined;
|
|
1088
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1089
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1090
|
-
readonly name?: string | undefined;
|
|
1091
|
-
readonly paging?: Record<string, {
|
|
1092
|
-
size?: number | undefined;
|
|
1093
|
-
}> | undefined;
|
|
1094
|
-
readonly security?: {
|
|
1095
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1096
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1097
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1098
|
-
} | undefined;
|
|
1099
|
-
readonly sign?: boolean | undefined;
|
|
1100
|
-
readonly storeQueries?: boolean | undefined;
|
|
1101
|
-
readonly timestamp?: boolean | undefined;
|
|
1102
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1103
|
-
schema: string;
|
|
1104
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
1105
|
-
accountDerivationPath?: string | undefined;
|
|
1106
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1107
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1108
|
-
readonly name?: string | undefined;
|
|
1109
|
-
readonly paging?: Record<string, {
|
|
1110
|
-
size?: number | undefined;
|
|
1111
|
-
}> | undefined;
|
|
1112
|
-
readonly security?: {
|
|
1113
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1114
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1115
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1116
|
-
} | undefined;
|
|
1117
|
-
readonly sign?: boolean | undefined;
|
|
1118
|
-
readonly storeQueries?: boolean | undefined;
|
|
1119
|
-
readonly timestamp?: boolean | undefined;
|
|
1120
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1121
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1122
|
-
maxDepth?: number | undefined;
|
|
1123
|
-
schema: "network.xyo.bridge.config";
|
|
1124
|
-
}, "schema"> & {
|
|
1125
|
-
schema: "network.xyo.bridge.config";
|
|
1126
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
1127
|
-
accountDerivationPath?: string | undefined;
|
|
1128
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1129
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1130
|
-
readonly name?: string | undefined;
|
|
1131
|
-
readonly paging?: Record<string, {
|
|
1132
|
-
size?: number | undefined;
|
|
1133
|
-
}> | undefined;
|
|
1134
|
-
readonly security?: {
|
|
1135
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1136
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1137
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1138
|
-
} | undefined;
|
|
1139
|
-
readonly sign?: boolean | undefined;
|
|
1140
|
-
readonly storeQueries?: boolean | undefined;
|
|
1141
|
-
readonly timestamp?: boolean | undefined;
|
|
1142
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1143
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1144
|
-
maxDepth?: number | undefined;
|
|
1145
|
-
schema: "network.xyo.bridge.config";
|
|
1146
|
-
}, "schema"> & {
|
|
1147
|
-
schema: "network.xyo.bridge.config";
|
|
1148
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
1149
|
-
accountDerivationPath?: string | undefined;
|
|
1150
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1151
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1152
|
-
readonly name?: string | undefined;
|
|
1153
|
-
readonly paging?: Record<string, {
|
|
1154
|
-
size?: number | undefined;
|
|
1155
|
-
}> | undefined;
|
|
1156
|
-
readonly security?: {
|
|
1157
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1158
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1159
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1160
|
-
} | undefined;
|
|
1161
|
-
readonly sign?: boolean | undefined;
|
|
1162
|
-
readonly storeQueries?: boolean | undefined;
|
|
1163
|
-
readonly timestamp?: boolean | undefined;
|
|
1164
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1165
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1166
|
-
maxDepth?: number | undefined;
|
|
1167
|
-
schema: "network.xyo.bridge.config";
|
|
1168
|
-
}, "schema"> & {
|
|
1169
|
-
schema: "network.xyo.bridge.config";
|
|
1170
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
1171
|
-
accountDerivationPath?: string | undefined;
|
|
1172
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1173
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1174
|
-
readonly name?: string | undefined;
|
|
1175
|
-
readonly paging?: Record<string, {
|
|
1176
|
-
size?: number | undefined;
|
|
1177
|
-
}> | undefined;
|
|
1178
|
-
readonly security?: {
|
|
1179
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1180
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1181
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1182
|
-
} | undefined;
|
|
1183
|
-
readonly sign?: boolean | undefined;
|
|
1184
|
-
readonly storeQueries?: boolean | undefined;
|
|
1185
|
-
readonly timestamp?: boolean | undefined;
|
|
1186
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1187
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1188
|
-
maxDepth?: number | undefined;
|
|
1189
|
-
schema: "network.xyo.bridge.config";
|
|
1190
|
-
}, "schema"> & {
|
|
1191
|
-
schema: "network.xyo.bridge.config";
|
|
1192
|
-
}), "schema">, "schema"> & {
|
|
1193
|
-
schema: string;
|
|
1194
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
1195
|
-
accountDerivationPath?: string | undefined;
|
|
1196
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1197
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1198
|
-
readonly name?: string | undefined;
|
|
1199
|
-
readonly paging?: Record<string, {
|
|
1200
|
-
size?: number | undefined;
|
|
1201
|
-
}> | undefined;
|
|
1202
|
-
readonly security?: {
|
|
1203
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1204
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1205
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1206
|
-
} | undefined;
|
|
1207
|
-
readonly sign?: boolean | undefined;
|
|
1208
|
-
readonly storeQueries?: boolean | undefined;
|
|
1209
|
-
readonly timestamp?: boolean | undefined;
|
|
1210
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1211
|
-
schema: string;
|
|
1212
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
1213
|
-
accountDerivationPath?: string | undefined;
|
|
1214
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1215
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1216
|
-
readonly name?: string | undefined;
|
|
1217
|
-
readonly paging?: Record<string, {
|
|
1218
|
-
size?: number | undefined;
|
|
1219
|
-
}> | undefined;
|
|
1220
|
-
readonly security?: {
|
|
1221
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1222
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1223
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1224
|
-
} | undefined;
|
|
1225
|
-
readonly sign?: boolean | undefined;
|
|
1226
|
-
readonly storeQueries?: boolean | undefined;
|
|
1227
|
-
readonly timestamp?: boolean | undefined;
|
|
1228
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1229
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1230
|
-
maxDepth?: number | undefined;
|
|
1231
|
-
schema: "network.xyo.bridge.config";
|
|
1232
|
-
}, "schema"> & {
|
|
1233
|
-
schema: "network.xyo.bridge.config";
|
|
1234
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
1235
|
-
accountDerivationPath?: string | undefined;
|
|
1236
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1237
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1238
|
-
readonly name?: string | undefined;
|
|
1239
|
-
readonly paging?: Record<string, {
|
|
1240
|
-
size?: number | undefined;
|
|
1241
|
-
}> | undefined;
|
|
1242
|
-
readonly security?: {
|
|
1243
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1244
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1245
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1246
|
-
} | undefined;
|
|
1247
|
-
readonly sign?: boolean | undefined;
|
|
1248
|
-
readonly storeQueries?: boolean | undefined;
|
|
1249
|
-
readonly timestamp?: boolean | undefined;
|
|
1250
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1251
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1252
|
-
maxDepth?: number | undefined;
|
|
1253
|
-
schema: "network.xyo.bridge.config";
|
|
1254
|
-
}, "schema"> & {
|
|
1255
|
-
schema: "network.xyo.bridge.config";
|
|
1256
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
1257
|
-
accountDerivationPath?: string | undefined;
|
|
1258
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1259
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1260
|
-
readonly name?: string | undefined;
|
|
1261
|
-
readonly paging?: Record<string, {
|
|
1262
|
-
size?: number | undefined;
|
|
1263
|
-
}> | undefined;
|
|
1264
|
-
readonly security?: {
|
|
1265
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1266
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1267
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1268
|
-
} | undefined;
|
|
1269
|
-
readonly sign?: boolean | undefined;
|
|
1270
|
-
readonly storeQueries?: boolean | undefined;
|
|
1271
|
-
readonly timestamp?: boolean | undefined;
|
|
1272
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1273
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1274
|
-
maxDepth?: number | undefined;
|
|
1275
|
-
schema: "network.xyo.bridge.config";
|
|
1276
|
-
}, "schema"> & {
|
|
1277
|
-
schema: "network.xyo.bridge.config";
|
|
1278
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
1279
|
-
accountDerivationPath?: string | undefined;
|
|
1280
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1281
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1282
|
-
readonly name?: string | undefined;
|
|
1283
|
-
readonly paging?: Record<string, {
|
|
1284
|
-
size?: number | undefined;
|
|
1285
|
-
}> | undefined;
|
|
1286
|
-
readonly security?: {
|
|
1287
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1288
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1289
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1290
|
-
} | undefined;
|
|
1291
|
-
readonly sign?: boolean | undefined;
|
|
1292
|
-
readonly storeQueries?: boolean | undefined;
|
|
1293
|
-
readonly timestamp?: boolean | undefined;
|
|
1294
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1295
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1296
|
-
maxDepth?: number | undefined;
|
|
1297
|
-
schema: "network.xyo.bridge.config";
|
|
1298
|
-
}, "schema"> & {
|
|
1299
|
-
schema: "network.xyo.bridge.config";
|
|
1300
|
-
}), "schema">, "schema"> & {
|
|
1301
|
-
schema: string;
|
|
1302
|
-
})>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
1303
|
-
};
|
|
1304
|
-
export declare const asBridgeInstance: {
|
|
1305
|
-
<TType extends BridgeInstance>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
1306
|
-
<TType_1 extends BridgeInstance>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
1307
|
-
};
|
|
1308
|
-
export declare const withBridgeModule: <R>(module: any, closure: (module: BridgeModule<import("./Bridge").BridgeParams<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
1309
|
-
accountDerivationPath?: string | undefined;
|
|
1310
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1311
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1312
|
-
readonly name?: string | undefined;
|
|
1313
|
-
readonly paging?: Record<string, {
|
|
1314
|
-
size?: number | undefined;
|
|
1315
|
-
}> | undefined;
|
|
1316
|
-
readonly security?: {
|
|
1317
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1318
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1319
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1320
|
-
} | undefined;
|
|
1321
|
-
readonly sign?: boolean | undefined;
|
|
1322
|
-
readonly storeQueries?: boolean | undefined;
|
|
1323
|
-
readonly timestamp?: boolean | undefined;
|
|
1324
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1325
|
-
schema: string;
|
|
1326
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
1327
|
-
accountDerivationPath?: string | undefined;
|
|
1328
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1329
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1330
|
-
readonly name?: string | undefined;
|
|
1331
|
-
readonly paging?: Record<string, {
|
|
1332
|
-
size?: number | undefined;
|
|
1333
|
-
}> | undefined;
|
|
1334
|
-
readonly security?: {
|
|
1335
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1336
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1337
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1338
|
-
} | undefined;
|
|
1339
|
-
readonly sign?: boolean | undefined;
|
|
1340
|
-
readonly storeQueries?: boolean | undefined;
|
|
1341
|
-
readonly timestamp?: boolean | undefined;
|
|
1342
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1343
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1344
|
-
maxDepth?: number | undefined;
|
|
1345
|
-
schema: "network.xyo.bridge.config";
|
|
1346
|
-
}, "schema"> & {
|
|
1347
|
-
schema: "network.xyo.bridge.config";
|
|
1348
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
1349
|
-
accountDerivationPath?: string | undefined;
|
|
1350
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1351
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1352
|
-
readonly name?: string | undefined;
|
|
1353
|
-
readonly paging?: Record<string, {
|
|
1354
|
-
size?: number | undefined;
|
|
1355
|
-
}> | undefined;
|
|
1356
|
-
readonly security?: {
|
|
1357
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1358
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1359
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1360
|
-
} | undefined;
|
|
1361
|
-
readonly sign?: boolean | undefined;
|
|
1362
|
-
readonly storeQueries?: boolean | undefined;
|
|
1363
|
-
readonly timestamp?: boolean | undefined;
|
|
1364
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1365
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1366
|
-
maxDepth?: number | undefined;
|
|
1367
|
-
schema: "network.xyo.bridge.config";
|
|
1368
|
-
}, "schema"> & {
|
|
1369
|
-
schema: "network.xyo.bridge.config";
|
|
1370
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
1371
|
-
accountDerivationPath?: string | undefined;
|
|
1372
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1373
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1374
|
-
readonly name?: string | undefined;
|
|
1375
|
-
readonly paging?: Record<string, {
|
|
1376
|
-
size?: number | undefined;
|
|
1377
|
-
}> | undefined;
|
|
1378
|
-
readonly security?: {
|
|
1379
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1380
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1381
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1382
|
-
} | undefined;
|
|
1383
|
-
readonly sign?: boolean | undefined;
|
|
1384
|
-
readonly storeQueries?: boolean | undefined;
|
|
1385
|
-
readonly timestamp?: boolean | undefined;
|
|
1386
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1387
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1388
|
-
maxDepth?: number | undefined;
|
|
1389
|
-
schema: "network.xyo.bridge.config";
|
|
1390
|
-
}, "schema"> & {
|
|
1391
|
-
schema: "network.xyo.bridge.config";
|
|
1392
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
1393
|
-
accountDerivationPath?: string | undefined;
|
|
1394
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1395
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1396
|
-
readonly name?: string | undefined;
|
|
1397
|
-
readonly paging?: Record<string, {
|
|
1398
|
-
size?: number | undefined;
|
|
1399
|
-
}> | undefined;
|
|
1400
|
-
readonly security?: {
|
|
1401
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1402
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1403
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1404
|
-
} | undefined;
|
|
1405
|
-
readonly sign?: boolean | undefined;
|
|
1406
|
-
readonly storeQueries?: boolean | undefined;
|
|
1407
|
-
readonly timestamp?: boolean | undefined;
|
|
1408
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1409
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1410
|
-
maxDepth?: number | undefined;
|
|
1411
|
-
schema: "network.xyo.bridge.config";
|
|
1412
|
-
}, "schema"> & {
|
|
1413
|
-
schema: "network.xyo.bridge.config";
|
|
1414
|
-
}), "schema">, "schema"> & {
|
|
1415
|
-
schema: string;
|
|
1416
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
1417
|
-
accountDerivationPath?: string | undefined;
|
|
1418
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1419
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1420
|
-
readonly name?: string | undefined;
|
|
1421
|
-
readonly paging?: Record<string, {
|
|
1422
|
-
size?: number | undefined;
|
|
1423
|
-
}> | undefined;
|
|
1424
|
-
readonly security?: {
|
|
1425
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1426
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1427
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1428
|
-
} | undefined;
|
|
1429
|
-
readonly sign?: boolean | undefined;
|
|
1430
|
-
readonly storeQueries?: boolean | undefined;
|
|
1431
|
-
readonly timestamp?: boolean | undefined;
|
|
1432
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1433
|
-
schema: string;
|
|
1434
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
1435
|
-
accountDerivationPath?: string | undefined;
|
|
1436
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1437
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1438
|
-
readonly name?: string | undefined;
|
|
1439
|
-
readonly paging?: Record<string, {
|
|
1440
|
-
size?: number | undefined;
|
|
1441
|
-
}> | undefined;
|
|
1442
|
-
readonly security?: {
|
|
1443
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1444
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1445
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1446
|
-
} | undefined;
|
|
1447
|
-
readonly sign?: boolean | undefined;
|
|
1448
|
-
readonly storeQueries?: boolean | undefined;
|
|
1449
|
-
readonly timestamp?: boolean | undefined;
|
|
1450
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1451
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1452
|
-
maxDepth?: number | undefined;
|
|
1453
|
-
schema: "network.xyo.bridge.config";
|
|
1454
|
-
}, "schema"> & {
|
|
1455
|
-
schema: "network.xyo.bridge.config";
|
|
1456
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
1457
|
-
accountDerivationPath?: string | undefined;
|
|
1458
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1459
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1460
|
-
readonly name?: string | undefined;
|
|
1461
|
-
readonly paging?: Record<string, {
|
|
1462
|
-
size?: number | undefined;
|
|
1463
|
-
}> | undefined;
|
|
1464
|
-
readonly security?: {
|
|
1465
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1466
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1467
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1468
|
-
} | undefined;
|
|
1469
|
-
readonly sign?: boolean | undefined;
|
|
1470
|
-
readonly storeQueries?: boolean | undefined;
|
|
1471
|
-
readonly timestamp?: boolean | undefined;
|
|
1472
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1473
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1474
|
-
maxDepth?: number | undefined;
|
|
1475
|
-
schema: "network.xyo.bridge.config";
|
|
1476
|
-
}, "schema"> & {
|
|
1477
|
-
schema: "network.xyo.bridge.config";
|
|
1478
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
1479
|
-
accountDerivationPath?: string | undefined;
|
|
1480
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1481
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1482
|
-
readonly name?: string | undefined;
|
|
1483
|
-
readonly paging?: Record<string, {
|
|
1484
|
-
size?: number | undefined;
|
|
1485
|
-
}> | undefined;
|
|
1486
|
-
readonly security?: {
|
|
1487
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1488
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1489
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1490
|
-
} | undefined;
|
|
1491
|
-
readonly sign?: boolean | undefined;
|
|
1492
|
-
readonly storeQueries?: boolean | undefined;
|
|
1493
|
-
readonly timestamp?: boolean | undefined;
|
|
1494
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1495
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1496
|
-
maxDepth?: number | undefined;
|
|
1497
|
-
schema: "network.xyo.bridge.config";
|
|
1498
|
-
}, "schema"> & {
|
|
1499
|
-
schema: "network.xyo.bridge.config";
|
|
1500
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
1501
|
-
accountDerivationPath?: string | undefined;
|
|
1502
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1503
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1504
|
-
readonly name?: string | undefined;
|
|
1505
|
-
readonly paging?: Record<string, {
|
|
1506
|
-
size?: number | undefined;
|
|
1507
|
-
}> | undefined;
|
|
1508
|
-
readonly security?: {
|
|
1509
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1510
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1511
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1512
|
-
} | undefined;
|
|
1513
|
-
readonly sign?: boolean | undefined;
|
|
1514
|
-
readonly storeQueries?: boolean | undefined;
|
|
1515
|
-
readonly timestamp?: boolean | undefined;
|
|
1516
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1517
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1518
|
-
maxDepth?: number | undefined;
|
|
1519
|
-
schema: "network.xyo.bridge.config";
|
|
1520
|
-
}, "schema"> & {
|
|
1521
|
-
schema: "network.xyo.bridge.config";
|
|
1522
|
-
}), "schema">, "schema"> & {
|
|
1523
|
-
schema: string;
|
|
1524
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
1525
|
-
accountDerivationPath?: string | undefined;
|
|
1526
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1527
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1528
|
-
readonly name?: string | undefined;
|
|
1529
|
-
readonly paging?: Record<string, {
|
|
1530
|
-
size?: number | undefined;
|
|
1531
|
-
}> | undefined;
|
|
1532
|
-
readonly security?: {
|
|
1533
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1534
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1535
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1536
|
-
} | undefined;
|
|
1537
|
-
readonly sign?: boolean | undefined;
|
|
1538
|
-
readonly storeQueries?: boolean | undefined;
|
|
1539
|
-
readonly timestamp?: boolean | undefined;
|
|
1540
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1541
|
-
schema: string;
|
|
1542
|
-
} & Omit<(import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
1543
|
-
accountDerivationPath?: string | undefined;
|
|
1544
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1545
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1546
|
-
readonly name?: string | undefined;
|
|
1547
|
-
readonly paging?: Record<string, {
|
|
1548
|
-
size?: number | undefined;
|
|
1549
|
-
}> | undefined;
|
|
1550
|
-
readonly security?: {
|
|
1551
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1552
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1553
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1554
|
-
} | undefined;
|
|
1555
|
-
readonly sign?: boolean | undefined;
|
|
1556
|
-
readonly storeQueries?: boolean | undefined;
|
|
1557
|
-
readonly timestamp?: boolean | undefined;
|
|
1558
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1559
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1560
|
-
maxDepth?: number | undefined;
|
|
1561
|
-
schema: "network.xyo.bridge.config";
|
|
1562
|
-
}, "schema"> & {
|
|
1563
|
-
schema: "network.xyo.bridge.config";
|
|
1564
|
-
}) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
1565
|
-
accountDerivationPath?: string | undefined;
|
|
1566
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1567
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1568
|
-
readonly name?: string | undefined;
|
|
1569
|
-
readonly paging?: Record<string, {
|
|
1570
|
-
size?: number | undefined;
|
|
1571
|
-
}> | undefined;
|
|
1572
|
-
readonly security?: {
|
|
1573
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1574
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1575
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1576
|
-
} | undefined;
|
|
1577
|
-
readonly sign?: boolean | undefined;
|
|
1578
|
-
readonly storeQueries?: boolean | undefined;
|
|
1579
|
-
readonly timestamp?: boolean | undefined;
|
|
1580
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1581
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1582
|
-
maxDepth?: number | undefined;
|
|
1583
|
-
schema: "network.xyo.bridge.config";
|
|
1584
|
-
}, "schema"> & {
|
|
1585
|
-
schema: "network.xyo.bridge.config";
|
|
1586
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
19
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
1587
20
|
accountDerivationPath?: string | undefined;
|
|
1588
21
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1589
22
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -1605,71 +38,98 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
1605
38
|
schema: "network.xyo.bridge.config";
|
|
1606
39
|
}, "schema"> & {
|
|
1607
40
|
schema: "network.xyo.bridge.config";
|
|
1608
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
1609
|
-
accountDerivationPath?: string | undefined;
|
|
1610
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1611
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1612
|
-
readonly name?: string | undefined;
|
|
1613
|
-
readonly paging?: Record<string, {
|
|
1614
|
-
size?: number | undefined;
|
|
1615
|
-
}> | undefined;
|
|
1616
|
-
readonly security?: {
|
|
1617
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1618
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1619
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1620
|
-
} | undefined;
|
|
1621
|
-
readonly sign?: boolean | undefined;
|
|
1622
|
-
readonly storeQueries?: boolean | undefined;
|
|
1623
|
-
readonly timestamp?: boolean | undefined;
|
|
1624
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1625
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1626
|
-
maxDepth?: number | undefined;
|
|
1627
|
-
schema: "network.xyo.bridge.config";
|
|
1628
41
|
}, "schema"> & {
|
|
1629
|
-
schema: "network.xyo.bridge.config";
|
|
1630
|
-
}), "schema">, "schema"> & {
|
|
1631
|
-
schema: string;
|
|
1632
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
1633
|
-
accountDerivationPath?: string | undefined;
|
|
1634
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1635
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1636
|
-
readonly name?: string | undefined;
|
|
1637
|
-
readonly paging?: Record<string, {
|
|
1638
|
-
size?: number | undefined;
|
|
1639
|
-
}> | undefined;
|
|
1640
|
-
readonly security?: {
|
|
1641
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1642
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1643
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1644
|
-
} | undefined;
|
|
1645
|
-
readonly sign?: boolean | undefined;
|
|
1646
|
-
readonly storeQueries?: boolean | undefined;
|
|
1647
|
-
readonly timestamp?: boolean | undefined;
|
|
1648
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1649
42
|
schema: string;
|
|
1650
|
-
}
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
readonly
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
43
|
+
}>, import("@xyo-network/module-model").ModuleEventData<object>>>;
|
|
44
|
+
export declare const asBridgeModule: {
|
|
45
|
+
<TType extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
46
|
+
accountDerivationPath?: string | undefined;
|
|
47
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
48
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
49
|
+
readonly name?: string | undefined;
|
|
50
|
+
readonly paging?: Record<string, {
|
|
51
|
+
size?: number | undefined;
|
|
52
|
+
}> | undefined;
|
|
53
|
+
readonly security?: {
|
|
54
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
55
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
56
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
57
|
+
} | undefined;
|
|
58
|
+
readonly sign?: boolean | undefined;
|
|
59
|
+
readonly storeQueries?: boolean | undefined;
|
|
60
|
+
readonly timestamp?: boolean | undefined;
|
|
61
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
62
|
+
accountDerivationPath?: string | undefined;
|
|
63
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
64
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
65
|
+
readonly name?: string | undefined;
|
|
66
|
+
readonly paging?: Record<string, {
|
|
67
|
+
size?: number | undefined;
|
|
68
|
+
}> | undefined;
|
|
69
|
+
readonly security?: {
|
|
70
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
71
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
72
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
73
|
+
} | undefined;
|
|
74
|
+
readonly sign?: boolean | undefined;
|
|
75
|
+
readonly storeQueries?: boolean | undefined;
|
|
76
|
+
readonly timestamp?: boolean | undefined;
|
|
77
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
78
|
+
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
79
|
+
maxDepth?: number | undefined;
|
|
80
|
+
schema: "network.xyo.bridge.config";
|
|
81
|
+
}, "schema"> & {
|
|
82
|
+
schema: "network.xyo.bridge.config";
|
|
83
|
+
}, "schema"> & {
|
|
84
|
+
schema: string;
|
|
85
|
+
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
86
|
+
<TType_1 extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
87
|
+
accountDerivationPath?: string | undefined;
|
|
88
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
89
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
90
|
+
readonly name?: string | undefined;
|
|
91
|
+
readonly paging?: Record<string, {
|
|
92
|
+
size?: number | undefined;
|
|
93
|
+
}> | undefined;
|
|
94
|
+
readonly security?: {
|
|
95
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
96
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
97
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
98
|
+
} | undefined;
|
|
99
|
+
readonly sign?: boolean | undefined;
|
|
100
|
+
readonly storeQueries?: boolean | undefined;
|
|
101
|
+
readonly timestamp?: boolean | undefined;
|
|
102
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
103
|
+
accountDerivationPath?: string | undefined;
|
|
104
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
105
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
106
|
+
readonly name?: string | undefined;
|
|
107
|
+
readonly paging?: Record<string, {
|
|
108
|
+
size?: number | undefined;
|
|
109
|
+
}> | undefined;
|
|
110
|
+
readonly security?: {
|
|
111
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
112
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
113
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
114
|
+
} | undefined;
|
|
115
|
+
readonly sign?: boolean | undefined;
|
|
116
|
+
readonly storeQueries?: boolean | undefined;
|
|
117
|
+
readonly timestamp?: boolean | undefined;
|
|
118
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
119
|
+
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
120
|
+
maxDepth?: number | undefined;
|
|
121
|
+
schema: "network.xyo.bridge.config";
|
|
122
|
+
}, "schema"> & {
|
|
123
|
+
schema: "network.xyo.bridge.config";
|
|
124
|
+
}, "schema"> & {
|
|
125
|
+
schema: string;
|
|
126
|
+
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
127
|
+
};
|
|
128
|
+
export declare const asBridgeInstance: {
|
|
129
|
+
<TType extends BridgeInstance>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
130
|
+
<TType_1 extends BridgeInstance>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
131
|
+
};
|
|
132
|
+
export declare const withBridgeModule: <R>(module: any, closure: (module: BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
1673
133
|
accountDerivationPath?: string | undefined;
|
|
1674
134
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1675
135
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -1685,13 +145,7 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
1685
145
|
readonly sign?: boolean | undefined;
|
|
1686
146
|
readonly storeQueries?: boolean | undefined;
|
|
1687
147
|
readonly timestamp?: boolean | undefined;
|
|
1688
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1689
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1690
|
-
maxDepth?: number | undefined;
|
|
1691
|
-
schema: "network.xyo.bridge.config";
|
|
1692
|
-
}, "schema"> & {
|
|
1693
|
-
schema: "network.xyo.bridge.config";
|
|
1694
|
-
} & object) | (import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
148
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
1695
149
|
accountDerivationPath?: string | undefined;
|
|
1696
150
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1697
151
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -1713,30 +167,8 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
1713
167
|
schema: "network.xyo.bridge.config";
|
|
1714
168
|
}, "schema"> & {
|
|
1715
169
|
schema: "network.xyo.bridge.config";
|
|
1716
|
-
} & import("@xyo-network/payload-model").PayloadMetaFields) | (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadMetaFields & Omit<{
|
|
1717
|
-
accountDerivationPath?: string | undefined;
|
|
1718
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
1719
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
1720
|
-
readonly name?: string | undefined;
|
|
1721
|
-
readonly paging?: Record<string, {
|
|
1722
|
-
size?: number | undefined;
|
|
1723
|
-
}> | undefined;
|
|
1724
|
-
readonly security?: {
|
|
1725
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
1726
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
1727
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
1728
|
-
} | undefined;
|
|
1729
|
-
readonly sign?: boolean | undefined;
|
|
1730
|
-
readonly storeQueries?: boolean | undefined;
|
|
1731
|
-
readonly timestamp?: boolean | undefined;
|
|
1732
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
1733
|
-
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
1734
|
-
maxDepth?: number | undefined;
|
|
1735
|
-
schema: "network.xyo.bridge.config";
|
|
1736
170
|
}, "schema"> & {
|
|
1737
|
-
schema: "network.xyo.bridge.config";
|
|
1738
|
-
}), "schema">, "schema"> & {
|
|
1739
171
|
schema: string;
|
|
1740
|
-
}
|
|
172
|
+
}>, import("@xyo-network/module-model").ModuleEventData<object>>) => R) => R | undefined;
|
|
1741
173
|
export declare const withBridgeInstance: <R>(module: any, closure: (module: BridgeInstance) => R) => R | undefined;
|
|
1742
174
|
//# sourceMappingURL=typeChecks.d.ts.map
|