@argonprotocol/mainchain 1.4.8 → 1.4.9-dev.c62e171b

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.
@@ -206,7 +206,9 @@ import type {
206
206
  PalletMintError,
207
207
  PalletMintEvent,
208
208
  PalletMintMintAction,
209
+ PalletMintMintQueueCursor,
209
210
  PalletMintMintType,
211
+ PalletMintPendingMintUtxo,
210
212
  PalletMultisigCall,
211
213
  PalletMultisigError,
212
214
  PalletMultisigEvent,
@@ -253,10 +255,13 @@ import type {
253
255
  PalletTreasuryBondLot,
254
256
  PalletTreasuryBondLotAllocation,
255
257
  PalletTreasuryBondLotSummary,
258
+ PalletTreasuryBondProgram,
259
+ PalletTreasuryBondProgramId,
256
260
  PalletTreasuryBondReleaseReason,
257
261
  PalletTreasuryCall,
258
262
  PalletTreasuryError,
259
263
  PalletTreasuryEvent,
264
+ PalletTreasuryFrameArgonotBondParticipants,
260
265
  PalletTreasuryFrameVaultCapital,
261
266
  PalletTreasuryHoldReason,
262
267
  PalletTreasuryVaultCapital,
@@ -504,7 +509,9 @@ declare module '@polkadot/types/types/registry' {
504
509
  PalletMintError: PalletMintError;
505
510
  PalletMintEvent: PalletMintEvent;
506
511
  PalletMintMintAction: PalletMintMintAction;
512
+ PalletMintMintQueueCursor: PalletMintMintQueueCursor;
507
513
  PalletMintMintType: PalletMintMintType;
514
+ PalletMintPendingMintUtxo: PalletMintPendingMintUtxo;
508
515
  PalletMultisigCall: PalletMultisigCall;
509
516
  PalletMultisigError: PalletMultisigError;
510
517
  PalletMultisigEvent: PalletMultisigEvent;
@@ -551,10 +558,13 @@ declare module '@polkadot/types/types/registry' {
551
558
  PalletTreasuryBondLot: PalletTreasuryBondLot;
552
559
  PalletTreasuryBondLotAllocation: PalletTreasuryBondLotAllocation;
553
560
  PalletTreasuryBondLotSummary: PalletTreasuryBondLotSummary;
561
+ PalletTreasuryBondProgram: PalletTreasuryBondProgram;
562
+ PalletTreasuryBondProgramId: PalletTreasuryBondProgramId;
554
563
  PalletTreasuryBondReleaseReason: PalletTreasuryBondReleaseReason;
555
564
  PalletTreasuryCall: PalletTreasuryCall;
556
565
  PalletTreasuryError: PalletTreasuryError;
557
566
  PalletTreasuryEvent: PalletTreasuryEvent;
567
+ PalletTreasuryFrameArgonotBondParticipants: PalletTreasuryFrameArgonotBondParticipants;
558
568
  PalletTreasuryFrameVaultCapital: PalletTreasuryFrameVaultCapital;
559
569
  PalletTreasuryHoldReason: PalletTreasuryHoldReason;
560
570
  PalletTreasuryVaultCapital: PalletTreasuryVaultCapital;