@xyo-network/xl1-protocol-sdk 3.0.6 → 3.0.7
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/neutral/CreatableProvider/AbstractCreatableProvider.d.ts +5 -95
- package/dist/neutral/CreatableProvider/AbstractCreatableProvider.d.ts.map +1 -1
- package/dist/neutral/config/Actor.d.ts +30 -573
- package/dist/neutral/config/Actor.d.ts.map +1 -1
- package/dist/neutral/config/Actors.d.ts +5 -98
- package/dist/neutral/config/Actors.d.ts.map +1 -1
- package/dist/neutral/config/Base.d.ts +5 -98
- package/dist/neutral/config/Base.d.ts.map +1 -1
- package/dist/neutral/config/Config.d.ts +20 -386
- package/dist/neutral/config/Config.d.ts.map +1 -1
- package/dist/neutral/config/HostActor.d.ts +30 -573
- package/dist/neutral/config/HostActor.d.ts.map +1 -1
- package/dist/neutral/config/index.d.ts +2 -4
- package/dist/neutral/config/index.d.ts.map +1 -1
- package/dist/neutral/config/normalizeConnectionsConfig.d.ts +2 -5
- package/dist/neutral/config/normalizeConnectionsConfig.d.ts.map +1 -1
- package/dist/neutral/config/synthesizeRpcConnectionBindings.d.ts +8 -0
- package/dist/neutral/config/synthesizeRpcConnectionBindings.d.ts.map +1 -0
- package/dist/neutral/config/transports/Mongo.d.ts +12 -0
- package/dist/neutral/config/transports/Mongo.d.ts.map +1 -0
- package/dist/neutral/config/{Remote.d.ts → transports/Rpc.d.ts} +1 -14
- package/dist/neutral/config/transports/Rpc.d.ts.map +1 -0
- package/dist/neutral/config/transports/S3.d.ts +19 -0
- package/dist/neutral/config/transports/S3.d.ts.map +1 -0
- package/dist/neutral/config/transports/Transport.d.ts +15 -6
- package/dist/neutral/config/transports/Transport.d.ts.map +1 -1
- package/dist/neutral/config/transports/index.d.ts +3 -0
- package/dist/neutral/config/transports/index.d.ts.map +1 -1
- package/dist/neutral/context/Actor.d.ts +30 -573
- package/dist/neutral/context/Actor.d.ts.map +1 -1
- package/dist/neutral/context/HostActor.d.ts +30 -573
- package/dist/neutral/context/HostActor.d.ts.map +1 -1
- package/dist/neutral/context/index.d.ts +0 -1
- package/dist/neutral/context/index.d.ts.map +1 -1
- package/dist/neutral/getFileConfig.d.ts +10 -190
- package/dist/neutral/getFileConfig.d.ts.map +1 -1
- package/dist/neutral/getFileConfig.mjs +133 -199
- package/dist/neutral/getFileConfig.mjs.map +4 -4
- package/dist/neutral/index.mjs +317 -567
- package/dist/neutral/index.mjs.map +4 -4
- package/dist/neutral/model/CreatableProviderContext.zod.d.ts +30 -573
- package/dist/neutral/model/CreatableProviderContext.zod.d.ts.map +1 -1
- package/dist/neutral/simple/mempool/SimpleMempoolRunner.d.ts +1 -1
- package/dist/neutral/test/index.mjs +141 -207
- package/dist/neutral/test/index.mjs.map +4 -4
- package/package.json +13 -13
- package/dist/neutral/config/Evm.d.ts +0 -24
- package/dist/neutral/config/Evm.d.ts.map +0 -1
- package/dist/neutral/config/Remote.d.ts.map +0 -1
- package/dist/neutral/config/adaptLegacyConfig.d.ts +0 -8
- package/dist/neutral/config/adaptLegacyConfig.d.ts.map +0 -1
- package/dist/neutral/config/storage/Storage.d.ts +0 -45
- package/dist/neutral/config/storage/Storage.d.ts.map +0 -1
- package/dist/neutral/config/storage/driver/Mongo.d.ts +0 -25
- package/dist/neutral/config/storage/driver/Mongo.d.ts.map +0 -1
- package/dist/neutral/config/storage/driver/S3.d.ts +0 -77
- package/dist/neutral/config/storage/driver/S3.d.ts.map +0 -1
- package/dist/neutral/config/storage/driver/index.d.ts +0 -3
- package/dist/neutral/config/storage/driver/index.d.ts.map +0 -1
- package/dist/neutral/config/storage/index.d.ts +0 -3
- package/dist/neutral/config/storage/index.d.ts.map +0 -1
- package/dist/neutral/context/getEmptyProviderContext.d.ts +0 -7
- package/dist/neutral/context/getEmptyProviderContext.d.ts.map +0 -1
|
@@ -10,16 +10,6 @@ export declare const HostActorConfigZod: z.ZodMiniObject<{
|
|
|
10
10
|
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-protocol-js").XyoQuantAddress, string>>]>>;
|
|
11
11
|
}, z.core.$strip>>;
|
|
12
12
|
dataLake: z.ZodMiniOptional<import("zod").ZodType<import("./index.ts").DataLakeConfig, unknown, z.core.$ZodTypeInternals<import("./index.ts").DataLakeConfig, unknown>>>;
|
|
13
|
-
evm: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
14
|
-
chainId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
15
|
-
infura: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
16
|
-
projectId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
17
|
-
projectSecret: import("zod").ZodOptional<import("zod").ZodString>;
|
|
18
|
-
}, z.core.$strip>>;
|
|
19
|
-
jsonRpc: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
20
|
-
url: import("zod").ZodOptional<import("zod").ZodURL>;
|
|
21
|
-
}, z.core.$strip>>;
|
|
22
|
-
}, z.core.$strip>>;
|
|
23
13
|
log: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
24
14
|
logLevel: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
25
15
|
error: "error";
|
|
@@ -47,9 +37,11 @@ export declare const HostActorConfigZod: z.ZodMiniObject<{
|
|
|
47
37
|
password: import("zod").ZodOptional<import("zod").ZodString>;
|
|
48
38
|
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
49
39
|
}, z.core.$strip>, import("zod").ZodObject<{
|
|
50
|
-
protocol: import("zod").ZodDefault<import("zod").ZodString>;
|
|
51
|
-
url: import("zod").ZodString;
|
|
52
40
|
type: import("zod").ZodLiteral<"rpc">;
|
|
41
|
+
protocol: import("zod").ZodDefault<import("zod").ZodString>;
|
|
42
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
43
|
+
networkId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
44
|
+
sessionId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
53
45
|
}, z.core.$strip>, import("zod").ZodObject<{
|
|
54
46
|
type: import("zod").ZodLiteral<"rest">;
|
|
55
47
|
baseUrl: import("zod").ZodString;
|
|
@@ -64,6 +56,7 @@ export declare const HostActorConfigZod: z.ZodMiniObject<{
|
|
|
64
56
|
}, z.core.$strip>, import("zod").ZodObject<{
|
|
65
57
|
type: import("zod").ZodLiteral<"evm-rpc">;
|
|
66
58
|
url: import("zod").ZodString;
|
|
59
|
+
chainId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
67
60
|
}, z.core.$strip>, import("zod").ZodObject<{
|
|
68
61
|
type: import("zod").ZodLiteral<"memory">;
|
|
69
62
|
}, z.core.$strip>], "type">>>>;
|
|
@@ -75,92 +68,6 @@ export declare const HostActorConfigZod: z.ZodMiniObject<{
|
|
|
75
68
|
moniker: import("zod").ZodString;
|
|
76
69
|
labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
77
70
|
}, z.core.$loose>>>>;
|
|
78
|
-
remote: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
79
|
-
rpc: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodObject<{
|
|
80
|
-
protocol: import("zod").ZodDefault<import("zod").ZodString>;
|
|
81
|
-
url: import("zod").ZodString;
|
|
82
|
-
}, z.core.$strip>, import("zod").ZodObject<{
|
|
83
|
-
protocol: import("zod").ZodDefault<import("zod").ZodString>;
|
|
84
|
-
networkId: import("zod").ZodString;
|
|
85
|
-
sessionId: import("zod").ZodString;
|
|
86
|
-
}, z.core.$strip>]>>;
|
|
87
|
-
}, z.core.$strip>>;
|
|
88
|
-
transports: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
89
|
-
access: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
90
|
-
read: "read";
|
|
91
|
-
write: "write";
|
|
92
|
-
}>>;
|
|
93
|
-
root: import("zod").ZodString;
|
|
94
|
-
store: import("zod").ZodOptional<import("zod").ZodString>;
|
|
95
|
-
type: import("zod").ZodLiteral<"lmdb">;
|
|
96
|
-
}, z.core.$strip>, import("zod").ZodObject<{
|
|
97
|
-
type: import("zod").ZodLiteral<"mongo">;
|
|
98
|
-
connectionString: import("zod").ZodOptional<import("zod").ZodString>;
|
|
99
|
-
database: import("zod").ZodOptional<import("zod").ZodString>;
|
|
100
|
-
domain: import("zod").ZodOptional<import("zod").ZodString>;
|
|
101
|
-
password: import("zod").ZodOptional<import("zod").ZodString>;
|
|
102
|
-
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
103
|
-
}, z.core.$strip>, import("zod").ZodObject<{
|
|
104
|
-
protocol: import("zod").ZodDefault<import("zod").ZodString>;
|
|
105
|
-
url: import("zod").ZodString;
|
|
106
|
-
type: import("zod").ZodLiteral<"rpc">;
|
|
107
|
-
}, z.core.$strip>, import("zod").ZodObject<{
|
|
108
|
-
type: import("zod").ZodLiteral<"rest">;
|
|
109
|
-
baseUrl: import("zod").ZodString;
|
|
110
|
-
}, z.core.$strip>, import("zod").ZodObject<{
|
|
111
|
-
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
112
|
-
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
113
|
-
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
114
|
-
type: import("zod").ZodLiteral<"s3">;
|
|
115
|
-
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
116
|
-
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
117
|
-
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
118
|
-
}, z.core.$strip>, import("zod").ZodObject<{
|
|
119
|
-
type: import("zod").ZodLiteral<"evm-rpc">;
|
|
120
|
-
url: import("zod").ZodString;
|
|
121
|
-
}, z.core.$strip>, import("zod").ZodObject<{
|
|
122
|
-
type: import("zod").ZodLiteral<"memory">;
|
|
123
|
-
}, z.core.$strip>], "type">>>>;
|
|
124
|
-
storage: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
125
|
-
mongo: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
126
|
-
connectionString: import("zod").ZodOptional<import("zod").ZodString>;
|
|
127
|
-
database: import("zod").ZodOptional<import("zod").ZodString>;
|
|
128
|
-
domain: import("zod").ZodOptional<import("zod").ZodString>;
|
|
129
|
-
password: import("zod").ZodOptional<import("zod").ZodString>;
|
|
130
|
-
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
131
|
-
}, z.core.$strip>>;
|
|
132
|
-
root: import("zod").ZodOptional<import("zod").ZodString>;
|
|
133
|
-
s3: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
134
|
-
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
135
|
-
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
136
|
-
chainState: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
137
|
-
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
138
|
-
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
139
|
-
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
140
|
-
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
141
|
-
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
142
|
-
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
143
|
-
}, z.core.$strip>>;
|
|
144
|
-
finalized: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
145
|
-
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
146
|
-
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
147
|
-
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
148
|
-
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
149
|
-
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
150
|
-
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
151
|
-
}, z.core.$strip>>;
|
|
152
|
-
index: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
153
|
-
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
154
|
-
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
155
|
-
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
156
|
-
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
157
|
-
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
158
|
-
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
159
|
-
}, z.core.$strip>>;
|
|
160
|
-
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
161
|
-
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
162
|
-
}, z.core.$strip>>;
|
|
163
|
-
}, z.core.$strip>>;
|
|
164
71
|
telemetry: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
165
72
|
metrics: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
166
73
|
scrape: import("zod").ZodObject<{
|
|
@@ -203,16 +110,6 @@ export declare const isHostActorConfig: <T>(value: T) => value is T & {
|
|
|
203
110
|
readonly __address: true;
|
|
204
111
|
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
205
112
|
};
|
|
206
|
-
evm: {
|
|
207
|
-
chainId?: string | undefined;
|
|
208
|
-
infura?: {
|
|
209
|
-
projectId?: string | undefined;
|
|
210
|
-
projectSecret?: string | undefined;
|
|
211
|
-
} | undefined;
|
|
212
|
-
jsonRpc?: {
|
|
213
|
-
url?: string | undefined;
|
|
214
|
-
} | undefined;
|
|
215
|
-
};
|
|
216
113
|
log: {
|
|
217
114
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
218
115
|
silent: boolean;
|
|
@@ -230,9 +127,11 @@ export declare const isHostActorConfig: <T>(value: T) => value is T & {
|
|
|
230
127
|
password?: string | undefined;
|
|
231
128
|
username?: string | undefined;
|
|
232
129
|
} | {
|
|
233
|
-
protocol: string;
|
|
234
|
-
url: string;
|
|
235
130
|
type: "rpc";
|
|
131
|
+
protocol: string;
|
|
132
|
+
url?: string | undefined;
|
|
133
|
+
networkId?: string | undefined;
|
|
134
|
+
sessionId?: string | undefined;
|
|
236
135
|
} | {
|
|
237
136
|
type: "rest";
|
|
238
137
|
baseUrl: string;
|
|
@@ -247,6 +146,7 @@ export declare const isHostActorConfig: <T>(value: T) => value is T & {
|
|
|
247
146
|
} | {
|
|
248
147
|
type: "evm-rpc";
|
|
249
148
|
url: string;
|
|
149
|
+
chainId?: string | undefined;
|
|
250
150
|
} | {
|
|
251
151
|
type: "memory";
|
|
252
152
|
}>;
|
|
@@ -259,89 +159,6 @@ export declare const isHostActorConfig: <T>(value: T) => value is T & {
|
|
|
259
159
|
moniker: string;
|
|
260
160
|
labels?: string[] | undefined;
|
|
261
161
|
}[];
|
|
262
|
-
remote: {
|
|
263
|
-
rpc?: {
|
|
264
|
-
protocol: string;
|
|
265
|
-
url: string;
|
|
266
|
-
} | {
|
|
267
|
-
protocol: string;
|
|
268
|
-
networkId: string;
|
|
269
|
-
sessionId: string;
|
|
270
|
-
} | undefined;
|
|
271
|
-
};
|
|
272
|
-
transports: Record<string, {
|
|
273
|
-
root: string;
|
|
274
|
-
type: "lmdb";
|
|
275
|
-
access?: "read" | "write" | undefined;
|
|
276
|
-
store?: string | undefined;
|
|
277
|
-
} | {
|
|
278
|
-
type: "mongo";
|
|
279
|
-
connectionString?: string | undefined;
|
|
280
|
-
database?: string | undefined;
|
|
281
|
-
domain?: string | undefined;
|
|
282
|
-
password?: string | undefined;
|
|
283
|
-
username?: string | undefined;
|
|
284
|
-
} | {
|
|
285
|
-
protocol: string;
|
|
286
|
-
url: string;
|
|
287
|
-
type: "rpc";
|
|
288
|
-
} | {
|
|
289
|
-
type: "rest";
|
|
290
|
-
baseUrl: string;
|
|
291
|
-
} | {
|
|
292
|
-
type: "s3";
|
|
293
|
-
bucket?: string | undefined;
|
|
294
|
-
prefix?: string | undefined;
|
|
295
|
-
readUrl?: string | undefined;
|
|
296
|
-
accessKeyId?: string | undefined;
|
|
297
|
-
accountId?: string | undefined;
|
|
298
|
-
secretAccessKey?: string | undefined;
|
|
299
|
-
} | {
|
|
300
|
-
type: "evm-rpc";
|
|
301
|
-
url: string;
|
|
302
|
-
} | {
|
|
303
|
-
type: "memory";
|
|
304
|
-
}>;
|
|
305
|
-
storage: {
|
|
306
|
-
mongo?: {
|
|
307
|
-
connectionString?: string | undefined;
|
|
308
|
-
database?: string | undefined;
|
|
309
|
-
domain?: string | undefined;
|
|
310
|
-
password?: string | undefined;
|
|
311
|
-
username?: string | undefined;
|
|
312
|
-
} | undefined;
|
|
313
|
-
root?: string | undefined;
|
|
314
|
-
s3?: {
|
|
315
|
-
accessKeyId?: string | undefined;
|
|
316
|
-
accountId?: string | undefined;
|
|
317
|
-
chainState?: {
|
|
318
|
-
accessKeyId?: string | undefined;
|
|
319
|
-
accountId?: string | undefined;
|
|
320
|
-
bucket?: string | undefined;
|
|
321
|
-
prefix?: string | undefined;
|
|
322
|
-
readUrl?: string | undefined;
|
|
323
|
-
secretAccessKey?: string | undefined;
|
|
324
|
-
} | undefined;
|
|
325
|
-
finalized?: {
|
|
326
|
-
accessKeyId?: string | undefined;
|
|
327
|
-
accountId?: string | undefined;
|
|
328
|
-
bucket?: string | undefined;
|
|
329
|
-
prefix?: string | undefined;
|
|
330
|
-
readUrl?: string | undefined;
|
|
331
|
-
secretAccessKey?: string | undefined;
|
|
332
|
-
} | undefined;
|
|
333
|
-
index?: {
|
|
334
|
-
accessKeyId?: string | undefined;
|
|
335
|
-
accountId?: string | undefined;
|
|
336
|
-
bucket?: string | undefined;
|
|
337
|
-
prefix?: string | undefined;
|
|
338
|
-
readUrl?: string | undefined;
|
|
339
|
-
secretAccessKey?: string | undefined;
|
|
340
|
-
} | undefined;
|
|
341
|
-
prefix?: string | undefined;
|
|
342
|
-
secretAccessKey?: string | undefined;
|
|
343
|
-
} | undefined;
|
|
344
|
-
};
|
|
345
162
|
telemetry: {
|
|
346
163
|
metrics?: {
|
|
347
164
|
scrape: {
|
|
@@ -384,16 +201,6 @@ export declare const asHostActorConfig: {
|
|
|
384
201
|
readonly __address: true;
|
|
385
202
|
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
386
203
|
};
|
|
387
|
-
evm: {
|
|
388
|
-
chainId?: string | undefined;
|
|
389
|
-
infura?: {
|
|
390
|
-
projectId?: string | undefined;
|
|
391
|
-
projectSecret?: string | undefined;
|
|
392
|
-
} | undefined;
|
|
393
|
-
jsonRpc?: {
|
|
394
|
-
url?: string | undefined;
|
|
395
|
-
} | undefined;
|
|
396
|
-
};
|
|
397
204
|
log: {
|
|
398
205
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
399
206
|
silent: boolean;
|
|
@@ -411,9 +218,11 @@ export declare const asHostActorConfig: {
|
|
|
411
218
|
password?: string | undefined;
|
|
412
219
|
username?: string | undefined;
|
|
413
220
|
} | {
|
|
414
|
-
protocol: string;
|
|
415
|
-
url: string;
|
|
416
221
|
type: "rpc";
|
|
222
|
+
protocol: string;
|
|
223
|
+
url?: string | undefined;
|
|
224
|
+
networkId?: string | undefined;
|
|
225
|
+
sessionId?: string | undefined;
|
|
417
226
|
} | {
|
|
418
227
|
type: "rest";
|
|
419
228
|
baseUrl: string;
|
|
@@ -428,6 +237,7 @@ export declare const asHostActorConfig: {
|
|
|
428
237
|
} | {
|
|
429
238
|
type: "evm-rpc";
|
|
430
239
|
url: string;
|
|
240
|
+
chainId?: string | undefined;
|
|
431
241
|
} | {
|
|
432
242
|
type: "memory";
|
|
433
243
|
}>;
|
|
@@ -440,89 +250,6 @@ export declare const asHostActorConfig: {
|
|
|
440
250
|
moniker: string;
|
|
441
251
|
labels?: string[] | undefined;
|
|
442
252
|
}[];
|
|
443
|
-
remote: {
|
|
444
|
-
rpc?: {
|
|
445
|
-
protocol: string;
|
|
446
|
-
url: string;
|
|
447
|
-
} | {
|
|
448
|
-
protocol: string;
|
|
449
|
-
networkId: string;
|
|
450
|
-
sessionId: string;
|
|
451
|
-
} | undefined;
|
|
452
|
-
};
|
|
453
|
-
transports: Record<string, {
|
|
454
|
-
root: string;
|
|
455
|
-
type: "lmdb";
|
|
456
|
-
access?: "read" | "write" | undefined;
|
|
457
|
-
store?: string | undefined;
|
|
458
|
-
} | {
|
|
459
|
-
type: "mongo";
|
|
460
|
-
connectionString?: string | undefined;
|
|
461
|
-
database?: string | undefined;
|
|
462
|
-
domain?: string | undefined;
|
|
463
|
-
password?: string | undefined;
|
|
464
|
-
username?: string | undefined;
|
|
465
|
-
} | {
|
|
466
|
-
protocol: string;
|
|
467
|
-
url: string;
|
|
468
|
-
type: "rpc";
|
|
469
|
-
} | {
|
|
470
|
-
type: "rest";
|
|
471
|
-
baseUrl: string;
|
|
472
|
-
} | {
|
|
473
|
-
type: "s3";
|
|
474
|
-
bucket?: string | undefined;
|
|
475
|
-
prefix?: string | undefined;
|
|
476
|
-
readUrl?: string | undefined;
|
|
477
|
-
accessKeyId?: string | undefined;
|
|
478
|
-
accountId?: string | undefined;
|
|
479
|
-
secretAccessKey?: string | undefined;
|
|
480
|
-
} | {
|
|
481
|
-
type: "evm-rpc";
|
|
482
|
-
url: string;
|
|
483
|
-
} | {
|
|
484
|
-
type: "memory";
|
|
485
|
-
}>;
|
|
486
|
-
storage: {
|
|
487
|
-
mongo?: {
|
|
488
|
-
connectionString?: string | undefined;
|
|
489
|
-
database?: string | undefined;
|
|
490
|
-
domain?: string | undefined;
|
|
491
|
-
password?: string | undefined;
|
|
492
|
-
username?: string | undefined;
|
|
493
|
-
} | undefined;
|
|
494
|
-
root?: string | undefined;
|
|
495
|
-
s3?: {
|
|
496
|
-
accessKeyId?: string | undefined;
|
|
497
|
-
accountId?: string | undefined;
|
|
498
|
-
chainState?: {
|
|
499
|
-
accessKeyId?: string | undefined;
|
|
500
|
-
accountId?: string | undefined;
|
|
501
|
-
bucket?: string | undefined;
|
|
502
|
-
prefix?: string | undefined;
|
|
503
|
-
readUrl?: string | undefined;
|
|
504
|
-
secretAccessKey?: string | undefined;
|
|
505
|
-
} | undefined;
|
|
506
|
-
finalized?: {
|
|
507
|
-
accessKeyId?: string | undefined;
|
|
508
|
-
accountId?: string | undefined;
|
|
509
|
-
bucket?: string | undefined;
|
|
510
|
-
prefix?: string | undefined;
|
|
511
|
-
readUrl?: string | undefined;
|
|
512
|
-
secretAccessKey?: string | undefined;
|
|
513
|
-
} | undefined;
|
|
514
|
-
index?: {
|
|
515
|
-
accessKeyId?: string | undefined;
|
|
516
|
-
accountId?: string | undefined;
|
|
517
|
-
bucket?: string | undefined;
|
|
518
|
-
prefix?: string | undefined;
|
|
519
|
-
readUrl?: string | undefined;
|
|
520
|
-
secretAccessKey?: string | undefined;
|
|
521
|
-
} | undefined;
|
|
522
|
-
prefix?: string | undefined;
|
|
523
|
-
secretAccessKey?: string | undefined;
|
|
524
|
-
} | undefined;
|
|
525
|
-
};
|
|
526
253
|
telemetry: {
|
|
527
254
|
metrics?: {
|
|
528
255
|
scrape: {
|
|
@@ -563,16 +290,6 @@ export declare const asHostActorConfig: {
|
|
|
563
290
|
readonly __address: true;
|
|
564
291
|
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
565
292
|
};
|
|
566
|
-
evm: {
|
|
567
|
-
chainId?: string | undefined;
|
|
568
|
-
infura?: {
|
|
569
|
-
projectId?: string | undefined;
|
|
570
|
-
projectSecret?: string | undefined;
|
|
571
|
-
} | undefined;
|
|
572
|
-
jsonRpc?: {
|
|
573
|
-
url?: string | undefined;
|
|
574
|
-
} | undefined;
|
|
575
|
-
};
|
|
576
293
|
log: {
|
|
577
294
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
578
295
|
silent: boolean;
|
|
@@ -590,9 +307,11 @@ export declare const asHostActorConfig: {
|
|
|
590
307
|
password?: string | undefined;
|
|
591
308
|
username?: string | undefined;
|
|
592
309
|
} | {
|
|
593
|
-
protocol: string;
|
|
594
|
-
url: string;
|
|
595
310
|
type: "rpc";
|
|
311
|
+
protocol: string;
|
|
312
|
+
url?: string | undefined;
|
|
313
|
+
networkId?: string | undefined;
|
|
314
|
+
sessionId?: string | undefined;
|
|
596
315
|
} | {
|
|
597
316
|
type: "rest";
|
|
598
317
|
baseUrl: string;
|
|
@@ -607,6 +326,7 @@ export declare const asHostActorConfig: {
|
|
|
607
326
|
} | {
|
|
608
327
|
type: "evm-rpc";
|
|
609
328
|
url: string;
|
|
329
|
+
chainId?: string | undefined;
|
|
610
330
|
} | {
|
|
611
331
|
type: "memory";
|
|
612
332
|
}>;
|
|
@@ -619,89 +339,6 @@ export declare const asHostActorConfig: {
|
|
|
619
339
|
moniker: string;
|
|
620
340
|
labels?: string[] | undefined;
|
|
621
341
|
}[];
|
|
622
|
-
remote: {
|
|
623
|
-
rpc?: {
|
|
624
|
-
protocol: string;
|
|
625
|
-
url: string;
|
|
626
|
-
} | {
|
|
627
|
-
protocol: string;
|
|
628
|
-
networkId: string;
|
|
629
|
-
sessionId: string;
|
|
630
|
-
} | undefined;
|
|
631
|
-
};
|
|
632
|
-
transports: Record<string, {
|
|
633
|
-
root: string;
|
|
634
|
-
type: "lmdb";
|
|
635
|
-
access?: "read" | "write" | undefined;
|
|
636
|
-
store?: string | undefined;
|
|
637
|
-
} | {
|
|
638
|
-
type: "mongo";
|
|
639
|
-
connectionString?: string | undefined;
|
|
640
|
-
database?: string | undefined;
|
|
641
|
-
domain?: string | undefined;
|
|
642
|
-
password?: string | undefined;
|
|
643
|
-
username?: string | undefined;
|
|
644
|
-
} | {
|
|
645
|
-
protocol: string;
|
|
646
|
-
url: string;
|
|
647
|
-
type: "rpc";
|
|
648
|
-
} | {
|
|
649
|
-
type: "rest";
|
|
650
|
-
baseUrl: string;
|
|
651
|
-
} | {
|
|
652
|
-
type: "s3";
|
|
653
|
-
bucket?: string | undefined;
|
|
654
|
-
prefix?: string | undefined;
|
|
655
|
-
readUrl?: string | undefined;
|
|
656
|
-
accessKeyId?: string | undefined;
|
|
657
|
-
accountId?: string | undefined;
|
|
658
|
-
secretAccessKey?: string | undefined;
|
|
659
|
-
} | {
|
|
660
|
-
type: "evm-rpc";
|
|
661
|
-
url: string;
|
|
662
|
-
} | {
|
|
663
|
-
type: "memory";
|
|
664
|
-
}>;
|
|
665
|
-
storage: {
|
|
666
|
-
mongo?: {
|
|
667
|
-
connectionString?: string | undefined;
|
|
668
|
-
database?: string | undefined;
|
|
669
|
-
domain?: string | undefined;
|
|
670
|
-
password?: string | undefined;
|
|
671
|
-
username?: string | undefined;
|
|
672
|
-
} | undefined;
|
|
673
|
-
root?: string | undefined;
|
|
674
|
-
s3?: {
|
|
675
|
-
accessKeyId?: string | undefined;
|
|
676
|
-
accountId?: string | undefined;
|
|
677
|
-
chainState?: {
|
|
678
|
-
accessKeyId?: string | undefined;
|
|
679
|
-
accountId?: string | undefined;
|
|
680
|
-
bucket?: string | undefined;
|
|
681
|
-
prefix?: string | undefined;
|
|
682
|
-
readUrl?: string | undefined;
|
|
683
|
-
secretAccessKey?: string | undefined;
|
|
684
|
-
} | undefined;
|
|
685
|
-
finalized?: {
|
|
686
|
-
accessKeyId?: string | undefined;
|
|
687
|
-
accountId?: string | undefined;
|
|
688
|
-
bucket?: string | undefined;
|
|
689
|
-
prefix?: string | undefined;
|
|
690
|
-
readUrl?: string | undefined;
|
|
691
|
-
secretAccessKey?: string | undefined;
|
|
692
|
-
} | undefined;
|
|
693
|
-
index?: {
|
|
694
|
-
accessKeyId?: string | undefined;
|
|
695
|
-
accountId?: string | undefined;
|
|
696
|
-
bucket?: string | undefined;
|
|
697
|
-
prefix?: string | undefined;
|
|
698
|
-
readUrl?: string | undefined;
|
|
699
|
-
secretAccessKey?: string | undefined;
|
|
700
|
-
} | undefined;
|
|
701
|
-
prefix?: string | undefined;
|
|
702
|
-
secretAccessKey?: string | undefined;
|
|
703
|
-
} | undefined;
|
|
704
|
-
};
|
|
705
342
|
telemetry: {
|
|
706
343
|
metrics?: {
|
|
707
344
|
scrape: {
|
|
@@ -745,16 +382,6 @@ export declare const toHostActorConfig: {
|
|
|
745
382
|
readonly __address: true;
|
|
746
383
|
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
747
384
|
};
|
|
748
|
-
evm: {
|
|
749
|
-
chainId?: string | undefined;
|
|
750
|
-
infura?: {
|
|
751
|
-
projectId?: string | undefined;
|
|
752
|
-
projectSecret?: string | undefined;
|
|
753
|
-
} | undefined;
|
|
754
|
-
jsonRpc?: {
|
|
755
|
-
url?: string | undefined;
|
|
756
|
-
} | undefined;
|
|
757
|
-
};
|
|
758
385
|
log: {
|
|
759
386
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
760
387
|
silent: boolean;
|
|
@@ -772,9 +399,11 @@ export declare const toHostActorConfig: {
|
|
|
772
399
|
password?: string | undefined;
|
|
773
400
|
username?: string | undefined;
|
|
774
401
|
} | {
|
|
775
|
-
protocol: string;
|
|
776
|
-
url: string;
|
|
777
402
|
type: "rpc";
|
|
403
|
+
protocol: string;
|
|
404
|
+
url?: string | undefined;
|
|
405
|
+
networkId?: string | undefined;
|
|
406
|
+
sessionId?: string | undefined;
|
|
778
407
|
} | {
|
|
779
408
|
type: "rest";
|
|
780
409
|
baseUrl: string;
|
|
@@ -789,6 +418,7 @@ export declare const toHostActorConfig: {
|
|
|
789
418
|
} | {
|
|
790
419
|
type: "evm-rpc";
|
|
791
420
|
url: string;
|
|
421
|
+
chainId?: string | undefined;
|
|
792
422
|
} | {
|
|
793
423
|
type: "memory";
|
|
794
424
|
}>;
|
|
@@ -801,89 +431,6 @@ export declare const toHostActorConfig: {
|
|
|
801
431
|
moniker: string;
|
|
802
432
|
labels?: string[] | undefined;
|
|
803
433
|
}[];
|
|
804
|
-
remote: {
|
|
805
|
-
rpc?: {
|
|
806
|
-
protocol: string;
|
|
807
|
-
url: string;
|
|
808
|
-
} | {
|
|
809
|
-
protocol: string;
|
|
810
|
-
networkId: string;
|
|
811
|
-
sessionId: string;
|
|
812
|
-
} | undefined;
|
|
813
|
-
};
|
|
814
|
-
transports: Record<string, {
|
|
815
|
-
root: string;
|
|
816
|
-
type: "lmdb";
|
|
817
|
-
access?: "read" | "write" | undefined;
|
|
818
|
-
store?: string | undefined;
|
|
819
|
-
} | {
|
|
820
|
-
type: "mongo";
|
|
821
|
-
connectionString?: string | undefined;
|
|
822
|
-
database?: string | undefined;
|
|
823
|
-
domain?: string | undefined;
|
|
824
|
-
password?: string | undefined;
|
|
825
|
-
username?: string | undefined;
|
|
826
|
-
} | {
|
|
827
|
-
protocol: string;
|
|
828
|
-
url: string;
|
|
829
|
-
type: "rpc";
|
|
830
|
-
} | {
|
|
831
|
-
type: "rest";
|
|
832
|
-
baseUrl: string;
|
|
833
|
-
} | {
|
|
834
|
-
type: "s3";
|
|
835
|
-
bucket?: string | undefined;
|
|
836
|
-
prefix?: string | undefined;
|
|
837
|
-
readUrl?: string | undefined;
|
|
838
|
-
accessKeyId?: string | undefined;
|
|
839
|
-
accountId?: string | undefined;
|
|
840
|
-
secretAccessKey?: string | undefined;
|
|
841
|
-
} | {
|
|
842
|
-
type: "evm-rpc";
|
|
843
|
-
url: string;
|
|
844
|
-
} | {
|
|
845
|
-
type: "memory";
|
|
846
|
-
}>;
|
|
847
|
-
storage: {
|
|
848
|
-
mongo?: {
|
|
849
|
-
connectionString?: string | undefined;
|
|
850
|
-
database?: string | undefined;
|
|
851
|
-
domain?: string | undefined;
|
|
852
|
-
password?: string | undefined;
|
|
853
|
-
username?: string | undefined;
|
|
854
|
-
} | undefined;
|
|
855
|
-
root?: string | undefined;
|
|
856
|
-
s3?: {
|
|
857
|
-
accessKeyId?: string | undefined;
|
|
858
|
-
accountId?: string | undefined;
|
|
859
|
-
chainState?: {
|
|
860
|
-
accessKeyId?: string | undefined;
|
|
861
|
-
accountId?: string | undefined;
|
|
862
|
-
bucket?: string | undefined;
|
|
863
|
-
prefix?: string | undefined;
|
|
864
|
-
readUrl?: string | undefined;
|
|
865
|
-
secretAccessKey?: string | undefined;
|
|
866
|
-
} | undefined;
|
|
867
|
-
finalized?: {
|
|
868
|
-
accessKeyId?: string | undefined;
|
|
869
|
-
accountId?: string | undefined;
|
|
870
|
-
bucket?: string | undefined;
|
|
871
|
-
prefix?: string | undefined;
|
|
872
|
-
readUrl?: string | undefined;
|
|
873
|
-
secretAccessKey?: string | undefined;
|
|
874
|
-
} | undefined;
|
|
875
|
-
index?: {
|
|
876
|
-
accessKeyId?: string | undefined;
|
|
877
|
-
accountId?: string | undefined;
|
|
878
|
-
bucket?: string | undefined;
|
|
879
|
-
prefix?: string | undefined;
|
|
880
|
-
readUrl?: string | undefined;
|
|
881
|
-
secretAccessKey?: string | undefined;
|
|
882
|
-
} | undefined;
|
|
883
|
-
prefix?: string | undefined;
|
|
884
|
-
secretAccessKey?: string | undefined;
|
|
885
|
-
} | undefined;
|
|
886
|
-
};
|
|
887
434
|
telemetry: {
|
|
888
435
|
metrics?: {
|
|
889
436
|
scrape: {
|
|
@@ -924,16 +471,6 @@ export declare const toHostActorConfig: {
|
|
|
924
471
|
readonly __address: true;
|
|
925
472
|
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
926
473
|
};
|
|
927
|
-
evm: {
|
|
928
|
-
chainId?: string | undefined;
|
|
929
|
-
infura?: {
|
|
930
|
-
projectId?: string | undefined;
|
|
931
|
-
projectSecret?: string | undefined;
|
|
932
|
-
} | undefined;
|
|
933
|
-
jsonRpc?: {
|
|
934
|
-
url?: string | undefined;
|
|
935
|
-
} | undefined;
|
|
936
|
-
};
|
|
937
474
|
log: {
|
|
938
475
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
939
476
|
silent: boolean;
|
|
@@ -951,9 +488,11 @@ export declare const toHostActorConfig: {
|
|
|
951
488
|
password?: string | undefined;
|
|
952
489
|
username?: string | undefined;
|
|
953
490
|
} | {
|
|
954
|
-
protocol: string;
|
|
955
|
-
url: string;
|
|
956
491
|
type: "rpc";
|
|
492
|
+
protocol: string;
|
|
493
|
+
url?: string | undefined;
|
|
494
|
+
networkId?: string | undefined;
|
|
495
|
+
sessionId?: string | undefined;
|
|
957
496
|
} | {
|
|
958
497
|
type: "rest";
|
|
959
498
|
baseUrl: string;
|
|
@@ -968,6 +507,7 @@ export declare const toHostActorConfig: {
|
|
|
968
507
|
} | {
|
|
969
508
|
type: "evm-rpc";
|
|
970
509
|
url: string;
|
|
510
|
+
chainId?: string | undefined;
|
|
971
511
|
} | {
|
|
972
512
|
type: "memory";
|
|
973
513
|
}>;
|
|
@@ -980,89 +520,6 @@ export declare const toHostActorConfig: {
|
|
|
980
520
|
moniker: string;
|
|
981
521
|
labels?: string[] | undefined;
|
|
982
522
|
}[];
|
|
983
|
-
remote: {
|
|
984
|
-
rpc?: {
|
|
985
|
-
protocol: string;
|
|
986
|
-
url: string;
|
|
987
|
-
} | {
|
|
988
|
-
protocol: string;
|
|
989
|
-
networkId: string;
|
|
990
|
-
sessionId: string;
|
|
991
|
-
} | undefined;
|
|
992
|
-
};
|
|
993
|
-
transports: Record<string, {
|
|
994
|
-
root: string;
|
|
995
|
-
type: "lmdb";
|
|
996
|
-
access?: "read" | "write" | undefined;
|
|
997
|
-
store?: string | undefined;
|
|
998
|
-
} | {
|
|
999
|
-
type: "mongo";
|
|
1000
|
-
connectionString?: string | undefined;
|
|
1001
|
-
database?: string | undefined;
|
|
1002
|
-
domain?: string | undefined;
|
|
1003
|
-
password?: string | undefined;
|
|
1004
|
-
username?: string | undefined;
|
|
1005
|
-
} | {
|
|
1006
|
-
protocol: string;
|
|
1007
|
-
url: string;
|
|
1008
|
-
type: "rpc";
|
|
1009
|
-
} | {
|
|
1010
|
-
type: "rest";
|
|
1011
|
-
baseUrl: string;
|
|
1012
|
-
} | {
|
|
1013
|
-
type: "s3";
|
|
1014
|
-
bucket?: string | undefined;
|
|
1015
|
-
prefix?: string | undefined;
|
|
1016
|
-
readUrl?: string | undefined;
|
|
1017
|
-
accessKeyId?: string | undefined;
|
|
1018
|
-
accountId?: string | undefined;
|
|
1019
|
-
secretAccessKey?: string | undefined;
|
|
1020
|
-
} | {
|
|
1021
|
-
type: "evm-rpc";
|
|
1022
|
-
url: string;
|
|
1023
|
-
} | {
|
|
1024
|
-
type: "memory";
|
|
1025
|
-
}>;
|
|
1026
|
-
storage: {
|
|
1027
|
-
mongo?: {
|
|
1028
|
-
connectionString?: string | undefined;
|
|
1029
|
-
database?: string | undefined;
|
|
1030
|
-
domain?: string | undefined;
|
|
1031
|
-
password?: string | undefined;
|
|
1032
|
-
username?: string | undefined;
|
|
1033
|
-
} | undefined;
|
|
1034
|
-
root?: string | undefined;
|
|
1035
|
-
s3?: {
|
|
1036
|
-
accessKeyId?: string | undefined;
|
|
1037
|
-
accountId?: string | undefined;
|
|
1038
|
-
chainState?: {
|
|
1039
|
-
accessKeyId?: string | undefined;
|
|
1040
|
-
accountId?: string | undefined;
|
|
1041
|
-
bucket?: string | undefined;
|
|
1042
|
-
prefix?: string | undefined;
|
|
1043
|
-
readUrl?: string | undefined;
|
|
1044
|
-
secretAccessKey?: string | undefined;
|
|
1045
|
-
} | undefined;
|
|
1046
|
-
finalized?: {
|
|
1047
|
-
accessKeyId?: string | undefined;
|
|
1048
|
-
accountId?: string | undefined;
|
|
1049
|
-
bucket?: string | undefined;
|
|
1050
|
-
prefix?: string | undefined;
|
|
1051
|
-
readUrl?: string | undefined;
|
|
1052
|
-
secretAccessKey?: string | undefined;
|
|
1053
|
-
} | undefined;
|
|
1054
|
-
index?: {
|
|
1055
|
-
accessKeyId?: string | undefined;
|
|
1056
|
-
accountId?: string | undefined;
|
|
1057
|
-
bucket?: string | undefined;
|
|
1058
|
-
prefix?: string | undefined;
|
|
1059
|
-
readUrl?: string | undefined;
|
|
1060
|
-
secretAccessKey?: string | undefined;
|
|
1061
|
-
} | undefined;
|
|
1062
|
-
prefix?: string | undefined;
|
|
1063
|
-
secretAccessKey?: string | undefined;
|
|
1064
|
-
} | undefined;
|
|
1065
|
-
};
|
|
1066
523
|
telemetry: {
|
|
1067
524
|
metrics?: {
|
|
1068
525
|
scrape: {
|