@paraspell/descriptors 14.1.0-rc.1 → 14.1.0

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.
@@ -1186,7 +1186,7 @@ export type I35p85j063s0il = (bigint) | undefined;
1186
1186
  export type Ie1uso9m8rt5cf = {
1187
1187
  "aliaser": XcmVersionedLocation;
1188
1188
  };
1189
- export type Icavsc9euq31jd = AnonymousEnum<{
1189
+ export type Ifditmtvua4i5n = AnonymousEnum<{
1190
1190
  /**
1191
1191
  * Send a batch of dispatch calls.
1192
1192
  *
@@ -1207,7 +1207,7 @@ export type Icavsc9euq31jd = AnonymousEnum<{
1207
1207
  * and the error of the failed call. If all were successful, then the `BatchCompleted`
1208
1208
  * event is deposited.
1209
1209
  */
1210
- "batch": Anonymize<Idrv9sn94spntn>;
1210
+ "batch": Anonymize<I9qs6t5j6q39a>;
1211
1211
  /**
1212
1212
  * Send a call through an indexed pseudonym of the sender.
1213
1213
  *
@@ -1223,7 +1223,7 @@ export type Icavsc9euq31jd = AnonymousEnum<{
1223
1223
  *
1224
1224
  * The dispatch origin for this call must be _Signed_.
1225
1225
  */
1226
- "as_derivative": Anonymize<I66celthih5oio>;
1226
+ "as_derivative": Anonymize<Iedqm0jmes3b8c>;
1227
1227
  /**
1228
1228
  * Send a batch of dispatch calls and atomically execute them.
1229
1229
  * The whole transaction will rollback and fail if any of the calls failed.
@@ -1239,7 +1239,7 @@ export type Icavsc9euq31jd = AnonymousEnum<{
1239
1239
  * ## Complexity
1240
1240
  * - O(C) where C is the number of calls to be batched.
1241
1241
  */
1242
- "batch_all": Anonymize<Idrv9sn94spntn>;
1242
+ "batch_all": Anonymize<I9qs6t5j6q39a>;
1243
1243
  /**
1244
1244
  * Dispatches a function call with a provided origin.
1245
1245
  *
@@ -1248,7 +1248,7 @@ export type Icavsc9euq31jd = AnonymousEnum<{
1248
1248
  * ## Complexity
1249
1249
  * - O(1).
1250
1250
  */
1251
- "dispatch_as": Anonymize<I6h467t3h9mu0r>;
1251
+ "dispatch_as": Anonymize<Ias85rlb3o6s7q>;
1252
1252
  /**
1253
1253
  * Send a batch of dispatch calls.
1254
1254
  * Unlike `batch`, it allows errors and won't interrupt.
@@ -1264,7 +1264,7 @@ export type Icavsc9euq31jd = AnonymousEnum<{
1264
1264
  * ## Complexity
1265
1265
  * - O(C) where C is the number of calls to be batched.
1266
1266
  */
1267
- "force_batch": Anonymize<Idrv9sn94spntn>;
1267
+ "force_batch": Anonymize<I9qs6t5j6q39a>;
1268
1268
  /**
1269
1269
  * Dispatch a function call with a specified weight.
1270
1270
  *
@@ -1273,7 +1273,7 @@ export type Icavsc9euq31jd = AnonymousEnum<{
1273
1273
  *
1274
1274
  * The dispatch origin for this call must be _Root_.
1275
1275
  */
1276
- "with_weight": Anonymize<Iaoqe81db6mqng>;
1276
+ "with_weight": Anonymize<Id0gqblkd1p3al>;
1277
1277
  /**
1278
1278
  * Dispatch a fallback call in the event the main call fails to execute.
1279
1279
  * May be called from any origin except `None`.
@@ -1299,7 +1299,7 @@ export type Icavsc9euq31jd = AnonymousEnum<{
1299
1299
  * - Some use cases might involve submitting a `batch` type call in either main, fallback
1300
1300
  * or both.
1301
1301
  */
1302
- "if_else": Anonymize<Ie9o86shcq0ome>;
1302
+ "if_else": Anonymize<Ictdeqps0jf561>;
1303
1303
  /**
1304
1304
  * Dispatches a function call with a provided origin.
1305
1305
  *
@@ -1307,16 +1307,16 @@ export type Icavsc9euq31jd = AnonymousEnum<{
1307
1307
  *
1308
1308
  * The dispatch origin for this call must be _Root_.
1309
1309
  */
1310
- "dispatch_as_fallible": Anonymize<I6h467t3h9mu0r>;
1310
+ "dispatch_as_fallible": Anonymize<Ias85rlb3o6s7q>;
1311
1311
  }>;
1312
- export type Idrv9sn94spntn = {
1312
+ export type I9qs6t5j6q39a = {
1313
1313
  "calls": Array<TxCallData>;
1314
1314
  };
1315
- export type I66celthih5oio = {
1315
+ export type Iedqm0jmes3b8c = {
1316
1316
  "index": number;
1317
1317
  "call": TxCallData;
1318
1318
  };
1319
- export type I6h467t3h9mu0r = {
1319
+ export type Ias85rlb3o6s7q = {
1320
1320
  "as_origin": Anonymize<I7qpv90droestd>;
1321
1321
  "call": TxCallData;
1322
1322
  };
@@ -1361,11 +1361,11 @@ export type GovernanceOrigin = Enum<{
1361
1361
  "WishForChange": undefined;
1362
1362
  }>;
1363
1363
  export declare const GovernanceOrigin: GetEnum<GovernanceOrigin>;
1364
- export type Iaoqe81db6mqng = {
1364
+ export type Id0gqblkd1p3al = {
1365
1365
  "call": TxCallData;
1366
1366
  "weight": Anonymize<I4q39t5hn830vp>;
1367
1367
  };
1368
- export type Ie9o86shcq0ome = {
1368
+ export type Ictdeqps0jf561 = {
1369
1369
  "main": TxCallData;
1370
1370
  "fallback": TxCallData;
1371
1371
  };
@@ -3807,7 +3807,7 @@ export type Iavct6f844hfju = AnonymousEnum<{
3807
3807
  export type Ic0c3req3mlc1l = ResultPayload<Anonymize<I4q39t5hn830vp>, Anonymize<Iavct6f844hfju>>;
3808
3808
  export type I7ocn4njqde3v5 = ResultPayload<bigint, Anonymize<Iavct6f844hfju>>;
3809
3809
  export type Iek7ha36da9mf5 = ResultPayload<XcmVersionedAssets, Anonymize<Iavct6f844hfju>>;
3810
- export type I2nhpa757v7jk9 = AnonymousEnum<{
3810
+ export type I785ek4pgn6k35 = AnonymousEnum<{
3811
3811
  "System": Enum<{
3812
3812
  /**
3813
3813
  * Make some on-chain remark.
@@ -4290,7 +4290,7 @@ export type I2nhpa757v7jk9 = AnonymousEnum<{
4290
4290
  "asset": Anonymize<Iffh1nc5e1mod6>;
4291
4291
  };
4292
4292
  }>;
4293
- "Utility": Anonymize<Icavsc9euq31jd>;
4293
+ "Utility": Anonymize<Ifditmtvua4i5n>;
4294
4294
  "Multisig": Enum<{
4295
4295
  /**
4296
4296
  * Immediately dispatch a multi-signature call using a single approval from the caller.
@@ -8432,7 +8432,7 @@ export type I2nhpa757v7jk9 = AnonymousEnum<{
8432
8432
  "whitelist_call": Anonymize<I1adbcfi5uc62r>;
8433
8433
  "remove_whitelisted_call": Anonymize<I1adbcfi5uc62r>;
8434
8434
  "dispatch_whitelisted_call": Anonymize<Ibf6ucefn8fh49>;
8435
- "dispatch_whitelisted_call_with_preimage": Anonymize<I2ntlmm4bbil8d>;
8435
+ "dispatch_whitelisted_call_with_preimage": Anonymize<Iaj0t0medaiaib>;
8436
8436
  }>;
8437
8437
  "Bounties": Enum<{
8438
8438
  /**
@@ -9080,42 +9080,6 @@ export type I2nhpa757v7jk9 = AnonymousEnum<{
9080
9080
  "parent_bounty_id": number;
9081
9081
  "child_bounty_id"?: Anonymize<I4arjljr6dpflb>;
9082
9082
  };
9083
- /**
9084
- * Increase the value of an active bounty by `amount`.
9085
- *
9086
- * ## Dispatch Origin
9087
- *
9088
- * Must be signed by the bounty curator.
9089
- *
9090
- * ## Details
9091
- *
9092
- * - The bounty must be in the `Active` state.
9093
- * - Raises the recorded `value` by `amount`. This is used to register funds that were
9094
- * transferred into the bounty account out-of-band (e.g. recurring external top-ups), so
9095
- * they become available to award or to allocate to child bounties. It must be greater
9096
- * than 0.
9097
- * - The curator deposit is re-evaluated for the new value and any additional deposit is
9098
- * collected from the curator.
9099
- * - The value can only be increased, never decreased, so the invariant that the sum of
9100
- * child-bounty values never exceeds the parent value is preserved.
9101
- * - This call does **not** check that the bounty account holds `new_value`; it only
9102
- * updates the recorded value. Payouts stay bounded by the account's real balance at
9103
- * settlement, so increasing the value beyond the available funds simply makes a later
9104
- * payout fail — no funds are moved by this call.
9105
- * - Only a parent bounty's value can be increased via this call.
9106
- *
9107
- * ### Parameters
9108
- * - `parent_bounty_id`: Index of the bounty whose value is increased.
9109
- * - `amount`: The amount to add to the bounty value.
9110
- *
9111
- * ## Events
9112
- *
9113
- * Emits [`Event::BountyValueIncreased`] if successful.
9114
- */
9115
- "increase_value": {
9116
- "parent_bounty_id": number;
9117
- "amount": bigint;
9118
- };
9119
9083
  }>;
9120
9084
  "StateTrieMigration": Anonymize<I39l72gdmkk30t>;
9121
9085
  "NominationPools": Enum<{
@@ -10520,7 +10484,7 @@ export type I2nhpa757v7jk9 = AnonymousEnum<{
10520
10484
  * is the `AccountId20` with the last 12 bytes set to `0xEE`. This is essentially a
10521
10485
  * recovery function in case an `AccountId20` was used without creating a mapping first.
10522
10486
  */
10523
- "dispatch_as_fallback_account": Anonymize<I2ntlmm4bbil8d>;
10487
+ "dispatch_as_fallback_account": Anonymize<Iaj0t0medaiaib>;
10524
10488
  }>;
10525
10489
  "AhOps": Enum<{
10526
10490
  /**
@@ -11491,7 +11455,7 @@ export type Ibf6ucefn8fh49 = {
11491
11455
  "call_encoded_len": number;
11492
11456
  "call_weight_witness": Anonymize<I4q39t5hn830vp>;
11493
11457
  };
11494
- export type I2ntlmm4bbil8d = {
11458
+ export type Iaj0t0medaiaib = {
11495
11459
  "call": TxCallData;
11496
11460
  };
11497
11461
  export type Ia9p5bg6p18r0i = {
@@ -11732,9 +11696,9 @@ export type I9gel4bv68gacj = {
11732
11696
  export type I22bm4d7re21j9 = {
11733
11697
  "asset_id": Anonymize<If9iqq7i64mur8>;
11734
11698
  };
11735
- export type I7d04odr0ekssi = ResultPayload<{
11699
+ export type Iae250dgeu7tp6 = ResultPayload<{
11736
11700
  "execution_result": Anonymize<I8vl1iaqsoibq5>;
11737
- "emitted_events": Anonymize<I4irg6h39si3pi>;
11701
+ "emitted_events": Anonymize<I97tc8s1n90sb9>;
11738
11702
  "local_xcm"?: (XcmVersionedXcm) | undefined;
11739
11703
  "forwarded_xcms": Anonymize<Ialhmrpub9sefe>;
11740
11704
  }, Anonymize<I55ku9c5gk50hb>>;
@@ -11851,7 +11815,7 @@ export type TransactionalError = Enum<{
11851
11815
  "NoLayer": undefined;
11852
11816
  }>;
11853
11817
  export declare const TransactionalError: GetEnum<TransactionalError>;
11854
- export type I4irg6h39si3pi = Array<Enum<{
11818
+ export type I97tc8s1n90sb9 = Array<Enum<{
11855
11819
  "System": Enum<{
11856
11820
  /**
11857
11821
  * An extrinsic completed successfully.
@@ -14697,14 +14661,6 @@ export type I4irg6h39si3pi = Array<Enum<{
14697
14661
  "child_index"?: Anonymize<I4arjljr6dpflb>;
14698
14662
  "payment_id": bigint;
14699
14663
  };
14700
- /**
14701
- * A bounty's value was increased by its curator.
14702
- */
14703
- "BountyValueIncreased": {
14704
- "index": number;
14705
- "old_value": bigint;
14706
- "new_value": bigint;
14707
- };
14708
14664
  }>;
14709
14665
  "StateTrieMigration": Enum<{
14710
14666
  /**
@@ -15668,280 +15624,13 @@ export type I55ku9c5gk50hb = AnonymousEnum<{
15668
15624
  "Unimplemented": undefined;
15669
15625
  "VersionedConversionFailed": undefined;
15670
15626
  }>;
15671
- export type I2timq2cfgd8gf = ResultPayload<{
15627
+ export type I68d4gbta4a6d1 = ResultPayload<{
15672
15628
  "execution_result": Anonymize<Ieqhmksji3pmv5>;
15673
- "emitted_events": Anonymize<I4irg6h39si3pi>;
15629
+ "emitted_events": Anonymize<I97tc8s1n90sb9>;
15674
15630
  "forwarded_xcms": Anonymize<Ialhmrpub9sefe>;
15675
15631
  }, Anonymize<I55ku9c5gk50hb>>;
15676
15632
  export type I5vv5n03oo8gas = (Anonymize<I200n1ov5tbcvr>) | undefined;
15677
15633
  export type I200n1ov5tbcvr = FixedSizeArray<2, bigint>;
15678
- export type ExtensionsCheckMortality = Enum<{
15679
- "Immortal": undefined;
15680
- "Mortal1": number;
15681
- "Mortal2": number;
15682
- "Mortal3": number;
15683
- "Mortal4": number;
15684
- "Mortal5": number;
15685
- "Mortal6": number;
15686
- "Mortal7": number;
15687
- "Mortal8": number;
15688
- "Mortal9": number;
15689
- "Mortal10": number;
15690
- "Mortal11": number;
15691
- "Mortal12": number;
15692
- "Mortal13": number;
15693
- "Mortal14": number;
15694
- "Mortal15": number;
15695
- "Mortal16": number;
15696
- "Mortal17": number;
15697
- "Mortal18": number;
15698
- "Mortal19": number;
15699
- "Mortal20": number;
15700
- "Mortal21": number;
15701
- "Mortal22": number;
15702
- "Mortal23": number;
15703
- "Mortal24": number;
15704
- "Mortal25": number;
15705
- "Mortal26": number;
15706
- "Mortal27": number;
15707
- "Mortal28": number;
15708
- "Mortal29": number;
15709
- "Mortal30": number;
15710
- "Mortal31": number;
15711
- "Mortal32": number;
15712
- "Mortal33": number;
15713
- "Mortal34": number;
15714
- "Mortal35": number;
15715
- "Mortal36": number;
15716
- "Mortal37": number;
15717
- "Mortal38": number;
15718
- "Mortal39": number;
15719
- "Mortal40": number;
15720
- "Mortal41": number;
15721
- "Mortal42": number;
15722
- "Mortal43": number;
15723
- "Mortal44": number;
15724
- "Mortal45": number;
15725
- "Mortal46": number;
15726
- "Mortal47": number;
15727
- "Mortal48": number;
15728
- "Mortal49": number;
15729
- "Mortal50": number;
15730
- "Mortal51": number;
15731
- "Mortal52": number;
15732
- "Mortal53": number;
15733
- "Mortal54": number;
15734
- "Mortal55": number;
15735
- "Mortal56": number;
15736
- "Mortal57": number;
15737
- "Mortal58": number;
15738
- "Mortal59": number;
15739
- "Mortal60": number;
15740
- "Mortal61": number;
15741
- "Mortal62": number;
15742
- "Mortal63": number;
15743
- "Mortal64": number;
15744
- "Mortal65": number;
15745
- "Mortal66": number;
15746
- "Mortal67": number;
15747
- "Mortal68": number;
15748
- "Mortal69": number;
15749
- "Mortal70": number;
15750
- "Mortal71": number;
15751
- "Mortal72": number;
15752
- "Mortal73": number;
15753
- "Mortal74": number;
15754
- "Mortal75": number;
15755
- "Mortal76": number;
15756
- "Mortal77": number;
15757
- "Mortal78": number;
15758
- "Mortal79": number;
15759
- "Mortal80": number;
15760
- "Mortal81": number;
15761
- "Mortal82": number;
15762
- "Mortal83": number;
15763
- "Mortal84": number;
15764
- "Mortal85": number;
15765
- "Mortal86": number;
15766
- "Mortal87": number;
15767
- "Mortal88": number;
15768
- "Mortal89": number;
15769
- "Mortal90": number;
15770
- "Mortal91": number;
15771
- "Mortal92": number;
15772
- "Mortal93": number;
15773
- "Mortal94": number;
15774
- "Mortal95": number;
15775
- "Mortal96": number;
15776
- "Mortal97": number;
15777
- "Mortal98": number;
15778
- "Mortal99": number;
15779
- "Mortal100": number;
15780
- "Mortal101": number;
15781
- "Mortal102": number;
15782
- "Mortal103": number;
15783
- "Mortal104": number;
15784
- "Mortal105": number;
15785
- "Mortal106": number;
15786
- "Mortal107": number;
15787
- "Mortal108": number;
15788
- "Mortal109": number;
15789
- "Mortal110": number;
15790
- "Mortal111": number;
15791
- "Mortal112": number;
15792
- "Mortal113": number;
15793
- "Mortal114": number;
15794
- "Mortal115": number;
15795
- "Mortal116": number;
15796
- "Mortal117": number;
15797
- "Mortal118": number;
15798
- "Mortal119": number;
15799
- "Mortal120": number;
15800
- "Mortal121": number;
15801
- "Mortal122": number;
15802
- "Mortal123": number;
15803
- "Mortal124": number;
15804
- "Mortal125": number;
15805
- "Mortal126": number;
15806
- "Mortal127": number;
15807
- "Mortal128": number;
15808
- "Mortal129": number;
15809
- "Mortal130": number;
15810
- "Mortal131": number;
15811
- "Mortal132": number;
15812
- "Mortal133": number;
15813
- "Mortal134": number;
15814
- "Mortal135": number;
15815
- "Mortal136": number;
15816
- "Mortal137": number;
15817
- "Mortal138": number;
15818
- "Mortal139": number;
15819
- "Mortal140": number;
15820
- "Mortal141": number;
15821
- "Mortal142": number;
15822
- "Mortal143": number;
15823
- "Mortal144": number;
15824
- "Mortal145": number;
15825
- "Mortal146": number;
15826
- "Mortal147": number;
15827
- "Mortal148": number;
15828
- "Mortal149": number;
15829
- "Mortal150": number;
15830
- "Mortal151": number;
15831
- "Mortal152": number;
15832
- "Mortal153": number;
15833
- "Mortal154": number;
15834
- "Mortal155": number;
15835
- "Mortal156": number;
15836
- "Mortal157": number;
15837
- "Mortal158": number;
15838
- "Mortal159": number;
15839
- "Mortal160": number;
15840
- "Mortal161": number;
15841
- "Mortal162": number;
15842
- "Mortal163": number;
15843
- "Mortal164": number;
15844
- "Mortal165": number;
15845
- "Mortal166": number;
15846
- "Mortal167": number;
15847
- "Mortal168": number;
15848
- "Mortal169": number;
15849
- "Mortal170": number;
15850
- "Mortal171": number;
15851
- "Mortal172": number;
15852
- "Mortal173": number;
15853
- "Mortal174": number;
15854
- "Mortal175": number;
15855
- "Mortal176": number;
15856
- "Mortal177": number;
15857
- "Mortal178": number;
15858
- "Mortal179": number;
15859
- "Mortal180": number;
15860
- "Mortal181": number;
15861
- "Mortal182": number;
15862
- "Mortal183": number;
15863
- "Mortal184": number;
15864
- "Mortal185": number;
15865
- "Mortal186": number;
15866
- "Mortal187": number;
15867
- "Mortal188": number;
15868
- "Mortal189": number;
15869
- "Mortal190": number;
15870
- "Mortal191": number;
15871
- "Mortal192": number;
15872
- "Mortal193": number;
15873
- "Mortal194": number;
15874
- "Mortal195": number;
15875
- "Mortal196": number;
15876
- "Mortal197": number;
15877
- "Mortal198": number;
15878
- "Mortal199": number;
15879
- "Mortal200": number;
15880
- "Mortal201": number;
15881
- "Mortal202": number;
15882
- "Mortal203": number;
15883
- "Mortal204": number;
15884
- "Mortal205": number;
15885
- "Mortal206": number;
15886
- "Mortal207": number;
15887
- "Mortal208": number;
15888
- "Mortal209": number;
15889
- "Mortal210": number;
15890
- "Mortal211": number;
15891
- "Mortal212": number;
15892
- "Mortal213": number;
15893
- "Mortal214": number;
15894
- "Mortal215": number;
15895
- "Mortal216": number;
15896
- "Mortal217": number;
15897
- "Mortal218": number;
15898
- "Mortal219": number;
15899
- "Mortal220": number;
15900
- "Mortal221": number;
15901
- "Mortal222": number;
15902
- "Mortal223": number;
15903
- "Mortal224": number;
15904
- "Mortal225": number;
15905
- "Mortal226": number;
15906
- "Mortal227": number;
15907
- "Mortal228": number;
15908
- "Mortal229": number;
15909
- "Mortal230": number;
15910
- "Mortal231": number;
15911
- "Mortal232": number;
15912
- "Mortal233": number;
15913
- "Mortal234": number;
15914
- "Mortal235": number;
15915
- "Mortal236": number;
15916
- "Mortal237": number;
15917
- "Mortal238": number;
15918
- "Mortal239": number;
15919
- "Mortal240": number;
15920
- "Mortal241": number;
15921
- "Mortal242": number;
15922
- "Mortal243": number;
15923
- "Mortal244": number;
15924
- "Mortal245": number;
15925
- "Mortal246": number;
15926
- "Mortal247": number;
15927
- "Mortal248": number;
15928
- "Mortal249": number;
15929
- "Mortal250": number;
15930
- "Mortal251": number;
15931
- "Mortal252": number;
15932
- "Mortal253": number;
15933
- "Mortal254": number;
15934
- "Mortal255": number;
15935
- }>;
15936
- export declare const ExtensionsCheckMortality: GetEnum<ExtensionsCheckMortality>;
15937
- export type I182pt4kr56mhn = {
15938
- "tip": bigint;
15939
- "asset_id"?: Anonymize<I4pai6qnfk426l>;
15940
- };
15941
- export type I87rnrnks7g0hm = AnonymousEnum<{
15942
- "Disabled": undefined;
15943
- "Enabled": undefined;
15944
- }>;
15945
15634
  export type I88k319klqj4fv = AnonymousEnum<{
15946
15635
  "System": Anonymize<Iekve0i6djpd9f>;
15947
15636
  "ParachainSystem": Anonymize<I3u72uvpuo4qrt>;
@@ -17184,7 +16873,7 @@ export type I5jeo5vq8j59p7 = AnonymousEnum<{
17184
16873
  "Snowbridge": SizedHex<32>;
17185
16874
  "SnowbridgeV2": SizedHex<32>;
17186
16875
  }>;
17187
- export type Ic034j4hb28uuk = AnonymousEnum<{
16876
+ export type I6aupevm31ir9a = AnonymousEnum<{
17188
16877
  "System": Anonymize<Iekve0i6djpd9f>;
17189
16878
  "Timestamp": Anonymize<I7d75gqfg6jh9c>;
17190
16879
  "Balances": Enum<{
@@ -19509,11 +19198,11 @@ export type Ic034j4hb28uuk = AnonymousEnum<{
19509
19198
  "whitelist_call": Anonymize<I1adbcfi5uc62r>;
19510
19199
  "remove_whitelisted_call": Anonymize<I1adbcfi5uc62r>;
19511
19200
  "dispatch_whitelisted_call": Anonymize<Ibf6ucefn8fh49>;
19512
- "dispatch_whitelisted_call_with_preimage": Anonymize<I1a79630ms0oum>;
19201
+ "dispatch_whitelisted_call_with_preimage": Anonymize<Iu7qonm2v6c60>;
19513
19202
  }>;
19514
19203
  "Dispatcher": Enum<{
19515
- "dispatch_as_treasury": Anonymize<I1a79630ms0oum>;
19516
- "dispatch_as_aave_manager": Anonymize<I1a79630ms0oum>;
19204
+ "dispatch_as_treasury": Anonymize<Iu7qonm2v6c60>;
19205
+ "dispatch_as_aave_manager": Anonymize<Iu7qonm2v6c60>;
19517
19206
  /**
19518
19207
  * Sets the Aave manager account to be used as origin for dispatching calls.
19519
19208
  *
@@ -19544,7 +19233,7 @@ export type Ic034j4hb28uuk = AnonymousEnum<{
19544
19233
  *
19545
19234
  * Emits `EvmCallFailed` event when failed.
19546
19235
  */
19547
- "dispatch_evm_call": Anonymize<I1a79630ms0oum>;
19236
+ "dispatch_evm_call": Anonymize<Iu7qonm2v6c60>;
19548
19237
  /**
19549
19238
  * Dispatch a call as the emergency admin account.
19550
19239
  *
@@ -19559,8 +19248,8 @@ export type Ic034j4hb28uuk = AnonymousEnum<{
19559
19248
  *
19560
19249
  * Emits `EmergencyAdminCallDispatched` with the call hash and dispatch result.
19561
19250
  */
19562
- "dispatch_as_emergency_admin": Anonymize<I1a79630ms0oum>;
19563
- "dispatch_with_fee_payer": Anonymize<I1a79630ms0oum>;
19251
+ "dispatch_as_emergency_admin": Anonymize<Iu7qonm2v6c60>;
19252
+ "dispatch_with_fee_payer": Anonymize<Iu7qonm2v6c60>;
19564
19253
  }>;
19565
19254
  "AssetRegistry": Enum<{
19566
19255
  /**
@@ -21624,44 +21313,6 @@ export type Ic034j4hb28uuk = AnonymousEnum<{
21624
21313
  * Set the borrowing market contract address.
21625
21314
  */
21626
21315
  "set_borrowing_contract": Anonymize<Ics51ctc9oasbt>;
21627
- /**
21628
- * Liquidates an existing money market position, addressing the market's pool explicitly.
21629
- *
21630
- * Behaves exactly like `liquidate`; the extra `pool` parameter is a consistency
21631
- * assertion, not a router: it must equal the pool contract the liquidation path
21632
- * resolves on its own (the gigahdx pool for GIGAHDX-collateral positions, the
21633
- * borrowing contract otherwise), or the call fails with `PoolAddressMismatch`.
21634
- * This lets a multi-money-market worker state which market a decision was made
21635
- * against and guarantees the liquidation can never execute against a different one.
21636
- *
21637
- * Unlike `liquidate`, this call is not publicly dispatchable: the origin must be
21638
- * none, and `ValidateUnsigned` rejects externally received transactions, so only
21639
- * a collator's own liquidation worker can submit it. The public permissionless
21640
- * path remains `liquidate`.
21641
- *
21642
- * Parameters:
21643
- * - `origin`: Must be none (unsigned transaction).
21644
- * - `pool`: EVM address of the money-market pool this liquidation targets.
21645
- * - `collateral_asset`: Asset ID used as collateral in the MM position.
21646
- * - `debt_asset`: Asset ID used as debt in the MM position.
21647
- * - `user`: EVM address of the MM position that we want to liquidate.
21648
- * - `debt_to_cover`: Amount of debt we want to liquidate.
21649
- * - `route`: The route we trade against. Required for the fee calculation.
21650
- * - `unsigned_priority`: Optional priority added on top of `BASE_UNSIGNED_LIQUIDATION_PRIORITY` for
21651
- * unsigned liquidation extrinsics.
21652
- *
21653
- * Emits `Liquidated` event when successful.
21654
- *
21655
- */
21656
- "liquidate_with_pool": {
21657
- "pool": SizedHex<20>;
21658
- "collateral_asset": number;
21659
- "debt_asset": number;
21660
- "user": SizedHex<20>;
21661
- "debt_to_cover": bigint;
21662
- "route": Anonymize<I14tu3k4kt0e26>;
21663
- "unsigned_priority"?: Anonymize<I35p85j063s0il>;
21664
- };
21665
21316
  }>;
21666
21317
  "HSM": Enum<{
21667
21318
  /**
@@ -22434,32 +22085,6 @@ export type Ic034j4hb28uuk = AnonymousEnum<{
22434
22085
  "asset_id": number;
22435
22086
  "signature": MultiSignature;
22436
22087
  };
22437
- /**
22438
- * Sets the NTT minter for an asset. The minter is the only EVM address allowed to
22439
- * mint/burn the asset via the MultiCurrency precompile.
22440
- *
22441
- * Parameters:
22442
- * - `origin`: Must be `ControllerOrigin`.
22443
- * - `asset_id`: Asset whose minter is set.
22444
- * - `minter`: EVM address of the NTT spoke manager.
22445
- *
22446
- * Emits `NttMinterSet` event when successful.
22447
- */
22448
- "set_ntt_minter": {
22449
- "asset_id": number;
22450
- "minter": SizedHex<20>;
22451
- };
22452
- /**
22453
- * Clears the NTT minter for an asset, stopping all mint/burn via the precompile.
22454
- * Acts as an emergency stop, therefore it is gated by the faster `NttEmergencyOrigin`.
22455
- *
22456
- * Parameters:
22457
- * - `origin`: Must be `NttEmergencyOrigin`.
22458
- * - `asset_id`: Asset whose minter is cleared.
22459
- *
22460
- * Emits `NttMinterCleared` event when successful.
22461
- */
22462
- "clear_ntt_minter": Anonymize<Ia5le7udkgbaq9>;
22463
22088
  }>;
22464
22089
  "XYKLiquidityMining": Enum<{
22465
22090
  /**
@@ -23455,7 +23080,7 @@ export type Ie9g2psuhuu510 = AnonymousEnum<{
23455
23080
  "Liquidity": undefined;
23456
23081
  "LiquidityMining": undefined;
23457
23082
  }>;
23458
- export type I1a79630ms0oum = {
23083
+ export type Iu7qonm2v6c60 = {
23459
23084
  "call": TxCallData;
23460
23085
  };
23461
23086
  export type I95262dsbtfh4d = AnonymousEnum<{