@argonprotocol/mainchain 1.4.8 → 1.4.9-dev.0147366f
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/browser/index.d.ts +642 -423
- package/browser/index.js +125 -32
- package/browser/index.js.map +1 -1
- package/lib/index.cjs +148 -56
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +642 -423
- package/lib/index.d.ts +642 -423
- package/lib/index.js +124 -32
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
- package/src/interfaces/augment-api-consts.ts +56 -25
- package/src/interfaces/augment-api-errors.ts +43 -11
- package/src/interfaces/augment-api-events.ts +101 -32
- package/src/interfaces/augment-api-query.ts +87 -49
- package/src/interfaces/augment-api-runtime.ts +0 -1
- package/src/interfaces/augment-api-tx.ts +24 -12
- package/src/interfaces/augment-api.ts +0 -1
- package/src/interfaces/augment-types.ts +0 -1
- package/src/interfaces/lookup.ts +367 -286
- package/src/interfaces/registry.ts +14 -3
- package/src/interfaces/types-lookup.ts +389 -297
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
|
|
2
|
-
/* eslint-disable */
|
|
3
2
|
|
|
4
3
|
// import type lookup before we augment - in some environments
|
|
5
4
|
// this is required to allow for ambient/previous definitions
|
|
@@ -142,6 +141,7 @@ import type {
|
|
|
142
141
|
PalletBlockSealSpecCall,
|
|
143
142
|
PalletBlockSealSpecError,
|
|
144
143
|
PalletBlockSealSpecEvent,
|
|
144
|
+
PalletCrosschainTransferAccountTransferTotals,
|
|
145
145
|
PalletCrosschainTransferAssetKind,
|
|
146
146
|
PalletCrosschainTransferCall,
|
|
147
147
|
PalletCrosschainTransferChainConfig,
|
|
@@ -206,7 +206,9 @@ import type {
|
|
|
206
206
|
PalletMintError,
|
|
207
207
|
PalletMintEvent,
|
|
208
208
|
PalletMintMintAction,
|
|
209
|
+
PalletMintMintQueueCursor,
|
|
209
210
|
PalletMintMintType,
|
|
211
|
+
PalletMintPendingMintUtxo,
|
|
210
212
|
PalletMultisigCall,
|
|
211
213
|
PalletMultisigError,
|
|
212
214
|
PalletMultisigEvent,
|
|
@@ -225,10 +227,10 @@ import type {
|
|
|
225
227
|
PalletOperationalAccountsOpaqueEncryptionPubkey,
|
|
226
228
|
PalletOperationalAccountsOperationalAccount,
|
|
227
229
|
PalletOperationalAccountsOperationalProgressPatch,
|
|
228
|
-
PalletOperationalAccountsReferralProof,
|
|
229
230
|
PalletOperationalAccountsRegistration,
|
|
230
231
|
PalletOperationalAccountsRegistrationV1,
|
|
231
232
|
PalletOperationalAccountsRewardsConfig,
|
|
233
|
+
PalletOperationalAccountsUpstreamAccessProof,
|
|
232
234
|
PalletPriceIndexArgonotAverageFrameAccumulator,
|
|
233
235
|
PalletPriceIndexCall,
|
|
234
236
|
PalletPriceIndexCpiMeasurementBucket,
|
|
@@ -253,10 +255,13 @@ import type {
|
|
|
253
255
|
PalletTreasuryBondLot,
|
|
254
256
|
PalletTreasuryBondLotAllocation,
|
|
255
257
|
PalletTreasuryBondLotSummary,
|
|
258
|
+
PalletTreasuryBondProgram,
|
|
259
|
+
PalletTreasuryBondProgramId,
|
|
256
260
|
PalletTreasuryBondReleaseReason,
|
|
257
261
|
PalletTreasuryCall,
|
|
258
262
|
PalletTreasuryError,
|
|
259
263
|
PalletTreasuryEvent,
|
|
264
|
+
PalletTreasuryFrameArgonotBondParticipants,
|
|
260
265
|
PalletTreasuryFrameVaultCapital,
|
|
261
266
|
PalletTreasuryHoldReason,
|
|
262
267
|
PalletTreasuryVaultCapital,
|
|
@@ -440,6 +445,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
440
445
|
PalletBlockSealSpecCall: PalletBlockSealSpecCall;
|
|
441
446
|
PalletBlockSealSpecError: PalletBlockSealSpecError;
|
|
442
447
|
PalletBlockSealSpecEvent: PalletBlockSealSpecEvent;
|
|
448
|
+
PalletCrosschainTransferAccountTransferTotals: PalletCrosschainTransferAccountTransferTotals;
|
|
443
449
|
PalletCrosschainTransferAssetKind: PalletCrosschainTransferAssetKind;
|
|
444
450
|
PalletCrosschainTransferCall: PalletCrosschainTransferCall;
|
|
445
451
|
PalletCrosschainTransferChainConfig: PalletCrosschainTransferChainConfig;
|
|
@@ -504,7 +510,9 @@ declare module '@polkadot/types/types/registry' {
|
|
|
504
510
|
PalletMintError: PalletMintError;
|
|
505
511
|
PalletMintEvent: PalletMintEvent;
|
|
506
512
|
PalletMintMintAction: PalletMintMintAction;
|
|
513
|
+
PalletMintMintQueueCursor: PalletMintMintQueueCursor;
|
|
507
514
|
PalletMintMintType: PalletMintMintType;
|
|
515
|
+
PalletMintPendingMintUtxo: PalletMintPendingMintUtxo;
|
|
508
516
|
PalletMultisigCall: PalletMultisigCall;
|
|
509
517
|
PalletMultisigError: PalletMultisigError;
|
|
510
518
|
PalletMultisigEvent: PalletMultisigEvent;
|
|
@@ -523,10 +531,10 @@ declare module '@polkadot/types/types/registry' {
|
|
|
523
531
|
PalletOperationalAccountsOpaqueEncryptionPubkey: PalletOperationalAccountsOpaqueEncryptionPubkey;
|
|
524
532
|
PalletOperationalAccountsOperationalAccount: PalletOperationalAccountsOperationalAccount;
|
|
525
533
|
PalletOperationalAccountsOperationalProgressPatch: PalletOperationalAccountsOperationalProgressPatch;
|
|
526
|
-
PalletOperationalAccountsReferralProof: PalletOperationalAccountsReferralProof;
|
|
527
534
|
PalletOperationalAccountsRegistration: PalletOperationalAccountsRegistration;
|
|
528
535
|
PalletOperationalAccountsRegistrationV1: PalletOperationalAccountsRegistrationV1;
|
|
529
536
|
PalletOperationalAccountsRewardsConfig: PalletOperationalAccountsRewardsConfig;
|
|
537
|
+
PalletOperationalAccountsUpstreamAccessProof: PalletOperationalAccountsUpstreamAccessProof;
|
|
530
538
|
PalletPriceIndexArgonotAverageFrameAccumulator: PalletPriceIndexArgonotAverageFrameAccumulator;
|
|
531
539
|
PalletPriceIndexCall: PalletPriceIndexCall;
|
|
532
540
|
PalletPriceIndexCpiMeasurementBucket: PalletPriceIndexCpiMeasurementBucket;
|
|
@@ -551,10 +559,13 @@ declare module '@polkadot/types/types/registry' {
|
|
|
551
559
|
PalletTreasuryBondLot: PalletTreasuryBondLot;
|
|
552
560
|
PalletTreasuryBondLotAllocation: PalletTreasuryBondLotAllocation;
|
|
553
561
|
PalletTreasuryBondLotSummary: PalletTreasuryBondLotSummary;
|
|
562
|
+
PalletTreasuryBondProgram: PalletTreasuryBondProgram;
|
|
563
|
+
PalletTreasuryBondProgramId: PalletTreasuryBondProgramId;
|
|
554
564
|
PalletTreasuryBondReleaseReason: PalletTreasuryBondReleaseReason;
|
|
555
565
|
PalletTreasuryCall: PalletTreasuryCall;
|
|
556
566
|
PalletTreasuryError: PalletTreasuryError;
|
|
557
567
|
PalletTreasuryEvent: PalletTreasuryEvent;
|
|
568
|
+
PalletTreasuryFrameArgonotBondParticipants: PalletTreasuryFrameArgonotBondParticipants;
|
|
558
569
|
PalletTreasuryFrameVaultCapital: PalletTreasuryFrameVaultCapital;
|
|
559
570
|
PalletTreasuryHoldReason: PalletTreasuryHoldReason;
|
|
560
571
|
PalletTreasuryVaultCapital: PalletTreasuryVaultCapital;
|