@argonprotocol/mainchain 1.4.10-dev.925a902e → 1.4.10-dev.a229760e

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.
@@ -142,6 +142,12 @@ import type {
142
142
  PalletBlockSealSpecCall,
143
143
  PalletBlockSealSpecError,
144
144
  PalletBlockSealSpecEvent,
145
+ PalletBootstrapCall,
146
+ PalletBootstrapEndpointPubkey,
147
+ PalletBootstrapError,
148
+ PalletBootstrapEvent,
149
+ PalletBootstrapRecoveryProof,
150
+ PalletBootstrapRecoveryPubkey,
145
151
  PalletCrosschainTransferAccountTransferTotals,
146
152
  PalletCrosschainTransferAssetKind,
147
153
  PalletCrosschainTransferCall,
@@ -265,6 +271,7 @@ import type {
265
271
  PalletTreasuryFrameArgonotBondParticipants,
266
272
  PalletTreasuryFrameVaultCapital,
267
273
  PalletTreasuryHoldReason,
274
+ PalletTreasuryVaultBondState,
268
275
  PalletTreasuryVaultCapital,
269
276
  PalletTxPauseCall,
270
277
  PalletTxPauseError,
@@ -446,6 +453,12 @@ declare module '@polkadot/types/types/registry' {
446
453
  PalletBlockSealSpecCall: PalletBlockSealSpecCall;
447
454
  PalletBlockSealSpecError: PalletBlockSealSpecError;
448
455
  PalletBlockSealSpecEvent: PalletBlockSealSpecEvent;
456
+ PalletBootstrapCall: PalletBootstrapCall;
457
+ PalletBootstrapEndpointPubkey: PalletBootstrapEndpointPubkey;
458
+ PalletBootstrapError: PalletBootstrapError;
459
+ PalletBootstrapEvent: PalletBootstrapEvent;
460
+ PalletBootstrapRecoveryProof: PalletBootstrapRecoveryProof;
461
+ PalletBootstrapRecoveryPubkey: PalletBootstrapRecoveryPubkey;
449
462
  PalletCrosschainTransferAccountTransferTotals: PalletCrosschainTransferAccountTransferTotals;
450
463
  PalletCrosschainTransferAssetKind: PalletCrosschainTransferAssetKind;
451
464
  PalletCrosschainTransferCall: PalletCrosschainTransferCall;
@@ -569,6 +582,7 @@ declare module '@polkadot/types/types/registry' {
569
582
  PalletTreasuryFrameArgonotBondParticipants: PalletTreasuryFrameArgonotBondParticipants;
570
583
  PalletTreasuryFrameVaultCapital: PalletTreasuryFrameVaultCapital;
571
584
  PalletTreasuryHoldReason: PalletTreasuryHoldReason;
585
+ PalletTreasuryVaultBondState: PalletTreasuryVaultBondState;
572
586
  PalletTreasuryVaultCapital: PalletTreasuryVaultCapital;
573
587
  PalletTxPauseCall: PalletTxPauseCall;
574
588
  PalletTxPauseError: PalletTxPauseError;