@xyo-network/xl1-protocol-sdk 2.0.9 → 2.0.11
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/README.md +3 -6
- package/dist/neutral/ChainContextHelpers.d.ts.map +1 -1
- package/dist/neutral/CreatableProvider/AbstractCreatableProvider.d.ts +4 -4
- package/dist/neutral/block/hydrate/createBoundWitnessHydrator.d.ts +12 -12
- package/dist/neutral/block/primitives/frames/deepCalculateFramesFromRange.d.ts +7 -1
- package/dist/neutral/block/primitives/frames/deepCalculateFramesFromRange.d.ts.map +1 -1
- package/dist/neutral/config/Actor.d.ts +24 -24
- package/dist/neutral/config/Actors.d.ts +4 -4
- package/dist/neutral/config/Base.d.ts +4 -4
- package/dist/neutral/config/Chain.d.ts +1 -1
- package/dist/neutral/config/Config.d.ts +16 -16
- package/dist/neutral/config/HostActor.d.ts +24 -24
- package/dist/neutral/config/Log.d.ts +1 -1
- package/dist/neutral/config/Validation.d.ts +2 -2
- package/dist/neutral/context/Actor.d.ts +24 -24
- package/dist/neutral/context/HostActor.d.ts +24 -24
- package/dist/neutral/getFileConfig.d.ts +8 -8
- package/dist/neutral/index.d.ts +1 -1
- package/dist/neutral/index.d.ts.map +1 -1
- package/dist/neutral/index.mjs +377 -305
- package/dist/neutral/index.mjs.map +4 -4
- package/dist/neutral/model/CreatableProviderContext.zod.d.ts +24 -24
- package/dist/neutral/payloads/netBalancesForPayloads.d.ts +1 -1
- package/dist/neutral/payloads/netBalancesForPayloads.d.ts.map +1 -1
- package/dist/neutral/payloads/netSchemasForPayloads.d.ts +1 -1
- package/dist/neutral/payloads/netSchemasForPayloads.d.ts.map +1 -1
- package/dist/neutral/primitives/uncle/findUncles.d.ts +2 -2
- package/dist/neutral/simple/accountBalance/SimpleAccountBalanceViewer.d.ts +8 -8
- package/dist/neutral/simple/accountBalance/SimpleAccountBalanceViewer.d.ts.map +1 -1
- package/dist/neutral/simple/block/SimpleBlockViewer.d.ts +15 -4
- package/dist/neutral/simple/block/SimpleBlockViewer.d.ts.map +1 -1
- package/dist/neutral/simple/chainContractViewer/SimpleChainContractViewer.d.ts +2 -2
- package/dist/neutral/simple/finalization/SimpleFinalizationViewer.d.ts +2 -2
- package/dist/neutral/simple/mempool/SimpleMempoolRunner.d.ts.map +1 -1
- package/dist/neutral/simple/windowedBlock/SimpleWindowedBlockViewer.d.ts +43 -10
- package/dist/neutral/simple/windowedBlock/SimpleWindowedBlockViewer.d.ts.map +1 -1
- package/dist/neutral/summary/model/BlocksStepSummary.d.ts +26 -0
- package/dist/neutral/summary/model/BlocksStepSummary.d.ts.map +1 -0
- package/dist/neutral/summary/model/index.d.ts +1 -0
- package/dist/neutral/summary/model/index.d.ts.map +1 -1
- package/dist/neutral/summary/primitives/balances/balancesMaxStep.d.ts +9 -0
- package/dist/neutral/summary/primitives/balances/balancesMaxStep.d.ts.map +1 -0
- package/dist/neutral/summary/primitives/balances/balancesSummary.d.ts.map +1 -1
- package/dist/neutral/summary/primitives/balances/index.d.ts +1 -0
- package/dist/neutral/summary/primitives/balances/index.d.ts.map +1 -1
- package/dist/neutral/summary/primitives/blocks/blocksMaxStep.d.ts +13 -0
- package/dist/neutral/summary/primitives/blocks/blocksMaxStep.d.ts.map +1 -0
- package/dist/neutral/summary/primitives/blocks/blocksStepSummaryFromRange.d.ts +13 -0
- package/dist/neutral/summary/primitives/blocks/blocksStepSummaryFromRange.d.ts.map +1 -0
- package/dist/neutral/summary/primitives/blocks/index.d.ts +3 -0
- package/dist/neutral/summary/primitives/blocks/index.d.ts.map +1 -0
- package/dist/neutral/summary/primitives/index.d.ts +1 -0
- package/dist/neutral/summary/primitives/index.d.ts.map +1 -1
- package/dist/neutral/summary/primitives/schemas/index.d.ts +1 -0
- package/dist/neutral/summary/primitives/schemas/index.d.ts.map +1 -1
- package/dist/neutral/summary/primitives/schemas/schemasMaxStep.d.ts +8 -0
- package/dist/neutral/summary/primitives/schemas/schemasMaxStep.d.ts.map +1 -0
- package/dist/neutral/summary/primitives/schemas/schemasSummary.d.ts.map +1 -1
- package/dist/neutral/summary/primitives/transfers/index.d.ts +1 -0
- package/dist/neutral/summary/primitives/transfers/index.d.ts.map +1 -1
- package/dist/neutral/summary/primitives/transfers/transfersMaxStep.d.ts +10 -0
- package/dist/neutral/summary/primitives/transfers/transfersMaxStep.d.ts.map +1 -0
- package/dist/neutral/summary/primitives/transfers/transfersSummary.d.ts.map +1 -1
- package/dist/neutral/test/index.mjs +218 -135
- package/dist/neutral/test/index.mjs.map +4 -4
- package/dist/neutral/transaction/TransactionBuilder.d.ts +6 -6
- package/dist/neutral/transaction/signTransaction.d.ts +3 -3
- package/package.json +19 -20
- package/dist/neutral/driver/cache/LruCacheMap.d.ts +0 -15
- package/dist/neutral/driver/cache/LruCacheMap.d.ts.map +0 -1
- package/dist/neutral/driver/cache/index.d.ts +0 -2
- package/dist/neutral/driver/cache/index.d.ts.map +0 -1
- package/dist/neutral/driver/index.d.ts +0 -3
- package/dist/neutral/driver/index.d.ts.map +0 -1
- package/dist/neutral/driver/memory/MemoryMap.d.ts +0 -14
- package/dist/neutral/driver/memory/MemoryMap.d.ts.map +0 -1
- package/dist/neutral/driver/memory/index.d.ts +0 -2
- package/dist/neutral/driver/memory/index.d.ts.map +0 -1
|
@@ -7,7 +7,7 @@ export declare const HostActorConfigZod: z.ZodMiniObject<{
|
|
|
7
7
|
readonly __hex: true;
|
|
8
8
|
} & {
|
|
9
9
|
readonly __address: true;
|
|
10
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
10
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").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
13
|
evm: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
@@ -22,9 +22,9 @@ export declare const HostActorConfigZod: z.ZodMiniObject<{
|
|
|
22
22
|
}, z.core.$strip>>;
|
|
23
23
|
log: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
24
24
|
logLevel: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
25
|
-
info: "info";
|
|
26
25
|
error: "error";
|
|
27
26
|
warn: "warn";
|
|
27
|
+
info: "info";
|
|
28
28
|
log: "log";
|
|
29
29
|
debug: "debug";
|
|
30
30
|
trace: "trace";
|
|
@@ -71,12 +71,12 @@ export declare const HostActorConfigZod: z.ZodMiniObject<{
|
|
|
71
71
|
readonly __hex: true;
|
|
72
72
|
} & {
|
|
73
73
|
readonly __address: true;
|
|
74
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
74
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>>;
|
|
75
75
|
allowedRewardEscrowAccountSigners: import("zod").ZodOptional<import("zod").ZodArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
76
76
|
readonly __hex: true;
|
|
77
77
|
} & {
|
|
78
78
|
readonly __address: true;
|
|
79
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
79
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>>;
|
|
80
80
|
minCandidates: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
81
81
|
backoffMs: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
82
82
|
}, z.core.$strip>>;
|
|
@@ -95,7 +95,7 @@ export declare const isHostActorConfig: <T>(value: T) => value is T & {
|
|
|
95
95
|
readonly __hex: true;
|
|
96
96
|
} & {
|
|
97
97
|
readonly __address: true;
|
|
98
|
-
}) | import("@xyo-network/address").
|
|
98
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
99
99
|
};
|
|
100
100
|
evm: {
|
|
101
101
|
chainId?: string | undefined;
|
|
@@ -108,7 +108,7 @@ export declare const isHostActorConfig: <T>(value: T) => value is T & {
|
|
|
108
108
|
} | undefined;
|
|
109
109
|
};
|
|
110
110
|
log: {
|
|
111
|
-
logLevel: "
|
|
111
|
+
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
112
112
|
silent: boolean;
|
|
113
113
|
};
|
|
114
114
|
providers: {
|
|
@@ -154,12 +154,12 @@ export declare const isHostActorConfig: <T>(value: T) => value is T & {
|
|
|
154
154
|
readonly __hex: true;
|
|
155
155
|
} & {
|
|
156
156
|
readonly __address: true;
|
|
157
|
-
}) | import("@xyo-network/address").
|
|
157
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
158
158
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
159
159
|
readonly __hex: true;
|
|
160
160
|
} & {
|
|
161
161
|
readonly __address: true;
|
|
162
|
-
}) | import("@xyo-network/address").
|
|
162
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
163
163
|
};
|
|
164
164
|
name: string;
|
|
165
165
|
host: string;
|
|
@@ -176,7 +176,7 @@ export declare const asHostActorConfig: {
|
|
|
176
176
|
readonly __hex: true;
|
|
177
177
|
} & {
|
|
178
178
|
readonly __address: true;
|
|
179
|
-
}) | import("@xyo-network/address").
|
|
179
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
180
180
|
};
|
|
181
181
|
evm: {
|
|
182
182
|
chainId?: string | undefined;
|
|
@@ -189,7 +189,7 @@ export declare const asHostActorConfig: {
|
|
|
189
189
|
} | undefined;
|
|
190
190
|
};
|
|
191
191
|
log: {
|
|
192
|
-
logLevel: "
|
|
192
|
+
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
193
193
|
silent: boolean;
|
|
194
194
|
};
|
|
195
195
|
providers: {
|
|
@@ -235,12 +235,12 @@ export declare const asHostActorConfig: {
|
|
|
235
235
|
readonly __hex: true;
|
|
236
236
|
} & {
|
|
237
237
|
readonly __address: true;
|
|
238
|
-
}) | import("@xyo-network/address").
|
|
238
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
239
239
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
240
240
|
readonly __hex: true;
|
|
241
241
|
} & {
|
|
242
242
|
readonly __address: true;
|
|
243
|
-
}) | import("@xyo-network/address").
|
|
243
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
244
244
|
};
|
|
245
245
|
name: string;
|
|
246
246
|
host: string;
|
|
@@ -255,7 +255,7 @@ export declare const asHostActorConfig: {
|
|
|
255
255
|
readonly __hex: true;
|
|
256
256
|
} & {
|
|
257
257
|
readonly __address: true;
|
|
258
|
-
}) | import("@xyo-network/address").
|
|
258
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
259
259
|
};
|
|
260
260
|
evm: {
|
|
261
261
|
chainId?: string | undefined;
|
|
@@ -268,7 +268,7 @@ export declare const asHostActorConfig: {
|
|
|
268
268
|
} | undefined;
|
|
269
269
|
};
|
|
270
270
|
log: {
|
|
271
|
-
logLevel: "
|
|
271
|
+
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
272
272
|
silent: boolean;
|
|
273
273
|
};
|
|
274
274
|
providers: {
|
|
@@ -314,12 +314,12 @@ export declare const asHostActorConfig: {
|
|
|
314
314
|
readonly __hex: true;
|
|
315
315
|
} & {
|
|
316
316
|
readonly __address: true;
|
|
317
|
-
}) | import("@xyo-network/address").
|
|
317
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
318
318
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
319
319
|
readonly __hex: true;
|
|
320
320
|
} & {
|
|
321
321
|
readonly __address: true;
|
|
322
|
-
}) | import("@xyo-network/address").
|
|
322
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
323
323
|
};
|
|
324
324
|
name: string;
|
|
325
325
|
host: string;
|
|
@@ -337,7 +337,7 @@ export declare const toHostActorConfig: {
|
|
|
337
337
|
readonly __hex: true;
|
|
338
338
|
} & {
|
|
339
339
|
readonly __address: true;
|
|
340
|
-
}) | import("@xyo-network/address").
|
|
340
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
341
341
|
};
|
|
342
342
|
evm: {
|
|
343
343
|
chainId?: string | undefined;
|
|
@@ -350,7 +350,7 @@ export declare const toHostActorConfig: {
|
|
|
350
350
|
} | undefined;
|
|
351
351
|
};
|
|
352
352
|
log: {
|
|
353
|
-
logLevel: "
|
|
353
|
+
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
354
354
|
silent: boolean;
|
|
355
355
|
};
|
|
356
356
|
providers: {
|
|
@@ -396,12 +396,12 @@ export declare const toHostActorConfig: {
|
|
|
396
396
|
readonly __hex: true;
|
|
397
397
|
} & {
|
|
398
398
|
readonly __address: true;
|
|
399
|
-
}) | import("@xyo-network/address").
|
|
399
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
400
400
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
401
401
|
readonly __hex: true;
|
|
402
402
|
} & {
|
|
403
403
|
readonly __address: true;
|
|
404
|
-
}) | import("@xyo-network/address").
|
|
404
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
405
405
|
};
|
|
406
406
|
name: string;
|
|
407
407
|
host: string;
|
|
@@ -416,7 +416,7 @@ export declare const toHostActorConfig: {
|
|
|
416
416
|
readonly __hex: true;
|
|
417
417
|
} & {
|
|
418
418
|
readonly __address: true;
|
|
419
|
-
}) | import("@xyo-network/address").
|
|
419
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
420
420
|
};
|
|
421
421
|
evm: {
|
|
422
422
|
chainId?: string | undefined;
|
|
@@ -429,7 +429,7 @@ export declare const toHostActorConfig: {
|
|
|
429
429
|
} | undefined;
|
|
430
430
|
};
|
|
431
431
|
log: {
|
|
432
|
-
logLevel: "
|
|
432
|
+
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
433
433
|
silent: boolean;
|
|
434
434
|
};
|
|
435
435
|
providers: {
|
|
@@ -475,12 +475,12 @@ export declare const toHostActorConfig: {
|
|
|
475
475
|
readonly __hex: true;
|
|
476
476
|
} & {
|
|
477
477
|
readonly __address: true;
|
|
478
|
-
}) | import("@xyo-network/address").
|
|
478
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
479
479
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
480
480
|
readonly __hex: true;
|
|
481
481
|
} & {
|
|
482
482
|
readonly __address: true;
|
|
483
|
-
}) | import("@xyo-network/address").
|
|
483
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
484
484
|
};
|
|
485
485
|
name: string;
|
|
486
486
|
host: string;
|
|
@@ -5,12 +5,12 @@ export declare const ValidationConfigZod: z.ZodObject<{
|
|
|
5
5
|
readonly __hex: true;
|
|
6
6
|
} & {
|
|
7
7
|
readonly __address: true;
|
|
8
|
-
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").
|
|
8
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>>;
|
|
9
9
|
allowedRewardEscrowAccountSigners: z.ZodOptional<z.ZodArray<import("zod/mini").ZodMiniUnion<readonly [import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<Lowercase<string> & {
|
|
10
10
|
readonly __hex: true;
|
|
11
11
|
} & {
|
|
12
12
|
readonly __address: true;
|
|
13
|
-
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").
|
|
13
|
+
}, string>>, import("zod/mini").ZodMiniPipe<import("zod/mini").ZodMiniString<string>, import("zod/mini").ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>>;
|
|
14
14
|
minCandidates: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
15
15
|
backoffMs: z.ZodDefault<z.ZodCoercedNumber<unknown>>;
|
|
16
16
|
}, z.core.$strip>;
|
|
@@ -15,7 +15,7 @@ export declare const ActorConfigContext: z.ZodMiniObject<{
|
|
|
15
15
|
readonly __hex: true;
|
|
16
16
|
} & {
|
|
17
17
|
readonly __address: true;
|
|
18
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
18
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
19
19
|
}, z.core.$strip>>;
|
|
20
20
|
dataLake: z.ZodMiniOptional<import("zod").ZodType<import("../config/index.ts").DataLakeConfig, unknown, z.core.$ZodTypeInternals<import("../config/index.ts").DataLakeConfig, unknown>>>;
|
|
21
21
|
evm: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
@@ -30,9 +30,9 @@ export declare const ActorConfigContext: z.ZodMiniObject<{
|
|
|
30
30
|
}, z.core.$strip>>;
|
|
31
31
|
log: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
32
32
|
logLevel: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
33
|
-
info: "info";
|
|
34
33
|
error: "error";
|
|
35
34
|
warn: "warn";
|
|
35
|
+
info: "info";
|
|
36
36
|
log: "log";
|
|
37
37
|
debug: "debug";
|
|
38
38
|
trace: "trace";
|
|
@@ -79,12 +79,12 @@ export declare const ActorConfigContext: z.ZodMiniObject<{
|
|
|
79
79
|
readonly __hex: true;
|
|
80
80
|
} & {
|
|
81
81
|
readonly __address: true;
|
|
82
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
82
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>>;
|
|
83
83
|
allowedRewardEscrowAccountSigners: import("zod").ZodOptional<import("zod").ZodArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
84
84
|
readonly __hex: true;
|
|
85
85
|
} & {
|
|
86
86
|
readonly __address: true;
|
|
87
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
87
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>>;
|
|
88
88
|
minCandidates: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
89
89
|
backoffMs: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
90
90
|
}, z.core.$strip>>;
|
|
@@ -105,7 +105,7 @@ export declare const isActorConfigContext: <T>(value: T) => value is T & {
|
|
|
105
105
|
readonly __hex: true;
|
|
106
106
|
} & {
|
|
107
107
|
readonly __address: true;
|
|
108
|
-
}) | import("@xyo-network/address").
|
|
108
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
109
109
|
};
|
|
110
110
|
evm: {
|
|
111
111
|
chainId?: string | undefined;
|
|
@@ -118,7 +118,7 @@ export declare const isActorConfigContext: <T>(value: T) => value is T & {
|
|
|
118
118
|
} | undefined;
|
|
119
119
|
};
|
|
120
120
|
log: {
|
|
121
|
-
logLevel: "
|
|
121
|
+
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
122
122
|
silent: boolean;
|
|
123
123
|
};
|
|
124
124
|
providers: {
|
|
@@ -164,12 +164,12 @@ export declare const isActorConfigContext: <T>(value: T) => value is T & {
|
|
|
164
164
|
readonly __hex: true;
|
|
165
165
|
} & {
|
|
166
166
|
readonly __address: true;
|
|
167
|
-
}) | import("@xyo-network/address").
|
|
167
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
168
168
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
169
169
|
readonly __hex: true;
|
|
170
170
|
} & {
|
|
171
171
|
readonly __address: true;
|
|
172
|
-
}) | import("@xyo-network/address").
|
|
172
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
173
173
|
};
|
|
174
174
|
name: string;
|
|
175
175
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
@@ -193,7 +193,7 @@ export declare const asActorConfigContext: {
|
|
|
193
193
|
readonly __hex: true;
|
|
194
194
|
} & {
|
|
195
195
|
readonly __address: true;
|
|
196
|
-
}) | import("@xyo-network/address").
|
|
196
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
197
197
|
};
|
|
198
198
|
evm: {
|
|
199
199
|
chainId?: string | undefined;
|
|
@@ -206,7 +206,7 @@ export declare const asActorConfigContext: {
|
|
|
206
206
|
} | undefined;
|
|
207
207
|
};
|
|
208
208
|
log: {
|
|
209
|
-
logLevel: "
|
|
209
|
+
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
210
210
|
silent: boolean;
|
|
211
211
|
};
|
|
212
212
|
providers: {
|
|
@@ -252,12 +252,12 @@ export declare const asActorConfigContext: {
|
|
|
252
252
|
readonly __hex: true;
|
|
253
253
|
} & {
|
|
254
254
|
readonly __address: true;
|
|
255
|
-
}) | import("@xyo-network/address").
|
|
255
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
256
256
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
257
257
|
readonly __hex: true;
|
|
258
258
|
} & {
|
|
259
259
|
readonly __address: true;
|
|
260
|
-
}) | import("@xyo-network/address").
|
|
260
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
261
261
|
};
|
|
262
262
|
name: string;
|
|
263
263
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
@@ -279,7 +279,7 @@ export declare const asActorConfigContext: {
|
|
|
279
279
|
readonly __hex: true;
|
|
280
280
|
} & {
|
|
281
281
|
readonly __address: true;
|
|
282
|
-
}) | import("@xyo-network/address").
|
|
282
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
283
283
|
};
|
|
284
284
|
evm: {
|
|
285
285
|
chainId?: string | undefined;
|
|
@@ -292,7 +292,7 @@ export declare const asActorConfigContext: {
|
|
|
292
292
|
} | undefined;
|
|
293
293
|
};
|
|
294
294
|
log: {
|
|
295
|
-
logLevel: "
|
|
295
|
+
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
296
296
|
silent: boolean;
|
|
297
297
|
};
|
|
298
298
|
providers: {
|
|
@@ -338,12 +338,12 @@ export declare const asActorConfigContext: {
|
|
|
338
338
|
readonly __hex: true;
|
|
339
339
|
} & {
|
|
340
340
|
readonly __address: true;
|
|
341
|
-
}) | import("@xyo-network/address").
|
|
341
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
342
342
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
343
343
|
readonly __hex: true;
|
|
344
344
|
} & {
|
|
345
345
|
readonly __address: true;
|
|
346
|
-
}) | import("@xyo-network/address").
|
|
346
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
347
347
|
};
|
|
348
348
|
name: string;
|
|
349
349
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
@@ -368,7 +368,7 @@ export declare const toActorConfigContext: {
|
|
|
368
368
|
readonly __hex: true;
|
|
369
369
|
} & {
|
|
370
370
|
readonly __address: true;
|
|
371
|
-
}) | import("@xyo-network/address").
|
|
371
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
372
372
|
};
|
|
373
373
|
evm: {
|
|
374
374
|
chainId?: string | undefined;
|
|
@@ -381,7 +381,7 @@ export declare const toActorConfigContext: {
|
|
|
381
381
|
} | undefined;
|
|
382
382
|
};
|
|
383
383
|
log: {
|
|
384
|
-
logLevel: "
|
|
384
|
+
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
385
385
|
silent: boolean;
|
|
386
386
|
};
|
|
387
387
|
providers: {
|
|
@@ -427,12 +427,12 @@ export declare const toActorConfigContext: {
|
|
|
427
427
|
readonly __hex: true;
|
|
428
428
|
} & {
|
|
429
429
|
readonly __address: true;
|
|
430
|
-
}) | import("@xyo-network/address").
|
|
430
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
431
431
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
432
432
|
readonly __hex: true;
|
|
433
433
|
} & {
|
|
434
434
|
readonly __address: true;
|
|
435
|
-
}) | import("@xyo-network/address").
|
|
435
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
436
436
|
};
|
|
437
437
|
name: string;
|
|
438
438
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
@@ -454,7 +454,7 @@ export declare const toActorConfigContext: {
|
|
|
454
454
|
readonly __hex: true;
|
|
455
455
|
} & {
|
|
456
456
|
readonly __address: true;
|
|
457
|
-
}) | import("@xyo-network/address").
|
|
457
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
458
458
|
};
|
|
459
459
|
evm: {
|
|
460
460
|
chainId?: string | undefined;
|
|
@@ -467,7 +467,7 @@ export declare const toActorConfigContext: {
|
|
|
467
467
|
} | undefined;
|
|
468
468
|
};
|
|
469
469
|
log: {
|
|
470
|
-
logLevel: "
|
|
470
|
+
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
471
471
|
silent: boolean;
|
|
472
472
|
};
|
|
473
473
|
providers: {
|
|
@@ -513,12 +513,12 @@ export declare const toActorConfigContext: {
|
|
|
513
513
|
readonly __hex: true;
|
|
514
514
|
} & {
|
|
515
515
|
readonly __address: true;
|
|
516
|
-
}) | import("@xyo-network/address").
|
|
516
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
517
517
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
518
518
|
readonly __hex: true;
|
|
519
519
|
} & {
|
|
520
520
|
readonly __address: true;
|
|
521
|
-
}) | import("@xyo-network/address").
|
|
521
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
522
522
|
};
|
|
523
523
|
name: string;
|
|
524
524
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
@@ -15,7 +15,7 @@ export declare const HostActorConfigContext: z.ZodMiniObject<{
|
|
|
15
15
|
readonly __hex: true;
|
|
16
16
|
} & {
|
|
17
17
|
readonly __address: true;
|
|
18
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
18
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
19
19
|
}, z.core.$strip>>;
|
|
20
20
|
dataLake: z.ZodMiniOptional<import("zod").ZodType<import("../config/index.ts").DataLakeConfig, unknown, z.core.$ZodTypeInternals<import("../config/index.ts").DataLakeConfig, unknown>>>;
|
|
21
21
|
evm: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
@@ -30,9 +30,9 @@ export declare const HostActorConfigContext: z.ZodMiniObject<{
|
|
|
30
30
|
}, z.core.$strip>>;
|
|
31
31
|
log: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
32
32
|
logLevel: import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
33
|
-
info: "info";
|
|
34
33
|
error: "error";
|
|
35
34
|
warn: "warn";
|
|
35
|
+
info: "info";
|
|
36
36
|
log: "log";
|
|
37
37
|
debug: "debug";
|
|
38
38
|
trace: "trace";
|
|
@@ -79,12 +79,12 @@ export declare const HostActorConfigContext: z.ZodMiniObject<{
|
|
|
79
79
|
readonly __hex: true;
|
|
80
80
|
} & {
|
|
81
81
|
readonly __address: true;
|
|
82
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
82
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>>;
|
|
83
83
|
allowedRewardEscrowAccountSigners: import("zod").ZodOptional<import("zod").ZodArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
84
84
|
readonly __hex: true;
|
|
85
85
|
} & {
|
|
86
86
|
readonly __address: true;
|
|
87
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
87
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>>;
|
|
88
88
|
minCandidates: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
89
89
|
backoffMs: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
90
90
|
}, z.core.$strip>>;
|
|
@@ -107,7 +107,7 @@ export declare const isHostActorConfigContext: <T>(value: T) => value is T & {
|
|
|
107
107
|
readonly __hex: true;
|
|
108
108
|
} & {
|
|
109
109
|
readonly __address: true;
|
|
110
|
-
}) | import("@xyo-network/address").
|
|
110
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
111
111
|
};
|
|
112
112
|
evm: {
|
|
113
113
|
chainId?: string | undefined;
|
|
@@ -120,7 +120,7 @@ export declare const isHostActorConfigContext: <T>(value: T) => value is T & {
|
|
|
120
120
|
} | undefined;
|
|
121
121
|
};
|
|
122
122
|
log: {
|
|
123
|
-
logLevel: "
|
|
123
|
+
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
124
124
|
silent: boolean;
|
|
125
125
|
};
|
|
126
126
|
providers: {
|
|
@@ -166,12 +166,12 @@ export declare const isHostActorConfigContext: <T>(value: T) => value is T & {
|
|
|
166
166
|
readonly __hex: true;
|
|
167
167
|
} & {
|
|
168
168
|
readonly __address: true;
|
|
169
|
-
}) | import("@xyo-network/address").
|
|
169
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
170
170
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
171
171
|
readonly __hex: true;
|
|
172
172
|
} & {
|
|
173
173
|
readonly __address: true;
|
|
174
|
-
}) | import("@xyo-network/address").
|
|
174
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
175
175
|
};
|
|
176
176
|
name: string;
|
|
177
177
|
host: string;
|
|
@@ -197,7 +197,7 @@ export declare const asHostActorConfigContext: {
|
|
|
197
197
|
readonly __hex: true;
|
|
198
198
|
} & {
|
|
199
199
|
readonly __address: true;
|
|
200
|
-
}) | import("@xyo-network/address").
|
|
200
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
201
201
|
};
|
|
202
202
|
evm: {
|
|
203
203
|
chainId?: string | undefined;
|
|
@@ -210,7 +210,7 @@ export declare const asHostActorConfigContext: {
|
|
|
210
210
|
} | undefined;
|
|
211
211
|
};
|
|
212
212
|
log: {
|
|
213
|
-
logLevel: "
|
|
213
|
+
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
214
214
|
silent: boolean;
|
|
215
215
|
};
|
|
216
216
|
providers: {
|
|
@@ -256,12 +256,12 @@ export declare const asHostActorConfigContext: {
|
|
|
256
256
|
readonly __hex: true;
|
|
257
257
|
} & {
|
|
258
258
|
readonly __address: true;
|
|
259
|
-
}) | import("@xyo-network/address").
|
|
259
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
260
260
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
261
261
|
readonly __hex: true;
|
|
262
262
|
} & {
|
|
263
263
|
readonly __address: true;
|
|
264
|
-
}) | import("@xyo-network/address").
|
|
264
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
265
265
|
};
|
|
266
266
|
name: string;
|
|
267
267
|
host: string;
|
|
@@ -285,7 +285,7 @@ export declare const asHostActorConfigContext: {
|
|
|
285
285
|
readonly __hex: true;
|
|
286
286
|
} & {
|
|
287
287
|
readonly __address: true;
|
|
288
|
-
}) | import("@xyo-network/address").
|
|
288
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
289
289
|
};
|
|
290
290
|
evm: {
|
|
291
291
|
chainId?: string | undefined;
|
|
@@ -298,7 +298,7 @@ export declare const asHostActorConfigContext: {
|
|
|
298
298
|
} | undefined;
|
|
299
299
|
};
|
|
300
300
|
log: {
|
|
301
|
-
logLevel: "
|
|
301
|
+
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
302
302
|
silent: boolean;
|
|
303
303
|
};
|
|
304
304
|
providers: {
|
|
@@ -344,12 +344,12 @@ export declare const asHostActorConfigContext: {
|
|
|
344
344
|
readonly __hex: true;
|
|
345
345
|
} & {
|
|
346
346
|
readonly __address: true;
|
|
347
|
-
}) | import("@xyo-network/address").
|
|
347
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
348
348
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
349
349
|
readonly __hex: true;
|
|
350
350
|
} & {
|
|
351
351
|
readonly __address: true;
|
|
352
|
-
}) | import("@xyo-network/address").
|
|
352
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
353
353
|
};
|
|
354
354
|
name: string;
|
|
355
355
|
host: string;
|
|
@@ -376,7 +376,7 @@ export declare const toHostActorConfigContext: {
|
|
|
376
376
|
readonly __hex: true;
|
|
377
377
|
} & {
|
|
378
378
|
readonly __address: true;
|
|
379
|
-
}) | import("@xyo-network/address").
|
|
379
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
380
380
|
};
|
|
381
381
|
evm: {
|
|
382
382
|
chainId?: string | undefined;
|
|
@@ -389,7 +389,7 @@ export declare const toHostActorConfigContext: {
|
|
|
389
389
|
} | undefined;
|
|
390
390
|
};
|
|
391
391
|
log: {
|
|
392
|
-
logLevel: "
|
|
392
|
+
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
393
393
|
silent: boolean;
|
|
394
394
|
};
|
|
395
395
|
providers: {
|
|
@@ -435,12 +435,12 @@ export declare const toHostActorConfigContext: {
|
|
|
435
435
|
readonly __hex: true;
|
|
436
436
|
} & {
|
|
437
437
|
readonly __address: true;
|
|
438
|
-
}) | import("@xyo-network/address").
|
|
438
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
439
439
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
440
440
|
readonly __hex: true;
|
|
441
441
|
} & {
|
|
442
442
|
readonly __address: true;
|
|
443
|
-
}) | import("@xyo-network/address").
|
|
443
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
444
444
|
};
|
|
445
445
|
name: string;
|
|
446
446
|
host: string;
|
|
@@ -464,7 +464,7 @@ export declare const toHostActorConfigContext: {
|
|
|
464
464
|
readonly __hex: true;
|
|
465
465
|
} & {
|
|
466
466
|
readonly __address: true;
|
|
467
|
-
}) | import("@xyo-network/address").
|
|
467
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
468
468
|
};
|
|
469
469
|
evm: {
|
|
470
470
|
chainId?: string | undefined;
|
|
@@ -477,7 +477,7 @@ export declare const toHostActorConfigContext: {
|
|
|
477
477
|
} | undefined;
|
|
478
478
|
};
|
|
479
479
|
log: {
|
|
480
|
-
logLevel: "
|
|
480
|
+
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
481
481
|
silent: boolean;
|
|
482
482
|
};
|
|
483
483
|
providers: {
|
|
@@ -523,12 +523,12 @@ export declare const toHostActorConfigContext: {
|
|
|
523
523
|
readonly __hex: true;
|
|
524
524
|
} & {
|
|
525
525
|
readonly __address: true;
|
|
526
|
-
}) | import("@xyo-network/address").
|
|
526
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
527
527
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
528
528
|
readonly __hex: true;
|
|
529
529
|
} & {
|
|
530
530
|
readonly __address: true;
|
|
531
|
-
}) | import("@xyo-network/address").
|
|
531
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
532
532
|
};
|
|
533
533
|
name: string;
|
|
534
534
|
host: string;
|