@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 HostActorConfigContext: z.ZodMiniObject<{
|
|
|
15
15
|
readonly __hex: true;
|
|
16
16
|
} & {
|
|
17
17
|
readonly __address: true;
|
|
18
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/
|
|
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 HostActorConfigContext: 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 HostActorConfigContext: 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 HostActorConfigContext: 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 HostActorConfigContext: 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>>;
|
|
@@ -116,7 +170,7 @@ export declare const isHostActorConfigContext: <T>(value: T) => value is T & {
|
|
|
116
170
|
readonly __hex: true;
|
|
117
171
|
} & {
|
|
118
172
|
readonly __address: true;
|
|
119
|
-
}) | import("@xyo-network/
|
|
173
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
120
174
|
};
|
|
121
175
|
evm: {
|
|
122
176
|
chainId?: string | undefined;
|
|
@@ -132,6 +186,10 @@ export declare const isHostActorConfigContext: <T>(value: T) => value is T & {
|
|
|
132
186
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
133
187
|
silent: boolean;
|
|
134
188
|
};
|
|
189
|
+
providerBindings: Record<string, {
|
|
190
|
+
implementation?: string | undefined;
|
|
191
|
+
transport?: string | undefined;
|
|
192
|
+
}>;
|
|
135
193
|
providers: {
|
|
136
194
|
[x: string]: unknown;
|
|
137
195
|
moniker: string;
|
|
@@ -147,6 +205,35 @@ export declare const isHostActorConfigContext: <T>(value: T) => value is T & {
|
|
|
147
205
|
sessionId: string;
|
|
148
206
|
} | undefined;
|
|
149
207
|
};
|
|
208
|
+
transports: Record<string, {
|
|
209
|
+
type: "lmdb";
|
|
210
|
+
root: string;
|
|
211
|
+
} | {
|
|
212
|
+
type: "mongo";
|
|
213
|
+
connectionString?: string | undefined;
|
|
214
|
+
database?: string | undefined;
|
|
215
|
+
domain?: string | undefined;
|
|
216
|
+
password?: string | undefined;
|
|
217
|
+
username?: string | undefined;
|
|
218
|
+
} | {
|
|
219
|
+
protocol: string;
|
|
220
|
+
url: string;
|
|
221
|
+
type: "rpc";
|
|
222
|
+
} | {
|
|
223
|
+
type: "rest";
|
|
224
|
+
baseUrl: string;
|
|
225
|
+
} | {
|
|
226
|
+
type: "s3";
|
|
227
|
+
bucket?: string | undefined;
|
|
228
|
+
prefix?: string | undefined;
|
|
229
|
+
readUrl?: string | undefined;
|
|
230
|
+
accessKeyId?: string | undefined;
|
|
231
|
+
accountId?: string | undefined;
|
|
232
|
+
secretAccessKey?: string | undefined;
|
|
233
|
+
} | {
|
|
234
|
+
type: "evm-rpc";
|
|
235
|
+
url: string;
|
|
236
|
+
}>;
|
|
150
237
|
storage: {
|
|
151
238
|
mongo?: {
|
|
152
239
|
connectionString?: string | undefined;
|
|
@@ -155,16 +242,37 @@ export declare const isHostActorConfigContext: <T>(value: T) => value is T & {
|
|
|
155
242
|
password?: string | undefined;
|
|
156
243
|
username?: string | undefined;
|
|
157
244
|
} | undefined;
|
|
158
|
-
|
|
245
|
+
root?: string | undefined;
|
|
246
|
+
s3?: {
|
|
159
247
|
accessKeyId?: string | undefined;
|
|
160
248
|
accountId?: string | undefined;
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
249
|
+
chainState?: {
|
|
250
|
+
accessKeyId?: string | undefined;
|
|
251
|
+
accountId?: string | undefined;
|
|
252
|
+
bucket?: string | undefined;
|
|
253
|
+
prefix?: string | undefined;
|
|
254
|
+
readUrl?: string | undefined;
|
|
255
|
+
secretAccessKey?: string | undefined;
|
|
256
|
+
} | undefined;
|
|
257
|
+
finalized?: {
|
|
258
|
+
accessKeyId?: string | undefined;
|
|
259
|
+
accountId?: string | undefined;
|
|
260
|
+
bucket?: string | undefined;
|
|
261
|
+
prefix?: string | undefined;
|
|
262
|
+
readUrl?: string | undefined;
|
|
263
|
+
secretAccessKey?: string | undefined;
|
|
264
|
+
} | undefined;
|
|
265
|
+
index?: {
|
|
266
|
+
accessKeyId?: string | undefined;
|
|
267
|
+
accountId?: string | undefined;
|
|
268
|
+
bucket?: string | undefined;
|
|
269
|
+
prefix?: string | undefined;
|
|
270
|
+
readUrl?: string | undefined;
|
|
271
|
+
secretAccessKey?: string | undefined;
|
|
272
|
+
} | undefined;
|
|
164
273
|
prefix?: string | undefined;
|
|
165
274
|
secretAccessKey?: string | undefined;
|
|
166
275
|
} | undefined;
|
|
167
|
-
root?: string | undefined;
|
|
168
276
|
};
|
|
169
277
|
telemetry: {
|
|
170
278
|
metrics?: {
|
|
@@ -184,12 +292,12 @@ export declare const isHostActorConfigContext: <T>(value: T) => value is T & {
|
|
|
184
292
|
readonly __hex: true;
|
|
185
293
|
} & {
|
|
186
294
|
readonly __address: true;
|
|
187
|
-
}) | import("@xyo-network/
|
|
295
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
188
296
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
189
297
|
readonly __hex: true;
|
|
190
298
|
} & {
|
|
191
299
|
readonly __address: true;
|
|
192
|
-
}) | import("@xyo-network/
|
|
300
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
193
301
|
};
|
|
194
302
|
name: string;
|
|
195
303
|
host: string;
|
|
@@ -215,7 +323,7 @@ export declare const asHostActorConfigContext: {
|
|
|
215
323
|
readonly __hex: true;
|
|
216
324
|
} & {
|
|
217
325
|
readonly __address: true;
|
|
218
|
-
}) | import("@xyo-network/
|
|
326
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
219
327
|
};
|
|
220
328
|
evm: {
|
|
221
329
|
chainId?: string | undefined;
|
|
@@ -231,6 +339,10 @@ export declare const asHostActorConfigContext: {
|
|
|
231
339
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
232
340
|
silent: boolean;
|
|
233
341
|
};
|
|
342
|
+
providerBindings: Record<string, {
|
|
343
|
+
implementation?: string | undefined;
|
|
344
|
+
transport?: string | undefined;
|
|
345
|
+
}>;
|
|
234
346
|
providers: {
|
|
235
347
|
[x: string]: unknown;
|
|
236
348
|
moniker: string;
|
|
@@ -246,6 +358,35 @@ export declare const asHostActorConfigContext: {
|
|
|
246
358
|
sessionId: string;
|
|
247
359
|
} | undefined;
|
|
248
360
|
};
|
|
361
|
+
transports: Record<string, {
|
|
362
|
+
type: "lmdb";
|
|
363
|
+
root: string;
|
|
364
|
+
} | {
|
|
365
|
+
type: "mongo";
|
|
366
|
+
connectionString?: string | undefined;
|
|
367
|
+
database?: string | undefined;
|
|
368
|
+
domain?: string | undefined;
|
|
369
|
+
password?: string | undefined;
|
|
370
|
+
username?: string | undefined;
|
|
371
|
+
} | {
|
|
372
|
+
protocol: string;
|
|
373
|
+
url: string;
|
|
374
|
+
type: "rpc";
|
|
375
|
+
} | {
|
|
376
|
+
type: "rest";
|
|
377
|
+
baseUrl: string;
|
|
378
|
+
} | {
|
|
379
|
+
type: "s3";
|
|
380
|
+
bucket?: string | undefined;
|
|
381
|
+
prefix?: string | undefined;
|
|
382
|
+
readUrl?: string | undefined;
|
|
383
|
+
accessKeyId?: string | undefined;
|
|
384
|
+
accountId?: string | undefined;
|
|
385
|
+
secretAccessKey?: string | undefined;
|
|
386
|
+
} | {
|
|
387
|
+
type: "evm-rpc";
|
|
388
|
+
url: string;
|
|
389
|
+
}>;
|
|
249
390
|
storage: {
|
|
250
391
|
mongo?: {
|
|
251
392
|
connectionString?: string | undefined;
|
|
@@ -254,16 +395,37 @@ export declare const asHostActorConfigContext: {
|
|
|
254
395
|
password?: string | undefined;
|
|
255
396
|
username?: string | undefined;
|
|
256
397
|
} | undefined;
|
|
257
|
-
|
|
398
|
+
root?: string | undefined;
|
|
399
|
+
s3?: {
|
|
258
400
|
accessKeyId?: string | undefined;
|
|
259
401
|
accountId?: string | undefined;
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
402
|
+
chainState?: {
|
|
403
|
+
accessKeyId?: string | undefined;
|
|
404
|
+
accountId?: string | undefined;
|
|
405
|
+
bucket?: string | undefined;
|
|
406
|
+
prefix?: string | undefined;
|
|
407
|
+
readUrl?: string | undefined;
|
|
408
|
+
secretAccessKey?: string | undefined;
|
|
409
|
+
} | undefined;
|
|
410
|
+
finalized?: {
|
|
411
|
+
accessKeyId?: string | undefined;
|
|
412
|
+
accountId?: string | undefined;
|
|
413
|
+
bucket?: string | undefined;
|
|
414
|
+
prefix?: string | undefined;
|
|
415
|
+
readUrl?: string | undefined;
|
|
416
|
+
secretAccessKey?: string | undefined;
|
|
417
|
+
} | undefined;
|
|
418
|
+
index?: {
|
|
419
|
+
accessKeyId?: string | undefined;
|
|
420
|
+
accountId?: string | undefined;
|
|
421
|
+
bucket?: string | undefined;
|
|
422
|
+
prefix?: string | undefined;
|
|
423
|
+
readUrl?: string | undefined;
|
|
424
|
+
secretAccessKey?: string | undefined;
|
|
425
|
+
} | undefined;
|
|
263
426
|
prefix?: string | undefined;
|
|
264
427
|
secretAccessKey?: string | undefined;
|
|
265
428
|
} | undefined;
|
|
266
|
-
root?: string | undefined;
|
|
267
429
|
};
|
|
268
430
|
telemetry: {
|
|
269
431
|
metrics?: {
|
|
@@ -283,12 +445,12 @@ export declare const asHostActorConfigContext: {
|
|
|
283
445
|
readonly __hex: true;
|
|
284
446
|
} & {
|
|
285
447
|
readonly __address: true;
|
|
286
|
-
}) | import("@xyo-network/
|
|
448
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
287
449
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
288
450
|
readonly __hex: true;
|
|
289
451
|
} & {
|
|
290
452
|
readonly __address: true;
|
|
291
|
-
}) | import("@xyo-network/
|
|
453
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
292
454
|
};
|
|
293
455
|
name: string;
|
|
294
456
|
host: string;
|
|
@@ -312,7 +474,7 @@ export declare const asHostActorConfigContext: {
|
|
|
312
474
|
readonly __hex: true;
|
|
313
475
|
} & {
|
|
314
476
|
readonly __address: true;
|
|
315
|
-
}) | import("@xyo-network/
|
|
477
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
316
478
|
};
|
|
317
479
|
evm: {
|
|
318
480
|
chainId?: string | undefined;
|
|
@@ -328,6 +490,10 @@ export declare const asHostActorConfigContext: {
|
|
|
328
490
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
329
491
|
silent: boolean;
|
|
330
492
|
};
|
|
493
|
+
providerBindings: Record<string, {
|
|
494
|
+
implementation?: string | undefined;
|
|
495
|
+
transport?: string | undefined;
|
|
496
|
+
}>;
|
|
331
497
|
providers: {
|
|
332
498
|
[x: string]: unknown;
|
|
333
499
|
moniker: string;
|
|
@@ -343,6 +509,35 @@ export declare const asHostActorConfigContext: {
|
|
|
343
509
|
sessionId: string;
|
|
344
510
|
} | undefined;
|
|
345
511
|
};
|
|
512
|
+
transports: Record<string, {
|
|
513
|
+
type: "lmdb";
|
|
514
|
+
root: string;
|
|
515
|
+
} | {
|
|
516
|
+
type: "mongo";
|
|
517
|
+
connectionString?: string | undefined;
|
|
518
|
+
database?: string | undefined;
|
|
519
|
+
domain?: string | undefined;
|
|
520
|
+
password?: string | undefined;
|
|
521
|
+
username?: string | undefined;
|
|
522
|
+
} | {
|
|
523
|
+
protocol: string;
|
|
524
|
+
url: string;
|
|
525
|
+
type: "rpc";
|
|
526
|
+
} | {
|
|
527
|
+
type: "rest";
|
|
528
|
+
baseUrl: string;
|
|
529
|
+
} | {
|
|
530
|
+
type: "s3";
|
|
531
|
+
bucket?: string | undefined;
|
|
532
|
+
prefix?: string | undefined;
|
|
533
|
+
readUrl?: string | undefined;
|
|
534
|
+
accessKeyId?: string | undefined;
|
|
535
|
+
accountId?: string | undefined;
|
|
536
|
+
secretAccessKey?: string | undefined;
|
|
537
|
+
} | {
|
|
538
|
+
type: "evm-rpc";
|
|
539
|
+
url: string;
|
|
540
|
+
}>;
|
|
346
541
|
storage: {
|
|
347
542
|
mongo?: {
|
|
348
543
|
connectionString?: string | undefined;
|
|
@@ -351,16 +546,37 @@ export declare const asHostActorConfigContext: {
|
|
|
351
546
|
password?: string | undefined;
|
|
352
547
|
username?: string | undefined;
|
|
353
548
|
} | undefined;
|
|
354
|
-
|
|
549
|
+
root?: string | undefined;
|
|
550
|
+
s3?: {
|
|
355
551
|
accessKeyId?: string | undefined;
|
|
356
552
|
accountId?: string | undefined;
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
553
|
+
chainState?: {
|
|
554
|
+
accessKeyId?: string | undefined;
|
|
555
|
+
accountId?: string | undefined;
|
|
556
|
+
bucket?: string | undefined;
|
|
557
|
+
prefix?: string | undefined;
|
|
558
|
+
readUrl?: string | undefined;
|
|
559
|
+
secretAccessKey?: string | undefined;
|
|
560
|
+
} | undefined;
|
|
561
|
+
finalized?: {
|
|
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
|
+
index?: {
|
|
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;
|
|
360
577
|
prefix?: string | undefined;
|
|
361
578
|
secretAccessKey?: string | undefined;
|
|
362
579
|
} | undefined;
|
|
363
|
-
root?: string | undefined;
|
|
364
580
|
};
|
|
365
581
|
telemetry: {
|
|
366
582
|
metrics?: {
|
|
@@ -380,12 +596,12 @@ export declare const asHostActorConfigContext: {
|
|
|
380
596
|
readonly __hex: true;
|
|
381
597
|
} & {
|
|
382
598
|
readonly __address: true;
|
|
383
|
-
}) | import("@xyo-network/
|
|
599
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
384
600
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
385
601
|
readonly __hex: true;
|
|
386
602
|
} & {
|
|
387
603
|
readonly __address: true;
|
|
388
|
-
}) | import("@xyo-network/
|
|
604
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
389
605
|
};
|
|
390
606
|
name: string;
|
|
391
607
|
host: string;
|
|
@@ -412,7 +628,7 @@ export declare const toHostActorConfigContext: {
|
|
|
412
628
|
readonly __hex: true;
|
|
413
629
|
} & {
|
|
414
630
|
readonly __address: true;
|
|
415
|
-
}) | import("@xyo-network/
|
|
631
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
416
632
|
};
|
|
417
633
|
evm: {
|
|
418
634
|
chainId?: string | undefined;
|
|
@@ -428,6 +644,10 @@ export declare const toHostActorConfigContext: {
|
|
|
428
644
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
429
645
|
silent: boolean;
|
|
430
646
|
};
|
|
647
|
+
providerBindings: Record<string, {
|
|
648
|
+
implementation?: string | undefined;
|
|
649
|
+
transport?: string | undefined;
|
|
650
|
+
}>;
|
|
431
651
|
providers: {
|
|
432
652
|
[x: string]: unknown;
|
|
433
653
|
moniker: string;
|
|
@@ -443,6 +663,35 @@ export declare const toHostActorConfigContext: {
|
|
|
443
663
|
sessionId: string;
|
|
444
664
|
} | undefined;
|
|
445
665
|
};
|
|
666
|
+
transports: Record<string, {
|
|
667
|
+
type: "lmdb";
|
|
668
|
+
root: string;
|
|
669
|
+
} | {
|
|
670
|
+
type: "mongo";
|
|
671
|
+
connectionString?: string | undefined;
|
|
672
|
+
database?: string | undefined;
|
|
673
|
+
domain?: string | undefined;
|
|
674
|
+
password?: string | undefined;
|
|
675
|
+
username?: string | undefined;
|
|
676
|
+
} | {
|
|
677
|
+
protocol: string;
|
|
678
|
+
url: string;
|
|
679
|
+
type: "rpc";
|
|
680
|
+
} | {
|
|
681
|
+
type: "rest";
|
|
682
|
+
baseUrl: string;
|
|
683
|
+
} | {
|
|
684
|
+
type: "s3";
|
|
685
|
+
bucket?: string | undefined;
|
|
686
|
+
prefix?: string | undefined;
|
|
687
|
+
readUrl?: string | undefined;
|
|
688
|
+
accessKeyId?: string | undefined;
|
|
689
|
+
accountId?: string | undefined;
|
|
690
|
+
secretAccessKey?: string | undefined;
|
|
691
|
+
} | {
|
|
692
|
+
type: "evm-rpc";
|
|
693
|
+
url: string;
|
|
694
|
+
}>;
|
|
446
695
|
storage: {
|
|
447
696
|
mongo?: {
|
|
448
697
|
connectionString?: string | undefined;
|
|
@@ -451,16 +700,37 @@ export declare const toHostActorConfigContext: {
|
|
|
451
700
|
password?: string | undefined;
|
|
452
701
|
username?: string | undefined;
|
|
453
702
|
} | undefined;
|
|
454
|
-
|
|
703
|
+
root?: string | undefined;
|
|
704
|
+
s3?: {
|
|
455
705
|
accessKeyId?: string | undefined;
|
|
456
706
|
accountId?: string | undefined;
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
707
|
+
chainState?: {
|
|
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
|
+
finalized?: {
|
|
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;
|
|
723
|
+
index?: {
|
|
724
|
+
accessKeyId?: string | undefined;
|
|
725
|
+
accountId?: string | undefined;
|
|
726
|
+
bucket?: string | undefined;
|
|
727
|
+
prefix?: string | undefined;
|
|
728
|
+
readUrl?: string | undefined;
|
|
729
|
+
secretAccessKey?: string | undefined;
|
|
730
|
+
} | undefined;
|
|
460
731
|
prefix?: string | undefined;
|
|
461
732
|
secretAccessKey?: string | undefined;
|
|
462
733
|
} | undefined;
|
|
463
|
-
root?: string | undefined;
|
|
464
734
|
};
|
|
465
735
|
telemetry: {
|
|
466
736
|
metrics?: {
|
|
@@ -480,12 +750,12 @@ export declare const toHostActorConfigContext: {
|
|
|
480
750
|
readonly __hex: true;
|
|
481
751
|
} & {
|
|
482
752
|
readonly __address: true;
|
|
483
|
-
}) | import("@xyo-network/
|
|
753
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
484
754
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
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
|
};
|
|
490
760
|
name: string;
|
|
491
761
|
host: string;
|
|
@@ -509,7 +779,7 @@ export declare const toHostActorConfigContext: {
|
|
|
509
779
|
readonly __hex: true;
|
|
510
780
|
} & {
|
|
511
781
|
readonly __address: true;
|
|
512
|
-
}) | import("@xyo-network/
|
|
782
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
513
783
|
};
|
|
514
784
|
evm: {
|
|
515
785
|
chainId?: string | undefined;
|
|
@@ -525,6 +795,10 @@ export declare const toHostActorConfigContext: {
|
|
|
525
795
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
526
796
|
silent: boolean;
|
|
527
797
|
};
|
|
798
|
+
providerBindings: Record<string, {
|
|
799
|
+
implementation?: string | undefined;
|
|
800
|
+
transport?: string | undefined;
|
|
801
|
+
}>;
|
|
528
802
|
providers: {
|
|
529
803
|
[x: string]: unknown;
|
|
530
804
|
moniker: string;
|
|
@@ -540,6 +814,35 @@ export declare const toHostActorConfigContext: {
|
|
|
540
814
|
sessionId: string;
|
|
541
815
|
} | undefined;
|
|
542
816
|
};
|
|
817
|
+
transports: Record<string, {
|
|
818
|
+
type: "lmdb";
|
|
819
|
+
root: string;
|
|
820
|
+
} | {
|
|
821
|
+
type: "mongo";
|
|
822
|
+
connectionString?: string | undefined;
|
|
823
|
+
database?: string | undefined;
|
|
824
|
+
domain?: string | undefined;
|
|
825
|
+
password?: string | undefined;
|
|
826
|
+
username?: string | undefined;
|
|
827
|
+
} | {
|
|
828
|
+
protocol: string;
|
|
829
|
+
url: string;
|
|
830
|
+
type: "rpc";
|
|
831
|
+
} | {
|
|
832
|
+
type: "rest";
|
|
833
|
+
baseUrl: string;
|
|
834
|
+
} | {
|
|
835
|
+
type: "s3";
|
|
836
|
+
bucket?: string | undefined;
|
|
837
|
+
prefix?: string | undefined;
|
|
838
|
+
readUrl?: string | undefined;
|
|
839
|
+
accessKeyId?: string | undefined;
|
|
840
|
+
accountId?: string | undefined;
|
|
841
|
+
secretAccessKey?: string | undefined;
|
|
842
|
+
} | {
|
|
843
|
+
type: "evm-rpc";
|
|
844
|
+
url: string;
|
|
845
|
+
}>;
|
|
543
846
|
storage: {
|
|
544
847
|
mongo?: {
|
|
545
848
|
connectionString?: string | undefined;
|
|
@@ -548,16 +851,37 @@ export declare const toHostActorConfigContext: {
|
|
|
548
851
|
password?: string | undefined;
|
|
549
852
|
username?: string | undefined;
|
|
550
853
|
} | undefined;
|
|
551
|
-
|
|
854
|
+
root?: string | undefined;
|
|
855
|
+
s3?: {
|
|
552
856
|
accessKeyId?: string | undefined;
|
|
553
857
|
accountId?: string | undefined;
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
858
|
+
chainState?: {
|
|
859
|
+
accessKeyId?: string | undefined;
|
|
860
|
+
accountId?: string | undefined;
|
|
861
|
+
bucket?: string | undefined;
|
|
862
|
+
prefix?: string | undefined;
|
|
863
|
+
readUrl?: string | undefined;
|
|
864
|
+
secretAccessKey?: string | undefined;
|
|
865
|
+
} | undefined;
|
|
866
|
+
finalized?: {
|
|
867
|
+
accessKeyId?: string | undefined;
|
|
868
|
+
accountId?: string | undefined;
|
|
869
|
+
bucket?: string | undefined;
|
|
870
|
+
prefix?: string | undefined;
|
|
871
|
+
readUrl?: string | undefined;
|
|
872
|
+
secretAccessKey?: string | undefined;
|
|
873
|
+
} | undefined;
|
|
874
|
+
index?: {
|
|
875
|
+
accessKeyId?: string | undefined;
|
|
876
|
+
accountId?: string | undefined;
|
|
877
|
+
bucket?: string | undefined;
|
|
878
|
+
prefix?: string | undefined;
|
|
879
|
+
readUrl?: string | undefined;
|
|
880
|
+
secretAccessKey?: string | undefined;
|
|
881
|
+
} | undefined;
|
|
557
882
|
prefix?: string | undefined;
|
|
558
883
|
secretAccessKey?: string | undefined;
|
|
559
884
|
} | undefined;
|
|
560
|
-
root?: string | undefined;
|
|
561
885
|
};
|
|
562
886
|
telemetry: {
|
|
563
887
|
metrics?: {
|
|
@@ -577,12 +901,12 @@ export declare const toHostActorConfigContext: {
|
|
|
577
901
|
readonly __hex: true;
|
|
578
902
|
} & {
|
|
579
903
|
readonly __address: true;
|
|
580
|
-
}) | import("@xyo-network/
|
|
904
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
581
905
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
582
906
|
readonly __hex: true;
|
|
583
907
|
} & {
|
|
584
908
|
readonly __address: true;
|
|
585
|
-
}) | import("@xyo-network/
|
|
909
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
586
910
|
};
|
|
587
911
|
name: string;
|
|
588
912
|
host: string;
|