@argonprotocol/mainchain 1.4.10 → 1.4.11
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 +571 -286
- package/browser/index.js +73 -20
- package/browser/index.js.map +1 -1
- package/lib/index.cjs +83 -30
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +571 -286
- package/lib/index.d.ts +571 -286
- package/lib/index.js +73 -20
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
- package/src/interfaces/augment-api-consts.ts +11 -4
- package/src/interfaces/augment-api-errors.ts +30 -8
- package/src/interfaces/augment-api-events.ts +56 -8
- package/src/interfaces/augment-api-query.ts +73 -12
- package/src/interfaces/augment-api-runtime.ts +1 -0
- package/src/interfaces/augment-api-tx.ts +78 -12
- package/src/interfaces/augment-api.ts +1 -0
- package/src/interfaces/augment-types.ts +1 -0
- package/src/interfaces/lookup.ts +345 -223
- package/src/interfaces/registry.ts +19 -0
- package/src/interfaces/types-lookup.ts +373 -237
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
// Auto-generated via `yarn polkadot-types-from-defs`, do not edit
|
|
2
|
+
/* eslint-disable */
|
|
2
3
|
|
|
3
4
|
// import type lookup before we augment - in some environments
|
|
4
5
|
// this is required to allow for ambient/previous definitions
|
|
@@ -141,6 +142,12 @@ import type {
|
|
|
141
142
|
PalletBlockSealSpecCall,
|
|
142
143
|
PalletBlockSealSpecError,
|
|
143
144
|
PalletBlockSealSpecEvent,
|
|
145
|
+
PalletBootstrapCall,
|
|
146
|
+
PalletBootstrapEndpointPubkey,
|
|
147
|
+
PalletBootstrapError,
|
|
148
|
+
PalletBootstrapEvent,
|
|
149
|
+
PalletBootstrapRecoveryProof,
|
|
150
|
+
PalletBootstrapRecoveryPubkey,
|
|
144
151
|
PalletCrosschainTransferAccountTransferTotals,
|
|
145
152
|
PalletCrosschainTransferAssetKind,
|
|
146
153
|
PalletCrosschainTransferCall,
|
|
@@ -235,6 +242,8 @@ import type {
|
|
|
235
242
|
PalletPriceIndexCall,
|
|
236
243
|
PalletPriceIndexCpiMeasurementBucket,
|
|
237
244
|
PalletPriceIndexError,
|
|
245
|
+
PalletPriceIndexEthereumPriceFrameAccumulator,
|
|
246
|
+
PalletPriceIndexEthereumPriceIndex,
|
|
238
247
|
PalletPriceIndexEvent,
|
|
239
248
|
PalletPriceIndexPriceIndex,
|
|
240
249
|
PalletProxyAnnouncement,
|
|
@@ -264,6 +273,7 @@ import type {
|
|
|
264
273
|
PalletTreasuryFrameArgonotBondParticipants,
|
|
265
274
|
PalletTreasuryFrameVaultCapital,
|
|
266
275
|
PalletTreasuryHoldReason,
|
|
276
|
+
PalletTreasuryVaultBondState,
|
|
267
277
|
PalletTreasuryVaultCapital,
|
|
268
278
|
PalletTxPauseCall,
|
|
269
279
|
PalletTxPauseError,
|
|
@@ -445,6 +455,12 @@ declare module '@polkadot/types/types/registry' {
|
|
|
445
455
|
PalletBlockSealSpecCall: PalletBlockSealSpecCall;
|
|
446
456
|
PalletBlockSealSpecError: PalletBlockSealSpecError;
|
|
447
457
|
PalletBlockSealSpecEvent: PalletBlockSealSpecEvent;
|
|
458
|
+
PalletBootstrapCall: PalletBootstrapCall;
|
|
459
|
+
PalletBootstrapEndpointPubkey: PalletBootstrapEndpointPubkey;
|
|
460
|
+
PalletBootstrapError: PalletBootstrapError;
|
|
461
|
+
PalletBootstrapEvent: PalletBootstrapEvent;
|
|
462
|
+
PalletBootstrapRecoveryProof: PalletBootstrapRecoveryProof;
|
|
463
|
+
PalletBootstrapRecoveryPubkey: PalletBootstrapRecoveryPubkey;
|
|
448
464
|
PalletCrosschainTransferAccountTransferTotals: PalletCrosschainTransferAccountTransferTotals;
|
|
449
465
|
PalletCrosschainTransferAssetKind: PalletCrosschainTransferAssetKind;
|
|
450
466
|
PalletCrosschainTransferCall: PalletCrosschainTransferCall;
|
|
@@ -539,6 +555,8 @@ declare module '@polkadot/types/types/registry' {
|
|
|
539
555
|
PalletPriceIndexCall: PalletPriceIndexCall;
|
|
540
556
|
PalletPriceIndexCpiMeasurementBucket: PalletPriceIndexCpiMeasurementBucket;
|
|
541
557
|
PalletPriceIndexError: PalletPriceIndexError;
|
|
558
|
+
PalletPriceIndexEthereumPriceFrameAccumulator: PalletPriceIndexEthereumPriceFrameAccumulator;
|
|
559
|
+
PalletPriceIndexEthereumPriceIndex: PalletPriceIndexEthereumPriceIndex;
|
|
542
560
|
PalletPriceIndexEvent: PalletPriceIndexEvent;
|
|
543
561
|
PalletPriceIndexPriceIndex: PalletPriceIndexPriceIndex;
|
|
544
562
|
PalletProxyAnnouncement: PalletProxyAnnouncement;
|
|
@@ -568,6 +586,7 @@ declare module '@polkadot/types/types/registry' {
|
|
|
568
586
|
PalletTreasuryFrameArgonotBondParticipants: PalletTreasuryFrameArgonotBondParticipants;
|
|
569
587
|
PalletTreasuryFrameVaultCapital: PalletTreasuryFrameVaultCapital;
|
|
570
588
|
PalletTreasuryHoldReason: PalletTreasuryHoldReason;
|
|
589
|
+
PalletTreasuryVaultBondState: PalletTreasuryVaultBondState;
|
|
571
590
|
PalletTreasuryVaultCapital: PalletTreasuryVaultCapital;
|
|
572
591
|
PalletTxPauseCall: PalletTxPauseCall;
|
|
573
592
|
PalletTxPauseError: PalletTxPauseError;
|