@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
|
@@ -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/
|
|
21
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-protocol-js").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<{
|
|
@@ -42,6 +42,10 @@ export declare const ActorConfigZod: z.ZodMiniObject<{
|
|
|
42
42
|
}>>;
|
|
43
43
|
silent: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
44
44
|
}, z.core.$strip>>;
|
|
45
|
+
providerBindings: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
46
|
+
implementation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
47
|
+
transport: import("zod").ZodOptional<import("zod").ZodString>;
|
|
48
|
+
}, z.core.$strip>>>>;
|
|
45
49
|
providers: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
46
50
|
moniker: import("zod").ZodString;
|
|
47
51
|
labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
@@ -56,6 +60,35 @@ export declare const ActorConfigZod: z.ZodMiniObject<{
|
|
|
56
60
|
sessionId: import("zod").ZodString;
|
|
57
61
|
}, z.core.$strip>]>>;
|
|
58
62
|
}, z.core.$strip>>;
|
|
63
|
+
transports: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
64
|
+
type: import("zod").ZodLiteral<"lmdb">;
|
|
65
|
+
root: import("zod").ZodString;
|
|
66
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
67
|
+
type: import("zod").ZodLiteral<"mongo">;
|
|
68
|
+
connectionString: import("zod").ZodOptional<import("zod").ZodString>;
|
|
69
|
+
database: import("zod").ZodOptional<import("zod").ZodString>;
|
|
70
|
+
domain: import("zod").ZodOptional<import("zod").ZodString>;
|
|
71
|
+
password: import("zod").ZodOptional<import("zod").ZodString>;
|
|
72
|
+
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
73
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
74
|
+
protocol: import("zod").ZodDefault<import("zod").ZodString>;
|
|
75
|
+
url: import("zod").ZodString;
|
|
76
|
+
type: import("zod").ZodLiteral<"rpc">;
|
|
77
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
78
|
+
type: import("zod").ZodLiteral<"rest">;
|
|
79
|
+
baseUrl: import("zod").ZodString;
|
|
80
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
81
|
+
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
82
|
+
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
83
|
+
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
84
|
+
type: import("zod").ZodLiteral<"s3">;
|
|
85
|
+
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
86
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
87
|
+
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
88
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
89
|
+
type: import("zod").ZodLiteral<"evm-rpc">;
|
|
90
|
+
url: import("zod").ZodString;
|
|
91
|
+
}, z.core.$strip>], "type">>>>;
|
|
59
92
|
storage: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
60
93
|
mongo: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
61
94
|
connectionString: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -64,16 +97,37 @@ export declare const ActorConfigZod: z.ZodMiniObject<{
|
|
|
64
97
|
password: import("zod").ZodOptional<import("zod").ZodString>;
|
|
65
98
|
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
66
99
|
}, z.core.$strip>>;
|
|
67
|
-
|
|
100
|
+
root: import("zod").ZodOptional<import("zod").ZodString>;
|
|
101
|
+
s3: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
68
102
|
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
69
103
|
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
104
|
+
chainState: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
105
|
+
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
106
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
107
|
+
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
108
|
+
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
109
|
+
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
110
|
+
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
111
|
+
}, z.core.$strip>>;
|
|
112
|
+
finalized: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
113
|
+
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
114
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
115
|
+
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
116
|
+
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
117
|
+
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
118
|
+
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
119
|
+
}, z.core.$strip>>;
|
|
120
|
+
index: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
121
|
+
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
122
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
123
|
+
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
124
|
+
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
125
|
+
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
126
|
+
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
127
|
+
}, z.core.$strip>>;
|
|
73
128
|
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
74
129
|
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
75
130
|
}, z.core.$strip>>;
|
|
76
|
-
root: import("zod").ZodOptional<import("zod").ZodString>;
|
|
77
131
|
}, z.core.$strip>>;
|
|
78
132
|
telemetry: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
79
133
|
metrics: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -91,12 +145,12 @@ export declare const ActorConfigZod: z.ZodMiniObject<{
|
|
|
91
145
|
readonly __hex: true;
|
|
92
146
|
} & {
|
|
93
147
|
readonly __address: true;
|
|
94
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/
|
|
148
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-protocol-js").XyoQuantAddress, string>>]>>>;
|
|
95
149
|
allowedRewardEscrowAccountSigners: import("zod").ZodOptional<import("zod").ZodArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
96
150
|
readonly __hex: true;
|
|
97
151
|
} & {
|
|
98
152
|
readonly __address: true;
|
|
99
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/
|
|
153
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-protocol-js").XyoQuantAddress, string>>]>>>;
|
|
100
154
|
minCandidates: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
101
155
|
backoffMs: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
102
156
|
}, z.core.$strip>>;
|
|
@@ -113,7 +167,7 @@ export declare const isActorConfig: <T>(value: T) => value is T & {
|
|
|
113
167
|
readonly __hex: true;
|
|
114
168
|
} & {
|
|
115
169
|
readonly __address: true;
|
|
116
|
-
}) | import("@xyo-network/
|
|
170
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
117
171
|
};
|
|
118
172
|
evm: {
|
|
119
173
|
chainId?: string | undefined;
|
|
@@ -129,6 +183,10 @@ export declare const isActorConfig: <T>(value: T) => value is T & {
|
|
|
129
183
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
130
184
|
silent: boolean;
|
|
131
185
|
};
|
|
186
|
+
providerBindings: Record<string, {
|
|
187
|
+
implementation?: string | undefined;
|
|
188
|
+
transport?: string | undefined;
|
|
189
|
+
}>;
|
|
132
190
|
providers: {
|
|
133
191
|
[x: string]: unknown;
|
|
134
192
|
moniker: string;
|
|
@@ -144,6 +202,35 @@ export declare const isActorConfig: <T>(value: T) => value is T & {
|
|
|
144
202
|
sessionId: string;
|
|
145
203
|
} | undefined;
|
|
146
204
|
};
|
|
205
|
+
transports: Record<string, {
|
|
206
|
+
type: "lmdb";
|
|
207
|
+
root: string;
|
|
208
|
+
} | {
|
|
209
|
+
type: "mongo";
|
|
210
|
+
connectionString?: string | undefined;
|
|
211
|
+
database?: string | undefined;
|
|
212
|
+
domain?: string | undefined;
|
|
213
|
+
password?: string | undefined;
|
|
214
|
+
username?: string | undefined;
|
|
215
|
+
} | {
|
|
216
|
+
protocol: string;
|
|
217
|
+
url: string;
|
|
218
|
+
type: "rpc";
|
|
219
|
+
} | {
|
|
220
|
+
type: "rest";
|
|
221
|
+
baseUrl: string;
|
|
222
|
+
} | {
|
|
223
|
+
type: "s3";
|
|
224
|
+
bucket?: string | undefined;
|
|
225
|
+
prefix?: string | undefined;
|
|
226
|
+
readUrl?: string | undefined;
|
|
227
|
+
accessKeyId?: string | undefined;
|
|
228
|
+
accountId?: string | undefined;
|
|
229
|
+
secretAccessKey?: string | undefined;
|
|
230
|
+
} | {
|
|
231
|
+
type: "evm-rpc";
|
|
232
|
+
url: string;
|
|
233
|
+
}>;
|
|
147
234
|
storage: {
|
|
148
235
|
mongo?: {
|
|
149
236
|
connectionString?: string | undefined;
|
|
@@ -152,16 +239,37 @@ export declare const isActorConfig: <T>(value: T) => value is T & {
|
|
|
152
239
|
password?: string | undefined;
|
|
153
240
|
username?: string | undefined;
|
|
154
241
|
} | undefined;
|
|
155
|
-
|
|
242
|
+
root?: string | undefined;
|
|
243
|
+
s3?: {
|
|
156
244
|
accessKeyId?: string | undefined;
|
|
157
245
|
accountId?: string | undefined;
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
246
|
+
chainState?: {
|
|
247
|
+
accessKeyId?: string | undefined;
|
|
248
|
+
accountId?: string | undefined;
|
|
249
|
+
bucket?: string | undefined;
|
|
250
|
+
prefix?: string | undefined;
|
|
251
|
+
readUrl?: string | undefined;
|
|
252
|
+
secretAccessKey?: string | undefined;
|
|
253
|
+
} | undefined;
|
|
254
|
+
finalized?: {
|
|
255
|
+
accessKeyId?: string | undefined;
|
|
256
|
+
accountId?: string | undefined;
|
|
257
|
+
bucket?: string | undefined;
|
|
258
|
+
prefix?: string | undefined;
|
|
259
|
+
readUrl?: string | undefined;
|
|
260
|
+
secretAccessKey?: string | undefined;
|
|
261
|
+
} | undefined;
|
|
262
|
+
index?: {
|
|
263
|
+
accessKeyId?: string | undefined;
|
|
264
|
+
accountId?: string | undefined;
|
|
265
|
+
bucket?: string | undefined;
|
|
266
|
+
prefix?: string | undefined;
|
|
267
|
+
readUrl?: string | undefined;
|
|
268
|
+
secretAccessKey?: string | undefined;
|
|
269
|
+
} | undefined;
|
|
161
270
|
prefix?: string | undefined;
|
|
162
271
|
secretAccessKey?: string | undefined;
|
|
163
272
|
} | undefined;
|
|
164
|
-
root?: string | undefined;
|
|
165
273
|
};
|
|
166
274
|
telemetry: {
|
|
167
275
|
metrics?: {
|
|
@@ -181,12 +289,12 @@ export declare const isActorConfig: <T>(value: T) => value is T & {
|
|
|
181
289
|
readonly __hex: true;
|
|
182
290
|
} & {
|
|
183
291
|
readonly __address: true;
|
|
184
|
-
}) | import("@xyo-network/
|
|
292
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
185
293
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
186
294
|
readonly __hex: true;
|
|
187
295
|
} & {
|
|
188
296
|
readonly __address: true;
|
|
189
|
-
}) | import("@xyo-network/
|
|
297
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
190
298
|
};
|
|
191
299
|
name: string;
|
|
192
300
|
dataLake?: import("./index.ts").DataLakeConfig | undefined;
|
|
@@ -201,7 +309,7 @@ export declare const asActorConfig: {
|
|
|
201
309
|
readonly __hex: true;
|
|
202
310
|
} & {
|
|
203
311
|
readonly __address: true;
|
|
204
|
-
}) | import("@xyo-network/
|
|
312
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
205
313
|
};
|
|
206
314
|
evm: {
|
|
207
315
|
chainId?: string | undefined;
|
|
@@ -217,6 +325,10 @@ export declare const asActorConfig: {
|
|
|
217
325
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
218
326
|
silent: boolean;
|
|
219
327
|
};
|
|
328
|
+
providerBindings: Record<string, {
|
|
329
|
+
implementation?: string | undefined;
|
|
330
|
+
transport?: string | undefined;
|
|
331
|
+
}>;
|
|
220
332
|
providers: {
|
|
221
333
|
[x: string]: unknown;
|
|
222
334
|
moniker: string;
|
|
@@ -232,6 +344,35 @@ export declare const asActorConfig: {
|
|
|
232
344
|
sessionId: string;
|
|
233
345
|
} | undefined;
|
|
234
346
|
};
|
|
347
|
+
transports: Record<string, {
|
|
348
|
+
type: "lmdb";
|
|
349
|
+
root: string;
|
|
350
|
+
} | {
|
|
351
|
+
type: "mongo";
|
|
352
|
+
connectionString?: string | undefined;
|
|
353
|
+
database?: string | undefined;
|
|
354
|
+
domain?: string | undefined;
|
|
355
|
+
password?: string | undefined;
|
|
356
|
+
username?: string | undefined;
|
|
357
|
+
} | {
|
|
358
|
+
protocol: string;
|
|
359
|
+
url: string;
|
|
360
|
+
type: "rpc";
|
|
361
|
+
} | {
|
|
362
|
+
type: "rest";
|
|
363
|
+
baseUrl: string;
|
|
364
|
+
} | {
|
|
365
|
+
type: "s3";
|
|
366
|
+
bucket?: string | undefined;
|
|
367
|
+
prefix?: string | undefined;
|
|
368
|
+
readUrl?: string | undefined;
|
|
369
|
+
accessKeyId?: string | undefined;
|
|
370
|
+
accountId?: string | undefined;
|
|
371
|
+
secretAccessKey?: string | undefined;
|
|
372
|
+
} | {
|
|
373
|
+
type: "evm-rpc";
|
|
374
|
+
url: string;
|
|
375
|
+
}>;
|
|
235
376
|
storage: {
|
|
236
377
|
mongo?: {
|
|
237
378
|
connectionString?: string | undefined;
|
|
@@ -240,16 +381,37 @@ export declare const asActorConfig: {
|
|
|
240
381
|
password?: string | undefined;
|
|
241
382
|
username?: string | undefined;
|
|
242
383
|
} | undefined;
|
|
243
|
-
|
|
384
|
+
root?: string | undefined;
|
|
385
|
+
s3?: {
|
|
244
386
|
accessKeyId?: string | undefined;
|
|
245
387
|
accountId?: string | undefined;
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
388
|
+
chainState?: {
|
|
389
|
+
accessKeyId?: string | undefined;
|
|
390
|
+
accountId?: string | undefined;
|
|
391
|
+
bucket?: string | undefined;
|
|
392
|
+
prefix?: string | undefined;
|
|
393
|
+
readUrl?: string | undefined;
|
|
394
|
+
secretAccessKey?: string | undefined;
|
|
395
|
+
} | undefined;
|
|
396
|
+
finalized?: {
|
|
397
|
+
accessKeyId?: string | undefined;
|
|
398
|
+
accountId?: string | undefined;
|
|
399
|
+
bucket?: string | undefined;
|
|
400
|
+
prefix?: string | undefined;
|
|
401
|
+
readUrl?: string | undefined;
|
|
402
|
+
secretAccessKey?: string | undefined;
|
|
403
|
+
} | undefined;
|
|
404
|
+
index?: {
|
|
405
|
+
accessKeyId?: string | undefined;
|
|
406
|
+
accountId?: string | undefined;
|
|
407
|
+
bucket?: string | undefined;
|
|
408
|
+
prefix?: string | undefined;
|
|
409
|
+
readUrl?: string | undefined;
|
|
410
|
+
secretAccessKey?: string | undefined;
|
|
411
|
+
} | undefined;
|
|
249
412
|
prefix?: string | undefined;
|
|
250
413
|
secretAccessKey?: string | undefined;
|
|
251
414
|
} | undefined;
|
|
252
|
-
root?: string | undefined;
|
|
253
415
|
};
|
|
254
416
|
telemetry: {
|
|
255
417
|
metrics?: {
|
|
@@ -269,12 +431,12 @@ export declare const asActorConfig: {
|
|
|
269
431
|
readonly __hex: true;
|
|
270
432
|
} & {
|
|
271
433
|
readonly __address: true;
|
|
272
|
-
}) | import("@xyo-network/
|
|
434
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
273
435
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
274
436
|
readonly __hex: true;
|
|
275
437
|
} & {
|
|
276
438
|
readonly __address: true;
|
|
277
|
-
}) | import("@xyo-network/
|
|
439
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
278
440
|
};
|
|
279
441
|
name: string;
|
|
280
442
|
dataLake?: import("./index.ts").DataLakeConfig | undefined;
|
|
@@ -287,7 +449,7 @@ export declare const asActorConfig: {
|
|
|
287
449
|
readonly __hex: true;
|
|
288
450
|
} & {
|
|
289
451
|
readonly __address: true;
|
|
290
|
-
}) | import("@xyo-network/
|
|
452
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
291
453
|
};
|
|
292
454
|
evm: {
|
|
293
455
|
chainId?: string | undefined;
|
|
@@ -303,6 +465,10 @@ export declare const asActorConfig: {
|
|
|
303
465
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
304
466
|
silent: boolean;
|
|
305
467
|
};
|
|
468
|
+
providerBindings: Record<string, {
|
|
469
|
+
implementation?: string | undefined;
|
|
470
|
+
transport?: string | undefined;
|
|
471
|
+
}>;
|
|
306
472
|
providers: {
|
|
307
473
|
[x: string]: unknown;
|
|
308
474
|
moniker: string;
|
|
@@ -318,6 +484,35 @@ export declare const asActorConfig: {
|
|
|
318
484
|
sessionId: string;
|
|
319
485
|
} | undefined;
|
|
320
486
|
};
|
|
487
|
+
transports: Record<string, {
|
|
488
|
+
type: "lmdb";
|
|
489
|
+
root: string;
|
|
490
|
+
} | {
|
|
491
|
+
type: "mongo";
|
|
492
|
+
connectionString?: string | undefined;
|
|
493
|
+
database?: string | undefined;
|
|
494
|
+
domain?: string | undefined;
|
|
495
|
+
password?: string | undefined;
|
|
496
|
+
username?: string | undefined;
|
|
497
|
+
} | {
|
|
498
|
+
protocol: string;
|
|
499
|
+
url: string;
|
|
500
|
+
type: "rpc";
|
|
501
|
+
} | {
|
|
502
|
+
type: "rest";
|
|
503
|
+
baseUrl: string;
|
|
504
|
+
} | {
|
|
505
|
+
type: "s3";
|
|
506
|
+
bucket?: string | undefined;
|
|
507
|
+
prefix?: string | undefined;
|
|
508
|
+
readUrl?: string | undefined;
|
|
509
|
+
accessKeyId?: string | undefined;
|
|
510
|
+
accountId?: string | undefined;
|
|
511
|
+
secretAccessKey?: string | undefined;
|
|
512
|
+
} | {
|
|
513
|
+
type: "evm-rpc";
|
|
514
|
+
url: string;
|
|
515
|
+
}>;
|
|
321
516
|
storage: {
|
|
322
517
|
mongo?: {
|
|
323
518
|
connectionString?: string | undefined;
|
|
@@ -326,16 +521,37 @@ export declare const asActorConfig: {
|
|
|
326
521
|
password?: string | undefined;
|
|
327
522
|
username?: string | undefined;
|
|
328
523
|
} | undefined;
|
|
329
|
-
|
|
524
|
+
root?: string | undefined;
|
|
525
|
+
s3?: {
|
|
330
526
|
accessKeyId?: string | undefined;
|
|
331
527
|
accountId?: string | undefined;
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
528
|
+
chainState?: {
|
|
529
|
+
accessKeyId?: string | undefined;
|
|
530
|
+
accountId?: string | undefined;
|
|
531
|
+
bucket?: string | undefined;
|
|
532
|
+
prefix?: string | undefined;
|
|
533
|
+
readUrl?: string | undefined;
|
|
534
|
+
secretAccessKey?: string | undefined;
|
|
535
|
+
} | undefined;
|
|
536
|
+
finalized?: {
|
|
537
|
+
accessKeyId?: string | undefined;
|
|
538
|
+
accountId?: string | undefined;
|
|
539
|
+
bucket?: string | undefined;
|
|
540
|
+
prefix?: string | undefined;
|
|
541
|
+
readUrl?: string | undefined;
|
|
542
|
+
secretAccessKey?: string | undefined;
|
|
543
|
+
} | undefined;
|
|
544
|
+
index?: {
|
|
545
|
+
accessKeyId?: string | undefined;
|
|
546
|
+
accountId?: string | undefined;
|
|
547
|
+
bucket?: string | undefined;
|
|
548
|
+
prefix?: string | undefined;
|
|
549
|
+
readUrl?: string | undefined;
|
|
550
|
+
secretAccessKey?: string | undefined;
|
|
551
|
+
} | undefined;
|
|
335
552
|
prefix?: string | undefined;
|
|
336
553
|
secretAccessKey?: string | undefined;
|
|
337
554
|
} | undefined;
|
|
338
|
-
root?: string | undefined;
|
|
339
555
|
};
|
|
340
556
|
telemetry: {
|
|
341
557
|
metrics?: {
|
|
@@ -355,12 +571,12 @@ export declare const asActorConfig: {
|
|
|
355
571
|
readonly __hex: true;
|
|
356
572
|
} & {
|
|
357
573
|
readonly __address: true;
|
|
358
|
-
}) | import("@xyo-network/
|
|
574
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
359
575
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
360
576
|
readonly __hex: true;
|
|
361
577
|
} & {
|
|
362
578
|
readonly __address: true;
|
|
363
|
-
}) | import("@xyo-network/
|
|
579
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
364
580
|
};
|
|
365
581
|
name: string;
|
|
366
582
|
dataLake?: import("./index.ts").DataLakeConfig | undefined;
|
|
@@ -376,7 +592,7 @@ export declare const toActorConfig: {
|
|
|
376
592
|
readonly __hex: true;
|
|
377
593
|
} & {
|
|
378
594
|
readonly __address: true;
|
|
379
|
-
}) | import("@xyo-network/
|
|
595
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
380
596
|
};
|
|
381
597
|
evm: {
|
|
382
598
|
chainId?: string | undefined;
|
|
@@ -392,6 +608,10 @@ export declare const toActorConfig: {
|
|
|
392
608
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
393
609
|
silent: boolean;
|
|
394
610
|
};
|
|
611
|
+
providerBindings: Record<string, {
|
|
612
|
+
implementation?: string | undefined;
|
|
613
|
+
transport?: string | undefined;
|
|
614
|
+
}>;
|
|
395
615
|
providers: {
|
|
396
616
|
[x: string]: unknown;
|
|
397
617
|
moniker: string;
|
|
@@ -407,6 +627,35 @@ export declare const toActorConfig: {
|
|
|
407
627
|
sessionId: string;
|
|
408
628
|
} | undefined;
|
|
409
629
|
};
|
|
630
|
+
transports: Record<string, {
|
|
631
|
+
type: "lmdb";
|
|
632
|
+
root: string;
|
|
633
|
+
} | {
|
|
634
|
+
type: "mongo";
|
|
635
|
+
connectionString?: string | undefined;
|
|
636
|
+
database?: string | undefined;
|
|
637
|
+
domain?: string | undefined;
|
|
638
|
+
password?: string | undefined;
|
|
639
|
+
username?: string | undefined;
|
|
640
|
+
} | {
|
|
641
|
+
protocol: string;
|
|
642
|
+
url: string;
|
|
643
|
+
type: "rpc";
|
|
644
|
+
} | {
|
|
645
|
+
type: "rest";
|
|
646
|
+
baseUrl: string;
|
|
647
|
+
} | {
|
|
648
|
+
type: "s3";
|
|
649
|
+
bucket?: string | undefined;
|
|
650
|
+
prefix?: string | undefined;
|
|
651
|
+
readUrl?: string | undefined;
|
|
652
|
+
accessKeyId?: string | undefined;
|
|
653
|
+
accountId?: string | undefined;
|
|
654
|
+
secretAccessKey?: string | undefined;
|
|
655
|
+
} | {
|
|
656
|
+
type: "evm-rpc";
|
|
657
|
+
url: string;
|
|
658
|
+
}>;
|
|
410
659
|
storage: {
|
|
411
660
|
mongo?: {
|
|
412
661
|
connectionString?: string | undefined;
|
|
@@ -415,16 +664,37 @@ export declare const toActorConfig: {
|
|
|
415
664
|
password?: string | undefined;
|
|
416
665
|
username?: string | undefined;
|
|
417
666
|
} | undefined;
|
|
418
|
-
|
|
667
|
+
root?: string | undefined;
|
|
668
|
+
s3?: {
|
|
419
669
|
accessKeyId?: string | undefined;
|
|
420
670
|
accountId?: string | undefined;
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
671
|
+
chainState?: {
|
|
672
|
+
accessKeyId?: string | undefined;
|
|
673
|
+
accountId?: string | undefined;
|
|
674
|
+
bucket?: string | undefined;
|
|
675
|
+
prefix?: string | undefined;
|
|
676
|
+
readUrl?: string | undefined;
|
|
677
|
+
secretAccessKey?: string | undefined;
|
|
678
|
+
} | undefined;
|
|
679
|
+
finalized?: {
|
|
680
|
+
accessKeyId?: string | undefined;
|
|
681
|
+
accountId?: string | undefined;
|
|
682
|
+
bucket?: string | undefined;
|
|
683
|
+
prefix?: string | undefined;
|
|
684
|
+
readUrl?: string | undefined;
|
|
685
|
+
secretAccessKey?: string | undefined;
|
|
686
|
+
} | undefined;
|
|
687
|
+
index?: {
|
|
688
|
+
accessKeyId?: string | undefined;
|
|
689
|
+
accountId?: string | undefined;
|
|
690
|
+
bucket?: string | undefined;
|
|
691
|
+
prefix?: string | undefined;
|
|
692
|
+
readUrl?: string | undefined;
|
|
693
|
+
secretAccessKey?: string | undefined;
|
|
694
|
+
} | undefined;
|
|
424
695
|
prefix?: string | undefined;
|
|
425
696
|
secretAccessKey?: string | undefined;
|
|
426
697
|
} | undefined;
|
|
427
|
-
root?: string | undefined;
|
|
428
698
|
};
|
|
429
699
|
telemetry: {
|
|
430
700
|
metrics?: {
|
|
@@ -444,12 +714,12 @@ export declare const toActorConfig: {
|
|
|
444
714
|
readonly __hex: true;
|
|
445
715
|
} & {
|
|
446
716
|
readonly __address: true;
|
|
447
|
-
}) | import("@xyo-network/
|
|
717
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
448
718
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
449
719
|
readonly __hex: true;
|
|
450
720
|
} & {
|
|
451
721
|
readonly __address: true;
|
|
452
|
-
}) | import("@xyo-network/
|
|
722
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
453
723
|
};
|
|
454
724
|
name: string;
|
|
455
725
|
dataLake?: import("./index.ts").DataLakeConfig | undefined;
|
|
@@ -462,7 +732,7 @@ export declare const toActorConfig: {
|
|
|
462
732
|
readonly __hex: true;
|
|
463
733
|
} & {
|
|
464
734
|
readonly __address: true;
|
|
465
|
-
}) | import("@xyo-network/
|
|
735
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
466
736
|
};
|
|
467
737
|
evm: {
|
|
468
738
|
chainId?: string | undefined;
|
|
@@ -478,6 +748,10 @@ export declare const toActorConfig: {
|
|
|
478
748
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
479
749
|
silent: boolean;
|
|
480
750
|
};
|
|
751
|
+
providerBindings: Record<string, {
|
|
752
|
+
implementation?: string | undefined;
|
|
753
|
+
transport?: string | undefined;
|
|
754
|
+
}>;
|
|
481
755
|
providers: {
|
|
482
756
|
[x: string]: unknown;
|
|
483
757
|
moniker: string;
|
|
@@ -493,6 +767,35 @@ export declare const toActorConfig: {
|
|
|
493
767
|
sessionId: string;
|
|
494
768
|
} | undefined;
|
|
495
769
|
};
|
|
770
|
+
transports: Record<string, {
|
|
771
|
+
type: "lmdb";
|
|
772
|
+
root: string;
|
|
773
|
+
} | {
|
|
774
|
+
type: "mongo";
|
|
775
|
+
connectionString?: string | undefined;
|
|
776
|
+
database?: string | undefined;
|
|
777
|
+
domain?: string | undefined;
|
|
778
|
+
password?: string | undefined;
|
|
779
|
+
username?: string | undefined;
|
|
780
|
+
} | {
|
|
781
|
+
protocol: string;
|
|
782
|
+
url: string;
|
|
783
|
+
type: "rpc";
|
|
784
|
+
} | {
|
|
785
|
+
type: "rest";
|
|
786
|
+
baseUrl: string;
|
|
787
|
+
} | {
|
|
788
|
+
type: "s3";
|
|
789
|
+
bucket?: string | undefined;
|
|
790
|
+
prefix?: string | undefined;
|
|
791
|
+
readUrl?: string | undefined;
|
|
792
|
+
accessKeyId?: string | undefined;
|
|
793
|
+
accountId?: string | undefined;
|
|
794
|
+
secretAccessKey?: string | undefined;
|
|
795
|
+
} | {
|
|
796
|
+
type: "evm-rpc";
|
|
797
|
+
url: string;
|
|
798
|
+
}>;
|
|
496
799
|
storage: {
|
|
497
800
|
mongo?: {
|
|
498
801
|
connectionString?: string | undefined;
|
|
@@ -501,16 +804,37 @@ export declare const toActorConfig: {
|
|
|
501
804
|
password?: string | undefined;
|
|
502
805
|
username?: string | undefined;
|
|
503
806
|
} | undefined;
|
|
504
|
-
|
|
807
|
+
root?: string | undefined;
|
|
808
|
+
s3?: {
|
|
505
809
|
accessKeyId?: string | undefined;
|
|
506
810
|
accountId?: string | undefined;
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
811
|
+
chainState?: {
|
|
812
|
+
accessKeyId?: string | undefined;
|
|
813
|
+
accountId?: string | undefined;
|
|
814
|
+
bucket?: string | undefined;
|
|
815
|
+
prefix?: string | undefined;
|
|
816
|
+
readUrl?: string | undefined;
|
|
817
|
+
secretAccessKey?: string | undefined;
|
|
818
|
+
} | undefined;
|
|
819
|
+
finalized?: {
|
|
820
|
+
accessKeyId?: string | undefined;
|
|
821
|
+
accountId?: string | undefined;
|
|
822
|
+
bucket?: string | undefined;
|
|
823
|
+
prefix?: string | undefined;
|
|
824
|
+
readUrl?: string | undefined;
|
|
825
|
+
secretAccessKey?: string | undefined;
|
|
826
|
+
} | undefined;
|
|
827
|
+
index?: {
|
|
828
|
+
accessKeyId?: string | undefined;
|
|
829
|
+
accountId?: string | undefined;
|
|
830
|
+
bucket?: string | undefined;
|
|
831
|
+
prefix?: string | undefined;
|
|
832
|
+
readUrl?: string | undefined;
|
|
833
|
+
secretAccessKey?: string | undefined;
|
|
834
|
+
} | undefined;
|
|
510
835
|
prefix?: string | undefined;
|
|
511
836
|
secretAccessKey?: string | undefined;
|
|
512
837
|
} | undefined;
|
|
513
|
-
root?: string | undefined;
|
|
514
838
|
};
|
|
515
839
|
telemetry: {
|
|
516
840
|
metrics?: {
|
|
@@ -530,12 +854,12 @@ export declare const toActorConfig: {
|
|
|
530
854
|
readonly __hex: true;
|
|
531
855
|
} & {
|
|
532
856
|
readonly __address: true;
|
|
533
|
-
}) | import("@xyo-network/
|
|
857
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
534
858
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
535
859
|
readonly __hex: true;
|
|
536
860
|
} & {
|
|
537
861
|
readonly __address: true;
|
|
538
|
-
}) | import("@xyo-network/
|
|
862
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
539
863
|
};
|
|
540
864
|
name: string;
|
|
541
865
|
dataLake?: import("./index.ts").DataLakeConfig | undefined;
|