@argonprotocol/mainchain 1.4.9 → 1.4.10-dev.459cb75f
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 +639 -428
- package/browser/index.js +135 -28
- package/browser/index.js.map +1 -1
- package/lib/index.cjs +158 -52
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +639 -428
- package/lib/index.d.ts +639 -428
- package/lib/index.js +134 -28
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
- package/src/interfaces/augment-api-consts.ts +56 -24
- package/src/interfaces/augment-api-errors.ts +39 -15
- package/src/interfaces/augment-api-events.ts +117 -32
- package/src/interfaces/augment-api-query.ts +86 -51
- package/src/interfaces/augment-api-tx.ts +20 -13
- package/src/interfaces/lookup.ts +367 -283
- package/src/interfaces/registry.ts +14 -2
- package/src/interfaces/types-lookup.ts +388 -297
|
@@ -142,6 +142,7 @@ import type {
|
|
|
142
142
|
PalletBlockSealSpecCall,
|
|
143
143
|
PalletBlockSealSpecError,
|
|
144
144
|
PalletBlockSealSpecEvent,
|
|
145
|
+
PalletCrosschainTransferAccountTransferTotals,
|
|
145
146
|
PalletCrosschainTransferAssetKind,
|
|
146
147
|
PalletCrosschainTransferCall,
|
|
147
148
|
PalletCrosschainTransferChainConfig,
|
|
@@ -206,7 +207,9 @@ import type {
|
|
|
206
207
|
PalletMintError,
|
|
207
208
|
PalletMintEvent,
|
|
208
209
|
PalletMintMintAction,
|
|
210
|
+
PalletMintMintQueueCursor,
|
|
209
211
|
PalletMintMintType,
|
|
212
|
+
PalletMintPendingMintUtxo,
|
|
210
213
|
PalletMultisigCall,
|
|
211
214
|
PalletMultisigError,
|
|
212
215
|
PalletMultisigEvent,
|
|
@@ -225,10 +228,10 @@ import type {
|
|
|
225
228
|
PalletOperationalAccountsOpaqueEncryptionPubkey,
|
|
226
229
|
PalletOperationalAccountsOperationalAccount,
|
|
227
230
|
PalletOperationalAccountsOperationalProgressPatch,
|
|
228
|
-
PalletOperationalAccountsReferralProof,
|
|
229
231
|
PalletOperationalAccountsRegistration,
|
|
230
232
|
PalletOperationalAccountsRegistrationV1,
|
|
231
233
|
PalletOperationalAccountsRewardsConfig,
|
|
234
|
+
PalletOperationalAccountsUpstreamAccessProof,
|
|
232
235
|
PalletPriceIndexArgonotAverageFrameAccumulator,
|
|
233
236
|
PalletPriceIndexCall,
|
|
234
237
|
PalletPriceIndexCpiMeasurementBucket,
|
|
@@ -253,10 +256,13 @@ import type {
|
|
|
253
256
|
PalletTreasuryBondLot,
|
|
254
257
|
PalletTreasuryBondLotAllocation,
|
|
255
258
|
PalletTreasuryBondLotSummary,
|
|
259
|
+
PalletTreasuryBondProgram,
|
|
260
|
+
PalletTreasuryBondProgramId,
|
|
256
261
|
PalletTreasuryBondReleaseReason,
|
|
257
262
|
PalletTreasuryCall,
|
|
258
263
|
PalletTreasuryError,
|
|
259
264
|
PalletTreasuryEvent,
|
|
265
|
+
PalletTreasuryFrameArgonotBondParticipants,
|
|
260
266
|
PalletTreasuryFrameVaultCapital,
|
|
261
267
|
PalletTreasuryHoldReason,
|
|
262
268
|
PalletTreasuryVaultCapital,
|
|
@@ -440,6 +446,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
440
446
|
PalletBlockSealSpecCall: PalletBlockSealSpecCall;
|
|
441
447
|
PalletBlockSealSpecError: PalletBlockSealSpecError;
|
|
442
448
|
PalletBlockSealSpecEvent: PalletBlockSealSpecEvent;
|
|
449
|
+
PalletCrosschainTransferAccountTransferTotals: PalletCrosschainTransferAccountTransferTotals;
|
|
443
450
|
PalletCrosschainTransferAssetKind: PalletCrosschainTransferAssetKind;
|
|
444
451
|
PalletCrosschainTransferCall: PalletCrosschainTransferCall;
|
|
445
452
|
PalletCrosschainTransferChainConfig: PalletCrosschainTransferChainConfig;
|
|
@@ -504,7 +511,9 @@ declare module '@polkadot/types/types/registry' {
|
|
|
504
511
|
PalletMintError: PalletMintError;
|
|
505
512
|
PalletMintEvent: PalletMintEvent;
|
|
506
513
|
PalletMintMintAction: PalletMintMintAction;
|
|
514
|
+
PalletMintMintQueueCursor: PalletMintMintQueueCursor;
|
|
507
515
|
PalletMintMintType: PalletMintMintType;
|
|
516
|
+
PalletMintPendingMintUtxo: PalletMintPendingMintUtxo;
|
|
508
517
|
PalletMultisigCall: PalletMultisigCall;
|
|
509
518
|
PalletMultisigError: PalletMultisigError;
|
|
510
519
|
PalletMultisigEvent: PalletMultisigEvent;
|
|
@@ -523,10 +532,10 @@ declare module '@polkadot/types/types/registry' {
|
|
|
523
532
|
PalletOperationalAccountsOpaqueEncryptionPubkey: PalletOperationalAccountsOpaqueEncryptionPubkey;
|
|
524
533
|
PalletOperationalAccountsOperationalAccount: PalletOperationalAccountsOperationalAccount;
|
|
525
534
|
PalletOperationalAccountsOperationalProgressPatch: PalletOperationalAccountsOperationalProgressPatch;
|
|
526
|
-
PalletOperationalAccountsReferralProof: PalletOperationalAccountsReferralProof;
|
|
527
535
|
PalletOperationalAccountsRegistration: PalletOperationalAccountsRegistration;
|
|
528
536
|
PalletOperationalAccountsRegistrationV1: PalletOperationalAccountsRegistrationV1;
|
|
529
537
|
PalletOperationalAccountsRewardsConfig: PalletOperationalAccountsRewardsConfig;
|
|
538
|
+
PalletOperationalAccountsUpstreamAccessProof: PalletOperationalAccountsUpstreamAccessProof;
|
|
530
539
|
PalletPriceIndexArgonotAverageFrameAccumulator: PalletPriceIndexArgonotAverageFrameAccumulator;
|
|
531
540
|
PalletPriceIndexCall: PalletPriceIndexCall;
|
|
532
541
|
PalletPriceIndexCpiMeasurementBucket: PalletPriceIndexCpiMeasurementBucket;
|
|
@@ -551,10 +560,13 @@ declare module '@polkadot/types/types/registry' {
|
|
|
551
560
|
PalletTreasuryBondLot: PalletTreasuryBondLot;
|
|
552
561
|
PalletTreasuryBondLotAllocation: PalletTreasuryBondLotAllocation;
|
|
553
562
|
PalletTreasuryBondLotSummary: PalletTreasuryBondLotSummary;
|
|
563
|
+
PalletTreasuryBondProgram: PalletTreasuryBondProgram;
|
|
564
|
+
PalletTreasuryBondProgramId: PalletTreasuryBondProgramId;
|
|
554
565
|
PalletTreasuryBondReleaseReason: PalletTreasuryBondReleaseReason;
|
|
555
566
|
PalletTreasuryCall: PalletTreasuryCall;
|
|
556
567
|
PalletTreasuryError: PalletTreasuryError;
|
|
557
568
|
PalletTreasuryEvent: PalletTreasuryEvent;
|
|
569
|
+
PalletTreasuryFrameArgonotBondParticipants: PalletTreasuryFrameArgonotBondParticipants;
|
|
558
570
|
PalletTreasuryFrameVaultCapital: PalletTreasuryFrameVaultCapital;
|
|
559
571
|
PalletTreasuryHoldReason: PalletTreasuryHoldReason;
|
|
560
572
|
PalletTreasuryVaultCapital: PalletTreasuryVaultCapital;
|