@xyo-network/xl1-protocol-sdk 2.1.8 → 2.2.0
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 +62 -8
- package/dist/neutral/CreatableProvider/AbstractCreatableProvider.d.ts.map +1 -1
- package/dist/neutral/capabilities/resolveProviders.d.ts +6 -0
- package/dist/neutral/capabilities/resolveProviders.d.ts.map +1 -1
- package/dist/neutral/config/Actor.d.ts +372 -48
- package/dist/neutral/config/Actor.d.ts.map +1 -1
- package/dist/neutral/config/Actors.d.ts +62 -8
- package/dist/neutral/config/Actors.d.ts.map +1 -1
- package/dist/neutral/config/Base.d.ts +62 -8
- package/dist/neutral/config/Base.d.ts.map +1 -1
- package/dist/neutral/config/Chain.d.ts +1 -1
- package/dist/neutral/config/Config.d.ts +248 -32
- package/dist/neutral/config/Config.d.ts.map +1 -1
- package/dist/neutral/config/HostActor.d.ts +372 -48
- package/dist/neutral/config/HostActor.d.ts.map +1 -1
- package/dist/neutral/config/ProviderBinding.d.ts +18 -0
- package/dist/neutral/config/ProviderBinding.d.ts.map +1 -0
- package/dist/neutral/config/Validation.d.ts +2 -2
- package/dist/neutral/config/adaptLegacyConfig.d.ts +9 -0
- package/dist/neutral/config/adaptLegacyConfig.d.ts.map +1 -0
- package/dist/neutral/config/index.d.ts +5 -1
- package/dist/neutral/config/index.d.ts.map +1 -1
- package/dist/neutral/config/storage/Storage.d.ts +26 -5
- package/dist/neutral/config/storage/Storage.d.ts.map +1 -1
- package/dist/neutral/config/storage/driver/S3.d.ts +77 -0
- package/dist/neutral/config/storage/driver/S3.d.ts.map +1 -0
- package/dist/neutral/config/storage/driver/index.d.ts +1 -1
- package/dist/neutral/config/transports/Transport.d.ts +111 -0
- package/dist/neutral/config/transports/Transport.d.ts.map +1 -0
- package/dist/neutral/config/transports/index.d.ts +2 -0
- package/dist/neutral/config/transports/index.d.ts.map +1 -0
- package/dist/neutral/context/Actor.d.ts +372 -48
- package/dist/neutral/context/Actor.d.ts.map +1 -1
- package/dist/neutral/context/HostActor.d.ts +372 -48
- package/dist/neutral/context/HostActor.d.ts.map +1 -1
- package/dist/neutral/createDeclarationPayload.d.ts +1 -1
- package/dist/neutral/createDeclarationPayload.d.ts.map +1 -1
- package/dist/neutral/createTransferPayload.d.ts +1 -1
- package/dist/neutral/createTransferPayload.d.ts.map +1 -1
- package/dist/neutral/getFileConfig.d.ts +124 -16
- package/dist/neutral/getFileConfig.d.ts.map +1 -1
- package/dist/neutral/getFileConfig.mjs +157 -108
- package/dist/neutral/getFileConfig.mjs.map +4 -4
- package/dist/neutral/index.mjs +427 -216
- package/dist/neutral/index.mjs.map +4 -4
- package/dist/neutral/instances/Address.d.ts +1 -1
- package/dist/neutral/instances/Address.d.ts.map +1 -1
- package/dist/neutral/instances/Signature.d.ts +1 -1
- package/dist/neutral/instances/Signature.d.ts.map +1 -1
- package/dist/neutral/model/CreatableProviderContext.zod.d.ts +372 -48
- package/dist/neutral/model/CreatableProviderContext.zod.d.ts.map +1 -1
- package/dist/neutral/payloads/AddressPairPayload.d.ts +1 -2
- package/dist/neutral/payloads/AddressPairPayload.d.ts.map +1 -1
- package/dist/neutral/payloads/netBalancesForPayloads.d.ts +2 -2
- package/dist/neutral/payloads/netBalancesForPayloads.d.ts.map +1 -1
- package/dist/neutral/payloads/netSchemasForPayloads.d.ts +2 -2
- package/dist/neutral/payloads/netSchemasForPayloads.d.ts.map +1 -1
- package/dist/neutral/payloads/netTransfersForPayloads.d.ts +1 -2
- package/dist/neutral/payloads/netTransfersForPayloads.d.ts.map +1 -1
- package/dist/neutral/primitives/chain/step/chainStepRewardAddress.d.ts +1 -1
- package/dist/neutral/primitives/chain/step/chainStepRewardAddress.d.ts.map +1 -1
- package/dist/neutral/primitives/payload/mergeTransfers.d.ts +1 -1
- package/dist/neutral/primitives/payload/mergeTransfers.d.ts.map +1 -1
- package/dist/neutral/primitives/stake/activeStakeAtTimeByAddress.d.ts +1 -1
- package/dist/neutral/primitives/stake/activeStakeAtTimeByAddress.d.ts.map +1 -1
- package/dist/neutral/primitives/stake/allStakersForRange.d.ts +1 -1
- package/dist/neutral/primitives/stake/allStakersForRange.d.ts.map +1 -1
- package/dist/neutral/primitives/stake/allStakersForStep.d.ts +1 -1
- package/dist/neutral/primitives/stake/allStakersForStep.d.ts.map +1 -1
- package/dist/neutral/primitives/stake/mergedAddRemoveStakeEventsByStaker.d.ts +1 -1
- package/dist/neutral/primitives/stake/mergedAddRemoveStakeEventsByStaker.d.ts.map +1 -1
- package/dist/neutral/primitives/stake/weightedStakeForRangeByPosition.d.ts +1 -1
- package/dist/neutral/primitives/stake/weightedStakeForRangeByPosition.d.ts.map +1 -1
- package/dist/neutral/primitives/uncle/findUncles.d.ts +2 -2
- package/dist/neutral/services/AccountTransfersService.d.ts +1 -1
- package/dist/neutral/services/AccountTransfersService.d.ts.map +1 -1
- package/dist/neutral/services/Election.d.ts +1 -2
- package/dist/neutral/services/Election.d.ts.map +1 -1
- package/dist/neutral/services/StakeIntentService/StakeIntentService.d.ts +1 -1
- package/dist/neutral/services/StakeIntentService/StakeIntentService.d.ts.map +1 -1
- package/dist/neutral/simple/StakeTotalsViewer/SimpleStakeTotalsViewer.d.ts +1 -1
- package/dist/neutral/simple/StakeTotalsViewer/SimpleStakeTotalsViewer.d.ts.map +1 -1
- package/dist/neutral/simple/StakeViewer/SimpleStakeViewer.d.ts +1 -1
- package/dist/neutral/simple/StakeViewer/SimpleStakeViewer.d.ts.map +1 -1
- package/dist/neutral/simple/accountBalance/SimpleAccountBalanceViewer.d.ts +9 -10
- package/dist/neutral/simple/accountBalance/SimpleAccountBalanceViewer.d.ts.map +1 -1
- package/dist/neutral/simple/blockInvalidation/SimpleBlockInvalidationViewer.d.ts +1 -1
- package/dist/neutral/simple/blockValidation/SimpleBlockValidationViewer.d.ts +1 -1
- package/dist/neutral/simple/chainContractViewer/SimpleChainContractViewer.d.ts +3 -3
- package/dist/neutral/simple/chainContractViewer/SimpleChainContractViewer.d.ts.map +1 -1
- package/dist/neutral/simple/gateway/SimpleXyoGatewayRunner.d.ts +1 -2
- package/dist/neutral/simple/gateway/SimpleXyoGatewayRunner.d.ts.map +1 -1
- package/dist/neutral/simple/mempool/SimpleMempoolRunner.d.ts +1 -1
- package/dist/neutral/simple/signer/SimpleXyoSigner.d.ts +1 -2
- package/dist/neutral/simple/signer/SimpleXyoSigner.d.ts.map +1 -1
- package/dist/neutral/simple/timeSync2/SimpleTimeSyncViewer.d.ts +1 -1
- package/dist/neutral/simple/timeSync2/SimpleTimeSyncViewer.d.ts.map +1 -1
- package/dist/neutral/simple/transactionInvalidation/SimpleTransactionInvalidationViewer.d.ts +1 -1
- package/dist/neutral/simple/transactionValidation/SimpleTransactionValidationViewer.d.ts +1 -1
- package/dist/neutral/summary/model/BalancesStepSummary.d.ts +1 -2
- package/dist/neutral/summary/model/BalancesStepSummary.d.ts.map +1 -1
- package/dist/neutral/summary/model/TransfersSummary.d.ts +1 -2
- package/dist/neutral/summary/model/TransfersSummary.d.ts.map +1 -1
- package/dist/neutral/summary/primitives/balances/balancesSummary.d.ts +1 -1
- package/dist/neutral/summary/primitives/balances/balancesSummary.d.ts.map +1 -1
- package/dist/neutral/summary/primitives/transfers/transfersSummary.d.ts +1 -1
- package/dist/neutral/summary/primitives/transfers/transfersSummary.d.ts.map +1 -1
- package/dist/neutral/test/BuildBlockOptions.d.ts +1 -2
- package/dist/neutral/test/BuildBlockOptions.d.ts.map +1 -1
- package/dist/neutral/test/buildNextBlock.d.ts +1 -2
- package/dist/neutral/test/buildNextBlock.d.ts.map +1 -1
- package/dist/neutral/test/buildRandomChain.d.ts +1 -2
- package/dist/neutral/test/buildRandomChain.d.ts.map +1 -1
- package/dist/neutral/test/buildRandomTransaction.d.ts +1 -2
- package/dist/neutral/test/buildRandomTransaction.d.ts.map +1 -1
- package/dist/neutral/test/createGenesisBlock.d.ts +1 -2
- package/dist/neutral/test/createGenesisBlock.d.ts.map +1 -1
- package/dist/neutral/test/createProducerChainStakeIntentTransaction.d.ts +1 -2
- package/dist/neutral/test/createProducerChainStakeIntentTransaction.d.ts.map +1 -1
- package/dist/neutral/test/getSimpleBlockViewerLocator.d.ts +1 -2
- package/dist/neutral/test/getSimpleBlockViewerLocator.d.ts.map +1 -1
- package/dist/neutral/test/index.mjs +159 -110
- package/dist/neutral/test/index.mjs.map +4 -4
- package/dist/neutral/transaction/buildTransaction.d.ts +1 -2
- package/dist/neutral/transaction/buildTransaction.d.ts.map +1 -1
- package/dist/neutral/transaction/buildUnsignedTransaction.d.ts +1 -2
- package/dist/neutral/transaction/buildUnsignedTransaction.d.ts.map +1 -1
- package/package.json +14 -16
- package/dist/neutral/config/storage/driver/R2.d.ts +0 -27
- package/dist/neutral/config/storage/driver/R2.d.ts.map +0 -1
|
@@ -29,7 +29,7 @@ export declare const BaseConfigContextZod: z.ZodMiniObject<{
|
|
|
29
29
|
readonly __hex: true;
|
|
30
30
|
} & {
|
|
31
31
|
readonly __address: true;
|
|
32
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/
|
|
32
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-protocol-js").XyoQuantAddress, string>>]>>;
|
|
33
33
|
}, z.core.$strip>>;
|
|
34
34
|
dataLake: z.ZodMiniOptional<import("zod").ZodType<import("../config/index.ts").DataLakeConfig, unknown, z.core.$ZodTypeInternals<import("../config/index.ts").DataLakeConfig, unknown>>>;
|
|
35
35
|
evm: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
@@ -53,6 +53,10 @@ export declare const BaseConfigContextZod: z.ZodMiniObject<{
|
|
|
53
53
|
}>>;
|
|
54
54
|
silent: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
55
55
|
}, z.core.$strip>>;
|
|
56
|
+
providerBindings: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
57
|
+
implementation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
58
|
+
transport: import("zod").ZodOptional<import("zod").ZodString>;
|
|
59
|
+
}, z.core.$strip>>>>;
|
|
56
60
|
providers: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
57
61
|
moniker: import("zod").ZodString;
|
|
58
62
|
labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
@@ -67,6 +71,35 @@ export declare const BaseConfigContextZod: z.ZodMiniObject<{
|
|
|
67
71
|
sessionId: import("zod").ZodString;
|
|
68
72
|
}, z.core.$strip>]>>;
|
|
69
73
|
}, z.core.$strip>>;
|
|
74
|
+
transports: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
75
|
+
type: import("zod").ZodLiteral<"lmdb">;
|
|
76
|
+
root: import("zod").ZodString;
|
|
77
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
78
|
+
type: import("zod").ZodLiteral<"mongo">;
|
|
79
|
+
connectionString: import("zod").ZodOptional<import("zod").ZodString>;
|
|
80
|
+
database: import("zod").ZodOptional<import("zod").ZodString>;
|
|
81
|
+
domain: import("zod").ZodOptional<import("zod").ZodString>;
|
|
82
|
+
password: import("zod").ZodOptional<import("zod").ZodString>;
|
|
83
|
+
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
84
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
85
|
+
protocol: import("zod").ZodDefault<import("zod").ZodString>;
|
|
86
|
+
url: import("zod").ZodString;
|
|
87
|
+
type: import("zod").ZodLiteral<"rpc">;
|
|
88
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
89
|
+
type: import("zod").ZodLiteral<"rest">;
|
|
90
|
+
baseUrl: import("zod").ZodString;
|
|
91
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
92
|
+
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
93
|
+
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
94
|
+
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
95
|
+
type: import("zod").ZodLiteral<"s3">;
|
|
96
|
+
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
97
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
98
|
+
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
99
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
100
|
+
type: import("zod").ZodLiteral<"evm-rpc">;
|
|
101
|
+
url: import("zod").ZodString;
|
|
102
|
+
}, z.core.$strip>], "type">>>>;
|
|
70
103
|
storage: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
71
104
|
mongo: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
72
105
|
connectionString: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -75,16 +108,37 @@ export declare const BaseConfigContextZod: z.ZodMiniObject<{
|
|
|
75
108
|
password: import("zod").ZodOptional<import("zod").ZodString>;
|
|
76
109
|
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
77
110
|
}, z.core.$strip>>;
|
|
78
|
-
|
|
111
|
+
root: import("zod").ZodOptional<import("zod").ZodString>;
|
|
112
|
+
s3: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
79
113
|
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
80
114
|
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
115
|
+
chainState: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
116
|
+
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
117
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
118
|
+
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
119
|
+
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
120
|
+
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
121
|
+
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
122
|
+
}, z.core.$strip>>;
|
|
123
|
+
finalized: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
124
|
+
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
125
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
126
|
+
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
127
|
+
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
128
|
+
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
129
|
+
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
130
|
+
}, z.core.$strip>>;
|
|
131
|
+
index: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
132
|
+
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
133
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
134
|
+
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
135
|
+
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
136
|
+
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
137
|
+
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
138
|
+
}, z.core.$strip>>;
|
|
84
139
|
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
85
140
|
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
86
141
|
}, z.core.$strip>>;
|
|
87
|
-
root: import("zod").ZodOptional<import("zod").ZodString>;
|
|
88
142
|
}, z.core.$strip>>;
|
|
89
143
|
telemetry: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
90
144
|
metrics: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -102,12 +156,12 @@ export declare const BaseConfigContextZod: z.ZodMiniObject<{
|
|
|
102
156
|
readonly __hex: true;
|
|
103
157
|
} & {
|
|
104
158
|
readonly __address: true;
|
|
105
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/
|
|
159
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-protocol-js").XyoQuantAddress, string>>]>>>;
|
|
106
160
|
allowedRewardEscrowAccountSigners: import("zod").ZodOptional<import("zod").ZodArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
107
161
|
readonly __hex: true;
|
|
108
162
|
} & {
|
|
109
163
|
readonly __address: true;
|
|
110
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/
|
|
164
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-protocol-js").XyoQuantAddress, string>>]>>>;
|
|
111
165
|
minCandidates: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
112
166
|
backoffMs: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
113
167
|
}, z.core.$strip>>;
|
|
@@ -130,7 +184,7 @@ export declare const isBaseConfigContext: <T>(value: T) => value is T & {
|
|
|
130
184
|
readonly __hex: true;
|
|
131
185
|
} & {
|
|
132
186
|
readonly __address: true;
|
|
133
|
-
}) | import("@xyo-network/
|
|
187
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
134
188
|
};
|
|
135
189
|
evm: {
|
|
136
190
|
chainId?: string | undefined;
|
|
@@ -146,6 +200,10 @@ export declare const isBaseConfigContext: <T>(value: T) => value is T & {
|
|
|
146
200
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
147
201
|
silent: boolean;
|
|
148
202
|
};
|
|
203
|
+
providerBindings: Record<string, {
|
|
204
|
+
implementation?: string | undefined;
|
|
205
|
+
transport?: string | undefined;
|
|
206
|
+
}>;
|
|
149
207
|
providers: {
|
|
150
208
|
[x: string]: unknown;
|
|
151
209
|
moniker: string;
|
|
@@ -161,6 +219,35 @@ export declare const isBaseConfigContext: <T>(value: T) => value is T & {
|
|
|
161
219
|
sessionId: string;
|
|
162
220
|
} | undefined;
|
|
163
221
|
};
|
|
222
|
+
transports: Record<string, {
|
|
223
|
+
type: "lmdb";
|
|
224
|
+
root: string;
|
|
225
|
+
} | {
|
|
226
|
+
type: "mongo";
|
|
227
|
+
connectionString?: string | undefined;
|
|
228
|
+
database?: string | undefined;
|
|
229
|
+
domain?: string | undefined;
|
|
230
|
+
password?: string | undefined;
|
|
231
|
+
username?: string | undefined;
|
|
232
|
+
} | {
|
|
233
|
+
protocol: string;
|
|
234
|
+
url: string;
|
|
235
|
+
type: "rpc";
|
|
236
|
+
} | {
|
|
237
|
+
type: "rest";
|
|
238
|
+
baseUrl: string;
|
|
239
|
+
} | {
|
|
240
|
+
type: "s3";
|
|
241
|
+
bucket?: string | undefined;
|
|
242
|
+
prefix?: string | undefined;
|
|
243
|
+
readUrl?: string | undefined;
|
|
244
|
+
accessKeyId?: string | undefined;
|
|
245
|
+
accountId?: string | undefined;
|
|
246
|
+
secretAccessKey?: string | undefined;
|
|
247
|
+
} | {
|
|
248
|
+
type: "evm-rpc";
|
|
249
|
+
url: string;
|
|
250
|
+
}>;
|
|
164
251
|
storage: {
|
|
165
252
|
mongo?: {
|
|
166
253
|
connectionString?: string | undefined;
|
|
@@ -169,16 +256,37 @@ export declare const isBaseConfigContext: <T>(value: T) => value is T & {
|
|
|
169
256
|
password?: string | undefined;
|
|
170
257
|
username?: string | undefined;
|
|
171
258
|
} | undefined;
|
|
172
|
-
|
|
259
|
+
root?: string | undefined;
|
|
260
|
+
s3?: {
|
|
173
261
|
accessKeyId?: string | undefined;
|
|
174
262
|
accountId?: string | undefined;
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
263
|
+
chainState?: {
|
|
264
|
+
accessKeyId?: string | undefined;
|
|
265
|
+
accountId?: string | undefined;
|
|
266
|
+
bucket?: string | undefined;
|
|
267
|
+
prefix?: string | undefined;
|
|
268
|
+
readUrl?: string | undefined;
|
|
269
|
+
secretAccessKey?: string | undefined;
|
|
270
|
+
} | undefined;
|
|
271
|
+
finalized?: {
|
|
272
|
+
accessKeyId?: string | undefined;
|
|
273
|
+
accountId?: string | undefined;
|
|
274
|
+
bucket?: string | undefined;
|
|
275
|
+
prefix?: string | undefined;
|
|
276
|
+
readUrl?: string | undefined;
|
|
277
|
+
secretAccessKey?: string | undefined;
|
|
278
|
+
} | undefined;
|
|
279
|
+
index?: {
|
|
280
|
+
accessKeyId?: string | undefined;
|
|
281
|
+
accountId?: string | undefined;
|
|
282
|
+
bucket?: string | undefined;
|
|
283
|
+
prefix?: string | undefined;
|
|
284
|
+
readUrl?: string | undefined;
|
|
285
|
+
secretAccessKey?: string | undefined;
|
|
286
|
+
} | undefined;
|
|
178
287
|
prefix?: string | undefined;
|
|
179
288
|
secretAccessKey?: string | undefined;
|
|
180
289
|
} | undefined;
|
|
181
|
-
root?: string | undefined;
|
|
182
290
|
};
|
|
183
291
|
telemetry: {
|
|
184
292
|
metrics?: {
|
|
@@ -198,12 +306,12 @@ export declare const isBaseConfigContext: <T>(value: T) => value is T & {
|
|
|
198
306
|
readonly __hex: true;
|
|
199
307
|
} & {
|
|
200
308
|
readonly __address: true;
|
|
201
|
-
}) | import("@xyo-network/
|
|
309
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
202
310
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
203
311
|
readonly __hex: true;
|
|
204
312
|
} & {
|
|
205
313
|
readonly __address: true;
|
|
206
|
-
}) | import("@xyo-network/
|
|
314
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
207
315
|
};
|
|
208
316
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
209
317
|
};
|
|
@@ -226,7 +334,7 @@ export declare const asBaseConfigContext: {
|
|
|
226
334
|
readonly __hex: true;
|
|
227
335
|
} & {
|
|
228
336
|
readonly __address: true;
|
|
229
|
-
}) | import("@xyo-network/
|
|
337
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
230
338
|
};
|
|
231
339
|
evm: {
|
|
232
340
|
chainId?: string | undefined;
|
|
@@ -242,6 +350,10 @@ export declare const asBaseConfigContext: {
|
|
|
242
350
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
243
351
|
silent: boolean;
|
|
244
352
|
};
|
|
353
|
+
providerBindings: Record<string, {
|
|
354
|
+
implementation?: string | undefined;
|
|
355
|
+
transport?: string | undefined;
|
|
356
|
+
}>;
|
|
245
357
|
providers: {
|
|
246
358
|
[x: string]: unknown;
|
|
247
359
|
moniker: string;
|
|
@@ -257,6 +369,35 @@ export declare const asBaseConfigContext: {
|
|
|
257
369
|
sessionId: string;
|
|
258
370
|
} | undefined;
|
|
259
371
|
};
|
|
372
|
+
transports: Record<string, {
|
|
373
|
+
type: "lmdb";
|
|
374
|
+
root: string;
|
|
375
|
+
} | {
|
|
376
|
+
type: "mongo";
|
|
377
|
+
connectionString?: string | undefined;
|
|
378
|
+
database?: string | undefined;
|
|
379
|
+
domain?: string | undefined;
|
|
380
|
+
password?: string | undefined;
|
|
381
|
+
username?: string | undefined;
|
|
382
|
+
} | {
|
|
383
|
+
protocol: string;
|
|
384
|
+
url: string;
|
|
385
|
+
type: "rpc";
|
|
386
|
+
} | {
|
|
387
|
+
type: "rest";
|
|
388
|
+
baseUrl: string;
|
|
389
|
+
} | {
|
|
390
|
+
type: "s3";
|
|
391
|
+
bucket?: string | undefined;
|
|
392
|
+
prefix?: string | undefined;
|
|
393
|
+
readUrl?: string | undefined;
|
|
394
|
+
accessKeyId?: string | undefined;
|
|
395
|
+
accountId?: string | undefined;
|
|
396
|
+
secretAccessKey?: string | undefined;
|
|
397
|
+
} | {
|
|
398
|
+
type: "evm-rpc";
|
|
399
|
+
url: string;
|
|
400
|
+
}>;
|
|
260
401
|
storage: {
|
|
261
402
|
mongo?: {
|
|
262
403
|
connectionString?: string | undefined;
|
|
@@ -265,16 +406,37 @@ export declare const asBaseConfigContext: {
|
|
|
265
406
|
password?: string | undefined;
|
|
266
407
|
username?: string | undefined;
|
|
267
408
|
} | undefined;
|
|
268
|
-
|
|
409
|
+
root?: string | undefined;
|
|
410
|
+
s3?: {
|
|
269
411
|
accessKeyId?: string | undefined;
|
|
270
412
|
accountId?: string | undefined;
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
413
|
+
chainState?: {
|
|
414
|
+
accessKeyId?: string | undefined;
|
|
415
|
+
accountId?: string | undefined;
|
|
416
|
+
bucket?: string | undefined;
|
|
417
|
+
prefix?: string | undefined;
|
|
418
|
+
readUrl?: string | undefined;
|
|
419
|
+
secretAccessKey?: string | undefined;
|
|
420
|
+
} | undefined;
|
|
421
|
+
finalized?: {
|
|
422
|
+
accessKeyId?: string | undefined;
|
|
423
|
+
accountId?: string | undefined;
|
|
424
|
+
bucket?: string | undefined;
|
|
425
|
+
prefix?: string | undefined;
|
|
426
|
+
readUrl?: string | undefined;
|
|
427
|
+
secretAccessKey?: string | undefined;
|
|
428
|
+
} | undefined;
|
|
429
|
+
index?: {
|
|
430
|
+
accessKeyId?: string | undefined;
|
|
431
|
+
accountId?: string | undefined;
|
|
432
|
+
bucket?: string | undefined;
|
|
433
|
+
prefix?: string | undefined;
|
|
434
|
+
readUrl?: string | undefined;
|
|
435
|
+
secretAccessKey?: string | undefined;
|
|
436
|
+
} | undefined;
|
|
274
437
|
prefix?: string | undefined;
|
|
275
438
|
secretAccessKey?: string | undefined;
|
|
276
439
|
} | undefined;
|
|
277
|
-
root?: string | undefined;
|
|
278
440
|
};
|
|
279
441
|
telemetry: {
|
|
280
442
|
metrics?: {
|
|
@@ -294,12 +456,12 @@ export declare const asBaseConfigContext: {
|
|
|
294
456
|
readonly __hex: true;
|
|
295
457
|
} & {
|
|
296
458
|
readonly __address: true;
|
|
297
|
-
}) | import("@xyo-network/
|
|
459
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
298
460
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
299
461
|
readonly __hex: true;
|
|
300
462
|
} & {
|
|
301
463
|
readonly __address: true;
|
|
302
|
-
}) | import("@xyo-network/
|
|
464
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
303
465
|
};
|
|
304
466
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
305
467
|
};
|
|
@@ -320,7 +482,7 @@ export declare const asBaseConfigContext: {
|
|
|
320
482
|
readonly __hex: true;
|
|
321
483
|
} & {
|
|
322
484
|
readonly __address: true;
|
|
323
|
-
}) | import("@xyo-network/
|
|
485
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
324
486
|
};
|
|
325
487
|
evm: {
|
|
326
488
|
chainId?: string | undefined;
|
|
@@ -336,6 +498,10 @@ export declare const asBaseConfigContext: {
|
|
|
336
498
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
337
499
|
silent: boolean;
|
|
338
500
|
};
|
|
501
|
+
providerBindings: Record<string, {
|
|
502
|
+
implementation?: string | undefined;
|
|
503
|
+
transport?: string | undefined;
|
|
504
|
+
}>;
|
|
339
505
|
providers: {
|
|
340
506
|
[x: string]: unknown;
|
|
341
507
|
moniker: string;
|
|
@@ -351,6 +517,35 @@ export declare const asBaseConfigContext: {
|
|
|
351
517
|
sessionId: string;
|
|
352
518
|
} | undefined;
|
|
353
519
|
};
|
|
520
|
+
transports: Record<string, {
|
|
521
|
+
type: "lmdb";
|
|
522
|
+
root: string;
|
|
523
|
+
} | {
|
|
524
|
+
type: "mongo";
|
|
525
|
+
connectionString?: string | undefined;
|
|
526
|
+
database?: string | undefined;
|
|
527
|
+
domain?: string | undefined;
|
|
528
|
+
password?: string | undefined;
|
|
529
|
+
username?: string | undefined;
|
|
530
|
+
} | {
|
|
531
|
+
protocol: string;
|
|
532
|
+
url: string;
|
|
533
|
+
type: "rpc";
|
|
534
|
+
} | {
|
|
535
|
+
type: "rest";
|
|
536
|
+
baseUrl: string;
|
|
537
|
+
} | {
|
|
538
|
+
type: "s3";
|
|
539
|
+
bucket?: string | undefined;
|
|
540
|
+
prefix?: string | undefined;
|
|
541
|
+
readUrl?: string | undefined;
|
|
542
|
+
accessKeyId?: string | undefined;
|
|
543
|
+
accountId?: string | undefined;
|
|
544
|
+
secretAccessKey?: string | undefined;
|
|
545
|
+
} | {
|
|
546
|
+
type: "evm-rpc";
|
|
547
|
+
url: string;
|
|
548
|
+
}>;
|
|
354
549
|
storage: {
|
|
355
550
|
mongo?: {
|
|
356
551
|
connectionString?: string | undefined;
|
|
@@ -359,16 +554,37 @@ export declare const asBaseConfigContext: {
|
|
|
359
554
|
password?: string | undefined;
|
|
360
555
|
username?: string | undefined;
|
|
361
556
|
} | undefined;
|
|
362
|
-
|
|
557
|
+
root?: string | undefined;
|
|
558
|
+
s3?: {
|
|
363
559
|
accessKeyId?: string | undefined;
|
|
364
560
|
accountId?: string | undefined;
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
561
|
+
chainState?: {
|
|
562
|
+
accessKeyId?: string | undefined;
|
|
563
|
+
accountId?: string | undefined;
|
|
564
|
+
bucket?: string | undefined;
|
|
565
|
+
prefix?: string | undefined;
|
|
566
|
+
readUrl?: string | undefined;
|
|
567
|
+
secretAccessKey?: string | undefined;
|
|
568
|
+
} | undefined;
|
|
569
|
+
finalized?: {
|
|
570
|
+
accessKeyId?: string | undefined;
|
|
571
|
+
accountId?: string | undefined;
|
|
572
|
+
bucket?: string | undefined;
|
|
573
|
+
prefix?: string | undefined;
|
|
574
|
+
readUrl?: string | undefined;
|
|
575
|
+
secretAccessKey?: string | undefined;
|
|
576
|
+
} | undefined;
|
|
577
|
+
index?: {
|
|
578
|
+
accessKeyId?: string | undefined;
|
|
579
|
+
accountId?: string | undefined;
|
|
580
|
+
bucket?: string | undefined;
|
|
581
|
+
prefix?: string | undefined;
|
|
582
|
+
readUrl?: string | undefined;
|
|
583
|
+
secretAccessKey?: string | undefined;
|
|
584
|
+
} | undefined;
|
|
368
585
|
prefix?: string | undefined;
|
|
369
586
|
secretAccessKey?: string | undefined;
|
|
370
587
|
} | undefined;
|
|
371
|
-
root?: string | undefined;
|
|
372
588
|
};
|
|
373
589
|
telemetry: {
|
|
374
590
|
metrics?: {
|
|
@@ -388,12 +604,12 @@ export declare const asBaseConfigContext: {
|
|
|
388
604
|
readonly __hex: true;
|
|
389
605
|
} & {
|
|
390
606
|
readonly __address: true;
|
|
391
|
-
}) | import("@xyo-network/
|
|
607
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
392
608
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
393
609
|
readonly __hex: true;
|
|
394
610
|
} & {
|
|
395
611
|
readonly __address: true;
|
|
396
|
-
}) | import("@xyo-network/
|
|
612
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
397
613
|
};
|
|
398
614
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
399
615
|
};
|
|
@@ -417,7 +633,7 @@ export declare const toBaseConfigContext: {
|
|
|
417
633
|
readonly __hex: true;
|
|
418
634
|
} & {
|
|
419
635
|
readonly __address: true;
|
|
420
|
-
}) | import("@xyo-network/
|
|
636
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
421
637
|
};
|
|
422
638
|
evm: {
|
|
423
639
|
chainId?: string | undefined;
|
|
@@ -433,6 +649,10 @@ export declare const toBaseConfigContext: {
|
|
|
433
649
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
434
650
|
silent: boolean;
|
|
435
651
|
};
|
|
652
|
+
providerBindings: Record<string, {
|
|
653
|
+
implementation?: string | undefined;
|
|
654
|
+
transport?: string | undefined;
|
|
655
|
+
}>;
|
|
436
656
|
providers: {
|
|
437
657
|
[x: string]: unknown;
|
|
438
658
|
moniker: string;
|
|
@@ -448,6 +668,35 @@ export declare const toBaseConfigContext: {
|
|
|
448
668
|
sessionId: string;
|
|
449
669
|
} | undefined;
|
|
450
670
|
};
|
|
671
|
+
transports: Record<string, {
|
|
672
|
+
type: "lmdb";
|
|
673
|
+
root: string;
|
|
674
|
+
} | {
|
|
675
|
+
type: "mongo";
|
|
676
|
+
connectionString?: string | undefined;
|
|
677
|
+
database?: string | undefined;
|
|
678
|
+
domain?: string | undefined;
|
|
679
|
+
password?: string | undefined;
|
|
680
|
+
username?: string | undefined;
|
|
681
|
+
} | {
|
|
682
|
+
protocol: string;
|
|
683
|
+
url: string;
|
|
684
|
+
type: "rpc";
|
|
685
|
+
} | {
|
|
686
|
+
type: "rest";
|
|
687
|
+
baseUrl: string;
|
|
688
|
+
} | {
|
|
689
|
+
type: "s3";
|
|
690
|
+
bucket?: string | undefined;
|
|
691
|
+
prefix?: string | undefined;
|
|
692
|
+
readUrl?: string | undefined;
|
|
693
|
+
accessKeyId?: string | undefined;
|
|
694
|
+
accountId?: string | undefined;
|
|
695
|
+
secretAccessKey?: string | undefined;
|
|
696
|
+
} | {
|
|
697
|
+
type: "evm-rpc";
|
|
698
|
+
url: string;
|
|
699
|
+
}>;
|
|
451
700
|
storage: {
|
|
452
701
|
mongo?: {
|
|
453
702
|
connectionString?: string | undefined;
|
|
@@ -456,16 +705,37 @@ export declare const toBaseConfigContext: {
|
|
|
456
705
|
password?: string | undefined;
|
|
457
706
|
username?: string | undefined;
|
|
458
707
|
} | undefined;
|
|
459
|
-
|
|
708
|
+
root?: string | undefined;
|
|
709
|
+
s3?: {
|
|
460
710
|
accessKeyId?: string | undefined;
|
|
461
711
|
accountId?: string | undefined;
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
712
|
+
chainState?: {
|
|
713
|
+
accessKeyId?: string | undefined;
|
|
714
|
+
accountId?: string | undefined;
|
|
715
|
+
bucket?: string | undefined;
|
|
716
|
+
prefix?: string | undefined;
|
|
717
|
+
readUrl?: string | undefined;
|
|
718
|
+
secretAccessKey?: string | undefined;
|
|
719
|
+
} | undefined;
|
|
720
|
+
finalized?: {
|
|
721
|
+
accessKeyId?: string | undefined;
|
|
722
|
+
accountId?: string | undefined;
|
|
723
|
+
bucket?: string | undefined;
|
|
724
|
+
prefix?: string | undefined;
|
|
725
|
+
readUrl?: string | undefined;
|
|
726
|
+
secretAccessKey?: string | undefined;
|
|
727
|
+
} | undefined;
|
|
728
|
+
index?: {
|
|
729
|
+
accessKeyId?: string | undefined;
|
|
730
|
+
accountId?: string | undefined;
|
|
731
|
+
bucket?: string | undefined;
|
|
732
|
+
prefix?: string | undefined;
|
|
733
|
+
readUrl?: string | undefined;
|
|
734
|
+
secretAccessKey?: string | undefined;
|
|
735
|
+
} | undefined;
|
|
465
736
|
prefix?: string | undefined;
|
|
466
737
|
secretAccessKey?: string | undefined;
|
|
467
738
|
} | undefined;
|
|
468
|
-
root?: string | undefined;
|
|
469
739
|
};
|
|
470
740
|
telemetry: {
|
|
471
741
|
metrics?: {
|
|
@@ -485,12 +755,12 @@ export declare const toBaseConfigContext: {
|
|
|
485
755
|
readonly __hex: true;
|
|
486
756
|
} & {
|
|
487
757
|
readonly __address: true;
|
|
488
|
-
}) | import("@xyo-network/
|
|
758
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
489
759
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
490
760
|
readonly __hex: true;
|
|
491
761
|
} & {
|
|
492
762
|
readonly __address: true;
|
|
493
|
-
}) | import("@xyo-network/
|
|
763
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
494
764
|
};
|
|
495
765
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
496
766
|
};
|
|
@@ -511,7 +781,7 @@ export declare const toBaseConfigContext: {
|
|
|
511
781
|
readonly __hex: true;
|
|
512
782
|
} & {
|
|
513
783
|
readonly __address: true;
|
|
514
|
-
}) | import("@xyo-network/
|
|
784
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
515
785
|
};
|
|
516
786
|
evm: {
|
|
517
787
|
chainId?: string | undefined;
|
|
@@ -527,6 +797,10 @@ export declare const toBaseConfigContext: {
|
|
|
527
797
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
528
798
|
silent: boolean;
|
|
529
799
|
};
|
|
800
|
+
providerBindings: Record<string, {
|
|
801
|
+
implementation?: string | undefined;
|
|
802
|
+
transport?: string | undefined;
|
|
803
|
+
}>;
|
|
530
804
|
providers: {
|
|
531
805
|
[x: string]: unknown;
|
|
532
806
|
moniker: string;
|
|
@@ -542,6 +816,35 @@ export declare const toBaseConfigContext: {
|
|
|
542
816
|
sessionId: string;
|
|
543
817
|
} | undefined;
|
|
544
818
|
};
|
|
819
|
+
transports: Record<string, {
|
|
820
|
+
type: "lmdb";
|
|
821
|
+
root: string;
|
|
822
|
+
} | {
|
|
823
|
+
type: "mongo";
|
|
824
|
+
connectionString?: string | undefined;
|
|
825
|
+
database?: string | undefined;
|
|
826
|
+
domain?: string | undefined;
|
|
827
|
+
password?: string | undefined;
|
|
828
|
+
username?: string | undefined;
|
|
829
|
+
} | {
|
|
830
|
+
protocol: string;
|
|
831
|
+
url: string;
|
|
832
|
+
type: "rpc";
|
|
833
|
+
} | {
|
|
834
|
+
type: "rest";
|
|
835
|
+
baseUrl: string;
|
|
836
|
+
} | {
|
|
837
|
+
type: "s3";
|
|
838
|
+
bucket?: string | undefined;
|
|
839
|
+
prefix?: string | undefined;
|
|
840
|
+
readUrl?: string | undefined;
|
|
841
|
+
accessKeyId?: string | undefined;
|
|
842
|
+
accountId?: string | undefined;
|
|
843
|
+
secretAccessKey?: string | undefined;
|
|
844
|
+
} | {
|
|
845
|
+
type: "evm-rpc";
|
|
846
|
+
url: string;
|
|
847
|
+
}>;
|
|
545
848
|
storage: {
|
|
546
849
|
mongo?: {
|
|
547
850
|
connectionString?: string | undefined;
|
|
@@ -550,16 +853,37 @@ export declare const toBaseConfigContext: {
|
|
|
550
853
|
password?: string | undefined;
|
|
551
854
|
username?: string | undefined;
|
|
552
855
|
} | undefined;
|
|
553
|
-
|
|
856
|
+
root?: string | undefined;
|
|
857
|
+
s3?: {
|
|
554
858
|
accessKeyId?: string | undefined;
|
|
555
859
|
accountId?: string | undefined;
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
860
|
+
chainState?: {
|
|
861
|
+
accessKeyId?: string | undefined;
|
|
862
|
+
accountId?: string | undefined;
|
|
863
|
+
bucket?: string | undefined;
|
|
864
|
+
prefix?: string | undefined;
|
|
865
|
+
readUrl?: string | undefined;
|
|
866
|
+
secretAccessKey?: string | undefined;
|
|
867
|
+
} | undefined;
|
|
868
|
+
finalized?: {
|
|
869
|
+
accessKeyId?: string | undefined;
|
|
870
|
+
accountId?: string | undefined;
|
|
871
|
+
bucket?: string | undefined;
|
|
872
|
+
prefix?: string | undefined;
|
|
873
|
+
readUrl?: string | undefined;
|
|
874
|
+
secretAccessKey?: string | undefined;
|
|
875
|
+
} | undefined;
|
|
876
|
+
index?: {
|
|
877
|
+
accessKeyId?: string | undefined;
|
|
878
|
+
accountId?: string | undefined;
|
|
879
|
+
bucket?: string | undefined;
|
|
880
|
+
prefix?: string | undefined;
|
|
881
|
+
readUrl?: string | undefined;
|
|
882
|
+
secretAccessKey?: string | undefined;
|
|
883
|
+
} | undefined;
|
|
559
884
|
prefix?: string | undefined;
|
|
560
885
|
secretAccessKey?: string | undefined;
|
|
561
886
|
} | undefined;
|
|
562
|
-
root?: string | undefined;
|
|
563
887
|
};
|
|
564
888
|
telemetry: {
|
|
565
889
|
metrics?: {
|
|
@@ -579,12 +903,12 @@ export declare const toBaseConfigContext: {
|
|
|
579
903
|
readonly __hex: true;
|
|
580
904
|
} & {
|
|
581
905
|
readonly __address: true;
|
|
582
|
-
}) | import("@xyo-network/
|
|
906
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
583
907
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
584
908
|
readonly __hex: true;
|
|
585
909
|
} & {
|
|
586
910
|
readonly __address: true;
|
|
587
|
-
}) | import("@xyo-network/
|
|
911
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
588
912
|
};
|
|
589
913
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
590
914
|
};
|