@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.
@@ -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;