@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
|
@@ -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/
|
|
18
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-protocol-js").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<{
|
|
@@ -39,6 +39,10 @@ export declare const ActorConfigContext: z.ZodMiniObject<{
|
|
|
39
39
|
}>>;
|
|
40
40
|
silent: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
41
41
|
}, z.core.$strip>>;
|
|
42
|
+
providerBindings: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
43
|
+
implementation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
44
|
+
transport: import("zod").ZodOptional<import("zod").ZodString>;
|
|
45
|
+
}, z.core.$strip>>>>;
|
|
42
46
|
providers: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
43
47
|
moniker: import("zod").ZodString;
|
|
44
48
|
labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
@@ -53,6 +57,35 @@ export declare const ActorConfigContext: z.ZodMiniObject<{
|
|
|
53
57
|
sessionId: import("zod").ZodString;
|
|
54
58
|
}, z.core.$strip>]>>;
|
|
55
59
|
}, z.core.$strip>>;
|
|
60
|
+
transports: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
61
|
+
type: import("zod").ZodLiteral<"lmdb">;
|
|
62
|
+
root: import("zod").ZodString;
|
|
63
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
64
|
+
type: import("zod").ZodLiteral<"mongo">;
|
|
65
|
+
connectionString: import("zod").ZodOptional<import("zod").ZodString>;
|
|
66
|
+
database: import("zod").ZodOptional<import("zod").ZodString>;
|
|
67
|
+
domain: import("zod").ZodOptional<import("zod").ZodString>;
|
|
68
|
+
password: import("zod").ZodOptional<import("zod").ZodString>;
|
|
69
|
+
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
70
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
71
|
+
protocol: import("zod").ZodDefault<import("zod").ZodString>;
|
|
72
|
+
url: import("zod").ZodString;
|
|
73
|
+
type: import("zod").ZodLiteral<"rpc">;
|
|
74
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
75
|
+
type: import("zod").ZodLiteral<"rest">;
|
|
76
|
+
baseUrl: import("zod").ZodString;
|
|
77
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
78
|
+
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
79
|
+
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
80
|
+
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
81
|
+
type: import("zod").ZodLiteral<"s3">;
|
|
82
|
+
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
83
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
84
|
+
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
85
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
86
|
+
type: import("zod").ZodLiteral<"evm-rpc">;
|
|
87
|
+
url: import("zod").ZodString;
|
|
88
|
+
}, z.core.$strip>], "type">>>>;
|
|
56
89
|
storage: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
57
90
|
mongo: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
58
91
|
connectionString: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -61,16 +94,37 @@ export declare const ActorConfigContext: z.ZodMiniObject<{
|
|
|
61
94
|
password: import("zod").ZodOptional<import("zod").ZodString>;
|
|
62
95
|
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
63
96
|
}, z.core.$strip>>;
|
|
64
|
-
|
|
97
|
+
root: import("zod").ZodOptional<import("zod").ZodString>;
|
|
98
|
+
s3: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
65
99
|
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
66
100
|
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
101
|
+
chainState: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
102
|
+
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
103
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
104
|
+
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
105
|
+
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
106
|
+
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
107
|
+
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
108
|
+
}, z.core.$strip>>;
|
|
109
|
+
finalized: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
110
|
+
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
111
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
112
|
+
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
113
|
+
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
114
|
+
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
115
|
+
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
116
|
+
}, z.core.$strip>>;
|
|
117
|
+
index: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
118
|
+
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
119
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
120
|
+
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
121
|
+
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
122
|
+
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
123
|
+
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
124
|
+
}, z.core.$strip>>;
|
|
70
125
|
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
71
126
|
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
72
127
|
}, z.core.$strip>>;
|
|
73
|
-
root: import("zod").ZodOptional<import("zod").ZodString>;
|
|
74
128
|
}, z.core.$strip>>;
|
|
75
129
|
telemetry: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
76
130
|
metrics: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -88,12 +142,12 @@ export declare const ActorConfigContext: z.ZodMiniObject<{
|
|
|
88
142
|
readonly __hex: true;
|
|
89
143
|
} & {
|
|
90
144
|
readonly __address: true;
|
|
91
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/
|
|
145
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-protocol-js").XyoQuantAddress, string>>]>>>;
|
|
92
146
|
allowedRewardEscrowAccountSigners: import("zod").ZodOptional<import("zod").ZodArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
93
147
|
readonly __hex: true;
|
|
94
148
|
} & {
|
|
95
149
|
readonly __address: true;
|
|
96
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/
|
|
150
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-protocol-js").XyoQuantAddress, string>>]>>>;
|
|
97
151
|
minCandidates: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
98
152
|
backoffMs: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
99
153
|
}, z.core.$strip>>;
|
|
@@ -114,7 +168,7 @@ export declare const isActorConfigContext: <T>(value: T) => value is T & {
|
|
|
114
168
|
readonly __hex: true;
|
|
115
169
|
} & {
|
|
116
170
|
readonly __address: true;
|
|
117
|
-
}) | import("@xyo-network/
|
|
171
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
118
172
|
};
|
|
119
173
|
evm: {
|
|
120
174
|
chainId?: string | undefined;
|
|
@@ -130,6 +184,10 @@ export declare const isActorConfigContext: <T>(value: T) => value is T & {
|
|
|
130
184
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
131
185
|
silent: boolean;
|
|
132
186
|
};
|
|
187
|
+
providerBindings: Record<string, {
|
|
188
|
+
implementation?: string | undefined;
|
|
189
|
+
transport?: string | undefined;
|
|
190
|
+
}>;
|
|
133
191
|
providers: {
|
|
134
192
|
[x: string]: unknown;
|
|
135
193
|
moniker: string;
|
|
@@ -145,6 +203,35 @@ export declare const isActorConfigContext: <T>(value: T) => value is T & {
|
|
|
145
203
|
sessionId: string;
|
|
146
204
|
} | undefined;
|
|
147
205
|
};
|
|
206
|
+
transports: Record<string, {
|
|
207
|
+
type: "lmdb";
|
|
208
|
+
root: string;
|
|
209
|
+
} | {
|
|
210
|
+
type: "mongo";
|
|
211
|
+
connectionString?: string | undefined;
|
|
212
|
+
database?: string | undefined;
|
|
213
|
+
domain?: string | undefined;
|
|
214
|
+
password?: string | undefined;
|
|
215
|
+
username?: string | undefined;
|
|
216
|
+
} | {
|
|
217
|
+
protocol: string;
|
|
218
|
+
url: string;
|
|
219
|
+
type: "rpc";
|
|
220
|
+
} | {
|
|
221
|
+
type: "rest";
|
|
222
|
+
baseUrl: string;
|
|
223
|
+
} | {
|
|
224
|
+
type: "s3";
|
|
225
|
+
bucket?: string | undefined;
|
|
226
|
+
prefix?: string | undefined;
|
|
227
|
+
readUrl?: string | undefined;
|
|
228
|
+
accessKeyId?: string | undefined;
|
|
229
|
+
accountId?: string | undefined;
|
|
230
|
+
secretAccessKey?: string | undefined;
|
|
231
|
+
} | {
|
|
232
|
+
type: "evm-rpc";
|
|
233
|
+
url: string;
|
|
234
|
+
}>;
|
|
148
235
|
storage: {
|
|
149
236
|
mongo?: {
|
|
150
237
|
connectionString?: string | undefined;
|
|
@@ -153,16 +240,37 @@ export declare const isActorConfigContext: <T>(value: T) => value is T & {
|
|
|
153
240
|
password?: string | undefined;
|
|
154
241
|
username?: string | undefined;
|
|
155
242
|
} | undefined;
|
|
156
|
-
|
|
243
|
+
root?: string | undefined;
|
|
244
|
+
s3?: {
|
|
157
245
|
accessKeyId?: string | undefined;
|
|
158
246
|
accountId?: string | undefined;
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
247
|
+
chainState?: {
|
|
248
|
+
accessKeyId?: string | undefined;
|
|
249
|
+
accountId?: string | undefined;
|
|
250
|
+
bucket?: string | undefined;
|
|
251
|
+
prefix?: string | undefined;
|
|
252
|
+
readUrl?: string | undefined;
|
|
253
|
+
secretAccessKey?: string | undefined;
|
|
254
|
+
} | undefined;
|
|
255
|
+
finalized?: {
|
|
256
|
+
accessKeyId?: string | undefined;
|
|
257
|
+
accountId?: string | undefined;
|
|
258
|
+
bucket?: string | undefined;
|
|
259
|
+
prefix?: string | undefined;
|
|
260
|
+
readUrl?: string | undefined;
|
|
261
|
+
secretAccessKey?: string | undefined;
|
|
262
|
+
} | undefined;
|
|
263
|
+
index?: {
|
|
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;
|
|
162
271
|
prefix?: string | undefined;
|
|
163
272
|
secretAccessKey?: string | undefined;
|
|
164
273
|
} | undefined;
|
|
165
|
-
root?: string | undefined;
|
|
166
274
|
};
|
|
167
275
|
telemetry: {
|
|
168
276
|
metrics?: {
|
|
@@ -182,12 +290,12 @@ export declare const isActorConfigContext: <T>(value: T) => value is T & {
|
|
|
182
290
|
readonly __hex: true;
|
|
183
291
|
} & {
|
|
184
292
|
readonly __address: true;
|
|
185
|
-
}) | import("@xyo-network/
|
|
293
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
186
294
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
187
295
|
readonly __hex: true;
|
|
188
296
|
} & {
|
|
189
297
|
readonly __address: true;
|
|
190
|
-
}) | import("@xyo-network/
|
|
298
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
191
299
|
};
|
|
192
300
|
name: string;
|
|
193
301
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
@@ -211,7 +319,7 @@ export declare const asActorConfigContext: {
|
|
|
211
319
|
readonly __hex: true;
|
|
212
320
|
} & {
|
|
213
321
|
readonly __address: true;
|
|
214
|
-
}) | import("@xyo-network/
|
|
322
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
215
323
|
};
|
|
216
324
|
evm: {
|
|
217
325
|
chainId?: string | undefined;
|
|
@@ -227,6 +335,10 @@ export declare const asActorConfigContext: {
|
|
|
227
335
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
228
336
|
silent: boolean;
|
|
229
337
|
};
|
|
338
|
+
providerBindings: Record<string, {
|
|
339
|
+
implementation?: string | undefined;
|
|
340
|
+
transport?: string | undefined;
|
|
341
|
+
}>;
|
|
230
342
|
providers: {
|
|
231
343
|
[x: string]: unknown;
|
|
232
344
|
moniker: string;
|
|
@@ -242,6 +354,35 @@ export declare const asActorConfigContext: {
|
|
|
242
354
|
sessionId: string;
|
|
243
355
|
} | undefined;
|
|
244
356
|
};
|
|
357
|
+
transports: Record<string, {
|
|
358
|
+
type: "lmdb";
|
|
359
|
+
root: string;
|
|
360
|
+
} | {
|
|
361
|
+
type: "mongo";
|
|
362
|
+
connectionString?: string | undefined;
|
|
363
|
+
database?: string | undefined;
|
|
364
|
+
domain?: string | undefined;
|
|
365
|
+
password?: string | undefined;
|
|
366
|
+
username?: string | undefined;
|
|
367
|
+
} | {
|
|
368
|
+
protocol: string;
|
|
369
|
+
url: string;
|
|
370
|
+
type: "rpc";
|
|
371
|
+
} | {
|
|
372
|
+
type: "rest";
|
|
373
|
+
baseUrl: string;
|
|
374
|
+
} | {
|
|
375
|
+
type: "s3";
|
|
376
|
+
bucket?: string | undefined;
|
|
377
|
+
prefix?: string | undefined;
|
|
378
|
+
readUrl?: string | undefined;
|
|
379
|
+
accessKeyId?: string | undefined;
|
|
380
|
+
accountId?: string | undefined;
|
|
381
|
+
secretAccessKey?: string | undefined;
|
|
382
|
+
} | {
|
|
383
|
+
type: "evm-rpc";
|
|
384
|
+
url: string;
|
|
385
|
+
}>;
|
|
245
386
|
storage: {
|
|
246
387
|
mongo?: {
|
|
247
388
|
connectionString?: string | undefined;
|
|
@@ -250,16 +391,37 @@ export declare const asActorConfigContext: {
|
|
|
250
391
|
password?: string | undefined;
|
|
251
392
|
username?: string | undefined;
|
|
252
393
|
} | undefined;
|
|
253
|
-
|
|
394
|
+
root?: string | undefined;
|
|
395
|
+
s3?: {
|
|
254
396
|
accessKeyId?: string | undefined;
|
|
255
397
|
accountId?: string | undefined;
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
398
|
+
chainState?: {
|
|
399
|
+
accessKeyId?: string | undefined;
|
|
400
|
+
accountId?: string | undefined;
|
|
401
|
+
bucket?: string | undefined;
|
|
402
|
+
prefix?: string | undefined;
|
|
403
|
+
readUrl?: string | undefined;
|
|
404
|
+
secretAccessKey?: string | undefined;
|
|
405
|
+
} | undefined;
|
|
406
|
+
finalized?: {
|
|
407
|
+
accessKeyId?: string | undefined;
|
|
408
|
+
accountId?: string | undefined;
|
|
409
|
+
bucket?: string | undefined;
|
|
410
|
+
prefix?: string | undefined;
|
|
411
|
+
readUrl?: string | undefined;
|
|
412
|
+
secretAccessKey?: string | undefined;
|
|
413
|
+
} | undefined;
|
|
414
|
+
index?: {
|
|
415
|
+
accessKeyId?: string | undefined;
|
|
416
|
+
accountId?: string | undefined;
|
|
417
|
+
bucket?: string | undefined;
|
|
418
|
+
prefix?: string | undefined;
|
|
419
|
+
readUrl?: string | undefined;
|
|
420
|
+
secretAccessKey?: string | undefined;
|
|
421
|
+
} | undefined;
|
|
259
422
|
prefix?: string | undefined;
|
|
260
423
|
secretAccessKey?: string | undefined;
|
|
261
424
|
} | undefined;
|
|
262
|
-
root?: string | undefined;
|
|
263
425
|
};
|
|
264
426
|
telemetry: {
|
|
265
427
|
metrics?: {
|
|
@@ -279,12 +441,12 @@ export declare const asActorConfigContext: {
|
|
|
279
441
|
readonly __hex: true;
|
|
280
442
|
} & {
|
|
281
443
|
readonly __address: true;
|
|
282
|
-
}) | import("@xyo-network/
|
|
444
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
283
445
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
284
446
|
readonly __hex: true;
|
|
285
447
|
} & {
|
|
286
448
|
readonly __address: true;
|
|
287
|
-
}) | import("@xyo-network/
|
|
449
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
288
450
|
};
|
|
289
451
|
name: string;
|
|
290
452
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
@@ -306,7 +468,7 @@ export declare const asActorConfigContext: {
|
|
|
306
468
|
readonly __hex: true;
|
|
307
469
|
} & {
|
|
308
470
|
readonly __address: true;
|
|
309
|
-
}) | import("@xyo-network/
|
|
471
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
310
472
|
};
|
|
311
473
|
evm: {
|
|
312
474
|
chainId?: string | undefined;
|
|
@@ -322,6 +484,10 @@ export declare const asActorConfigContext: {
|
|
|
322
484
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
323
485
|
silent: boolean;
|
|
324
486
|
};
|
|
487
|
+
providerBindings: Record<string, {
|
|
488
|
+
implementation?: string | undefined;
|
|
489
|
+
transport?: string | undefined;
|
|
490
|
+
}>;
|
|
325
491
|
providers: {
|
|
326
492
|
[x: string]: unknown;
|
|
327
493
|
moniker: string;
|
|
@@ -337,6 +503,35 @@ export declare const asActorConfigContext: {
|
|
|
337
503
|
sessionId: string;
|
|
338
504
|
} | undefined;
|
|
339
505
|
};
|
|
506
|
+
transports: Record<string, {
|
|
507
|
+
type: "lmdb";
|
|
508
|
+
root: string;
|
|
509
|
+
} | {
|
|
510
|
+
type: "mongo";
|
|
511
|
+
connectionString?: string | undefined;
|
|
512
|
+
database?: string | undefined;
|
|
513
|
+
domain?: string | undefined;
|
|
514
|
+
password?: string | undefined;
|
|
515
|
+
username?: string | undefined;
|
|
516
|
+
} | {
|
|
517
|
+
protocol: string;
|
|
518
|
+
url: string;
|
|
519
|
+
type: "rpc";
|
|
520
|
+
} | {
|
|
521
|
+
type: "rest";
|
|
522
|
+
baseUrl: string;
|
|
523
|
+
} | {
|
|
524
|
+
type: "s3";
|
|
525
|
+
bucket?: string | undefined;
|
|
526
|
+
prefix?: string | undefined;
|
|
527
|
+
readUrl?: string | undefined;
|
|
528
|
+
accessKeyId?: string | undefined;
|
|
529
|
+
accountId?: string | undefined;
|
|
530
|
+
secretAccessKey?: string | undefined;
|
|
531
|
+
} | {
|
|
532
|
+
type: "evm-rpc";
|
|
533
|
+
url: string;
|
|
534
|
+
}>;
|
|
340
535
|
storage: {
|
|
341
536
|
mongo?: {
|
|
342
537
|
connectionString?: string | undefined;
|
|
@@ -345,16 +540,37 @@ export declare const asActorConfigContext: {
|
|
|
345
540
|
password?: string | undefined;
|
|
346
541
|
username?: string | undefined;
|
|
347
542
|
} | undefined;
|
|
348
|
-
|
|
543
|
+
root?: string | undefined;
|
|
544
|
+
s3?: {
|
|
349
545
|
accessKeyId?: string | undefined;
|
|
350
546
|
accountId?: string | undefined;
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
547
|
+
chainState?: {
|
|
548
|
+
accessKeyId?: string | undefined;
|
|
549
|
+
accountId?: string | undefined;
|
|
550
|
+
bucket?: string | undefined;
|
|
551
|
+
prefix?: string | undefined;
|
|
552
|
+
readUrl?: string | undefined;
|
|
553
|
+
secretAccessKey?: string | undefined;
|
|
554
|
+
} | undefined;
|
|
555
|
+
finalized?: {
|
|
556
|
+
accessKeyId?: string | undefined;
|
|
557
|
+
accountId?: string | undefined;
|
|
558
|
+
bucket?: string | undefined;
|
|
559
|
+
prefix?: string | undefined;
|
|
560
|
+
readUrl?: string | undefined;
|
|
561
|
+
secretAccessKey?: string | undefined;
|
|
562
|
+
} | undefined;
|
|
563
|
+
index?: {
|
|
564
|
+
accessKeyId?: string | undefined;
|
|
565
|
+
accountId?: string | undefined;
|
|
566
|
+
bucket?: string | undefined;
|
|
567
|
+
prefix?: string | undefined;
|
|
568
|
+
readUrl?: string | undefined;
|
|
569
|
+
secretAccessKey?: string | undefined;
|
|
570
|
+
} | undefined;
|
|
354
571
|
prefix?: string | undefined;
|
|
355
572
|
secretAccessKey?: string | undefined;
|
|
356
573
|
} | undefined;
|
|
357
|
-
root?: string | undefined;
|
|
358
574
|
};
|
|
359
575
|
telemetry: {
|
|
360
576
|
metrics?: {
|
|
@@ -374,12 +590,12 @@ export declare const asActorConfigContext: {
|
|
|
374
590
|
readonly __hex: true;
|
|
375
591
|
} & {
|
|
376
592
|
readonly __address: true;
|
|
377
|
-
}) | import("@xyo-network/
|
|
593
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
378
594
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
379
595
|
readonly __hex: true;
|
|
380
596
|
} & {
|
|
381
597
|
readonly __address: true;
|
|
382
|
-
}) | import("@xyo-network/
|
|
598
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
383
599
|
};
|
|
384
600
|
name: string;
|
|
385
601
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
@@ -404,7 +620,7 @@ export declare const toActorConfigContext: {
|
|
|
404
620
|
readonly __hex: true;
|
|
405
621
|
} & {
|
|
406
622
|
readonly __address: true;
|
|
407
|
-
}) | import("@xyo-network/
|
|
623
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
408
624
|
};
|
|
409
625
|
evm: {
|
|
410
626
|
chainId?: string | undefined;
|
|
@@ -420,6 +636,10 @@ export declare const toActorConfigContext: {
|
|
|
420
636
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
421
637
|
silent: boolean;
|
|
422
638
|
};
|
|
639
|
+
providerBindings: Record<string, {
|
|
640
|
+
implementation?: string | undefined;
|
|
641
|
+
transport?: string | undefined;
|
|
642
|
+
}>;
|
|
423
643
|
providers: {
|
|
424
644
|
[x: string]: unknown;
|
|
425
645
|
moniker: string;
|
|
@@ -435,6 +655,35 @@ export declare const toActorConfigContext: {
|
|
|
435
655
|
sessionId: string;
|
|
436
656
|
} | undefined;
|
|
437
657
|
};
|
|
658
|
+
transports: Record<string, {
|
|
659
|
+
type: "lmdb";
|
|
660
|
+
root: string;
|
|
661
|
+
} | {
|
|
662
|
+
type: "mongo";
|
|
663
|
+
connectionString?: string | undefined;
|
|
664
|
+
database?: string | undefined;
|
|
665
|
+
domain?: string | undefined;
|
|
666
|
+
password?: string | undefined;
|
|
667
|
+
username?: string | undefined;
|
|
668
|
+
} | {
|
|
669
|
+
protocol: string;
|
|
670
|
+
url: string;
|
|
671
|
+
type: "rpc";
|
|
672
|
+
} | {
|
|
673
|
+
type: "rest";
|
|
674
|
+
baseUrl: string;
|
|
675
|
+
} | {
|
|
676
|
+
type: "s3";
|
|
677
|
+
bucket?: string | undefined;
|
|
678
|
+
prefix?: string | undefined;
|
|
679
|
+
readUrl?: string | undefined;
|
|
680
|
+
accessKeyId?: string | undefined;
|
|
681
|
+
accountId?: string | undefined;
|
|
682
|
+
secretAccessKey?: string | undefined;
|
|
683
|
+
} | {
|
|
684
|
+
type: "evm-rpc";
|
|
685
|
+
url: string;
|
|
686
|
+
}>;
|
|
438
687
|
storage: {
|
|
439
688
|
mongo?: {
|
|
440
689
|
connectionString?: string | undefined;
|
|
@@ -443,16 +692,37 @@ export declare const toActorConfigContext: {
|
|
|
443
692
|
password?: string | undefined;
|
|
444
693
|
username?: string | undefined;
|
|
445
694
|
} | undefined;
|
|
446
|
-
|
|
695
|
+
root?: string | undefined;
|
|
696
|
+
s3?: {
|
|
447
697
|
accessKeyId?: string | undefined;
|
|
448
698
|
accountId?: string | undefined;
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
699
|
+
chainState?: {
|
|
700
|
+
accessKeyId?: string | undefined;
|
|
701
|
+
accountId?: string | undefined;
|
|
702
|
+
bucket?: string | undefined;
|
|
703
|
+
prefix?: string | undefined;
|
|
704
|
+
readUrl?: string | undefined;
|
|
705
|
+
secretAccessKey?: string | undefined;
|
|
706
|
+
} | undefined;
|
|
707
|
+
finalized?: {
|
|
708
|
+
accessKeyId?: string | undefined;
|
|
709
|
+
accountId?: string | undefined;
|
|
710
|
+
bucket?: string | undefined;
|
|
711
|
+
prefix?: string | undefined;
|
|
712
|
+
readUrl?: string | undefined;
|
|
713
|
+
secretAccessKey?: string | undefined;
|
|
714
|
+
} | undefined;
|
|
715
|
+
index?: {
|
|
716
|
+
accessKeyId?: string | undefined;
|
|
717
|
+
accountId?: string | undefined;
|
|
718
|
+
bucket?: string | undefined;
|
|
719
|
+
prefix?: string | undefined;
|
|
720
|
+
readUrl?: string | undefined;
|
|
721
|
+
secretAccessKey?: string | undefined;
|
|
722
|
+
} | undefined;
|
|
452
723
|
prefix?: string | undefined;
|
|
453
724
|
secretAccessKey?: string | undefined;
|
|
454
725
|
} | undefined;
|
|
455
|
-
root?: string | undefined;
|
|
456
726
|
};
|
|
457
727
|
telemetry: {
|
|
458
728
|
metrics?: {
|
|
@@ -472,12 +742,12 @@ export declare const toActorConfigContext: {
|
|
|
472
742
|
readonly __hex: true;
|
|
473
743
|
} & {
|
|
474
744
|
readonly __address: true;
|
|
475
|
-
}) | import("@xyo-network/
|
|
745
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
476
746
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
477
747
|
readonly __hex: true;
|
|
478
748
|
} & {
|
|
479
749
|
readonly __address: true;
|
|
480
|
-
}) | import("@xyo-network/
|
|
750
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
481
751
|
};
|
|
482
752
|
name: string;
|
|
483
753
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
@@ -499,7 +769,7 @@ export declare const toActorConfigContext: {
|
|
|
499
769
|
readonly __hex: true;
|
|
500
770
|
} & {
|
|
501
771
|
readonly __address: true;
|
|
502
|
-
}) | import("@xyo-network/
|
|
772
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
503
773
|
};
|
|
504
774
|
evm: {
|
|
505
775
|
chainId?: string | undefined;
|
|
@@ -515,6 +785,10 @@ export declare const toActorConfigContext: {
|
|
|
515
785
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
516
786
|
silent: boolean;
|
|
517
787
|
};
|
|
788
|
+
providerBindings: Record<string, {
|
|
789
|
+
implementation?: string | undefined;
|
|
790
|
+
transport?: string | undefined;
|
|
791
|
+
}>;
|
|
518
792
|
providers: {
|
|
519
793
|
[x: string]: unknown;
|
|
520
794
|
moniker: string;
|
|
@@ -530,6 +804,35 @@ export declare const toActorConfigContext: {
|
|
|
530
804
|
sessionId: string;
|
|
531
805
|
} | undefined;
|
|
532
806
|
};
|
|
807
|
+
transports: Record<string, {
|
|
808
|
+
type: "lmdb";
|
|
809
|
+
root: string;
|
|
810
|
+
} | {
|
|
811
|
+
type: "mongo";
|
|
812
|
+
connectionString?: string | undefined;
|
|
813
|
+
database?: string | undefined;
|
|
814
|
+
domain?: string | undefined;
|
|
815
|
+
password?: string | undefined;
|
|
816
|
+
username?: string | undefined;
|
|
817
|
+
} | {
|
|
818
|
+
protocol: string;
|
|
819
|
+
url: string;
|
|
820
|
+
type: "rpc";
|
|
821
|
+
} | {
|
|
822
|
+
type: "rest";
|
|
823
|
+
baseUrl: string;
|
|
824
|
+
} | {
|
|
825
|
+
type: "s3";
|
|
826
|
+
bucket?: string | undefined;
|
|
827
|
+
prefix?: string | undefined;
|
|
828
|
+
readUrl?: string | undefined;
|
|
829
|
+
accessKeyId?: string | undefined;
|
|
830
|
+
accountId?: string | undefined;
|
|
831
|
+
secretAccessKey?: string | undefined;
|
|
832
|
+
} | {
|
|
833
|
+
type: "evm-rpc";
|
|
834
|
+
url: string;
|
|
835
|
+
}>;
|
|
533
836
|
storage: {
|
|
534
837
|
mongo?: {
|
|
535
838
|
connectionString?: string | undefined;
|
|
@@ -538,16 +841,37 @@ export declare const toActorConfigContext: {
|
|
|
538
841
|
password?: string | undefined;
|
|
539
842
|
username?: string | undefined;
|
|
540
843
|
} | undefined;
|
|
541
|
-
|
|
844
|
+
root?: string | undefined;
|
|
845
|
+
s3?: {
|
|
542
846
|
accessKeyId?: string | undefined;
|
|
543
847
|
accountId?: string | undefined;
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
848
|
+
chainState?: {
|
|
849
|
+
accessKeyId?: string | undefined;
|
|
850
|
+
accountId?: string | undefined;
|
|
851
|
+
bucket?: string | undefined;
|
|
852
|
+
prefix?: string | undefined;
|
|
853
|
+
readUrl?: string | undefined;
|
|
854
|
+
secretAccessKey?: string | undefined;
|
|
855
|
+
} | undefined;
|
|
856
|
+
finalized?: {
|
|
857
|
+
accessKeyId?: string | undefined;
|
|
858
|
+
accountId?: string | undefined;
|
|
859
|
+
bucket?: string | undefined;
|
|
860
|
+
prefix?: string | undefined;
|
|
861
|
+
readUrl?: string | undefined;
|
|
862
|
+
secretAccessKey?: string | undefined;
|
|
863
|
+
} | undefined;
|
|
864
|
+
index?: {
|
|
865
|
+
accessKeyId?: string | undefined;
|
|
866
|
+
accountId?: string | undefined;
|
|
867
|
+
bucket?: string | undefined;
|
|
868
|
+
prefix?: string | undefined;
|
|
869
|
+
readUrl?: string | undefined;
|
|
870
|
+
secretAccessKey?: string | undefined;
|
|
871
|
+
} | undefined;
|
|
547
872
|
prefix?: string | undefined;
|
|
548
873
|
secretAccessKey?: string | undefined;
|
|
549
874
|
} | undefined;
|
|
550
|
-
root?: string | undefined;
|
|
551
875
|
};
|
|
552
876
|
telemetry: {
|
|
553
877
|
metrics?: {
|
|
@@ -567,12 +891,12 @@ export declare const toActorConfigContext: {
|
|
|
567
891
|
readonly __hex: true;
|
|
568
892
|
} & {
|
|
569
893
|
readonly __address: true;
|
|
570
|
-
}) | import("@xyo-network/
|
|
894
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
571
895
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
572
896
|
readonly __hex: true;
|
|
573
897
|
} & {
|
|
574
898
|
readonly __address: true;
|
|
575
|
-
}) | import("@xyo-network/
|
|
899
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
576
900
|
};
|
|
577
901
|
name: string;
|
|
578
902
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|