@xyo-network/xl1-protocol-sdk 2.1.9 → 2.2.1
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/ChainContextHelpers.d.ts +1 -1
- package/dist/neutral/ChainContextHelpers.d.ts.map +1 -1
- package/dist/neutral/CreatableProvider/AbstractCreatableProvider.d.ts +36 -3
- package/dist/neutral/CreatableProvider/AbstractCreatableProvider.d.ts.map +1 -1
- package/dist/neutral/CreatableProvider/ProviderFactory.d.ts.map +1 -1
- package/dist/neutral/CreatableProvider/ProviderFactoryLocator.d.ts.map +1 -1
- package/dist/neutral/amount/index.d.ts +1 -1
- package/dist/neutral/amount/splitOnDecimalToString.d.ts.map +1 -1
- package/dist/neutral/amount/{XL1Amount.d.ts → xl1Amount.d.ts} +1 -1
- package/dist/neutral/amount/{XL1Amount.d.ts.map → xl1Amount.d.ts.map} +1 -1
- package/dist/neutral/block/hydrate/hydrateBlock.d.ts.map +1 -1
- package/dist/neutral/block/hydrate/tryHydrateBlock.d.ts.map +1 -1
- package/dist/neutral/block/primitives/hashFromBlockNumber.d.ts.map +1 -1
- package/dist/neutral/block/primitives/validateTransactionOpcodes.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 +216 -18
- package/dist/neutral/config/Actor.d.ts.map +1 -1
- package/dist/neutral/config/Actors.d.ts +36 -3
- package/dist/neutral/config/Actors.d.ts.map +1 -1
- package/dist/neutral/config/Base.d.ts +36 -3
- 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 +144 -12
- package/dist/neutral/config/Config.d.ts.map +1 -1
- package/dist/neutral/config/HostActor.d.ts +216 -18
- 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 +3 -0
- package/dist/neutral/config/index.d.ts.map +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 +216 -18
- package/dist/neutral/context/Actor.d.ts.map +1 -1
- package/dist/neutral/context/HostActor.d.ts +216 -18
- 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 +72 -6
- package/dist/neutral/getFileConfig.d.ts.map +1 -1
- package/dist/neutral/getFileConfig.mjs +151 -81
- package/dist/neutral/getFileConfig.mjs.map +4 -4
- package/dist/neutral/index.mjs +776 -442
- 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 +216 -18
- 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/chain/step/stepRewardTotal.d.ts.map +1 -1
- package/dist/neutral/primitives/chain/time/{externalBlockNumberFromXL1BlockNumber.d.ts → externalBlockNumberFromXl1BlockNumber.d.ts} +1 -1
- package/dist/neutral/primitives/chain/time/{externalBlockNumberFromXL1BlockNumber.d.ts.map → externalBlockNumberFromXl1BlockNumber.d.ts.map} +1 -1
- package/dist/neutral/primitives/chain/time/{externalBlockRangeFromXL1BlockRange.d.ts → externalBlockRangeFromXl1BlockRange.d.ts} +1 -1
- package/dist/neutral/primitives/chain/time/{externalBlockRangeFromXL1BlockRange.d.ts.map → externalBlockRangeFromXl1BlockRange.d.ts.map} +1 -1
- package/dist/neutral/primitives/chain/time/index.d.ts +2 -2
- package/dist/neutral/primitives/datalake/PayloadLocator.d.ts.map +1 -1
- package/dist/neutral/primitives/datalake/addDataLakePayloadsToPayloads.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/readPayloadMapFromStore.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/activeStakeAtTimeByPosition.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/state/findMostRecentBlock.d.ts.map +1 -1
- package/dist/neutral/primitives/uncle/findUncles.d.ts +2 -2
- package/dist/neutral/primitives/uncle/findUncles.d.ts.map +1 -1
- 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 +12 -16
- package/dist/neutral/simple/accountBalance/SimpleAccountBalanceViewer.d.ts.map +1 -1
- package/dist/neutral/simple/block/SimpleBlockViewer.d.ts.map +1 -1
- package/dist/neutral/simple/blockInvalidation/SimpleBlockInvalidationViewer.d.ts +1 -1
- package/dist/neutral/simple/blockInvalidation/SimpleBlockInvalidationViewer.d.ts.map +1 -1
- package/dist/neutral/simple/blockValidation/SimpleBlockValidationViewer.d.ts +1 -1
- package/dist/neutral/simple/blockValidation/SimpleBlockValidationViewer.d.ts.map +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/datalake/AbstractRestDataLake.d.ts.map +1 -1
- package/dist/neutral/simple/datalake/RestDataLakeRunner.d.ts.map +1 -1
- package/dist/neutral/simple/datalake/SimpleDataLakeRunner.d.ts.map +1 -1
- package/dist/neutral/simple/finalization/SimpleFinalizationRunner.d.ts.map +1 -1
- package/dist/neutral/simple/finalization/SimpleFinalizationViewer.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/mempool/SimpleMempoolRunner.d.ts.map +1 -1
- package/dist/neutral/simple/mempool/SimpleMempoolViewer.d.ts +2 -0
- package/dist/neutral/simple/mempool/SimpleMempoolViewer.d.ts.map +1 -1
- package/dist/neutral/simple/network/SimpleXyoNetwork.d.ts.map +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/transactionInvalidation/SimpleTransactionInvalidationViewer.d.ts.map +1 -1
- package/dist/neutral/simple/transactionValidation/SimpleTransactionValidationViewer.d.ts +1 -1
- package/dist/neutral/simple/transactionValidation/SimpleTransactionValidationViewer.d.ts.map +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/balancesStepSummaryFromRange.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/buildBlock.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/buildRandomGenesisBlock.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 +287 -166
- 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/dist/neutral/transaction/confirmSubmittedTransaction.d.ts.map +1 -1
- package/dist/neutral/transaction/hydrateTransaction.d.ts.map +1 -1
- package/package.json +8 -10
|
@@ -15,7 +15,7 @@ export declare const ActorConfigContext: z.ZodMiniObject<{
|
|
|
15
15
|
readonly __hex: true;
|
|
16
16
|
} & {
|
|
17
17
|
readonly __address: true;
|
|
18
|
-
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/
|
|
18
|
+
}, string>>, z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<import("@xyo-network/sdk-protocol-js").XyoQuantAddress, string>>]>>;
|
|
19
19
|
}, z.core.$strip>>;
|
|
20
20
|
dataLake: z.ZodMiniOptional<import("zod").ZodType<import("../config/index.ts").DataLakeConfig, unknown, z.core.$ZodTypeInternals<import("../config/index.ts").DataLakeConfig, unknown>>>;
|
|
21
21
|
evm: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
@@ -39,6 +39,10 @@ export declare const ActorConfigContext: z.ZodMiniObject<{
|
|
|
39
39
|
}>>;
|
|
40
40
|
silent: import("zod").ZodDefault<import("zod").ZodBoolean>;
|
|
41
41
|
}, z.core.$strip>>;
|
|
42
|
+
providerBindings: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodObject<{
|
|
43
|
+
implementation: import("zod").ZodOptional<import("zod").ZodString>;
|
|
44
|
+
transport: import("zod").ZodOptional<import("zod").ZodString>;
|
|
45
|
+
}, z.core.$strip>>>>;
|
|
42
46
|
providers: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
43
47
|
moniker: import("zod").ZodString;
|
|
44
48
|
labels: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
@@ -53,6 +57,35 @@ export declare const ActorConfigContext: z.ZodMiniObject<{
|
|
|
53
57
|
sessionId: import("zod").ZodString;
|
|
54
58
|
}, z.core.$strip>]>>;
|
|
55
59
|
}, z.core.$strip>>;
|
|
60
|
+
transports: z.ZodMiniDefault<import("zod").ZodDefault<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
61
|
+
type: import("zod").ZodLiteral<"lmdb">;
|
|
62
|
+
root: import("zod").ZodString;
|
|
63
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
64
|
+
type: import("zod").ZodLiteral<"mongo">;
|
|
65
|
+
connectionString: import("zod").ZodOptional<import("zod").ZodString>;
|
|
66
|
+
database: import("zod").ZodOptional<import("zod").ZodString>;
|
|
67
|
+
domain: import("zod").ZodOptional<import("zod").ZodString>;
|
|
68
|
+
password: import("zod").ZodOptional<import("zod").ZodString>;
|
|
69
|
+
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
70
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
71
|
+
protocol: import("zod").ZodDefault<import("zod").ZodString>;
|
|
72
|
+
url: import("zod").ZodString;
|
|
73
|
+
type: import("zod").ZodLiteral<"rpc">;
|
|
74
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
75
|
+
type: import("zod").ZodLiteral<"rest">;
|
|
76
|
+
baseUrl: import("zod").ZodString;
|
|
77
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
78
|
+
bucket: import("zod").ZodOptional<import("zod").ZodString>;
|
|
79
|
+
prefix: import("zod").ZodOptional<import("zod").ZodString>;
|
|
80
|
+
readUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
81
|
+
type: import("zod").ZodLiteral<"s3">;
|
|
82
|
+
accessKeyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
83
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
84
|
+
secretAccessKey: import("zod").ZodOptional<import("zod").ZodString>;
|
|
85
|
+
}, z.core.$strip>, import("zod").ZodObject<{
|
|
86
|
+
type: import("zod").ZodLiteral<"evm-rpc">;
|
|
87
|
+
url: import("zod").ZodString;
|
|
88
|
+
}, z.core.$strip>], "type">>>>;
|
|
56
89
|
storage: z.ZodMiniDefault<import("zod").ZodObject<{
|
|
57
90
|
mongo: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
58
91
|
connectionString: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -109,12 +142,12 @@ export declare const ActorConfigContext: z.ZodMiniObject<{
|
|
|
109
142
|
readonly __hex: true;
|
|
110
143
|
} & {
|
|
111
144
|
readonly __address: true;
|
|
112
|
-
}, 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>>]>>>;
|
|
113
146
|
allowedRewardEscrowAccountSigners: import("zod").ZodOptional<import("zod").ZodArray<z.ZodMiniUnion<readonly [z.ZodMiniPipe<z.ZodMiniString<string>, z.ZodMiniTransform<Lowercase<string> & {
|
|
114
147
|
readonly __hex: true;
|
|
115
148
|
} & {
|
|
116
149
|
readonly __address: true;
|
|
117
|
-
}, 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>>]>>>;
|
|
118
151
|
minCandidates: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
119
152
|
backoffMs: import("zod").ZodDefault<import("zod").ZodCoercedNumber<unknown>>;
|
|
120
153
|
}, z.core.$strip>>;
|
|
@@ -135,7 +168,7 @@ export declare const isActorConfigContext: <T>(value: T) => value is T & {
|
|
|
135
168
|
readonly __hex: true;
|
|
136
169
|
} & {
|
|
137
170
|
readonly __address: true;
|
|
138
|
-
}) | import("@xyo-network/
|
|
171
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
139
172
|
};
|
|
140
173
|
evm: {
|
|
141
174
|
chainId?: string | undefined;
|
|
@@ -151,6 +184,10 @@ export declare const isActorConfigContext: <T>(value: T) => value is T & {
|
|
|
151
184
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
152
185
|
silent: boolean;
|
|
153
186
|
};
|
|
187
|
+
providerBindings: Record<string, {
|
|
188
|
+
implementation?: string | undefined;
|
|
189
|
+
transport?: string | undefined;
|
|
190
|
+
}>;
|
|
154
191
|
providers: {
|
|
155
192
|
[x: string]: unknown;
|
|
156
193
|
moniker: string;
|
|
@@ -166,6 +203,35 @@ export declare const isActorConfigContext: <T>(value: T) => value is T & {
|
|
|
166
203
|
sessionId: string;
|
|
167
204
|
} | undefined;
|
|
168
205
|
};
|
|
206
|
+
transports: Record<string, {
|
|
207
|
+
type: "lmdb";
|
|
208
|
+
root: string;
|
|
209
|
+
} | {
|
|
210
|
+
type: "mongo";
|
|
211
|
+
connectionString?: string | undefined;
|
|
212
|
+
database?: string | undefined;
|
|
213
|
+
domain?: string | undefined;
|
|
214
|
+
password?: string | undefined;
|
|
215
|
+
username?: string | undefined;
|
|
216
|
+
} | {
|
|
217
|
+
protocol: string;
|
|
218
|
+
url: string;
|
|
219
|
+
type: "rpc";
|
|
220
|
+
} | {
|
|
221
|
+
type: "rest";
|
|
222
|
+
baseUrl: string;
|
|
223
|
+
} | {
|
|
224
|
+
type: "s3";
|
|
225
|
+
bucket?: string | undefined;
|
|
226
|
+
prefix?: string | undefined;
|
|
227
|
+
readUrl?: string | undefined;
|
|
228
|
+
accessKeyId?: string | undefined;
|
|
229
|
+
accountId?: string | undefined;
|
|
230
|
+
secretAccessKey?: string | undefined;
|
|
231
|
+
} | {
|
|
232
|
+
type: "evm-rpc";
|
|
233
|
+
url: string;
|
|
234
|
+
}>;
|
|
169
235
|
storage: {
|
|
170
236
|
mongo?: {
|
|
171
237
|
connectionString?: string | undefined;
|
|
@@ -224,12 +290,12 @@ export declare const isActorConfigContext: <T>(value: T) => value is T & {
|
|
|
224
290
|
readonly __hex: true;
|
|
225
291
|
} & {
|
|
226
292
|
readonly __address: true;
|
|
227
|
-
}) | import("@xyo-network/
|
|
293
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
228
294
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
229
295
|
readonly __hex: true;
|
|
230
296
|
} & {
|
|
231
297
|
readonly __address: true;
|
|
232
|
-
}) | import("@xyo-network/
|
|
298
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
233
299
|
};
|
|
234
300
|
name: string;
|
|
235
301
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
@@ -253,7 +319,7 @@ export declare const asActorConfigContext: {
|
|
|
253
319
|
readonly __hex: true;
|
|
254
320
|
} & {
|
|
255
321
|
readonly __address: true;
|
|
256
|
-
}) | import("@xyo-network/
|
|
322
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
257
323
|
};
|
|
258
324
|
evm: {
|
|
259
325
|
chainId?: string | undefined;
|
|
@@ -269,6 +335,10 @@ export declare const asActorConfigContext: {
|
|
|
269
335
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
270
336
|
silent: boolean;
|
|
271
337
|
};
|
|
338
|
+
providerBindings: Record<string, {
|
|
339
|
+
implementation?: string | undefined;
|
|
340
|
+
transport?: string | undefined;
|
|
341
|
+
}>;
|
|
272
342
|
providers: {
|
|
273
343
|
[x: string]: unknown;
|
|
274
344
|
moniker: string;
|
|
@@ -284,6 +354,35 @@ export declare const asActorConfigContext: {
|
|
|
284
354
|
sessionId: string;
|
|
285
355
|
} | undefined;
|
|
286
356
|
};
|
|
357
|
+
transports: Record<string, {
|
|
358
|
+
type: "lmdb";
|
|
359
|
+
root: string;
|
|
360
|
+
} | {
|
|
361
|
+
type: "mongo";
|
|
362
|
+
connectionString?: string | undefined;
|
|
363
|
+
database?: string | undefined;
|
|
364
|
+
domain?: string | undefined;
|
|
365
|
+
password?: string | undefined;
|
|
366
|
+
username?: string | undefined;
|
|
367
|
+
} | {
|
|
368
|
+
protocol: string;
|
|
369
|
+
url: string;
|
|
370
|
+
type: "rpc";
|
|
371
|
+
} | {
|
|
372
|
+
type: "rest";
|
|
373
|
+
baseUrl: string;
|
|
374
|
+
} | {
|
|
375
|
+
type: "s3";
|
|
376
|
+
bucket?: string | undefined;
|
|
377
|
+
prefix?: string | undefined;
|
|
378
|
+
readUrl?: string | undefined;
|
|
379
|
+
accessKeyId?: string | undefined;
|
|
380
|
+
accountId?: string | undefined;
|
|
381
|
+
secretAccessKey?: string | undefined;
|
|
382
|
+
} | {
|
|
383
|
+
type: "evm-rpc";
|
|
384
|
+
url: string;
|
|
385
|
+
}>;
|
|
287
386
|
storage: {
|
|
288
387
|
mongo?: {
|
|
289
388
|
connectionString?: string | undefined;
|
|
@@ -342,12 +441,12 @@ export declare const asActorConfigContext: {
|
|
|
342
441
|
readonly __hex: true;
|
|
343
442
|
} & {
|
|
344
443
|
readonly __address: true;
|
|
345
|
-
}) | import("@xyo-network/
|
|
444
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
346
445
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
347
446
|
readonly __hex: true;
|
|
348
447
|
} & {
|
|
349
448
|
readonly __address: true;
|
|
350
|
-
}) | import("@xyo-network/
|
|
449
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
351
450
|
};
|
|
352
451
|
name: string;
|
|
353
452
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
@@ -369,7 +468,7 @@ export declare const asActorConfigContext: {
|
|
|
369
468
|
readonly __hex: true;
|
|
370
469
|
} & {
|
|
371
470
|
readonly __address: true;
|
|
372
|
-
}) | import("@xyo-network/
|
|
471
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
373
472
|
};
|
|
374
473
|
evm: {
|
|
375
474
|
chainId?: string | undefined;
|
|
@@ -385,6 +484,10 @@ export declare const asActorConfigContext: {
|
|
|
385
484
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
386
485
|
silent: boolean;
|
|
387
486
|
};
|
|
487
|
+
providerBindings: Record<string, {
|
|
488
|
+
implementation?: string | undefined;
|
|
489
|
+
transport?: string | undefined;
|
|
490
|
+
}>;
|
|
388
491
|
providers: {
|
|
389
492
|
[x: string]: unknown;
|
|
390
493
|
moniker: string;
|
|
@@ -400,6 +503,35 @@ export declare const asActorConfigContext: {
|
|
|
400
503
|
sessionId: string;
|
|
401
504
|
} | undefined;
|
|
402
505
|
};
|
|
506
|
+
transports: Record<string, {
|
|
507
|
+
type: "lmdb";
|
|
508
|
+
root: string;
|
|
509
|
+
} | {
|
|
510
|
+
type: "mongo";
|
|
511
|
+
connectionString?: string | undefined;
|
|
512
|
+
database?: string | undefined;
|
|
513
|
+
domain?: string | undefined;
|
|
514
|
+
password?: string | undefined;
|
|
515
|
+
username?: string | undefined;
|
|
516
|
+
} | {
|
|
517
|
+
protocol: string;
|
|
518
|
+
url: string;
|
|
519
|
+
type: "rpc";
|
|
520
|
+
} | {
|
|
521
|
+
type: "rest";
|
|
522
|
+
baseUrl: string;
|
|
523
|
+
} | {
|
|
524
|
+
type: "s3";
|
|
525
|
+
bucket?: string | undefined;
|
|
526
|
+
prefix?: string | undefined;
|
|
527
|
+
readUrl?: string | undefined;
|
|
528
|
+
accessKeyId?: string | undefined;
|
|
529
|
+
accountId?: string | undefined;
|
|
530
|
+
secretAccessKey?: string | undefined;
|
|
531
|
+
} | {
|
|
532
|
+
type: "evm-rpc";
|
|
533
|
+
url: string;
|
|
534
|
+
}>;
|
|
403
535
|
storage: {
|
|
404
536
|
mongo?: {
|
|
405
537
|
connectionString?: string | undefined;
|
|
@@ -458,12 +590,12 @@ export declare const asActorConfigContext: {
|
|
|
458
590
|
readonly __hex: true;
|
|
459
591
|
} & {
|
|
460
592
|
readonly __address: true;
|
|
461
|
-
}) | import("@xyo-network/
|
|
593
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
462
594
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
463
595
|
readonly __hex: true;
|
|
464
596
|
} & {
|
|
465
597
|
readonly __address: true;
|
|
466
|
-
}) | import("@xyo-network/
|
|
598
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
467
599
|
};
|
|
468
600
|
name: string;
|
|
469
601
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
@@ -488,7 +620,7 @@ export declare const toActorConfigContext: {
|
|
|
488
620
|
readonly __hex: true;
|
|
489
621
|
} & {
|
|
490
622
|
readonly __address: true;
|
|
491
|
-
}) | import("@xyo-network/
|
|
623
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
492
624
|
};
|
|
493
625
|
evm: {
|
|
494
626
|
chainId?: string | undefined;
|
|
@@ -504,6 +636,10 @@ export declare const toActorConfigContext: {
|
|
|
504
636
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
505
637
|
silent: boolean;
|
|
506
638
|
};
|
|
639
|
+
providerBindings: Record<string, {
|
|
640
|
+
implementation?: string | undefined;
|
|
641
|
+
transport?: string | undefined;
|
|
642
|
+
}>;
|
|
507
643
|
providers: {
|
|
508
644
|
[x: string]: unknown;
|
|
509
645
|
moniker: string;
|
|
@@ -519,6 +655,35 @@ export declare const toActorConfigContext: {
|
|
|
519
655
|
sessionId: string;
|
|
520
656
|
} | undefined;
|
|
521
657
|
};
|
|
658
|
+
transports: Record<string, {
|
|
659
|
+
type: "lmdb";
|
|
660
|
+
root: string;
|
|
661
|
+
} | {
|
|
662
|
+
type: "mongo";
|
|
663
|
+
connectionString?: string | undefined;
|
|
664
|
+
database?: string | undefined;
|
|
665
|
+
domain?: string | undefined;
|
|
666
|
+
password?: string | undefined;
|
|
667
|
+
username?: string | undefined;
|
|
668
|
+
} | {
|
|
669
|
+
protocol: string;
|
|
670
|
+
url: string;
|
|
671
|
+
type: "rpc";
|
|
672
|
+
} | {
|
|
673
|
+
type: "rest";
|
|
674
|
+
baseUrl: string;
|
|
675
|
+
} | {
|
|
676
|
+
type: "s3";
|
|
677
|
+
bucket?: string | undefined;
|
|
678
|
+
prefix?: string | undefined;
|
|
679
|
+
readUrl?: string | undefined;
|
|
680
|
+
accessKeyId?: string | undefined;
|
|
681
|
+
accountId?: string | undefined;
|
|
682
|
+
secretAccessKey?: string | undefined;
|
|
683
|
+
} | {
|
|
684
|
+
type: "evm-rpc";
|
|
685
|
+
url: string;
|
|
686
|
+
}>;
|
|
522
687
|
storage: {
|
|
523
688
|
mongo?: {
|
|
524
689
|
connectionString?: string | undefined;
|
|
@@ -577,12 +742,12 @@ export declare const toActorConfigContext: {
|
|
|
577
742
|
readonly __hex: true;
|
|
578
743
|
} & {
|
|
579
744
|
readonly __address: true;
|
|
580
|
-
}) | import("@xyo-network/
|
|
745
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
581
746
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
582
747
|
readonly __hex: true;
|
|
583
748
|
} & {
|
|
584
749
|
readonly __address: true;
|
|
585
|
-
}) | import("@xyo-network/
|
|
750
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
586
751
|
};
|
|
587
752
|
name: string;
|
|
588
753
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
@@ -604,7 +769,7 @@ export declare const toActorConfigContext: {
|
|
|
604
769
|
readonly __hex: true;
|
|
605
770
|
} & {
|
|
606
771
|
readonly __address: true;
|
|
607
|
-
}) | import("@xyo-network/
|
|
772
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress | undefined;
|
|
608
773
|
};
|
|
609
774
|
evm: {
|
|
610
775
|
chainId?: string | undefined;
|
|
@@ -620,6 +785,10 @@ export declare const toActorConfigContext: {
|
|
|
620
785
|
logLevel: "error" | "warn" | "info" | "log" | "debug" | "trace";
|
|
621
786
|
silent: boolean;
|
|
622
787
|
};
|
|
788
|
+
providerBindings: Record<string, {
|
|
789
|
+
implementation?: string | undefined;
|
|
790
|
+
transport?: string | undefined;
|
|
791
|
+
}>;
|
|
623
792
|
providers: {
|
|
624
793
|
[x: string]: unknown;
|
|
625
794
|
moniker: string;
|
|
@@ -635,6 +804,35 @@ export declare const toActorConfigContext: {
|
|
|
635
804
|
sessionId: string;
|
|
636
805
|
} | undefined;
|
|
637
806
|
};
|
|
807
|
+
transports: Record<string, {
|
|
808
|
+
type: "lmdb";
|
|
809
|
+
root: string;
|
|
810
|
+
} | {
|
|
811
|
+
type: "mongo";
|
|
812
|
+
connectionString?: string | undefined;
|
|
813
|
+
database?: string | undefined;
|
|
814
|
+
domain?: string | undefined;
|
|
815
|
+
password?: string | undefined;
|
|
816
|
+
username?: string | undefined;
|
|
817
|
+
} | {
|
|
818
|
+
protocol: string;
|
|
819
|
+
url: string;
|
|
820
|
+
type: "rpc";
|
|
821
|
+
} | {
|
|
822
|
+
type: "rest";
|
|
823
|
+
baseUrl: string;
|
|
824
|
+
} | {
|
|
825
|
+
type: "s3";
|
|
826
|
+
bucket?: string | undefined;
|
|
827
|
+
prefix?: string | undefined;
|
|
828
|
+
readUrl?: string | undefined;
|
|
829
|
+
accessKeyId?: string | undefined;
|
|
830
|
+
accountId?: string | undefined;
|
|
831
|
+
secretAccessKey?: string | undefined;
|
|
832
|
+
} | {
|
|
833
|
+
type: "evm-rpc";
|
|
834
|
+
url: string;
|
|
835
|
+
}>;
|
|
638
836
|
storage: {
|
|
639
837
|
mongo?: {
|
|
640
838
|
connectionString?: string | undefined;
|
|
@@ -693,12 +891,12 @@ export declare const toActorConfigContext: {
|
|
|
693
891
|
readonly __hex: true;
|
|
694
892
|
} & {
|
|
695
893
|
readonly __address: true;
|
|
696
|
-
}) | import("@xyo-network/
|
|
894
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
697
895
|
allowedRewardEscrowAccountSigners?: ((Lowercase<string> & {
|
|
698
896
|
readonly __hex: true;
|
|
699
897
|
} & {
|
|
700
898
|
readonly __address: true;
|
|
701
|
-
}) | import("@xyo-network/
|
|
899
|
+
}) | import("@xyo-network/sdk-protocol-js").XyoQuantAddress)[] | undefined;
|
|
702
900
|
};
|
|
703
901
|
name: string;
|
|
704
902
|
dataLake?: import("../config/index.ts").DataLakeConfig | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Actor.d.ts","sourceRoot":"","sources":["../../../src/context/Actor.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAA;AAK5B,mCAAmC;AACnC,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"Actor.d.ts","sourceRoot":"","sources":["../../../src/context/Actor.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,UAAU,CAAA;AAK5B,mCAAmC;AACnC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAA6D,CAAA;AAE5F,+BAA+B;AAC/B,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kBAAkB,CAAC,CAAA;AAEnE,uEAAuE;AACvE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmC,CAAA;AACpE,mEAAmE;AACnE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2D,CAAA;AAC5F,qCAAqC;AACrC,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2D,CAAA"}
|