@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
|
@@ -7,7 +7,7 @@ export declare const HostActorConfigZod: z.ZodMiniObject<{
|
|
|
7
7
|
readonly __hex: true;
|
|
8
8
|
} & {
|
|
9
9
|
readonly __address: true;
|
|
10
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/
|
|
10
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-protocol-js").XyoQuantAddress, string>>]>>;
|
|
11
11
|
}, z.core.$strip>>;
|
|
12
12
|
dataLake: z.ZodMiniOptional<import("zod").ZodType<import("./index.ts").DataLakeConfig, unknown, z.core.$ZodTypeInternals<import("./index.ts").DataLakeConfig, unknown>>>;
|
|
13
13
|
evm: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
@@ -31,6 +31,10 @@ export declare const HostActorConfigZod: z.ZodMiniObject<{
|
|
|
31
31
|
}>>;
|
|
32
32
|
silent: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
33
33
|
}, z.core.$strip>>;
|
|
34
|
+
providerBindings: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
35
|
+
implementation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
36
|
+
transport: import("zod").ZodOptional<import("zod").ZodString>;
|
|
37
|
+
}, z.core.$strip>>>>;
|
|
34
38
|
providers: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
35
39
|
moniker: import("zod").ZodString;
|
|
36
40
|
labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
@@ -45,6 +49,35 @@ export declare const HostActorConfigZod: z.ZodMiniObject<{
|
|
|
45
49
|
sessionId: import("zod").ZodString;
|
|
46
50
|
}, z.core.$strip>]>>;
|
|
47
51
|
}, z.core.$strip>>;
|
|
52
|
+
transports: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
53
|
+
type: import("zod").ZodLiteral<"lmdb">;
|
|
54
|
+
root: import("zod").ZodString;
|
|
55
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
56
|
+
type: import("zod").ZodLiteral<"mongo">;
|
|
57
|
+
connectionString: import("zod").ZodOptional<import("zod").ZodString>;
|
|
58
|
+
database: import("zod").ZodOptional<import("zod").ZodString>;
|
|
59
|
+
domain: import("zod").ZodOptional<import("zod").ZodString>;
|
|
60
|
+
password: import("zod").ZodOptional<import("zod").ZodString>;
|
|
61
|
+
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
62
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
63
|
+
protocol: import("zod").ZodDefault<import("zod").ZodString>;
|
|
64
|
+
url: import("zod").ZodString;
|
|
65
|
+
type: import("zod").ZodLiteral<"rpc">;
|
|
66
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
67
|
+
type: import("zod").ZodLiteral<"rest">;
|
|
68
|
+
baseUrl: import("zod").ZodString;
|
|
69
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
70
|
+
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
71
|
+
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
72
|
+
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
73
|
+
type: import("zod").ZodLiteral<"s3">;
|
|
74
|
+
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
75
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
76
|
+
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
77
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
78
|
+
type: import("zod").ZodLiteral<"evm-rpc">;
|
|
79
|
+
url: import("zod").ZodString;
|
|
80
|
+
}, z.core.$strip>], "type">>>>;
|
|
48
81
|
storage: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
49
82
|
mongo: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
50
83
|
connectionString: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -53,16 +86,37 @@ export declare const HostActorConfigZod: z.ZodMiniObject<{
|
|
|
53
86
|
password: import("zod").ZodOptional<import("zod").ZodString>;
|
|
54
87
|
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
55
88
|
}, z.core.$strip>>;
|
|
56
|
-
|
|
89
|
+
root: import("zod").ZodOptional<import("zod").ZodString>;
|
|
90
|
+
s3: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
57
91
|
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
58
92
|
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
93
|
+
chainState: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
94
|
+
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
95
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
96
|
+
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
97
|
+
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
98
|
+
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
99
|
+
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
100
|
+
}, z.core.$strip>>;
|
|
101
|
+
finalized: 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
|
+
index: 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>>;
|
|
62
117
|
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
63
118
|
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
64
119
|
}, z.core.$strip>>;
|
|
65
|
-
root: import("zod").ZodOptional<import("zod").ZodString>;
|
|
66
120
|
}, z.core.$strip>>;
|
|
67
121
|
telemetry: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
68
122
|
metrics: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -80,12 +134,12 @@ export declare const HostActorConfigZod: z.ZodMiniObject<{
|
|
|
80
134
|
readonly __hex: true;
|
|
81
135
|
} & {
|
|
82
136
|
readonly __address: true;
|
|
83
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/
|
|
137
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-protocol-js").XyoQuantAddress, string>>]>>>;
|
|
84
138
|
allowedRewardEscrowAccountSigners: import("zod").ZodOptional<import("zod").ZodArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
85
139
|
readonly __hex: true;
|
|
86
140
|
} & {
|
|
87
141
|
readonly __address: true;
|
|
88
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/
|
|
142
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-protocol-js").XyoQuantAddress, string>>]>>>;
|
|
89
143
|
minCandidates: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
90
144
|
backoffMs: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
91
145
|
}, z.core.$strip>>;
|
|
@@ -104,7 +158,7 @@ export declare const isHostActorConfig: <T>(value: T) => value is T & {
|
|
|
104
158
|
readonly __hex: true;
|
|
105
159
|
} & {
|
|
106
160
|
readonly __address: true;
|
|
107
|
-
}) | import("@xyo-network/
|
|
161
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
108
162
|
};
|
|
109
163
|
evm: {
|
|
110
164
|
chainId?: string | undefined;
|
|
@@ -120,6 +174,10 @@ export declare const isHostActorConfig: <T>(value: T) => value is T & {
|
|
|
120
174
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
121
175
|
silent: boolean;
|
|
122
176
|
};
|
|
177
|
+
providerBindings: Record<string, {
|
|
178
|
+
implementation?: string | undefined;
|
|
179
|
+
transport?: string | undefined;
|
|
180
|
+
}>;
|
|
123
181
|
providers: {
|
|
124
182
|
[x: string]: unknown;
|
|
125
183
|
moniker: string;
|
|
@@ -135,6 +193,35 @@ export declare const isHostActorConfig: <T>(value: T) => value is T & {
|
|
|
135
193
|
sessionId: string;
|
|
136
194
|
} | undefined;
|
|
137
195
|
};
|
|
196
|
+
transports: Record<string, {
|
|
197
|
+
type: "lmdb";
|
|
198
|
+
root: string;
|
|
199
|
+
} | {
|
|
200
|
+
type: "mongo";
|
|
201
|
+
connectionString?: string | undefined;
|
|
202
|
+
database?: string | undefined;
|
|
203
|
+
domain?: string | undefined;
|
|
204
|
+
password?: string | undefined;
|
|
205
|
+
username?: string | undefined;
|
|
206
|
+
} | {
|
|
207
|
+
protocol: string;
|
|
208
|
+
url: string;
|
|
209
|
+
type: "rpc";
|
|
210
|
+
} | {
|
|
211
|
+
type: "rest";
|
|
212
|
+
baseUrl: string;
|
|
213
|
+
} | {
|
|
214
|
+
type: "s3";
|
|
215
|
+
bucket?: string | undefined;
|
|
216
|
+
prefix?: string | undefined;
|
|
217
|
+
readUrl?: string | undefined;
|
|
218
|
+
accessKeyId?: string | undefined;
|
|
219
|
+
accountId?: string | undefined;
|
|
220
|
+
secretAccessKey?: string | undefined;
|
|
221
|
+
} | {
|
|
222
|
+
type: "evm-rpc";
|
|
223
|
+
url: string;
|
|
224
|
+
}>;
|
|
138
225
|
storage: {
|
|
139
226
|
mongo?: {
|
|
140
227
|
connectionString?: string | undefined;
|
|
@@ -143,16 +230,37 @@ export declare const isHostActorConfig: <T>(value: T) => value is T & {
|
|
|
143
230
|
password?: string | undefined;
|
|
144
231
|
username?: string | undefined;
|
|
145
232
|
} | undefined;
|
|
146
|
-
|
|
233
|
+
root?: string | undefined;
|
|
234
|
+
s3?: {
|
|
147
235
|
accessKeyId?: string | undefined;
|
|
148
236
|
accountId?: string | undefined;
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
237
|
+
chainState?: {
|
|
238
|
+
accessKeyId?: string | undefined;
|
|
239
|
+
accountId?: string | undefined;
|
|
240
|
+
bucket?: string | undefined;
|
|
241
|
+
prefix?: string | undefined;
|
|
242
|
+
readUrl?: string | undefined;
|
|
243
|
+
secretAccessKey?: string | undefined;
|
|
244
|
+
} | undefined;
|
|
245
|
+
finalized?: {
|
|
246
|
+
accessKeyId?: string | undefined;
|
|
247
|
+
accountId?: string | undefined;
|
|
248
|
+
bucket?: string | undefined;
|
|
249
|
+
prefix?: string | undefined;
|
|
250
|
+
readUrl?: string | undefined;
|
|
251
|
+
secretAccessKey?: string | undefined;
|
|
252
|
+
} | undefined;
|
|
253
|
+
index?: {
|
|
254
|
+
accessKeyId?: string | undefined;
|
|
255
|
+
accountId?: string | undefined;
|
|
256
|
+
bucket?: string | undefined;
|
|
257
|
+
prefix?: string | undefined;
|
|
258
|
+
readUrl?: string | undefined;
|
|
259
|
+
secretAccessKey?: string | undefined;
|
|
260
|
+
} | undefined;
|
|
152
261
|
prefix?: string | undefined;
|
|
153
262
|
secretAccessKey?: string | undefined;
|
|
154
263
|
} | undefined;
|
|
155
|
-
root?: string | undefined;
|
|
156
264
|
};
|
|
157
265
|
telemetry: {
|
|
158
266
|
metrics?: {
|
|
@@ -172,12 +280,12 @@ export declare const isHostActorConfig: <T>(value: T) => value is T & {
|
|
|
172
280
|
readonly __hex: true;
|
|
173
281
|
} & {
|
|
174
282
|
readonly __address: true;
|
|
175
|
-
}) | import("@xyo-network/
|
|
283
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
176
284
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
177
285
|
readonly __hex: true;
|
|
178
286
|
} & {
|
|
179
287
|
readonly __address: true;
|
|
180
|
-
}) | import("@xyo-network/
|
|
288
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
181
289
|
};
|
|
182
290
|
name: string;
|
|
183
291
|
host: string;
|
|
@@ -194,7 +302,7 @@ export declare const asHostActorConfig: {
|
|
|
194
302
|
readonly __hex: true;
|
|
195
303
|
} & {
|
|
196
304
|
readonly __address: true;
|
|
197
|
-
}) | import("@xyo-network/
|
|
305
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
198
306
|
};
|
|
199
307
|
evm: {
|
|
200
308
|
chainId?: string | undefined;
|
|
@@ -210,6 +318,10 @@ export declare const asHostActorConfig: {
|
|
|
210
318
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
211
319
|
silent: boolean;
|
|
212
320
|
};
|
|
321
|
+
providerBindings: Record<string, {
|
|
322
|
+
implementation?: string | undefined;
|
|
323
|
+
transport?: string | undefined;
|
|
324
|
+
}>;
|
|
213
325
|
providers: {
|
|
214
326
|
[x: string]: unknown;
|
|
215
327
|
moniker: string;
|
|
@@ -225,6 +337,35 @@ export declare const asHostActorConfig: {
|
|
|
225
337
|
sessionId: string;
|
|
226
338
|
} | undefined;
|
|
227
339
|
};
|
|
340
|
+
transports: Record<string, {
|
|
341
|
+
type: "lmdb";
|
|
342
|
+
root: string;
|
|
343
|
+
} | {
|
|
344
|
+
type: "mongo";
|
|
345
|
+
connectionString?: string | undefined;
|
|
346
|
+
database?: string | undefined;
|
|
347
|
+
domain?: string | undefined;
|
|
348
|
+
password?: string | undefined;
|
|
349
|
+
username?: string | undefined;
|
|
350
|
+
} | {
|
|
351
|
+
protocol: string;
|
|
352
|
+
url: string;
|
|
353
|
+
type: "rpc";
|
|
354
|
+
} | {
|
|
355
|
+
type: "rest";
|
|
356
|
+
baseUrl: string;
|
|
357
|
+
} | {
|
|
358
|
+
type: "s3";
|
|
359
|
+
bucket?: string | undefined;
|
|
360
|
+
prefix?: string | undefined;
|
|
361
|
+
readUrl?: string | undefined;
|
|
362
|
+
accessKeyId?: string | undefined;
|
|
363
|
+
accountId?: string | undefined;
|
|
364
|
+
secretAccessKey?: string | undefined;
|
|
365
|
+
} | {
|
|
366
|
+
type: "evm-rpc";
|
|
367
|
+
url: string;
|
|
368
|
+
}>;
|
|
228
369
|
storage: {
|
|
229
370
|
mongo?: {
|
|
230
371
|
connectionString?: string | undefined;
|
|
@@ -233,16 +374,37 @@ export declare const asHostActorConfig: {
|
|
|
233
374
|
password?: string | undefined;
|
|
234
375
|
username?: string | undefined;
|
|
235
376
|
} | undefined;
|
|
236
|
-
|
|
377
|
+
root?: string | undefined;
|
|
378
|
+
s3?: {
|
|
237
379
|
accessKeyId?: string | undefined;
|
|
238
380
|
accountId?: string | undefined;
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
381
|
+
chainState?: {
|
|
382
|
+
accessKeyId?: string | undefined;
|
|
383
|
+
accountId?: string | undefined;
|
|
384
|
+
bucket?: string | undefined;
|
|
385
|
+
prefix?: string | undefined;
|
|
386
|
+
readUrl?: string | undefined;
|
|
387
|
+
secretAccessKey?: string | undefined;
|
|
388
|
+
} | undefined;
|
|
389
|
+
finalized?: {
|
|
390
|
+
accessKeyId?: string | undefined;
|
|
391
|
+
accountId?: string | undefined;
|
|
392
|
+
bucket?: string | undefined;
|
|
393
|
+
prefix?: string | undefined;
|
|
394
|
+
readUrl?: string | undefined;
|
|
395
|
+
secretAccessKey?: string | undefined;
|
|
396
|
+
} | undefined;
|
|
397
|
+
index?: {
|
|
398
|
+
accessKeyId?: string | undefined;
|
|
399
|
+
accountId?: string | undefined;
|
|
400
|
+
bucket?: string | undefined;
|
|
401
|
+
prefix?: string | undefined;
|
|
402
|
+
readUrl?: string | undefined;
|
|
403
|
+
secretAccessKey?: string | undefined;
|
|
404
|
+
} | undefined;
|
|
242
405
|
prefix?: string | undefined;
|
|
243
406
|
secretAccessKey?: string | undefined;
|
|
244
407
|
} | undefined;
|
|
245
|
-
root?: string | undefined;
|
|
246
408
|
};
|
|
247
409
|
telemetry: {
|
|
248
410
|
metrics?: {
|
|
@@ -262,12 +424,12 @@ export declare const asHostActorConfig: {
|
|
|
262
424
|
readonly __hex: true;
|
|
263
425
|
} & {
|
|
264
426
|
readonly __address: true;
|
|
265
|
-
}) | import("@xyo-network/
|
|
427
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
266
428
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
267
429
|
readonly __hex: true;
|
|
268
430
|
} & {
|
|
269
431
|
readonly __address: true;
|
|
270
|
-
}) | import("@xyo-network/
|
|
432
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
271
433
|
};
|
|
272
434
|
name: string;
|
|
273
435
|
host: string;
|
|
@@ -282,7 +444,7 @@ export declare const asHostActorConfig: {
|
|
|
282
444
|
readonly __hex: true;
|
|
283
445
|
} & {
|
|
284
446
|
readonly __address: true;
|
|
285
|
-
}) | import("@xyo-network/
|
|
447
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
286
448
|
};
|
|
287
449
|
evm: {
|
|
288
450
|
chainId?: string | undefined;
|
|
@@ -298,6 +460,10 @@ export declare const asHostActorConfig: {
|
|
|
298
460
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
299
461
|
silent: boolean;
|
|
300
462
|
};
|
|
463
|
+
providerBindings: Record<string, {
|
|
464
|
+
implementation?: string | undefined;
|
|
465
|
+
transport?: string | undefined;
|
|
466
|
+
}>;
|
|
301
467
|
providers: {
|
|
302
468
|
[x: string]: unknown;
|
|
303
469
|
moniker: string;
|
|
@@ -313,6 +479,35 @@ export declare const asHostActorConfig: {
|
|
|
313
479
|
sessionId: string;
|
|
314
480
|
} | undefined;
|
|
315
481
|
};
|
|
482
|
+
transports: Record<string, {
|
|
483
|
+
type: "lmdb";
|
|
484
|
+
root: string;
|
|
485
|
+
} | {
|
|
486
|
+
type: "mongo";
|
|
487
|
+
connectionString?: string | undefined;
|
|
488
|
+
database?: string | undefined;
|
|
489
|
+
domain?: string | undefined;
|
|
490
|
+
password?: string | undefined;
|
|
491
|
+
username?: string | undefined;
|
|
492
|
+
} | {
|
|
493
|
+
protocol: string;
|
|
494
|
+
url: string;
|
|
495
|
+
type: "rpc";
|
|
496
|
+
} | {
|
|
497
|
+
type: "rest";
|
|
498
|
+
baseUrl: string;
|
|
499
|
+
} | {
|
|
500
|
+
type: "s3";
|
|
501
|
+
bucket?: string | undefined;
|
|
502
|
+
prefix?: string | undefined;
|
|
503
|
+
readUrl?: string | undefined;
|
|
504
|
+
accessKeyId?: string | undefined;
|
|
505
|
+
accountId?: string | undefined;
|
|
506
|
+
secretAccessKey?: string | undefined;
|
|
507
|
+
} | {
|
|
508
|
+
type: "evm-rpc";
|
|
509
|
+
url: string;
|
|
510
|
+
}>;
|
|
316
511
|
storage: {
|
|
317
512
|
mongo?: {
|
|
318
513
|
connectionString?: string | undefined;
|
|
@@ -321,16 +516,37 @@ export declare const asHostActorConfig: {
|
|
|
321
516
|
password?: string | undefined;
|
|
322
517
|
username?: string | undefined;
|
|
323
518
|
} | undefined;
|
|
324
|
-
|
|
519
|
+
root?: string | undefined;
|
|
520
|
+
s3?: {
|
|
325
521
|
accessKeyId?: string | undefined;
|
|
326
522
|
accountId?: string | undefined;
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
523
|
+
chainState?: {
|
|
524
|
+
accessKeyId?: string | undefined;
|
|
525
|
+
accountId?: string | undefined;
|
|
526
|
+
bucket?: string | undefined;
|
|
527
|
+
prefix?: string | undefined;
|
|
528
|
+
readUrl?: string | undefined;
|
|
529
|
+
secretAccessKey?: string | undefined;
|
|
530
|
+
} | undefined;
|
|
531
|
+
finalized?: {
|
|
532
|
+
accessKeyId?: string | undefined;
|
|
533
|
+
accountId?: string | undefined;
|
|
534
|
+
bucket?: string | undefined;
|
|
535
|
+
prefix?: string | undefined;
|
|
536
|
+
readUrl?: string | undefined;
|
|
537
|
+
secretAccessKey?: string | undefined;
|
|
538
|
+
} | undefined;
|
|
539
|
+
index?: {
|
|
540
|
+
accessKeyId?: string | undefined;
|
|
541
|
+
accountId?: string | undefined;
|
|
542
|
+
bucket?: string | undefined;
|
|
543
|
+
prefix?: string | undefined;
|
|
544
|
+
readUrl?: string | undefined;
|
|
545
|
+
secretAccessKey?: string | undefined;
|
|
546
|
+
} | undefined;
|
|
330
547
|
prefix?: string | undefined;
|
|
331
548
|
secretAccessKey?: string | undefined;
|
|
332
549
|
} | undefined;
|
|
333
|
-
root?: string | undefined;
|
|
334
550
|
};
|
|
335
551
|
telemetry: {
|
|
336
552
|
metrics?: {
|
|
@@ -350,12 +566,12 @@ export declare const asHostActorConfig: {
|
|
|
350
566
|
readonly __hex: true;
|
|
351
567
|
} & {
|
|
352
568
|
readonly __address: true;
|
|
353
|
-
}) | import("@xyo-network/
|
|
569
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
354
570
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
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
|
};
|
|
360
576
|
name: string;
|
|
361
577
|
host: string;
|
|
@@ -373,7 +589,7 @@ export declare const toHostActorConfig: {
|
|
|
373
589
|
readonly __hex: true;
|
|
374
590
|
} & {
|
|
375
591
|
readonly __address: true;
|
|
376
|
-
}) | import("@xyo-network/
|
|
592
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
377
593
|
};
|
|
378
594
|
evm: {
|
|
379
595
|
chainId?: string | undefined;
|
|
@@ -389,6 +605,10 @@ export declare const toHostActorConfig: {
|
|
|
389
605
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
390
606
|
silent: boolean;
|
|
391
607
|
};
|
|
608
|
+
providerBindings: Record<string, {
|
|
609
|
+
implementation?: string | undefined;
|
|
610
|
+
transport?: string | undefined;
|
|
611
|
+
}>;
|
|
392
612
|
providers: {
|
|
393
613
|
[x: string]: unknown;
|
|
394
614
|
moniker: string;
|
|
@@ -404,6 +624,35 @@ export declare const toHostActorConfig: {
|
|
|
404
624
|
sessionId: string;
|
|
405
625
|
} | undefined;
|
|
406
626
|
};
|
|
627
|
+
transports: Record<string, {
|
|
628
|
+
type: "lmdb";
|
|
629
|
+
root: string;
|
|
630
|
+
} | {
|
|
631
|
+
type: "mongo";
|
|
632
|
+
connectionString?: string | undefined;
|
|
633
|
+
database?: string | undefined;
|
|
634
|
+
domain?: string | undefined;
|
|
635
|
+
password?: string | undefined;
|
|
636
|
+
username?: string | undefined;
|
|
637
|
+
} | {
|
|
638
|
+
protocol: string;
|
|
639
|
+
url: string;
|
|
640
|
+
type: "rpc";
|
|
641
|
+
} | {
|
|
642
|
+
type: "rest";
|
|
643
|
+
baseUrl: string;
|
|
644
|
+
} | {
|
|
645
|
+
type: "s3";
|
|
646
|
+
bucket?: string | undefined;
|
|
647
|
+
prefix?: string | undefined;
|
|
648
|
+
readUrl?: string | undefined;
|
|
649
|
+
accessKeyId?: string | undefined;
|
|
650
|
+
accountId?: string | undefined;
|
|
651
|
+
secretAccessKey?: string | undefined;
|
|
652
|
+
} | {
|
|
653
|
+
type: "evm-rpc";
|
|
654
|
+
url: string;
|
|
655
|
+
}>;
|
|
407
656
|
storage: {
|
|
408
657
|
mongo?: {
|
|
409
658
|
connectionString?: string | undefined;
|
|
@@ -412,16 +661,37 @@ export declare const toHostActorConfig: {
|
|
|
412
661
|
password?: string | undefined;
|
|
413
662
|
username?: string | undefined;
|
|
414
663
|
} | undefined;
|
|
415
|
-
|
|
664
|
+
root?: string | undefined;
|
|
665
|
+
s3?: {
|
|
416
666
|
accessKeyId?: string | undefined;
|
|
417
667
|
accountId?: string | undefined;
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
668
|
+
chainState?: {
|
|
669
|
+
accessKeyId?: string | undefined;
|
|
670
|
+
accountId?: string | undefined;
|
|
671
|
+
bucket?: string | undefined;
|
|
672
|
+
prefix?: string | undefined;
|
|
673
|
+
readUrl?: string | undefined;
|
|
674
|
+
secretAccessKey?: string | undefined;
|
|
675
|
+
} | undefined;
|
|
676
|
+
finalized?: {
|
|
677
|
+
accessKeyId?: string | undefined;
|
|
678
|
+
accountId?: string | undefined;
|
|
679
|
+
bucket?: string | undefined;
|
|
680
|
+
prefix?: string | undefined;
|
|
681
|
+
readUrl?: string | undefined;
|
|
682
|
+
secretAccessKey?: string | undefined;
|
|
683
|
+
} | undefined;
|
|
684
|
+
index?: {
|
|
685
|
+
accessKeyId?: string | undefined;
|
|
686
|
+
accountId?: string | undefined;
|
|
687
|
+
bucket?: string | undefined;
|
|
688
|
+
prefix?: string | undefined;
|
|
689
|
+
readUrl?: string | undefined;
|
|
690
|
+
secretAccessKey?: string | undefined;
|
|
691
|
+
} | undefined;
|
|
421
692
|
prefix?: string | undefined;
|
|
422
693
|
secretAccessKey?: string | undefined;
|
|
423
694
|
} | undefined;
|
|
424
|
-
root?: string | undefined;
|
|
425
695
|
};
|
|
426
696
|
telemetry: {
|
|
427
697
|
metrics?: {
|
|
@@ -441,12 +711,12 @@ export declare const toHostActorConfig: {
|
|
|
441
711
|
readonly __hex: true;
|
|
442
712
|
} & {
|
|
443
713
|
readonly __address: true;
|
|
444
|
-
}) | import("@xyo-network/
|
|
714
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
445
715
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
446
716
|
readonly __hex: true;
|
|
447
717
|
} & {
|
|
448
718
|
readonly __address: true;
|
|
449
|
-
}) | import("@xyo-network/
|
|
719
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
450
720
|
};
|
|
451
721
|
name: string;
|
|
452
722
|
host: string;
|
|
@@ -461,7 +731,7 @@ export declare const toHostActorConfig: {
|
|
|
461
731
|
readonly __hex: true;
|
|
462
732
|
} & {
|
|
463
733
|
readonly __address: true;
|
|
464
|
-
}) | import("@xyo-network/
|
|
734
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
465
735
|
};
|
|
466
736
|
evm: {
|
|
467
737
|
chainId?: string | undefined;
|
|
@@ -477,6 +747,10 @@ export declare const toHostActorConfig: {
|
|
|
477
747
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
478
748
|
silent: boolean;
|
|
479
749
|
};
|
|
750
|
+
providerBindings: Record<string, {
|
|
751
|
+
implementation?: string | undefined;
|
|
752
|
+
transport?: string | undefined;
|
|
753
|
+
}>;
|
|
480
754
|
providers: {
|
|
481
755
|
[x: string]: unknown;
|
|
482
756
|
moniker: string;
|
|
@@ -492,6 +766,35 @@ export declare const toHostActorConfig: {
|
|
|
492
766
|
sessionId: string;
|
|
493
767
|
} | undefined;
|
|
494
768
|
};
|
|
769
|
+
transports: Record<string, {
|
|
770
|
+
type: "lmdb";
|
|
771
|
+
root: string;
|
|
772
|
+
} | {
|
|
773
|
+
type: "mongo";
|
|
774
|
+
connectionString?: string | undefined;
|
|
775
|
+
database?: string | undefined;
|
|
776
|
+
domain?: string | undefined;
|
|
777
|
+
password?: string | undefined;
|
|
778
|
+
username?: string | undefined;
|
|
779
|
+
} | {
|
|
780
|
+
protocol: string;
|
|
781
|
+
url: string;
|
|
782
|
+
type: "rpc";
|
|
783
|
+
} | {
|
|
784
|
+
type: "rest";
|
|
785
|
+
baseUrl: string;
|
|
786
|
+
} | {
|
|
787
|
+
type: "s3";
|
|
788
|
+
bucket?: string | undefined;
|
|
789
|
+
prefix?: string | undefined;
|
|
790
|
+
readUrl?: string | undefined;
|
|
791
|
+
accessKeyId?: string | undefined;
|
|
792
|
+
accountId?: string | undefined;
|
|
793
|
+
secretAccessKey?: string | undefined;
|
|
794
|
+
} | {
|
|
795
|
+
type: "evm-rpc";
|
|
796
|
+
url: string;
|
|
797
|
+
}>;
|
|
495
798
|
storage: {
|
|
496
799
|
mongo?: {
|
|
497
800
|
connectionString?: string | undefined;
|
|
@@ -500,16 +803,37 @@ export declare const toHostActorConfig: {
|
|
|
500
803
|
password?: string | undefined;
|
|
501
804
|
username?: string | undefined;
|
|
502
805
|
} | undefined;
|
|
503
|
-
|
|
806
|
+
root?: string | undefined;
|
|
807
|
+
s3?: {
|
|
504
808
|
accessKeyId?: string | undefined;
|
|
505
809
|
accountId?: string | undefined;
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
810
|
+
chainState?: {
|
|
811
|
+
accessKeyId?: string | undefined;
|
|
812
|
+
accountId?: string | undefined;
|
|
813
|
+
bucket?: string | undefined;
|
|
814
|
+
prefix?: string | undefined;
|
|
815
|
+
readUrl?: string | undefined;
|
|
816
|
+
secretAccessKey?: string | undefined;
|
|
817
|
+
} | undefined;
|
|
818
|
+
finalized?: {
|
|
819
|
+
accessKeyId?: string | undefined;
|
|
820
|
+
accountId?: string | undefined;
|
|
821
|
+
bucket?: string | undefined;
|
|
822
|
+
prefix?: string | undefined;
|
|
823
|
+
readUrl?: string | undefined;
|
|
824
|
+
secretAccessKey?: string | undefined;
|
|
825
|
+
} | undefined;
|
|
826
|
+
index?: {
|
|
827
|
+
accessKeyId?: string | undefined;
|
|
828
|
+
accountId?: string | undefined;
|
|
829
|
+
bucket?: string | undefined;
|
|
830
|
+
prefix?: string | undefined;
|
|
831
|
+
readUrl?: string | undefined;
|
|
832
|
+
secretAccessKey?: string | undefined;
|
|
833
|
+
} | undefined;
|
|
509
834
|
prefix?: string | undefined;
|
|
510
835
|
secretAccessKey?: string | undefined;
|
|
511
836
|
} | undefined;
|
|
512
|
-
root?: string | undefined;
|
|
513
837
|
};
|
|
514
838
|
telemetry: {
|
|
515
839
|
metrics?: {
|
|
@@ -529,12 +853,12 @@ export declare const toHostActorConfig: {
|
|
|
529
853
|
readonly __hex: true;
|
|
530
854
|
} & {
|
|
531
855
|
readonly __address: true;
|
|
532
|
-
}) | import("@xyo-network/
|
|
856
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
533
857
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
534
858
|
readonly __hex: true;
|
|
535
859
|
} & {
|
|
536
860
|
readonly __address: true;
|
|
537
|
-
}) | import("@xyo-network/
|
|
861
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
538
862
|
};
|
|
539
863
|
name: string;
|
|
540
864
|
host: string;
|