@xyo-network/xl1-protocol-sdk 2.0.9 → 2.0.10
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 +3 -3
- 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 +18 -18
- package/dist/neutral/config/Actors.d.ts +3 -3
- package/dist/neutral/config/Base.d.ts +3 -3
- package/dist/neutral/config/Chain.d.ts +1 -1
- package/dist/neutral/config/Config.d.ts +12 -12
- package/dist/neutral/config/HostActor.d.ts +18 -18
- package/dist/neutral/config/Validation.d.ts +2 -2
- package/dist/neutral/context/Actor.d.ts +18 -18
- package/dist/neutral/context/HostActor.d.ts +18 -18
- package/dist/neutral/getFileConfig.d.ts +6 -6
- package/dist/neutral/index.mjs +46 -32
- package/dist/neutral/index.mjs.map +4 -4
- package/dist/neutral/model/CreatableProviderContext.zod.d.ts +18 -18
- 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 +2 -2
- package/dist/neutral/simple/chainContractViewer/SimpleChainContractViewer.d.ts +2 -2
- package/dist/neutral/simple/finalization/SimpleFinalizationViewer.d.ts +2 -2
- package/dist/neutral/simple/windowedBlock/SimpleWindowedBlockViewer.d.ts +10 -10
- 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/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/transaction/TransactionBuilder.d.ts +6 -6
- package/dist/neutral/transaction/signTransaction.d.ts +3 -3
- package/package.json +11 -11
|
@@ -19,7 +19,7 @@ export declare abstract class AbstractCreatableProvider<TParams extends Creatabl
|
|
|
19
19
|
readonly __hex: true;
|
|
20
20
|
} & {
|
|
21
21
|
readonly __address: true;
|
|
22
|
-
}) | import("@xyo-network/address").
|
|
22
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
23
23
|
};
|
|
24
24
|
evm: {
|
|
25
25
|
chainId?: string | undefined;
|
|
@@ -78,12 +78,12 @@ export declare abstract class AbstractCreatableProvider<TParams extends Creatabl
|
|
|
78
78
|
readonly __hex: true;
|
|
79
79
|
} & {
|
|
80
80
|
readonly __address: true;
|
|
81
|
-
}) | import("@xyo-network/address").
|
|
81
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
82
82
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
83
83
|
readonly __hex: true;
|
|
84
84
|
} & {
|
|
85
85
|
readonly __address: true;
|
|
86
|
-
}) | import("@xyo-network/address").
|
|
86
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
87
87
|
};
|
|
88
88
|
dataLake?: import("../index.ts").DataLakeConfig | undefined;
|
|
89
89
|
};
|
|
@@ -10,7 +10,7 @@ export declare const BoundWitnessWithStorageMetaZod: z.ZodMiniObject<{
|
|
|
10
10
|
readonly __hex: true;
|
|
11
11
|
} & {
|
|
12
12
|
readonly __address: true;
|
|
13
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
13
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
14
14
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
15
15
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
16
16
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -18,7 +18,7 @@ export declare const BoundWitnessWithStorageMetaZod: z.ZodMiniObject<{
|
|
|
18
18
|
readonly __hex: true;
|
|
19
19
|
} & {
|
|
20
20
|
readonly __address: true;
|
|
21
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
21
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
22
22
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
23
23
|
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
24
24
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
@@ -31,7 +31,7 @@ export declare const asBoundWitnessWithStorageMeta: {
|
|
|
31
31
|
schema: "network.xyo.boundwitness" & {
|
|
32
32
|
readonly __schema: true;
|
|
33
33
|
};
|
|
34
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
34
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
35
35
|
readonly __hex: true;
|
|
36
36
|
} & {
|
|
37
37
|
readonly __address: true;
|
|
@@ -43,7 +43,7 @@ export declare const asBoundWitnessWithStorageMeta: {
|
|
|
43
43
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
44
44
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
45
45
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
46
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
46
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
47
47
|
readonly __hex: true;
|
|
48
48
|
} & {
|
|
49
49
|
readonly __address: true;
|
|
@@ -54,7 +54,7 @@ export declare const asBoundWitnessWithStorageMeta: {
|
|
|
54
54
|
schema: "network.xyo.boundwitness" & {
|
|
55
55
|
readonly __schema: true;
|
|
56
56
|
};
|
|
57
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
57
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
58
58
|
readonly __hex: true;
|
|
59
59
|
} & {
|
|
60
60
|
readonly __address: true;
|
|
@@ -66,7 +66,7 @@ export declare const asBoundWitnessWithStorageMeta: {
|
|
|
66
66
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
67
67
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
68
68
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
69
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
69
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
70
70
|
readonly __hex: true;
|
|
71
71
|
} & {
|
|
72
72
|
readonly __address: true;
|
|
@@ -83,7 +83,7 @@ export declare const HydratedBoundWitnessWithStorageMetaZod: z.ZodMiniTuple<read
|
|
|
83
83
|
readonly __hex: true;
|
|
84
84
|
} & {
|
|
85
85
|
readonly __address: true;
|
|
86
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
86
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
87
87
|
payload_hashes: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
88
88
|
payload_schemas: z.ZodMiniArray<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").BrandedSchema<string>, string>>>;
|
|
89
89
|
previous_hashes: z.ZodMiniArray<z.ZodMiniNullable<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>>;
|
|
@@ -91,7 +91,7 @@ export declare const HydratedBoundWitnessWithStorageMetaZod: z.ZodMiniTuple<read
|
|
|
91
91
|
readonly __hex: true;
|
|
92
92
|
} & {
|
|
93
93
|
readonly __address: true;
|
|
94
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").
|
|
94
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-js").XyoQuantAddress, string>>]>>;
|
|
95
95
|
$sourceQuery: z.ZodMiniOptional<z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>>;
|
|
96
96
|
$signatures: z.ZodMiniArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHex, string>>, z.ZodMiniNull]>>;
|
|
97
97
|
_hash: z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xylabs/sdk-js").BrandedHash, string>>;
|
|
@@ -109,7 +109,7 @@ export declare const asHydratedBoundWitnessWithStorageMeta: {
|
|
|
109
109
|
schema: "network.xyo.boundwitness" & {
|
|
110
110
|
readonly __schema: true;
|
|
111
111
|
};
|
|
112
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
112
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
113
113
|
readonly __hex: true;
|
|
114
114
|
} & {
|
|
115
115
|
readonly __address: true;
|
|
@@ -121,7 +121,7 @@ export declare const asHydratedBoundWitnessWithStorageMeta: {
|
|
|
121
121
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
122
122
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
123
123
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
124
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
124
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
125
125
|
readonly __hex: true;
|
|
126
126
|
} & {
|
|
127
127
|
readonly __address: true;
|
|
@@ -138,7 +138,7 @@ export declare const asHydratedBoundWitnessWithStorageMeta: {
|
|
|
138
138
|
schema: "network.xyo.boundwitness" & {
|
|
139
139
|
readonly __schema: true;
|
|
140
140
|
};
|
|
141
|
-
addresses: (import("@xyo-network/sdk-js").
|
|
141
|
+
addresses: (import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
142
142
|
readonly __hex: true;
|
|
143
143
|
} & {
|
|
144
144
|
readonly __address: true;
|
|
@@ -150,7 +150,7 @@ export declare const asHydratedBoundWitnessWithStorageMeta: {
|
|
|
150
150
|
_hash: import("@xylabs/sdk-js").BrandedHash;
|
|
151
151
|
_dataHash: import("@xylabs/sdk-js").BrandedHash;
|
|
152
152
|
_sequence: import("@xyo-network/sdk-js").LocalSequence | import("@xyo-network/sdk-js").QualifiedSequence;
|
|
153
|
-
$destination?: import("@xyo-network/sdk-js").
|
|
153
|
+
$destination?: import("@xyo-network/sdk-js").XyoQuantAddress | (Lowercase<string> & {
|
|
154
154
|
readonly __hex: true;
|
|
155
155
|
} & {
|
|
156
156
|
readonly __address: true;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
import type { XL1BlockRange } from '@xyo-network/xl1-protocol-lib';
|
|
2
|
-
/**
|
|
2
|
+
/**
|
|
3
|
+
* DeepCalculateFramesFromRange helper function.
|
|
4
|
+
*
|
|
5
|
+
* `startingStep` is the largest step (frame size) the decomposition may use. It is not capped
|
|
6
|
+
* here beyond the structural maximum (`StepSizes.length - 1`); callers are expected to pass a cap
|
|
7
|
+
* appropriate to what they are summarizing (e.g. transfers cap lower than balances/schemas).
|
|
8
|
+
*/
|
|
3
9
|
export declare function deepCalculateFramesFromRange(range: XL1BlockRange, startingStep?: number): XL1BlockRange[];
|
|
4
10
|
//# sourceMappingURL=deepCalculateFramesFromRange.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deepCalculateFramesFromRange.d.ts","sourceRoot":"","sources":["../../../../../src/block/primitives/frames/deepCalculateFramesFromRange.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAA;AAKlE
|
|
1
|
+
{"version":3,"file":"deepCalculateFramesFromRange.d.ts","sourceRoot":"","sources":["../../../../../src/block/primitives/frames/deepCalculateFramesFromRange.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAA;AAKlE;;;;;;GAMG;AACH,wBAAgB,4BAA4B,CAAC,KAAK,EAAE,aAAa,EAAE,YAAY,SAAuB,GAAG,aAAa,EAAE,CAuBvH"}
|
|
@@ -18,7 +18,7 @@ export declare const ActorConfigZod: z.ZodMiniObject<{
|
|
|
18
18
|
readonly __hex: true;
|
|
19
19
|
} & {
|
|
20
20
|
readonly __address: true;
|
|
21
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
21
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
22
22
|
}, z.core.$strip>>;
|
|
23
23
|
dataLake: z.ZodMiniOptional<import("zod").ZodType<import("./index.ts").DataLakeConfig, unknown, z.core.$ZodTypeInternals<import("./index.ts").DataLakeConfig, unknown>>>;
|
|
24
24
|
evm: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
@@ -82,12 +82,12 @@ export declare const ActorConfigZod: z.ZodMiniObject<{
|
|
|
82
82
|
readonly __hex: true;
|
|
83
83
|
} & {
|
|
84
84
|
readonly __address: true;
|
|
85
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
85
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>>;
|
|
86
86
|
allowedRewardEscrowAccountSigners: import("zod").ZodOptional<import("zod").ZodArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
87
87
|
readonly __hex: true;
|
|
88
88
|
} & {
|
|
89
89
|
readonly __address: true;
|
|
90
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
90
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>>;
|
|
91
91
|
minCandidates: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
92
92
|
backoffMs: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
93
93
|
}, z.core.$strip>>;
|
|
@@ -104,7 +104,7 @@ export declare const isActorConfig: <T>(value: T) => value is T & {
|
|
|
104
104
|
readonly __hex: true;
|
|
105
105
|
} & {
|
|
106
106
|
readonly __address: true;
|
|
107
|
-
}) | import("@xyo-network/address").
|
|
107
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
108
108
|
};
|
|
109
109
|
evm: {
|
|
110
110
|
chainId?: string | undefined;
|
|
@@ -163,12 +163,12 @@ export declare const isActorConfig: <T>(value: T) => value is T & {
|
|
|
163
163
|
readonly __hex: true;
|
|
164
164
|
} & {
|
|
165
165
|
readonly __address: true;
|
|
166
|
-
}) | import("@xyo-network/address").
|
|
166
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
167
167
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
168
168
|
readonly __hex: true;
|
|
169
169
|
} & {
|
|
170
170
|
readonly __address: true;
|
|
171
|
-
}) | import("@xyo-network/address").
|
|
171
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
172
172
|
};
|
|
173
173
|
name: string;
|
|
174
174
|
dataLake?: import("./index.ts").DataLakeConfig | undefined;
|
|
@@ -183,7 +183,7 @@ export declare const asActorConfig: {
|
|
|
183
183
|
readonly __hex: true;
|
|
184
184
|
} & {
|
|
185
185
|
readonly __address: true;
|
|
186
|
-
}) | import("@xyo-network/address").
|
|
186
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
187
187
|
};
|
|
188
188
|
evm: {
|
|
189
189
|
chainId?: string | undefined;
|
|
@@ -242,12 +242,12 @@ export declare const asActorConfig: {
|
|
|
242
242
|
readonly __hex: true;
|
|
243
243
|
} & {
|
|
244
244
|
readonly __address: true;
|
|
245
|
-
}) | import("@xyo-network/address").
|
|
245
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
246
246
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
247
247
|
readonly __hex: true;
|
|
248
248
|
} & {
|
|
249
249
|
readonly __address: true;
|
|
250
|
-
}) | import("@xyo-network/address").
|
|
250
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
251
251
|
};
|
|
252
252
|
name: string;
|
|
253
253
|
dataLake?: import("./index.ts").DataLakeConfig | undefined;
|
|
@@ -260,7 +260,7 @@ export declare const asActorConfig: {
|
|
|
260
260
|
readonly __hex: true;
|
|
261
261
|
} & {
|
|
262
262
|
readonly __address: true;
|
|
263
|
-
}) | import("@xyo-network/address").
|
|
263
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
264
264
|
};
|
|
265
265
|
evm: {
|
|
266
266
|
chainId?: string | undefined;
|
|
@@ -319,12 +319,12 @@ export declare const asActorConfig: {
|
|
|
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
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
324
324
|
readonly __hex: true;
|
|
325
325
|
} & {
|
|
326
326
|
readonly __address: true;
|
|
327
|
-
}) | import("@xyo-network/address").
|
|
327
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
328
328
|
};
|
|
329
329
|
name: string;
|
|
330
330
|
dataLake?: import("./index.ts").DataLakeConfig | undefined;
|
|
@@ -340,7 +340,7 @@ export declare const toActorConfig: {
|
|
|
340
340
|
readonly __hex: true;
|
|
341
341
|
} & {
|
|
342
342
|
readonly __address: true;
|
|
343
|
-
}) | import("@xyo-network/address").
|
|
343
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
344
344
|
};
|
|
345
345
|
evm: {
|
|
346
346
|
chainId?: string | undefined;
|
|
@@ -399,12 +399,12 @@ export declare const toActorConfig: {
|
|
|
399
399
|
readonly __hex: true;
|
|
400
400
|
} & {
|
|
401
401
|
readonly __address: true;
|
|
402
|
-
}) | import("@xyo-network/address").
|
|
402
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
403
403
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
404
404
|
readonly __hex: true;
|
|
405
405
|
} & {
|
|
406
406
|
readonly __address: true;
|
|
407
|
-
}) | import("@xyo-network/address").
|
|
407
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
408
408
|
};
|
|
409
409
|
name: string;
|
|
410
410
|
dataLake?: import("./index.ts").DataLakeConfig | undefined;
|
|
@@ -417,7 +417,7 @@ export declare const toActorConfig: {
|
|
|
417
417
|
readonly __hex: true;
|
|
418
418
|
} & {
|
|
419
419
|
readonly __address: true;
|
|
420
|
-
}) | import("@xyo-network/address").
|
|
420
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
421
421
|
};
|
|
422
422
|
evm: {
|
|
423
423
|
chainId?: string | undefined;
|
|
@@ -476,12 +476,12 @@ export declare const toActorConfig: {
|
|
|
476
476
|
readonly __hex: true;
|
|
477
477
|
} & {
|
|
478
478
|
readonly __address: true;
|
|
479
|
-
}) | import("@xyo-network/address").
|
|
479
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
480
480
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
481
481
|
readonly __hex: true;
|
|
482
482
|
} & {
|
|
483
483
|
readonly __address: true;
|
|
484
|
-
}) | import("@xyo-network/address").
|
|
484
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
485
485
|
};
|
|
486
486
|
name: string;
|
|
487
487
|
dataLake?: import("./index.ts").DataLakeConfig | undefined;
|
|
@@ -7,7 +7,7 @@ export declare const ActorsConfigZod: z.ZodMiniDefault<z.ZodMiniArray<z.ZodMiniO
|
|
|
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<{
|
|
@@ -71,12 +71,12 @@ export declare const ActorsConfigZod: z.ZodMiniDefault<z.ZodMiniArray<z.ZodMiniO
|
|
|
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>>;
|
|
@@ -7,7 +7,7 @@ export declare const BaseConfigZod: 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("./DataLake/DataLake.ts").DataLakeConfig, unknown, z.core.$ZodTypeInternals<import("./DataLake/DataLake.ts").DataLakeConfig, unknown>>>;
|
|
13
13
|
evm: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
@@ -71,12 +71,12 @@ export declare const BaseConfigZod: 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>>;
|
|
@@ -6,7 +6,7 @@ export declare const ChainConfigZod: z.ZodMiniObject<{
|
|
|
6
6
|
readonly __hex: true;
|
|
7
7
|
} & {
|
|
8
8
|
readonly __address: true;
|
|
9
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
9
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
10
10
|
}, z.core.$strip>;
|
|
11
11
|
/** ChainConfig type. */
|
|
12
12
|
export type ChainConfig = z.infer<typeof ChainConfigZod>;
|
|
@@ -8,7 +8,7 @@ export declare const ConfigZod: z.ZodMiniObject<{
|
|
|
8
8
|
readonly __hex: true;
|
|
9
9
|
} & {
|
|
10
10
|
readonly __address: true;
|
|
11
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
11
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
12
12
|
}, z.core.$strip>>;
|
|
13
13
|
dataLake: z.ZodMiniOptional<import("zod").ZodType<import("./index.ts").DataLakeConfig, unknown, z.core.$ZodTypeInternals<import("./index.ts").DataLakeConfig, unknown>>>;
|
|
14
14
|
evm: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
@@ -72,12 +72,12 @@ export declare const ConfigZod: z.ZodMiniObject<{
|
|
|
72
72
|
readonly __hex: true;
|
|
73
73
|
} & {
|
|
74
74
|
readonly __address: true;
|
|
75
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
75
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>>;
|
|
76
76
|
allowedRewardEscrowAccountSigners: import("zod").ZodOptional<import("zod").ZodArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
77
77
|
readonly __hex: true;
|
|
78
78
|
} & {
|
|
79
79
|
readonly __address: true;
|
|
80
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
80
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>>;
|
|
81
81
|
minCandidates: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
82
82
|
backoffMs: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
83
83
|
}, z.core.$strip>>;
|
|
@@ -88,7 +88,7 @@ export declare const ConfigZod: z.ZodMiniObject<{
|
|
|
88
88
|
readonly __hex: true;
|
|
89
89
|
} & {
|
|
90
90
|
readonly __address: true;
|
|
91
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
91
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>;
|
|
92
92
|
}, z.core.$strip>>;
|
|
93
93
|
dataLake: z.ZodMiniOptional<import("zod").ZodType<import("./index.ts").DataLakeConfig, unknown, z.core.$ZodTypeInternals<import("./index.ts").DataLakeConfig, unknown>>>;
|
|
94
94
|
evm: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
@@ -152,12 +152,12 @@ export declare const ConfigZod: z.ZodMiniObject<{
|
|
|
152
152
|
readonly __hex: true;
|
|
153
153
|
} & {
|
|
154
154
|
readonly __address: true;
|
|
155
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
155
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>>;
|
|
156
156
|
allowedRewardEscrowAccountSigners: import("zod").ZodOptional<import("zod").ZodArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
157
157
|
readonly __hex: true;
|
|
158
158
|
} & {
|
|
159
159
|
readonly __address: true;
|
|
160
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").
|
|
160
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/address").XyoQuantAddress, string>>]>>>;
|
|
161
161
|
minCandidates: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
162
162
|
backoffMs: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
163
163
|
}, z.core.$strip>>;
|
|
@@ -176,7 +176,7 @@ export declare function resolveConfig(config: DeepPartial<Config>): {
|
|
|
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;
|
|
@@ -235,12 +235,12 @@ export declare function resolveConfig(config: DeepPartial<Config>): {
|
|
|
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
|
actors: {
|
|
246
246
|
[x: string]: unknown;
|
|
@@ -250,7 +250,7 @@ export declare function resolveConfig(config: DeepPartial<Config>): {
|
|
|
250
250
|
readonly __hex: true;
|
|
251
251
|
} & {
|
|
252
252
|
readonly __address: true;
|
|
253
|
-
}) | import("@xyo-network/address").
|
|
253
|
+
}) | import("@xyo-network/address").XyoQuantAddress | undefined;
|
|
254
254
|
};
|
|
255
255
|
evm: {
|
|
256
256
|
chainId?: string | undefined;
|
|
@@ -309,12 +309,12 @@ export declare function resolveConfig(config: DeepPartial<Config>): {
|
|
|
309
309
|
readonly __hex: true;
|
|
310
310
|
} & {
|
|
311
311
|
readonly __address: true;
|
|
312
|
-
}) | import("@xyo-network/address").
|
|
312
|
+
}) | import("@xyo-network/address").XyoQuantAddress)[] | undefined;
|
|
313
313
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
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
|
};
|
|
319
319
|
name: string;
|
|
320
320
|
dataLake?: import("./index.ts").DataLakeConfig | undefined;
|
|
@@ -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<{
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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>;
|