@argonprotocol/mainchain 1.4.10-dev.a229760e → 1.4.10-dev.b2dce395

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.
@@ -2664,10 +2664,6 @@ declare module '@polkadot/types/lookup' {
2664
2664
  readonly asSetDelegateAccount: {
2665
2665
  readonly delegateAccountId: Option<AccountId32>;
2666
2666
  } & Struct;
2667
- readonly isSetName: boolean;
2668
- readonly asSetName: {
2669
- readonly name: Option<Bytes>;
2670
- } & Struct;
2671
2667
  readonly isSetCommittedArgonots: boolean;
2672
2668
  readonly asSetCommittedArgonots: {
2673
2669
  readonly amount: Compact<u128>;
@@ -2685,7 +2681,6 @@ declare module '@polkadot/types/lookup' {
2685
2681
  | 'ReplaceBitcoinXpub'
2686
2682
  | 'Collect'
2687
2683
  | 'SetDelegateAccount'
2688
- | 'SetName'
2689
2684
  | 'SetCommittedArgonots'
2690
2685
  | 'SetBackfillSecuritizationReserved';
2691
2686
  }
@@ -2693,7 +2688,6 @@ declare module '@polkadot/types/lookup' {
2693
2688
  /** @name PalletVaultsVaultConfig (209) */
2694
2689
  interface PalletVaultsVaultConfig extends Struct {
2695
2690
  readonly terms: ArgonPrimitivesVaultVaultTerms;
2696
- readonly name: Option<Bytes>;
2697
2691
  readonly delegateAccountId: Option<AccountId32>;
2698
2692
  readonly securitization: Compact<u128>;
2699
2693
  readonly bitcoinXpubkey: ArgonPrimitivesBitcoinOpaqueBitcoinXpub;
@@ -2708,10 +2702,10 @@ declare module '@polkadot/types/lookup' {
2708
2702
  readonly treasuryBonusProfitSharing: Compact<Permill>;
2709
2703
  }
2710
2704
 
2711
- /** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (216) */
2705
+ /** @name ArgonPrimitivesBitcoinOpaqueBitcoinXpub (214) */
2712
2706
  interface ArgonPrimitivesBitcoinOpaqueBitcoinXpub extends U8aFixed {}
2713
2707
 
2714
- /** @name PalletBitcoinLocksCall (218) */
2708
+ /** @name PalletBitcoinLocksCall (216) */
2715
2709
  interface PalletBitcoinLocksCall extends Enum {
2716
2710
  readonly isInitialize: boolean;
2717
2711
  readonly asInitialize: {
@@ -2784,10 +2778,10 @@ declare module '@polkadot/types/lookup' {
2784
2778
  | 'SetAsBackfill';
2785
2779
  }
2786
2780
 
2787
- /** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (219) */
2781
+ /** @name ArgonPrimitivesBitcoinCompressedBitcoinPubkey (217) */
2788
2782
  interface ArgonPrimitivesBitcoinCompressedBitcoinPubkey extends U8aFixed {}
2789
2783
 
2790
- /** @name PalletBitcoinLocksLockOptions (222) */
2784
+ /** @name PalletBitcoinLocksLockOptions (220) */
2791
2785
  interface PalletBitcoinLocksLockOptions extends Enum {
2792
2786
  readonly isV1: boolean;
2793
2787
  readonly asV1: {
@@ -2796,7 +2790,7 @@ declare module '@polkadot/types/lookup' {
2796
2790
  readonly type: 'V1';
2797
2791
  }
2798
2792
 
2799
- /** @name PalletNotariesCall (225) */
2793
+ /** @name PalletNotariesCall (223) */
2800
2794
  interface PalletNotariesCall extends Enum {
2801
2795
  readonly isPropose: boolean;
2802
2796
  readonly asPropose: {
@@ -2815,7 +2809,7 @@ declare module '@polkadot/types/lookup' {
2815
2809
  readonly type: 'Propose' | 'Activate' | 'Update';
2816
2810
  }
2817
2811
 
2818
- /** @name PalletNotebookCall (226) */
2812
+ /** @name PalletNotebookCall (224) */
2819
2813
  interface PalletNotebookCall extends Enum {
2820
2814
  readonly isSubmit: boolean;
2821
2815
  readonly asSubmit: {
@@ -2828,13 +2822,13 @@ declare module '@polkadot/types/lookup' {
2828
2822
  readonly type: 'Submit' | 'Unlock';
2829
2823
  }
2830
2824
 
2831
- /** @name ArgonPrimitivesNotebookSignedNotebookHeader (228) */
2825
+ /** @name ArgonPrimitivesNotebookSignedNotebookHeader (226) */
2832
2826
  interface ArgonPrimitivesNotebookSignedNotebookHeader extends Struct {
2833
2827
  readonly header: ArgonPrimitivesNotebookNotebookHeader;
2834
2828
  readonly signature: U8aFixed;
2835
2829
  }
2836
2830
 
2837
- /** @name ArgonPrimitivesNotebookNotebookHeader (229) */
2831
+ /** @name ArgonPrimitivesNotebookNotebookHeader (227) */
2838
2832
  interface ArgonPrimitivesNotebookNotebookHeader extends Struct {
2839
2833
  readonly version: Compact<u16>;
2840
2834
  readonly notebookNumber: Compact<u32>;
@@ -2853,7 +2847,7 @@ declare module '@polkadot/types/lookup' {
2853
2847
  readonly domains: Vec<ITuple<[H256, AccountId32]>>;
2854
2848
  }
2855
2849
 
2856
- /** @name ArgonPrimitivesNotebookChainTransfer (232) */
2850
+ /** @name ArgonPrimitivesNotebookChainTransfer (230) */
2857
2851
  interface ArgonPrimitivesNotebookChainTransfer extends Enum {
2858
2852
  readonly isToMainchain: boolean;
2859
2853
  readonly asToMainchain: {
@@ -2867,13 +2861,13 @@ declare module '@polkadot/types/lookup' {
2867
2861
  readonly type: 'ToMainchain' | 'ToLocalchain';
2868
2862
  }
2869
2863
 
2870
- /** @name ArgonPrimitivesBalanceChangeAccountOrigin (235) */
2864
+ /** @name ArgonPrimitivesBalanceChangeAccountOrigin (233) */
2871
2865
  interface ArgonPrimitivesBalanceChangeAccountOrigin extends Struct {
2872
2866
  readonly notebookNumber: Compact<u32>;
2873
2867
  readonly accountUid: Compact<u32>;
2874
2868
  }
2875
2869
 
2876
- /** @name PalletLocalchainTransferCall (242) */
2870
+ /** @name PalletLocalchainTransferCall (240) */
2877
2871
  interface PalletLocalchainTransferCall extends Enum {
2878
2872
  readonly isSendToLocalchain: boolean;
2879
2873
  readonly asSendToLocalchain: {
@@ -2883,7 +2877,7 @@ declare module '@polkadot/types/lookup' {
2883
2877
  readonly type: 'SendToLocalchain';
2884
2878
  }
2885
2879
 
2886
- /** @name PalletBlockSealSpecCall (243) */
2880
+ /** @name PalletBlockSealSpecCall (241) */
2887
2881
  interface PalletBlockSealSpecCall extends Enum {
2888
2882
  readonly isConfigure: boolean;
2889
2883
  readonly asConfigure: {
@@ -2893,7 +2887,7 @@ declare module '@polkadot/types/lookup' {
2893
2887
  readonly type: 'Configure';
2894
2888
  }
2895
2889
 
2896
- /** @name PalletDomainsCall (244) */
2890
+ /** @name PalletDomainsCall (242) */
2897
2891
  interface PalletDomainsCall extends Enum {
2898
2892
  readonly isSetZoneRecord: boolean;
2899
2893
  readonly asSetZoneRecord: {
@@ -2903,11 +2897,12 @@ declare module '@polkadot/types/lookup' {
2903
2897
  readonly type: 'SetZoneRecord';
2904
2898
  }
2905
2899
 
2906
- /** @name PalletPriceIndexCall (245) */
2900
+ /** @name PalletPriceIndexCall (243) */
2907
2901
  interface PalletPriceIndexCall extends Enum {
2908
2902
  readonly isSubmit: boolean;
2909
2903
  readonly asSubmit: {
2910
2904
  readonly index: PalletPriceIndexPriceIndex;
2905
+ readonly ethereum: Option<PalletPriceIndexEthereumPriceIndex>;
2911
2906
  } & Struct;
2912
2907
  readonly isSetOperator: boolean;
2913
2908
  readonly asSetOperator: {
@@ -2916,7 +2911,7 @@ declare module '@polkadot/types/lookup' {
2916
2911
  readonly type: 'Submit' | 'SetOperator';
2917
2912
  }
2918
2913
 
2919
- /** @name PalletPriceIndexPriceIndex (246) */
2914
+ /** @name PalletPriceIndexPriceIndex (244) */
2920
2915
  interface PalletPriceIndexPriceIndex extends Struct {
2921
2916
  readonly btcUsdPrice: Compact<u128>;
2922
2917
  readonly argonotUsdPrice: u128;
@@ -2926,6 +2921,13 @@ declare module '@polkadot/types/lookup' {
2926
2921
  readonly tick: Compact<u64>;
2927
2922
  }
2928
2923
 
2924
+ /** @name PalletPriceIndexEthereumPriceIndex (246) */
2925
+ interface PalletPriceIndexEthereumPriceIndex extends Struct {
2926
+ readonly ethereumUsdPrice: u128;
2927
+ readonly ethereumGasPriceWei: Compact<u128>;
2928
+ readonly tick: Compact<u64>;
2929
+ }
2930
+
2929
2931
  /** @name PalletGrandpaCall (247) */
2930
2932
  interface PalletGrandpaCall extends Enum {
2931
2933
  readonly isReportEquivocation: boolean;
@@ -3268,6 +3270,10 @@ declare module '@polkadot/types/lookup' {
3268
3270
  readonly asRegister: {
3269
3271
  readonly registration: PalletOperationalAccountsRegistration;
3270
3272
  } & Struct;
3273
+ readonly isSetName: boolean;
3274
+ readonly asSetName: {
3275
+ readonly name: Option<Bytes>;
3276
+ } & Struct;
3271
3277
  readonly isSetRewardConfig: boolean;
3272
3278
  readonly asSetRewardConfig: {
3273
3279
  readonly operationalCertificationReward: u128;
@@ -3286,6 +3292,7 @@ declare module '@polkadot/types/lookup' {
3286
3292
  } & Struct;
3287
3293
  readonly type:
3288
3294
  | 'Register'
3295
+ | 'SetName'
3289
3296
  | 'SetRewardConfig'
3290
3297
  | 'ForceSetProgress'
3291
3298
  | 'Activate'
@@ -3325,7 +3332,7 @@ declare module '@polkadot/types/lookup' {
3325
3332
  readonly signature: SpRuntimeMultiSignature;
3326
3333
  }
3327
3334
 
3328
- /** @name PalletOperationalAccountsOperationalProgressPatch (284) */
3335
+ /** @name PalletOperationalAccountsOperationalProgressPatch (286) */
3329
3336
  interface PalletOperationalAccountsOperationalProgressPatch extends Struct {
3330
3337
  readonly uniswapArgonTransfersInAmount: Option<u128>;
3331
3338
  readonly accountBitcoinAmount: Option<u128>;
@@ -3335,7 +3342,7 @@ declare module '@polkadot/types/lookup' {
3335
3342
  readonly miningSeatCount: Option<u32>;
3336
3343
  }
3337
3344
 
3338
- /** @name PalletEthereumVerifierCall (286) */
3345
+ /** @name PalletEthereumVerifierCall (288) */
3339
3346
  interface PalletEthereumVerifierCall extends Enum {
3340
3347
  readonly isForceCheckpoint: boolean;
3341
3348
  readonly asForceCheckpoint: {
@@ -3363,7 +3370,7 @@ declare module '@polkadot/types/lookup' {
3363
3370
  | 'SetOperatingMode';
3364
3371
  }
3365
3372
 
3366
- /** @name PalletEthereumVerifierCheckpointUpdate (287) */
3373
+ /** @name PalletEthereumVerifierCheckpointUpdate (289) */
3367
3374
  interface PalletEthereumVerifierCheckpointUpdate extends Struct {
3368
3375
  readonly header: SnowbridgeBeaconPrimitivesBeaconHeader;
3369
3376
  readonly currentSyncCommittee: PalletEthereumVerifierSyncCommittee;
@@ -3372,7 +3379,7 @@ declare module '@polkadot/types/lookup' {
3372
3379
  readonly executionHeaderProof: PalletEthereumVerifierExecutionHeaderProof;
3373
3380
  }
3374
3381
 
3375
- /** @name SnowbridgeBeaconPrimitivesBeaconHeader (288) */
3382
+ /** @name SnowbridgeBeaconPrimitivesBeaconHeader (290) */
3376
3383
  interface SnowbridgeBeaconPrimitivesBeaconHeader extends Struct {
3377
3384
  readonly slot: u64;
3378
3385
  readonly proposerIndex: u64;
@@ -3381,22 +3388,22 @@ declare module '@polkadot/types/lookup' {
3381
3388
  readonly bodyRoot: H256;
3382
3389
  }
3383
3390
 
3384
- /** @name PalletEthereumVerifierSyncCommittee (289) */
3391
+ /** @name PalletEthereumVerifierSyncCommittee (291) */
3385
3392
  interface PalletEthereumVerifierSyncCommittee extends Struct {
3386
3393
  readonly pubkeys: Vec<SnowbridgeBeaconPrimitivesPublicKey>;
3387
3394
  readonly aggregatePubkey: SnowbridgeBeaconPrimitivesPublicKey;
3388
3395
  }
3389
3396
 
3390
- /** @name SnowbridgeBeaconPrimitivesPublicKey (291) */
3397
+ /** @name SnowbridgeBeaconPrimitivesPublicKey (293) */
3391
3398
  interface SnowbridgeBeaconPrimitivesPublicKey extends U8aFixed {}
3392
3399
 
3393
- /** @name PalletEthereumVerifierExecutionHeaderProof (295) */
3400
+ /** @name PalletEthereumVerifierExecutionHeaderProof (297) */
3394
3401
  interface PalletEthereumVerifierExecutionHeaderProof extends Struct {
3395
3402
  readonly executionHeader: SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader;
3396
3403
  readonly executionBranch: Vec<H256>;
3397
3404
  }
3398
3405
 
3399
- /** @name SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader (296) */
3406
+ /** @name SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader (298) */
3400
3407
  interface SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader extends Enum {
3401
3408
  readonly isCapella: boolean;
3402
3409
  readonly asCapella: SnowbridgeBeaconPrimitivesExecutionPayloadHeader;
@@ -3405,7 +3412,7 @@ declare module '@polkadot/types/lookup' {
3405
3412
  readonly type: 'Capella' | 'Deneb';
3406
3413
  }
3407
3414
 
3408
- /** @name SnowbridgeBeaconPrimitivesExecutionPayloadHeader (297) */
3415
+ /** @name SnowbridgeBeaconPrimitivesExecutionPayloadHeader (299) */
3409
3416
  interface SnowbridgeBeaconPrimitivesExecutionPayloadHeader extends Struct {
3410
3417
  readonly parentHash: H256;
3411
3418
  readonly feeRecipient: H160;
@@ -3424,7 +3431,7 @@ declare module '@polkadot/types/lookup' {
3424
3431
  readonly withdrawalsRoot: H256;
3425
3432
  }
3426
3433
 
3427
- /** @name SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader (298) */
3434
+ /** @name SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader (300) */
3428
3435
  interface SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader extends Struct {
3429
3436
  readonly parentHash: H256;
3430
3437
  readonly feeRecipient: H160;
@@ -3445,7 +3452,7 @@ declare module '@polkadot/types/lookup' {
3445
3452
  readonly excessBlobGas: u64;
3446
3453
  }
3447
3454
 
3448
- /** @name PalletEthereumVerifierForkVersions (299) */
3455
+ /** @name PalletEthereumVerifierForkVersions (301) */
3449
3456
  interface PalletEthereumVerifierForkVersions extends Struct {
3450
3457
  readonly genesis: PalletEthereumVerifierFork;
3451
3458
  readonly altair: PalletEthereumVerifierFork;
@@ -3456,13 +3463,13 @@ declare module '@polkadot/types/lookup' {
3456
3463
  readonly fulu: PalletEthereumVerifierFork;
3457
3464
  }
3458
3465
 
3459
- /** @name PalletEthereumVerifierFork (300) */
3466
+ /** @name PalletEthereumVerifierFork (302) */
3460
3467
  interface PalletEthereumVerifierFork extends Struct {
3461
3468
  readonly version: U8aFixed;
3462
3469
  readonly epoch: Compact<u64>;
3463
3470
  }
3464
3471
 
3465
- /** @name PalletEthereumVerifierUpdate (301) */
3472
+ /** @name PalletEthereumVerifierUpdate (303) */
3466
3473
  interface PalletEthereumVerifierUpdate extends Struct {
3467
3474
  readonly attestedHeader: SnowbridgeBeaconPrimitivesBeaconHeader;
3468
3475
  readonly syncAggregate: PalletEthereumVerifierSyncAggregate;
@@ -3473,22 +3480,22 @@ declare module '@polkadot/types/lookup' {
3473
3480
  readonly executionHeaderProof: PalletEthereumVerifierExecutionHeaderProof;
3474
3481
  }
3475
3482
 
3476
- /** @name PalletEthereumVerifierSyncAggregate (302) */
3483
+ /** @name PalletEthereumVerifierSyncAggregate (304) */
3477
3484
  interface PalletEthereumVerifierSyncAggregate extends Struct {
3478
3485
  readonly syncCommitteeBits: Bytes;
3479
3486
  readonly syncCommitteeSignature: SnowbridgeBeaconPrimitivesSignature;
3480
3487
  }
3481
3488
 
3482
- /** @name SnowbridgeBeaconPrimitivesSignature (304) */
3489
+ /** @name SnowbridgeBeaconPrimitivesSignature (306) */
3483
3490
  interface SnowbridgeBeaconPrimitivesSignature extends U8aFixed {}
3484
3491
 
3485
- /** @name PalletEthereumVerifierNextSyncCommitteeUpdate (307) */
3492
+ /** @name PalletEthereumVerifierNextSyncCommitteeUpdate (309) */
3486
3493
  interface PalletEthereumVerifierNextSyncCommitteeUpdate extends Struct {
3487
3494
  readonly nextSyncCommittee: PalletEthereumVerifierSyncCommittee;
3488
3495
  readonly nextSyncCommitteeBranch: Vec<H256>;
3489
3496
  }
3490
3497
 
3491
- /** @name PalletCrosschainTransferCall (308) */
3498
+ /** @name PalletCrosschainTransferCall (310) */
3492
3499
  interface PalletCrosschainTransferCall extends Enum {
3493
3500
  readonly isSetChainConfig: boolean;
3494
3501
  readonly asSetChainConfig: {
@@ -3578,7 +3585,7 @@ declare module '@polkadot/types/lookup' {
3578
3585
  | 'CollateralizeTransfer';
3579
3586
  }
3580
3587
 
3581
- /** @name PalletCrosschainTransferChainConfig (309) */
3588
+ /** @name PalletCrosschainTransferChainConfig (311) */
3582
3589
  interface PalletCrosschainTransferChainConfig extends Enum {
3583
3590
  readonly isEvm: boolean;
3584
3591
  readonly asEvm: {
@@ -3590,7 +3597,7 @@ declare module '@polkadot/types/lookup' {
3590
3597
  readonly type: 'Evm';
3591
3598
  }
3592
3599
 
3593
- /** @name PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing (311) */
3600
+ /** @name PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing (313) */
3594
3601
  interface PalletCrosschainTransferMintingAuthorityActivationRepaymentPricing extends Struct {
3595
3602
  readonly activationGasCost: Compact<u128>;
3596
3603
  readonly signatureGasCost: Compact<u128>;
@@ -3598,56 +3605,56 @@ declare module '@polkadot/types/lookup' {
3598
3605
  readonly estimatedMicrogonsPerEth: u128;
3599
3606
  }
3600
3607
 
3601
- /** @name ArgonPrimitivesEthereumEthereumReceiptLogProofBatch (314) */
3608
+ /** @name ArgonPrimitivesEthereumEthereumReceiptLogProofBatch (316) */
3602
3609
  interface ArgonPrimitivesEthereumEthereumReceiptLogProofBatch extends Struct {
3603
3610
  readonly executionBlockProof: ArgonPrimitivesEthereumEthereumExecutionBlockProof;
3604
3611
  readonly blocks: Vec<ArgonPrimitivesEthereumEthereumReceiptLogProofBlock>;
3605
3612
  }
3606
3613
 
3607
- /** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof (315) */
3614
+ /** @name ArgonPrimitivesEthereumEthereumExecutionBlockProof (317) */
3608
3615
  interface ArgonPrimitivesEthereumEthereumExecutionBlockProof extends Struct {
3609
3616
  readonly anchorBlockHash: H256;
3610
3617
  readonly targetToAnchorHeaderChain: Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>;
3611
3618
  }
3612
3619
 
3613
- /** @name ArgonPrimitivesEthereumEthereumExecutionHeader (317) */
3620
+ /** @name ArgonPrimitivesEthereumEthereumExecutionHeader (319) */
3614
3621
  interface ArgonPrimitivesEthereumEthereumExecutionHeader extends Struct {
3615
3622
  readonly rlp: Bytes;
3616
3623
  }
3617
3624
 
3618
- /** @name ArgonPrimitivesEthereumEthereumReceiptLogProofBlock (321) */
3625
+ /** @name ArgonPrimitivesEthereumEthereumReceiptLogProofBlock (323) */
3619
3626
  interface ArgonPrimitivesEthereumEthereumReceiptLogProofBlock extends Struct {
3620
3627
  readonly targetBlockNumber: Compact<u64>;
3621
3628
  readonly receiptProof: ArgonPrimitivesEthereumEthereumCombinedReceiptProof;
3622
3629
  readonly receiptLogs: Vec<ArgonPrimitivesEthereumEthereumReceiptLog>;
3623
3630
  }
3624
3631
 
3625
- /** @name ArgonPrimitivesEthereumEthereumCombinedReceiptProof (322) */
3632
+ /** @name ArgonPrimitivesEthereumEthereumCombinedReceiptProof (324) */
3626
3633
  interface ArgonPrimitivesEthereumEthereumCombinedReceiptProof extends Struct {
3627
3634
  readonly nodes: Vec<Bytes>;
3628
3635
  readonly receipts: Vec<ArgonPrimitivesEthereumEthereumReceiptProofReceipt>;
3629
3636
  }
3630
3637
 
3631
- /** @name ArgonPrimitivesEthereumEthereumReceiptProofReceipt (326) */
3638
+ /** @name ArgonPrimitivesEthereumEthereumReceiptProofReceipt (328) */
3632
3639
  interface ArgonPrimitivesEthereumEthereumReceiptProofReceipt extends Struct {
3633
3640
  readonly transactionIndex: Compact<u64>;
3634
3641
  readonly nodeIndexes: Vec<u16>;
3635
3642
  }
3636
3643
 
3637
- /** @name ArgonPrimitivesEthereumEthereumReceiptLog (331) */
3644
+ /** @name ArgonPrimitivesEthereumEthereumReceiptLog (333) */
3638
3645
  interface ArgonPrimitivesEthereumEthereumReceiptLog extends Struct {
3639
3646
  readonly transactionIndex: Compact<u64>;
3640
3647
  readonly eventLog: ArgonPrimitivesEthereumEthereumLog;
3641
3648
  }
3642
3649
 
3643
- /** @name ArgonPrimitivesEthereumEthereumLog (332) */
3650
+ /** @name ArgonPrimitivesEthereumEthereumLog (334) */
3644
3651
  interface ArgonPrimitivesEthereumEthereumLog extends Struct {
3645
3652
  readonly address: H160;
3646
3653
  readonly topics: Vec<H256>;
3647
3654
  readonly data: Bytes;
3648
3655
  }
3649
3656
 
3650
- /** @name PalletBootstrapCall (337) */
3657
+ /** @name PalletBootstrapCall (339) */
3651
3658
  interface PalletBootstrapCall extends Enum {
3652
3659
  readonly isSetRecoveryPayload: boolean;
3653
3660
  readonly asSetRecoveryPayload: {
@@ -3663,12 +3670,12 @@ declare module '@polkadot/types/lookup' {
3663
3670
  readonly type: 'SetRecoveryPayload' | 'SetEndpoint';
3664
3671
  }
3665
3672
 
3666
- /** @name PalletBootstrapRecoveryProof (338) */
3673
+ /** @name PalletBootstrapRecoveryProof (340) */
3667
3674
  interface PalletBootstrapRecoveryProof extends Struct {
3668
3675
  readonly signature: U8aFixed;
3669
3676
  }
3670
3677
 
3671
- /** @name PalletMultisigError (340) */
3678
+ /** @name PalletMultisigError (342) */
3672
3679
  interface PalletMultisigError extends Enum {
3673
3680
  readonly isMinimumThreshold: boolean;
3674
3681
  readonly isAlreadyApproved: boolean;
@@ -3701,21 +3708,21 @@ declare module '@polkadot/types/lookup' {
3701
3708
  | 'AlreadyStored';
3702
3709
  }
3703
3710
 
3704
- /** @name PalletProxyProxyDefinition (343) */
3711
+ /** @name PalletProxyProxyDefinition (345) */
3705
3712
  interface PalletProxyProxyDefinition extends Struct {
3706
3713
  readonly delegate: AccountId32;
3707
3714
  readonly proxyType: ArgonRuntimeProxyType;
3708
3715
  readonly delay: u32;
3709
3716
  }
3710
3717
 
3711
- /** @name PalletProxyAnnouncement (347) */
3718
+ /** @name PalletProxyAnnouncement (349) */
3712
3719
  interface PalletProxyAnnouncement extends Struct {
3713
3720
  readonly real: AccountId32;
3714
3721
  readonly callHash: H256;
3715
3722
  readonly height: u32;
3716
3723
  }
3717
3724
 
3718
- /** @name PalletProxyError (349) */
3725
+ /** @name PalletProxyError (351) */
3719
3726
  interface PalletProxyError extends Enum {
3720
3727
  readonly isTooMany: boolean;
3721
3728
  readonly isNotFound: boolean;
@@ -3736,16 +3743,16 @@ declare module '@polkadot/types/lookup' {
3736
3743
  | 'NoSelfProxy';
3737
3744
  }
3738
3745
 
3739
- /** @name ArgonPrimitivesTickTicker (350) */
3746
+ /** @name ArgonPrimitivesTickTicker (352) */
3740
3747
  interface ArgonPrimitivesTickTicker extends Struct {
3741
3748
  readonly tickDurationMillis: Compact<u64>;
3742
3749
  readonly channelHoldExpirationTicks: Compact<u64>;
3743
3750
  }
3744
3751
 
3745
- /** @name PalletTicksError (352) */
3752
+ /** @name PalletTicksError (354) */
3746
3753
  type PalletTicksError = Null;
3747
3754
 
3748
- /** @name PalletMiningSlotMinerNonceScoring (355) */
3755
+ /** @name PalletMiningSlotMinerNonceScoring (357) */
3749
3756
  interface PalletMiningSlotMinerNonceScoring extends Struct {
3750
3757
  readonly nonce: U256;
3751
3758
  readonly lastWinBlock: Option<u32>;
@@ -3753,7 +3760,7 @@ declare module '@polkadot/types/lookup' {
3753
3760
  readonly frameStartBlocksWonSurplus: i16;
3754
3761
  }
3755
3762
 
3756
- /** @name ArgonPrimitivesBlockSealMiningBidStats (367) */
3763
+ /** @name ArgonPrimitivesBlockSealMiningBidStats (369) */
3757
3764
  interface ArgonPrimitivesBlockSealMiningBidStats extends Struct {
3758
3765
  readonly bidsCount: u32;
3759
3766
  readonly bidAmountMin: u128;
@@ -3761,14 +3768,14 @@ declare module '@polkadot/types/lookup' {
3761
3768
  readonly bidAmountSum: u128;
3762
3769
  }
3763
3770
 
3764
- /** @name ArgonPrimitivesBlockSealMiningSlotConfig (371) */
3771
+ /** @name ArgonPrimitivesBlockSealMiningSlotConfig (373) */
3765
3772
  interface ArgonPrimitivesBlockSealMiningSlotConfig extends Struct {
3766
3773
  readonly ticksBeforeBidEndForVrfClose: Compact<u64>;
3767
3774
  readonly ticksBetweenSlots: Compact<u64>;
3768
3775
  readonly slotBiddingStartAfterTicks: Compact<u64>;
3769
3776
  }
3770
3777
 
3771
- /** @name PalletMiningSlotError (381) */
3778
+ /** @name PalletMiningSlotError (383) */
3772
3779
  interface PalletMiningSlotError extends Enum {
3773
3780
  readonly isSlotNotTakingBids: boolean;
3774
3781
  readonly isTooManyBlockRegistrants: boolean;
@@ -3795,7 +3802,7 @@ declare module '@polkadot/types/lookup' {
3795
3802
  | 'UnrecoverableHold';
3796
3803
  }
3797
3804
 
3798
- /** @name ArgonPrimitivesBitcoinUtxoValue (382) */
3805
+ /** @name ArgonPrimitivesBitcoinUtxoValue (384) */
3799
3806
  interface ArgonPrimitivesBitcoinUtxoValue extends Struct {
3800
3807
  readonly utxoId: u64;
3801
3808
  readonly scriptPubkey: ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey;
@@ -3804,7 +3811,7 @@ declare module '@polkadot/types/lookup' {
3804
3811
  readonly watchForSpentUntilHeight: Compact<u64>;
3805
3812
  }
3806
3813
 
3807
- /** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (383) */
3814
+ /** @name ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey (385) */
3808
3815
  interface ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey extends Enum {
3809
3816
  readonly isP2wsh: boolean;
3810
3817
  readonly asP2wsh: {
@@ -3813,7 +3820,7 @@ declare module '@polkadot/types/lookup' {
3813
3820
  readonly type: 'P2wsh';
3814
3821
  }
3815
3822
 
3816
- /** @name ArgonPrimitivesBitcoinBitcoinNetwork (392) */
3823
+ /** @name ArgonPrimitivesBitcoinBitcoinNetwork (394) */
3817
3824
  interface ArgonPrimitivesBitcoinBitcoinNetwork extends Enum {
3818
3825
  readonly isBitcoin: boolean;
3819
3826
  readonly isTestnet: boolean;
@@ -3822,7 +3829,7 @@ declare module '@polkadot/types/lookup' {
3822
3829
  readonly type: 'Bitcoin' | 'Testnet' | 'Signet' | 'Regtest';
3823
3830
  }
3824
3831
 
3825
- /** @name PalletBitcoinUtxosError (393) */
3832
+ /** @name PalletBitcoinUtxosError (395) */
3826
3833
  interface PalletBitcoinUtxosError extends Enum {
3827
3834
  readonly isNoPermissions: boolean;
3828
3835
  readonly isNoBitcoinConfirmedBlock: boolean;
@@ -3857,12 +3864,10 @@ declare module '@polkadot/types/lookup' {
3857
3864
  | 'LockAlreadyFunded';
3858
3865
  }
3859
3866
 
3860
- /** @name ArgonPrimitivesVault (394) */
3867
+ /** @name ArgonPrimitivesVault (396) */
3861
3868
  interface ArgonPrimitivesVault extends Struct {
3862
3869
  readonly operatorAccountId: AccountId32;
3863
3870
  readonly delegateAccountId: Option<AccountId32>;
3864
- readonly name: Option<Bytes>;
3865
- readonly lastNameChangeTick: Option<u64>;
3866
3871
  readonly securitization: Compact<u128>;
3867
3872
  readonly securitizationTarget: Compact<u128>;
3868
3873
  readonly securitizationLocked: Compact<u128>;
@@ -3881,13 +3886,13 @@ declare module '@polkadot/types/lookup' {
3881
3886
  readonly operationalMinimumReleaseTick: Option<u64>;
3882
3887
  }
3883
3888
 
3884
- /** @name ArgonPrimitivesVaultVaultArgonotCommitment (401) */
3889
+ /** @name ArgonPrimitivesVaultVaultArgonotCommitment (403) */
3885
3890
  interface ArgonPrimitivesVaultVaultArgonotCommitment extends Struct {
3886
3891
  readonly committedMicronots: Compact<u128>;
3887
3892
  readonly encumberedMicronots: Compact<u128>;
3888
3893
  }
3889
3894
 
3890
- /** @name ArgonPrimitivesBitcoinBitcoinXPub (403) */
3895
+ /** @name ArgonPrimitivesBitcoinBitcoinXPub (405) */
3891
3896
  interface ArgonPrimitivesBitcoinBitcoinXPub extends Struct {
3892
3897
  readonly publicKey: ArgonPrimitivesBitcoinCompressedBitcoinPubkey;
3893
3898
  readonly depth: Compact<u8>;
@@ -3897,14 +3902,14 @@ declare module '@polkadot/types/lookup' {
3897
3902
  readonly network: ArgonPrimitivesBitcoinNetworkKind;
3898
3903
  }
3899
3904
 
3900
- /** @name ArgonPrimitivesBitcoinNetworkKind (405) */
3905
+ /** @name ArgonPrimitivesBitcoinNetworkKind (407) */
3901
3906
  interface ArgonPrimitivesBitcoinNetworkKind extends Enum {
3902
3907
  readonly isMain: boolean;
3903
3908
  readonly isTest: boolean;
3904
3909
  readonly type: 'Main' | 'Test';
3905
3910
  }
3906
3911
 
3907
- /** @name PalletVaultsVaultFrameRevenue (414) */
3912
+ /** @name PalletVaultsVaultFrameRevenue (416) */
3908
3913
  interface PalletVaultsVaultFrameRevenue extends Struct {
3909
3914
  readonly frameId: Compact<u64>;
3910
3915
  readonly bitcoinLockFeeRevenue: Compact<u128>;
@@ -3924,7 +3929,7 @@ declare module '@polkadot/types/lookup' {
3924
3929
  readonly uncollectedRevenue: Compact<u128>;
3925
3930
  }
3926
3931
 
3927
- /** @name PalletVaultsRecentCapacityDrop (417) */
3932
+ /** @name PalletVaultsRecentCapacityDrop (419) */
3928
3933
  interface PalletVaultsRecentCapacityDrop extends Struct {
3929
3934
  readonly blockNumber: Compact<u32>;
3930
3935
  readonly availableBeforeDrop: Compact<u128>;
@@ -3932,7 +3937,7 @@ declare module '@polkadot/types/lookup' {
3932
3937
  readonly noFeeFailuresUsed: Compact<u32>;
3933
3938
  }
3934
3939
 
3935
- /** @name PalletVaultsError (419) */
3940
+ /** @name PalletVaultsError (421) */
3936
3941
  interface PalletVaultsError extends Enum {
3937
3942
  readonly isNoMoreVaultIds: boolean;
3938
3943
  readonly isInsufficientFunds: boolean;
@@ -3961,7 +3966,6 @@ declare module '@polkadot/types/lookup' {
3961
3966
  readonly isUnableToGenerateVaultBitcoinPubkey: boolean;
3962
3967
  readonly isFundingChangeAlreadyScheduled: boolean;
3963
3968
  readonly isInvalidBondSharingTerms: boolean;
3964
- readonly isInvalidVaultName: boolean;
3965
3969
  readonly isPendingCosignsBeforeCollect: boolean;
3966
3970
  readonly isPendingOrphanedUtxoCosignsBeforeCollect: boolean;
3967
3971
  readonly isOverdueCollectBlockersBeforeCollect: boolean;
@@ -3996,7 +4000,6 @@ declare module '@polkadot/types/lookup' {
3996
4000
  | 'UnableToGenerateVaultBitcoinPubkey'
3997
4001
  | 'FundingChangeAlreadyScheduled'
3998
4002
  | 'InvalidBondSharingTerms'
3999
- | 'InvalidVaultName'
4000
4003
  | 'PendingCosignsBeforeCollect'
4001
4004
  | 'PendingOrphanedUtxoCosignsBeforeCollect'
4002
4005
  | 'OverdueCollectBlockersBeforeCollect'
@@ -4005,7 +4008,7 @@ declare module '@polkadot/types/lookup' {
4005
4008
  | 'CommittedArgonotsBelowEncumberedBacking';
4006
4009
  }
4007
4010
 
4008
- /** @name PalletBitcoinLocksLockedBitcoin (420) */
4011
+ /** @name PalletBitcoinLocksLockedBitcoin (422) */
4009
4012
  interface PalletBitcoinLocksLockedBitcoin extends Struct {
4010
4013
  readonly vaultId: Compact<u32>;
4011
4014
  readonly liquidityPromised: Compact<u128>;
@@ -4030,7 +4033,7 @@ declare module '@polkadot/types/lookup' {
4030
4033
  readonly createdAtArgonBlock: Compact<u32>;
4031
4034
  }
4032
4035
 
4033
- /** @name PalletBitcoinLocksLockReleaseRequest (424) */
4036
+ /** @name PalletBitcoinLocksLockReleaseRequest (426) */
4034
4037
  interface PalletBitcoinLocksLockReleaseRequest extends Struct {
4035
4038
  readonly utxoId: Compact<u64>;
4036
4039
  readonly vaultId: Compact<u32>;
@@ -4040,7 +4043,7 @@ declare module '@polkadot/types/lookup' {
4040
4043
  readonly redemptionAmount: Compact<u128>;
4041
4044
  }
4042
4045
 
4043
- /** @name PalletBitcoinLocksOrphanedUtxo (426) */
4046
+ /** @name PalletBitcoinLocksOrphanedUtxo (428) */
4044
4047
  interface PalletBitcoinLocksOrphanedUtxo extends Struct {
4045
4048
  readonly utxoId: Compact<u64>;
4046
4049
  readonly vaultId: Compact<u32>;
@@ -4049,14 +4052,14 @@ declare module '@polkadot/types/lookup' {
4049
4052
  readonly cosignRequest: Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>;
4050
4053
  }
4051
4054
 
4052
- /** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (428) */
4055
+ /** @name PalletBitcoinLocksOrphanedUtxoCosignRequest (430) */
4053
4056
  interface PalletBitcoinLocksOrphanedUtxoCosignRequest extends Struct {
4054
4057
  readonly bitcoinNetworkFee: u64;
4055
4058
  readonly toScriptPubkey: Bytes;
4056
4059
  readonly createdAtArgonBlockNumber: u32;
4057
4060
  }
4058
4061
 
4059
- /** @name PalletBitcoinLocksError (435) */
4062
+ /** @name PalletBitcoinLocksError (437) */
4060
4063
  interface PalletBitcoinLocksError extends Enum {
4061
4064
  readonly isInsufficientFunds: boolean;
4062
4065
  readonly isInsufficientVaultFunds: boolean;
@@ -4132,7 +4135,7 @@ declare module '@polkadot/types/lookup' {
4132
4135
  | 'MaxOrphanedUtxoReleaseRequestsExceeded';
4133
4136
  }
4134
4137
 
4135
- /** @name ArgonPrimitivesVaultVaultError (436) */
4138
+ /** @name ArgonPrimitivesVaultVaultError (438) */
4136
4139
  interface ArgonPrimitivesVaultVaultError extends Enum {
4137
4140
  readonly isVaultClosed: boolean;
4138
4141
  readonly isAccountWouldBeBelowMinimum: boolean;
@@ -4163,7 +4166,7 @@ declare module '@polkadot/types/lookup' {
4163
4166
  | 'CommittedArgonotsBelowEncumberedBacking';
4164
4167
  }
4165
4168
 
4166
- /** @name PalletNotariesError (448) */
4169
+ /** @name PalletNotariesError (450) */
4167
4170
  interface PalletNotariesError extends Enum {
4168
4171
  readonly isProposalNotFound: boolean;
4169
4172
  readonly isMaxNotariesExceeded: boolean;
@@ -4186,7 +4189,7 @@ declare module '@polkadot/types/lookup' {
4186
4189
  | 'InvalidNotary';
4187
4190
  }
4188
4191
 
4189
- /** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (452) */
4192
+ /** @name ArgonPrimitivesNotaryNotaryNotebookKeyDetails (454) */
4190
4193
  interface ArgonPrimitivesNotaryNotaryNotebookKeyDetails extends Struct {
4191
4194
  readonly notebookNumber: Compact<u32>;
4192
4195
  readonly tick: Compact<u64>;
@@ -4195,7 +4198,7 @@ declare module '@polkadot/types/lookup' {
4195
4198
  readonly parentSecret: Option<H256>;
4196
4199
  }
4197
4200
 
4198
- /** @name PalletNotebookError (455) */
4201
+ /** @name PalletNotebookError (457) */
4199
4202
  interface PalletNotebookError extends Enum {
4200
4203
  readonly isDuplicateNotebookNumber: boolean;
4201
4204
  readonly isMissingNotebookNumber: boolean;
@@ -4230,7 +4233,7 @@ declare module '@polkadot/types/lookup' {
4230
4233
  | 'InvalidNotebookSubmissionTick';
4231
4234
  }
4232
4235
 
4233
- /** @name PalletLocalchainTransferQueuedTransferOut (456) */
4236
+ /** @name PalletLocalchainTransferQueuedTransferOut (458) */
4234
4237
  interface PalletLocalchainTransferQueuedTransferOut extends Struct {
4235
4238
  readonly accountId: AccountId32;
4236
4239
  readonly amount: u128;
@@ -4238,10 +4241,10 @@ declare module '@polkadot/types/lookup' {
4238
4241
  readonly notaryId: u32;
4239
4242
  }
4240
4243
 
4241
- /** @name FrameSupportPalletId (458) */
4244
+ /** @name FrameSupportPalletId (460) */
4242
4245
  interface FrameSupportPalletId extends U8aFixed {}
4243
4246
 
4244
- /** @name PalletLocalchainTransferError (459) */
4247
+ /** @name PalletLocalchainTransferError (461) */
4245
4248
  interface PalletLocalchainTransferError extends Enum {
4246
4249
  readonly isMaxBlockTransfersExceeded: boolean;
4247
4250
  readonly isInsufficientFunds: boolean;
@@ -4262,7 +4265,7 @@ declare module '@polkadot/types/lookup' {
4262
4265
  | 'NoAvailableTransferId';
4263
4266
  }
4264
4267
 
4265
- /** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (463) */
4268
+ /** @name ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails (465) */
4266
4269
  interface ArgonPrimitivesNotaryNotaryNotebookVoteDigestDetails extends Struct {
4267
4270
  readonly notaryId: Compact<u32>;
4268
4271
  readonly notebookNumber: Compact<u32>;
@@ -4271,13 +4274,13 @@ declare module '@polkadot/types/lookup' {
4271
4274
  readonly blockVotingPower: Compact<u128>;
4272
4275
  }
4273
4276
 
4274
- /** @name PalletBlockSealSpecError (468) */
4277
+ /** @name PalletBlockSealSpecError (470) */
4275
4278
  interface PalletBlockSealSpecError extends Enum {
4276
4279
  readonly isMaxNotebooksAtTickExceeded: boolean;
4277
4280
  readonly type: 'MaxNotebooksAtTickExceeded';
4278
4281
  }
4279
4282
 
4280
- /** @name PalletDomainsError (470) */
4283
+ /** @name PalletDomainsError (472) */
4281
4284
  interface PalletDomainsError extends Enum {
4282
4285
  readonly isDomainNotRegistered: boolean;
4283
4286
  readonly isNotDomainOwner: boolean;
@@ -4292,34 +4295,43 @@ declare module '@polkadot/types/lookup' {
4292
4295
  | 'AccountDecodingError';
4293
4296
  }
4294
4297
 
4295
- /** @name PalletPriceIndexCpiMeasurementBucket (472) */
4298
+ /** @name PalletPriceIndexEthereumPriceFrameAccumulator (474) */
4299
+ interface PalletPriceIndexEthereumPriceFrameAccumulator extends Struct {
4300
+ readonly totalUsdPrice: u128;
4301
+ readonly totalWeiPerGas: Compact<u128>;
4302
+ readonly sampleCount: Compact<u32>;
4303
+ }
4304
+
4305
+ /** @name PalletPriceIndexCpiMeasurementBucket (479) */
4296
4306
  interface PalletPriceIndexCpiMeasurementBucket extends Struct {
4297
4307
  readonly tickRange: ITuple<[u64, u64]>;
4298
4308
  readonly totalCpi: i128;
4299
4309
  readonly measurementsCount: u32;
4300
4310
  }
4301
4311
 
4302
- /** @name PalletPriceIndexArgonotAverageFrameAccumulator (476) */
4312
+ /** @name PalletPriceIndexArgonotAverageFrameAccumulator (483) */
4303
4313
  interface PalletPriceIndexArgonotAverageFrameAccumulator extends Struct {
4304
4314
  readonly frameId: Compact<u64>;
4305
4315
  readonly totalMicrogonsPerArgonot: Compact<u128>;
4306
4316
  readonly sampleCount: Compact<u32>;
4307
4317
  }
4308
4318
 
4309
- /** @name PalletPriceIndexError (477) */
4319
+ /** @name PalletPriceIndexError (484) */
4310
4320
  interface PalletPriceIndexError extends Enum {
4311
4321
  readonly isNotAuthorizedOperator: boolean;
4312
4322
  readonly isMissingValue: boolean;
4313
4323
  readonly isPricesTooOld: boolean;
4314
4324
  readonly isMaxPriceChangePerTickExceeded: boolean;
4325
+ readonly isInvalidEthereumPrices: boolean;
4315
4326
  readonly type:
4316
4327
  | 'NotAuthorizedOperator'
4317
4328
  | 'MissingValue'
4318
4329
  | 'PricesTooOld'
4319
- | 'MaxPriceChangePerTickExceeded';
4330
+ | 'MaxPriceChangePerTickExceeded'
4331
+ | 'InvalidEthereumPrices';
4320
4332
  }
4321
4333
 
4322
- /** @name PalletGrandpaStoredState (478) */
4334
+ /** @name PalletGrandpaStoredState (485) */
4323
4335
  interface PalletGrandpaStoredState extends Enum {
4324
4336
  readonly isLive: boolean;
4325
4337
  readonly isPendingPause: boolean;
@@ -4336,7 +4348,7 @@ declare module '@polkadot/types/lookup' {
4336
4348
  readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
4337
4349
  }
4338
4350
 
4339
- /** @name PalletGrandpaStoredPendingChange (479) */
4351
+ /** @name PalletGrandpaStoredPendingChange (486) */
4340
4352
  interface PalletGrandpaStoredPendingChange extends Struct {
4341
4353
  readonly scheduledAt: u32;
4342
4354
  readonly delay: u32;
@@ -4344,7 +4356,7 @@ declare module '@polkadot/types/lookup' {
4344
4356
  readonly forced: Option<u32>;
4345
4357
  }
4346
4358
 
4347
- /** @name PalletGrandpaError (481) */
4359
+ /** @name PalletGrandpaError (488) */
4348
4360
  interface PalletGrandpaError extends Enum {
4349
4361
  readonly isPauseFailed: boolean;
4350
4362
  readonly isResumeFailed: boolean;
@@ -4363,14 +4375,14 @@ declare module '@polkadot/types/lookup' {
4363
4375
  | 'DuplicateOffenceReport';
4364
4376
  }
4365
4377
 
4366
- /** @name ArgonPrimitivesProvidersBlockSealerInfo (482) */
4378
+ /** @name ArgonPrimitivesProvidersBlockSealerInfo (489) */
4367
4379
  interface ArgonPrimitivesProvidersBlockSealerInfo extends Struct {
4368
4380
  readonly blockAuthorAccountId: AccountId32;
4369
4381
  readonly blockVoteRewardsAccount: Option<AccountId32>;
4370
4382
  readonly blockSealAuthority: Option<ArgonPrimitivesBlockSealAppPublic>;
4371
4383
  }
4372
4384
 
4373
- /** @name PalletBlockSealError (484) */
4385
+ /** @name PalletBlockSealError (491) */
4374
4386
  interface PalletBlockSealError extends Enum {
4375
4387
  readonly isInvalidVoteSealStrength: boolean;
4376
4388
  readonly isInvalidSubmitter: boolean;
@@ -4417,10 +4429,10 @@ declare module '@polkadot/types/lookup' {
4417
4429
  | 'DuplicateVoteBlockAtTick';
4418
4430
  }
4419
4431
 
4420
- /** @name PalletBlockRewardsError (488) */
4432
+ /** @name PalletBlockRewardsError (495) */
4421
4433
  type PalletBlockRewardsError = Null;
4422
4434
 
4423
- /** @name PalletMintPendingMintUtxo (489) */
4435
+ /** @name PalletMintPendingMintUtxo (496) */
4424
4436
  interface PalletMintPendingMintUtxo extends Struct {
4425
4437
  readonly utxoId: Compact<u64>;
4426
4438
  readonly accountId: AccountId32;
@@ -4428,34 +4440,34 @@ declare module '@polkadot/types/lookup' {
4428
4440
  readonly maxAmountPerFrame: Compact<u128>;
4429
4441
  }
4430
4442
 
4431
- /** @name PalletMintMintQueueCursor (491) */
4443
+ /** @name PalletMintMintQueueCursor (498) */
4432
4444
  interface PalletMintMintQueueCursor extends Struct {
4433
4445
  readonly payoutStartIndex: Compact<u64>;
4434
4446
  readonly payoutCursorIndex: Compact<u64>;
4435
4447
  readonly payoutCursorFrameId: Option<u64>;
4436
4448
  }
4437
4449
 
4438
- /** @name PalletMintMintAction (494) */
4450
+ /** @name PalletMintMintAction (501) */
4439
4451
  interface PalletMintMintAction extends Struct {
4440
4452
  readonly argonBurned: u128;
4441
4453
  readonly argonMinted: u128;
4442
4454
  readonly bitcoinMinted: u128;
4443
4455
  }
4444
4456
 
4445
- /** @name PalletMintError (496) */
4457
+ /** @name PalletMintError (503) */
4446
4458
  interface PalletMintError extends Enum {
4447
4459
  readonly isTooManyPendingMints: boolean;
4448
4460
  readonly type: 'TooManyPendingMints';
4449
4461
  }
4450
4462
 
4451
- /** @name PalletBalancesBalanceLock (498) */
4463
+ /** @name PalletBalancesBalanceLock (505) */
4452
4464
  interface PalletBalancesBalanceLock extends Struct {
4453
4465
  readonly id: U8aFixed;
4454
4466
  readonly amount: u128;
4455
4467
  readonly reasons: PalletBalancesReasons;
4456
4468
  }
4457
4469
 
4458
- /** @name PalletBalancesReasons (499) */
4470
+ /** @name PalletBalancesReasons (506) */
4459
4471
  interface PalletBalancesReasons extends Enum {
4460
4472
  readonly isFee: boolean;
4461
4473
  readonly isMisc: boolean;
@@ -4463,38 +4475,38 @@ declare module '@polkadot/types/lookup' {
4463
4475
  readonly type: 'Fee' | 'Misc' | 'All';
4464
4476
  }
4465
4477
 
4466
- /** @name PalletBalancesReserveData (502) */
4478
+ /** @name PalletBalancesReserveData (509) */
4467
4479
  interface PalletBalancesReserveData extends Struct {
4468
4480
  readonly id: U8aFixed;
4469
4481
  readonly amount: u128;
4470
4482
  }
4471
4483
 
4472
- /** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (505) */
4484
+ /** @name FrameSupportTokensMiscIdAmountRuntimeHoldReason (512) */
4473
4485
  interface FrameSupportTokensMiscIdAmountRuntimeHoldReason extends Struct {
4474
4486
  readonly id: ArgonRuntimeRuntimeHoldReason;
4475
4487
  readonly amount: u128;
4476
4488
  }
4477
4489
 
4478
- /** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (508) */
4490
+ /** @name FrameSupportTokensMiscIdAmountRuntimeFreezeReason (515) */
4479
4491
  interface FrameSupportTokensMiscIdAmountRuntimeFreezeReason extends Struct {
4480
4492
  readonly id: ArgonRuntimeRuntimeFreezeReason;
4481
4493
  readonly amount: u128;
4482
4494
  }
4483
4495
 
4484
- /** @name ArgonRuntimeRuntimeFreezeReason (509) */
4496
+ /** @name ArgonRuntimeRuntimeFreezeReason (516) */
4485
4497
  interface ArgonRuntimeRuntimeFreezeReason extends Enum {
4486
4498
  readonly isBlockRewards: boolean;
4487
4499
  readonly asBlockRewards: PalletBlockRewardsFreezeReason;
4488
4500
  readonly type: 'BlockRewards';
4489
4501
  }
4490
4502
 
4491
- /** @name PalletBlockRewardsFreezeReason (510) */
4503
+ /** @name PalletBlockRewardsFreezeReason (517) */
4492
4504
  interface PalletBlockRewardsFreezeReason extends Enum {
4493
4505
  readonly isMaturationPeriod: boolean;
4494
4506
  readonly type: 'MaturationPeriod';
4495
4507
  }
4496
4508
 
4497
- /** @name PalletBalancesError (512) */
4509
+ /** @name PalletBalancesError (519) */
4498
4510
  interface PalletBalancesError extends Enum {
4499
4511
  readonly isVestingBalance: boolean;
4500
4512
  readonly isLiquidityRestrictions: boolean;
@@ -4523,7 +4535,7 @@ declare module '@polkadot/types/lookup' {
4523
4535
  | 'DeltaZero';
4524
4536
  }
4525
4537
 
4526
- /** @name PalletTxPauseError (514) */
4538
+ /** @name PalletTxPauseError (521) */
4527
4539
  interface PalletTxPauseError extends Enum {
4528
4540
  readonly isIsPaused: boolean;
4529
4541
  readonly isIsUnpaused: boolean;
@@ -4532,40 +4544,40 @@ declare module '@polkadot/types/lookup' {
4532
4544
  readonly type: 'IsPaused' | 'IsUnpaused' | 'Unpausable' | 'NotFound';
4533
4545
  }
4534
4546
 
4535
- /** @name PalletTransactionPaymentReleases (515) */
4547
+ /** @name PalletTransactionPaymentReleases (522) */
4536
4548
  interface PalletTransactionPaymentReleases extends Enum {
4537
4549
  readonly isV1Ancient: boolean;
4538
4550
  readonly isV2: boolean;
4539
4551
  readonly type: 'V1Ancient' | 'V2';
4540
4552
  }
4541
4553
 
4542
- /** @name FrameSupportStorageNoDrop (516) */
4554
+ /** @name FrameSupportStorageNoDrop (523) */
4543
4555
  interface FrameSupportStorageNoDrop extends FrameSupportTokensFungibleImbalance {}
4544
4556
 
4545
- /** @name FrameSupportTokensFungibleImbalance (517) */
4557
+ /** @name FrameSupportTokensFungibleImbalance (524) */
4546
4558
  interface FrameSupportTokensFungibleImbalance extends Struct {
4547
4559
  readonly amount: u128;
4548
4560
  }
4549
4561
 
4550
- /** @name PalletUtilityError (518) */
4562
+ /** @name PalletUtilityError (525) */
4551
4563
  interface PalletUtilityError extends Enum {
4552
4564
  readonly isTooManyCalls: boolean;
4553
4565
  readonly type: 'TooManyCalls';
4554
4566
  }
4555
4567
 
4556
- /** @name PalletSudoError (519) */
4568
+ /** @name PalletSudoError (526) */
4557
4569
  interface PalletSudoError extends Enum {
4558
4570
  readonly isRequireSudo: boolean;
4559
4571
  readonly type: 'RequireSudo';
4560
4572
  }
4561
4573
 
4562
- /** @name PalletTreasuryFrameVaultCapital (520) */
4574
+ /** @name PalletTreasuryFrameVaultCapital (527) */
4563
4575
  interface PalletTreasuryFrameVaultCapital extends Struct {
4564
4576
  readonly frameId: Compact<u64>;
4565
4577
  readonly vaults: BTreeMap<u32, PalletTreasuryVaultCapital>;
4566
4578
  }
4567
4579
 
4568
- /** @name PalletTreasuryVaultCapital (522) */
4580
+ /** @name PalletTreasuryVaultCapital (529) */
4569
4581
  interface PalletTreasuryVaultCapital extends Struct {
4570
4582
  readonly bondLotAllocations: Vec<PalletTreasuryBondLotAllocation>;
4571
4583
  readonly backfillBondsEligible: Compact<u32>;
@@ -4573,26 +4585,26 @@ declare module '@polkadot/types/lookup' {
4573
4585
  readonly eligibleBonds: Compact<u32>;
4574
4586
  }
4575
4587
 
4576
- /** @name PalletTreasuryBondLotAllocation (524) */
4588
+ /** @name PalletTreasuryBondLotAllocation (531) */
4577
4589
  interface PalletTreasuryBondLotAllocation extends Struct {
4578
4590
  readonly bondLotId: Compact<u64>;
4579
4591
  readonly prorata: u128;
4580
4592
  }
4581
4593
 
4582
- /** @name PalletTreasuryFrameArgonotBondParticipants (529) */
4594
+ /** @name PalletTreasuryFrameArgonotBondParticipants (536) */
4583
4595
  interface PalletTreasuryFrameArgonotBondParticipants extends Struct {
4584
4596
  readonly frameId: Compact<u64>;
4585
4597
  readonly totalBonds: Compact<u32>;
4586
4598
  readonly bondLots: Vec<PalletTreasuryBondLotSummary>;
4587
4599
  }
4588
4600
 
4589
- /** @name PalletTreasuryBondLotSummary (531) */
4601
+ /** @name PalletTreasuryBondLotSummary (538) */
4590
4602
  interface PalletTreasuryBondLotSummary extends Struct {
4591
4603
  readonly bondLotId: Compact<u64>;
4592
4604
  readonly bonds: Compact<u32>;
4593
4605
  }
4594
4606
 
4595
- /** @name PalletTreasuryBondLot (533) */
4607
+ /** @name PalletTreasuryBondLot (540) */
4596
4608
  interface PalletTreasuryBondLot extends Struct {
4597
4609
  readonly owner: AccountId32;
4598
4610
  readonly program: PalletTreasuryBondProgram;
@@ -4607,7 +4619,7 @@ declare module '@polkadot/types/lookup' {
4607
4619
  readonly releaseReason: Option<PalletTreasuryBondReleaseReason>;
4608
4620
  }
4609
4621
 
4610
- /** @name PalletTreasuryBondProgram (534) */
4622
+ /** @name PalletTreasuryBondProgram (541) */
4611
4623
  interface PalletTreasuryBondProgram extends Enum {
4612
4624
  readonly isVault: boolean;
4613
4625
  readonly asVault: {
@@ -4619,14 +4631,14 @@ declare module '@polkadot/types/lookup' {
4619
4631
  readonly type: 'Vault' | 'Argonot';
4620
4632
  }
4621
4633
 
4622
- /** @name PalletTreasuryVaultBondState (537) */
4634
+ /** @name PalletTreasuryVaultBondState (544) */
4623
4635
  interface PalletTreasuryVaultBondState extends Struct {
4624
4636
  readonly bondLots: Vec<PalletTreasuryBondLotSummary>;
4625
4637
  readonly backfillBonds: Compact<u32>;
4626
4638
  readonly backfillBondsReserved: Compact<u32>;
4627
4639
  }
4628
4640
 
4629
- /** @name PalletTreasuryError (539) */
4641
+ /** @name PalletTreasuryError (546) */
4630
4642
  interface PalletTreasuryError extends Enum {
4631
4643
  readonly isBondPurchaseRejected: boolean;
4632
4644
  readonly isVaultNotAcceptingBondPurchases: boolean;
@@ -4671,18 +4683,20 @@ declare module '@polkadot/types/lookup' {
4671
4683
  | 'NoPermissions';
4672
4684
  }
4673
4685
 
4674
- /** @name PalletFeeControlError (540) */
4686
+ /** @name PalletFeeControlError (547) */
4675
4687
  interface PalletFeeControlError extends Enum {
4676
4688
  readonly isSponsoredFeeTooHigh: boolean;
4677
4689
  readonly type: 'SponsoredFeeTooHigh';
4678
4690
  }
4679
4691
 
4680
- /** @name PalletOperationalAccountsOperationalAccount (541) */
4692
+ /** @name PalletOperationalAccountsOperationalAccount (548) */
4681
4693
  interface PalletOperationalAccountsOperationalAccount extends Struct {
4682
4694
  readonly vaultAccount: AccountId32;
4683
4695
  readonly miningAccount: AccountId32;
4684
4696
  readonly encryptionPubkey: PalletOperationalAccountsOpaqueEncryptionPubkey;
4685
4697
  readonly upstreamAccount: Option<AccountId32>;
4698
+ readonly name: Option<Bytes>;
4699
+ readonly lastNameChangeTick: Option<u64>;
4686
4700
  readonly uniswapArgonTransfersInAmount: u128;
4687
4701
  readonly accountBitcoinAmount: u128;
4688
4702
  readonly accountVaultBondAmount: u128;
@@ -4692,7 +4706,6 @@ declare module '@polkadot/types/lookup' {
4692
4706
  readonly miningSeatAccrual: Compact<u32>;
4693
4707
  readonly miningSeatAppliedTotal: Compact<u32>;
4694
4708
  readonly operationalCertificationsCount: Compact<u32>;
4695
- readonly accessCodePending: bool;
4696
4709
  readonly availableAccessCodes: Compact<u32>;
4697
4710
  readonly rewardsEarnedCount: Compact<u32>;
4698
4711
  readonly rewardsEarnedAmount: u128;
@@ -4700,13 +4713,13 @@ declare module '@polkadot/types/lookup' {
4700
4713
  readonly isOperationallyCertified: bool;
4701
4714
  }
4702
4715
 
4703
- /** @name PalletOperationalAccountsRewardsConfig (542) */
4716
+ /** @name PalletOperationalAccountsRewardsConfig (549) */
4704
4717
  interface PalletOperationalAccountsRewardsConfig extends Struct {
4705
4718
  readonly operationalCertificationReward: Compact<u128>;
4706
4719
  readonly operationalCertificationBonusReward: Compact<u128>;
4707
4720
  }
4708
4721
 
4709
- /** @name PalletOperationalAccountsError (543) */
4722
+ /** @name PalletOperationalAccountsError (550) */
4710
4723
  interface PalletOperationalAccountsError extends Enum {
4711
4724
  readonly isAlreadyRegistered: boolean;
4712
4725
  readonly isInvalidRegistrationSubmitter: boolean;
@@ -4727,6 +4740,7 @@ declare module '@polkadot/types/lookup' {
4727
4740
  readonly isAlreadyOperationallyCertified: boolean;
4728
4741
  readonly isNotEligibleForActivation: boolean;
4729
4742
  readonly isUpstreamHasNoAvailableAccessCodes: boolean;
4743
+ readonly isInvalidName: boolean;
4730
4744
  readonly type:
4731
4745
  | 'AlreadyRegistered'
4732
4746
  | 'InvalidRegistrationSubmitter'
@@ -4746,15 +4760,16 @@ declare module '@polkadot/types/lookup' {
4746
4760
  | 'TreasuryInsufficientFunds'
4747
4761
  | 'AlreadyOperationallyCertified'
4748
4762
  | 'NotEligibleForActivation'
4749
- | 'UpstreamHasNoAvailableAccessCodes';
4763
+ | 'UpstreamHasNoAvailableAccessCodes'
4764
+ | 'InvalidName';
4750
4765
  }
4751
4766
 
4752
- /** @name PalletEthereumVerifierFinalizedBeaconHeaderState (544) */
4767
+ /** @name PalletEthereumVerifierFinalizedBeaconHeaderState (551) */
4753
4768
  interface PalletEthereumVerifierFinalizedBeaconHeaderState extends Struct {
4754
4769
  readonly slot: Compact<u64>;
4755
4770
  }
4756
4771
 
4757
- /** @name PalletEthereumVerifierExecutionHeaderAnchor (545) */
4772
+ /** @name PalletEthereumVerifierExecutionHeaderAnchor (552) */
4758
4773
  interface PalletEthereumVerifierExecutionHeaderAnchor extends Struct {
4759
4774
  readonly blockNumber: Compact<u64>;
4760
4775
  readonly timestampMillis: Compact<u64>;
@@ -4764,44 +4779,44 @@ declare module '@polkadot/types/lookup' {
4764
4779
  readonly receiptsRoot: H256;
4765
4780
  }
4766
4781
 
4767
- /** @name PalletEthereumVerifierSyncCommitteePrepared (546) */
4782
+ /** @name PalletEthereumVerifierSyncCommitteePrepared (553) */
4768
4783
  interface PalletEthereumVerifierSyncCommitteePrepared extends Struct {
4769
4784
  readonly root: H256;
4770
4785
  readonly pubkeys: Vec<SnowbridgeMilagroBlsKeysPublicKey>;
4771
4786
  readonly aggregatePubkey: SnowbridgeMilagroBlsKeysPublicKey;
4772
4787
  }
4773
4788
 
4774
- /** @name SnowbridgeMilagroBlsKeysPublicKey (548) */
4789
+ /** @name SnowbridgeMilagroBlsKeysPublicKey (555) */
4775
4790
  interface SnowbridgeMilagroBlsKeysPublicKey extends Struct {
4776
4791
  readonly point: SnowbridgeAmclBls381Ecp;
4777
4792
  }
4778
4793
 
4779
- /** @name SnowbridgeAmclBls381Ecp (549) */
4794
+ /** @name SnowbridgeAmclBls381Ecp (556) */
4780
4795
  interface SnowbridgeAmclBls381Ecp extends Struct {
4781
4796
  readonly x: SnowbridgeAmclBls381Fp;
4782
4797
  readonly y: SnowbridgeAmclBls381Fp;
4783
4798
  readonly z: SnowbridgeAmclBls381Fp;
4784
4799
  }
4785
4800
 
4786
- /** @name SnowbridgeAmclBls381Fp (550) */
4801
+ /** @name SnowbridgeAmclBls381Fp (557) */
4787
4802
  interface SnowbridgeAmclBls381Fp extends Struct {
4788
4803
  readonly x: SnowbridgeAmclBls381Big;
4789
4804
  readonly xes: i32;
4790
4805
  }
4791
4806
 
4792
- /** @name SnowbridgeAmclBls381Big (551) */
4807
+ /** @name SnowbridgeAmclBls381Big (558) */
4793
4808
  interface SnowbridgeAmclBls381Big extends Struct {
4794
4809
  readonly w: Vec<i32>;
4795
4810
  }
4796
4811
 
4797
- /** @name ArgonPrimitivesEthereumEthereumBeaconPreset (555) */
4812
+ /** @name ArgonPrimitivesEthereumEthereumBeaconPreset (562) */
4798
4813
  interface ArgonPrimitivesEthereumEthereumBeaconPreset extends Enum {
4799
4814
  readonly isMainnet: boolean;
4800
4815
  readonly isMinimal: boolean;
4801
4816
  readonly type: 'Mainnet' | 'Minimal';
4802
4817
  }
4803
4818
 
4804
- /** @name PalletEthereumVerifierError (556) */
4819
+ /** @name PalletEthereumVerifierError (563) */
4805
4820
  interface PalletEthereumVerifierError extends Enum {
4806
4821
  readonly isSkippedSyncCommitteePeriod: boolean;
4807
4822
  readonly isSyncCommitteeUpdateRequired: boolean;
@@ -4854,7 +4869,7 @@ declare module '@polkadot/types/lookup' {
4854
4869
  | 'Halted';
4855
4870
  }
4856
4871
 
4857
- /** @name PalletCrosschainTransferAccountTransferTotals (557) */
4872
+ /** @name PalletCrosschainTransferAccountTransferTotals (564) */
4858
4873
  interface PalletCrosschainTransferAccountTransferTotals extends Struct {
4859
4874
  readonly microgonsIn: u128;
4860
4875
  readonly microgonsOut: u128;
@@ -4866,21 +4881,21 @@ declare module '@polkadot/types/lookup' {
4866
4881
  readonly argonotTransfersOutCount: Compact<u32>;
4867
4882
  }
4868
4883
 
4869
- /** @name PalletCrosschainTransferGlobalIssuanceCouncil (559) */
4884
+ /** @name PalletCrosschainTransferGlobalIssuanceCouncil (566) */
4870
4885
  interface PalletCrosschainTransferGlobalIssuanceCouncil extends Struct {
4871
4886
  readonly epochMicrogonsPerArgonot: u128;
4872
4887
  readonly members: BTreeMap<H160, PalletCrosschainTransferGlobalIssuanceCouncilMember>;
4873
4888
  readonly totalWeight: u128;
4874
4889
  }
4875
4890
 
4876
- /** @name PalletCrosschainTransferGlobalIssuanceCouncilMember (561) */
4891
+ /** @name PalletCrosschainTransferGlobalIssuanceCouncilMember (568) */
4877
4892
  interface PalletCrosschainTransferGlobalIssuanceCouncilMember extends Struct {
4878
4893
  readonly accountId: AccountId32;
4879
4894
  readonly signer: H160;
4880
4895
  readonly weight: u128;
4881
4896
  }
4882
4897
 
4883
- /** @name PalletCrosschainTransferCouncilApprovalQueueEntry (566) */
4898
+ /** @name PalletCrosschainTransferCouncilApprovalQueueEntry (573) */
4884
4899
  interface PalletCrosschainTransferCouncilApprovalQueueEntry extends Struct {
4885
4900
  readonly approvingCouncilHash: H256;
4886
4901
  readonly target: PalletCrosschainTransferCouncilApprovalTargetId;
@@ -4892,7 +4907,7 @@ declare module '@polkadot/types/lookup' {
4892
4907
  readonly signatures: BTreeMap<H160, U8aFixed>;
4893
4908
  }
4894
4909
 
4895
- /** @name PalletCrosschainTransferMintingAuthority (571) */
4910
+ /** @name PalletCrosschainTransferMintingAuthority (578) */
4896
4911
  interface PalletCrosschainTransferMintingAuthority extends Struct {
4897
4912
  readonly accountId: AccountId32;
4898
4913
  readonly destinationChain: PalletCrosschainTransferSourceChain;
@@ -4909,7 +4924,7 @@ declare module '@polkadot/types/lookup' {
4909
4924
  readonly deactivationApprovalQueueNonce: Option<u64>;
4910
4925
  }
4911
4926
 
4912
- /** @name PalletCrosschainTransferMintingAuthorityState (572) */
4927
+ /** @name PalletCrosschainTransferMintingAuthorityState (579) */
4913
4928
  interface PalletCrosschainTransferMintingAuthorityState extends Enum {
4914
4929
  readonly isPendingActivation: boolean;
4915
4930
  readonly isActive: boolean;
@@ -4917,7 +4932,7 @@ declare module '@polkadot/types/lookup' {
4917
4932
  readonly type: 'PendingActivation' | 'Active' | 'Deactivating';
4918
4933
  }
4919
4934
 
4920
- /** @name PalletCrosschainTransferTransferOutTransferOutOfArgon (574) */
4935
+ /** @name PalletCrosschainTransferTransferOutTransferOutOfArgon (581) */
4921
4936
  interface PalletCrosschainTransferTransferOutTransferOutOfArgon extends Struct {
4922
4937
  readonly argonAccountId: AccountId32;
4923
4938
  readonly argonTransferNonce: Compact<u64>;
@@ -4936,7 +4951,7 @@ declare module '@polkadot/types/lookup' {
4936
4951
  readonly state: PalletCrosschainTransferTransferOutTransferOutState;
4937
4952
  }
4938
4953
 
4939
- /** @name PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation (576) */
4954
+ /** @name PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation (583) */
4940
4955
  interface PalletCrosschainTransferTransferOutMintingAuthorityTransferReservation extends Struct {
4941
4956
  readonly microgonCollateral: u128;
4942
4957
  readonly micronotCollateral: u128;
@@ -4944,27 +4959,27 @@ declare module '@polkadot/types/lookup' {
4944
4959
  readonly signature: U8aFixed;
4945
4960
  }
4946
4961
 
4947
- /** @name PalletCrosschainTransferTransferOutTransferOutState (580) */
4962
+ /** @name PalletCrosschainTransferTransferOutTransferOutState (587) */
4948
4963
  interface PalletCrosschainTransferTransferOutTransferOutState extends Enum {
4949
4964
  readonly isStarted: boolean;
4950
4965
  readonly isReady: boolean;
4951
4966
  readonly type: 'Started' | 'Ready';
4952
4967
  }
4953
4968
 
4954
- /** @name PalletCrosschainTransferTransferOutPendingCollateralizationRequest (582) */
4969
+ /** @name PalletCrosschainTransferTransferOutPendingCollateralizationRequest (589) */
4955
4970
  interface PalletCrosschainTransferTransferOutPendingCollateralizationRequest extends Struct {
4956
4971
  readonly transferId: H256;
4957
4972
  readonly remainingCollateral: u128;
4958
4973
  readonly remainingMintingAuthorityTip: u128;
4959
4974
  }
4960
4975
 
4961
- /** @name PalletCrosschainTransferSourceChainCirculation (584) */
4976
+ /** @name PalletCrosschainTransferSourceChainCirculation (591) */
4962
4977
  interface PalletCrosschainTransferSourceChainCirculation extends Struct {
4963
4978
  readonly argonCirculation: u128;
4964
4979
  readonly argonotCirculation: u128;
4965
4980
  }
4966
4981
 
4967
- /** @name PalletCrosschainTransferError (585) */
4982
+ /** @name PalletCrosschainTransferError (592) */
4968
4983
  interface PalletCrosschainTransferError extends Enum {
4969
4984
  readonly isInvalidTransferToArgonActivity: boolean;
4970
4985
  readonly isNoGatewayProofBlocksProvided: boolean;
@@ -5079,7 +5094,7 @@ declare module '@polkadot/types/lookup' {
5079
5094
  | 'CouncilSignerRotationPending';
5080
5095
  }
5081
5096
 
5082
- /** @name PalletBootstrapError (587) */
5097
+ /** @name PalletBootstrapError (594) */
5083
5098
  interface PalletBootstrapError extends Enum {
5084
5099
  readonly isEncryptedPayloadTooLong: boolean;
5085
5100
  readonly isInvalidRecoveryProof: boolean;
@@ -5090,45 +5105,45 @@ declare module '@polkadot/types/lookup' {
5090
5105
  | 'EndpointOwnedByAnotherAccount';
5091
5106
  }
5092
5107
 
5093
- /** @name FrameSystemExtensionsAuthorizeCall (590) */
5108
+ /** @name FrameSystemExtensionsAuthorizeCall (597) */
5094
5109
  type FrameSystemExtensionsAuthorizeCall = Null;
5095
5110
 
5096
- /** @name FrameSystemExtensionsCheckNonZeroSender (591) */
5111
+ /** @name FrameSystemExtensionsCheckNonZeroSender (598) */
5097
5112
  type FrameSystemExtensionsCheckNonZeroSender = Null;
5098
5113
 
5099
- /** @name FrameSystemExtensionsCheckSpecVersion (592) */
5114
+ /** @name FrameSystemExtensionsCheckSpecVersion (599) */
5100
5115
  type FrameSystemExtensionsCheckSpecVersion = Null;
5101
5116
 
5102
- /** @name FrameSystemExtensionsCheckTxVersion (593) */
5117
+ /** @name FrameSystemExtensionsCheckTxVersion (600) */
5103
5118
  type FrameSystemExtensionsCheckTxVersion = Null;
5104
5119
 
5105
- /** @name FrameSystemExtensionsCheckGenesis (594) */
5120
+ /** @name FrameSystemExtensionsCheckGenesis (601) */
5106
5121
  type FrameSystemExtensionsCheckGenesis = Null;
5107
5122
 
5108
- /** @name FrameSystemExtensionsCheckNonce (597) */
5123
+ /** @name FrameSystemExtensionsCheckNonce (604) */
5109
5124
  interface FrameSystemExtensionsCheckNonce extends Compact<u32> {}
5110
5125
 
5111
- /** @name FrameSystemExtensionsCheckWeight (598) */
5126
+ /** @name FrameSystemExtensionsCheckWeight (605) */
5112
5127
  type FrameSystemExtensionsCheckWeight = Null;
5113
5128
 
5114
- /** @name PalletTransactionPaymentChargeTransactionPayment (599) */
5129
+ /** @name PalletTransactionPaymentChargeTransactionPayment (606) */
5115
5130
  interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {}
5116
5131
 
5117
- /** @name FrameMetadataHashExtensionCheckMetadataHash (600) */
5132
+ /** @name FrameMetadataHashExtensionCheckMetadataHash (607) */
5118
5133
  interface FrameMetadataHashExtensionCheckMetadataHash extends Struct {
5119
5134
  readonly mode: FrameMetadataHashExtensionMode;
5120
5135
  }
5121
5136
 
5122
- /** @name FrameMetadataHashExtensionMode (601) */
5137
+ /** @name FrameMetadataHashExtensionMode (608) */
5123
5138
  interface FrameMetadataHashExtensionMode extends Enum {
5124
5139
  readonly isDisabled: boolean;
5125
5140
  readonly isEnabled: boolean;
5126
5141
  readonly type: 'Disabled' | 'Enabled';
5127
5142
  }
5128
5143
 
5129
- /** @name FrameSystemExtensionsWeightReclaim (602) */
5144
+ /** @name FrameSystemExtensionsWeightReclaim (609) */
5130
5145
  type FrameSystemExtensionsWeightReclaim = Null;
5131
5146
 
5132
- /** @name ArgonRuntimeRuntime (604) */
5147
+ /** @name ArgonRuntimeRuntime (611) */
5133
5148
  type ArgonRuntimeRuntime = Null;
5134
5149
  } // declare module