@argonprotocol/mainchain 1.4.11 → 1.4.12

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.
@@ -123,6 +123,7 @@ import type {
123
123
  PalletBitcoinLocksCall,
124
124
  PalletBitcoinLocksError,
125
125
  PalletBitcoinLocksEvent,
126
+ PalletBitcoinLocksFeeCoupon,
126
127
  PalletBitcoinLocksHoldReason,
127
128
  PalletBitcoinLocksLockOptions,
128
129
  PalletBitcoinLocksLockReleaseRequest,
@@ -285,7 +286,6 @@ import type {
285
286
  PalletVaultsError,
286
287
  PalletVaultsEvent,
287
288
  PalletVaultsHoldReason,
288
- PalletVaultsRecentCapacityDrop,
289
289
  PalletVaultsVaultConfig,
290
290
  PalletVaultsVaultFrameRevenue,
291
291
  SnowbridgeAmclBls381Big,
@@ -436,6 +436,7 @@ declare module '@polkadot/types/types/registry' {
436
436
  PalletBitcoinLocksCall: PalletBitcoinLocksCall;
437
437
  PalletBitcoinLocksError: PalletBitcoinLocksError;
438
438
  PalletBitcoinLocksEvent: PalletBitcoinLocksEvent;
439
+ PalletBitcoinLocksFeeCoupon: PalletBitcoinLocksFeeCoupon;
439
440
  PalletBitcoinLocksHoldReason: PalletBitcoinLocksHoldReason;
440
441
  PalletBitcoinLocksLockOptions: PalletBitcoinLocksLockOptions;
441
442
  PalletBitcoinLocksLockReleaseRequest: PalletBitcoinLocksLockReleaseRequest;
@@ -598,7 +599,6 @@ declare module '@polkadot/types/types/registry' {
598
599
  PalletVaultsError: PalletVaultsError;
599
600
  PalletVaultsEvent: PalletVaultsEvent;
600
601
  PalletVaultsHoldReason: PalletVaultsHoldReason;
601
- PalletVaultsRecentCapacityDrop: PalletVaultsRecentCapacityDrop;
602
602
  PalletVaultsVaultConfig: PalletVaultsVaultConfig;
603
603
  PalletVaultsVaultFrameRevenue: PalletVaultsVaultFrameRevenue;
604
604
  SnowbridgeAmclBls381Big: SnowbridgeAmclBls381Big;