@webb-tools/tangle-substrate-types 0.9.10 → 0.9.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.
package/build/index.cjs CHANGED
@@ -1784,20 +1784,6 @@ function typesFromDefs(definitions, initTypes = {}) {
1784
1784
  CancelledDelegatorBondLess: {
1785
1785
  who: 'AccountId32'
1786
1786
  },
1787
- IncentiveAPYAndCapSet: {
1788
- vaultId: 'u128',
1789
- apy: 'Percent',
1790
- cap: 'u128'
1791
- },
1792
- BlueprintWhitelisted: {
1793
- blueprintId: 'u64'
1794
- },
1795
- AssetUpdatedInVault: {
1796
- who: 'AccountId32',
1797
- vaultId: 'u128',
1798
- assetId: 'TanglePrimitivesServicesAsset',
1799
- action: 'PalletMultiAssetDelegationRewardsAssetAction'
1800
- },
1801
1787
  OperatorSlashed: {
1802
1788
  who: 'AccountId32',
1803
1789
  amount: 'u128'
@@ -1823,15 +1809,7 @@ function typesFromDefs(definitions, initTypes = {}) {
1823
1809
  }
1824
1810
  },
1825
1811
  /**
1826
- * Lookup126: pallet_multi_asset_delegation::types::rewards::AssetAction
1827
- **/ PalletMultiAssetDelegationRewardsAssetAction: {
1828
- _enum: [
1829
- 'Add',
1830
- 'Remove'
1831
- ]
1832
- },
1833
- /**
1834
- * Lookup127: pallet_services::module::Event<T>
1812
+ * Lookup125: pallet_services::module::Event<T>
1835
1813
  **/ PalletServicesModuleEvent: {
1836
1814
  _enum: {
1837
1815
  BlueprintCreated: {
@@ -1932,13 +1910,13 @@ function typesFromDefs(definitions, initTypes = {}) {
1932
1910
  }
1933
1911
  },
1934
1912
  /**
1935
- * Lookup128: tangle_primitives::services::OperatorPreferences
1913
+ * Lookup126: tangle_primitives::services::OperatorPreferences
1936
1914
  **/ TanglePrimitivesServicesOperatorPreferences: {
1937
1915
  key: '[u8;65]',
1938
1916
  priceTargets: 'TanglePrimitivesServicesPriceTargets'
1939
1917
  },
1940
1918
  /**
1941
- * Lookup130: tangle_primitives::services::PriceTargets
1919
+ * Lookup128: tangle_primitives::services::PriceTargets
1942
1920
  **/ TanglePrimitivesServicesPriceTargets: {
1943
1921
  cpu: 'u64',
1944
1922
  mem: 'u64',
@@ -1947,7 +1925,7 @@ function typesFromDefs(definitions, initTypes = {}) {
1947
1925
  storageNvme: 'u64'
1948
1926
  },
1949
1927
  /**
1950
- * Lookup132: tangle_primitives::services::field::Field<C, sp_core::crypto::AccountId32>
1928
+ * Lookup130: tangle_primitives::services::field::Field<C, sp_core::crypto::AccountId32>
1951
1929
  **/ TanglePrimitivesServicesField: {
1952
1930
  _enum: {
1953
1931
  None: 'Null',
@@ -2054,7 +2032,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2054
2032
  }
2055
2033
  },
2056
2034
  /**
2057
- * Lookup145: pallet_tangle_lst::pallet::Event<T>
2035
+ * Lookup143: pallet_tangle_lst::pallet::Event<T>
2058
2036
  **/ PalletTangleLstEvent: {
2059
2037
  _enum: {
2060
2038
  Created: {
@@ -2137,11 +2115,14 @@ function typesFromDefs(definitions, initTypes = {}) {
2137
2115
  MinBalanceExcessAdjusted: {
2138
2116
  poolId: 'u32',
2139
2117
  amount: 'u128'
2118
+ },
2119
+ LastPoolIdUpdated: {
2120
+ poolId: 'u32'
2140
2121
  }
2141
2122
  }
2142
2123
  },
2143
2124
  /**
2144
- * Lookup146: pallet_tangle_lst::types::pools::PoolState
2125
+ * Lookup144: pallet_tangle_lst::types::pools::PoolState
2145
2126
  **/ PalletTangleLstPoolsPoolState: {
2146
2127
  _enum: [
2147
2128
  'Open',
@@ -2150,13 +2131,13 @@ function typesFromDefs(definitions, initTypes = {}) {
2150
2131
  ]
2151
2132
  },
2152
2133
  /**
2153
- * Lookup147: pallet_tangle_lst::types::commission::CommissionChangeRate<BlockNumber>
2134
+ * Lookup145: pallet_tangle_lst::types::commission::CommissionChangeRate<BlockNumber>
2154
2135
  **/ PalletTangleLstCommissionCommissionChangeRate: {
2155
2136
  maxIncrease: 'Perbill',
2156
2137
  minDelay: 'u64'
2157
2138
  },
2158
2139
  /**
2159
- * Lookup149: pallet_tangle_lst::types::commission::CommissionClaimPermission<sp_core::crypto::AccountId32>
2140
+ * Lookup147: pallet_tangle_lst::types::commission::CommissionClaimPermission<sp_core::crypto::AccountId32>
2160
2141
  **/ PalletTangleLstCommissionCommissionClaimPermission: {
2161
2142
  _enum: {
2162
2143
  Permissionless: 'Null',
@@ -2164,7 +2145,84 @@ function typesFromDefs(definitions, initTypes = {}) {
2164
2145
  }
2165
2146
  },
2166
2147
  /**
2167
- * Lookup150: frame_system::Phase
2148
+ * Lookup148: pallet_rewards::pallet::Event<T>
2149
+ **/ PalletRewardsEvent: {
2150
+ _enum: {
2151
+ RewardsClaimed: {
2152
+ account: 'AccountId32',
2153
+ asset: 'TanglePrimitivesServicesAsset',
2154
+ amount: 'u128'
2155
+ },
2156
+ IncentiveAPYAndCapSet: {
2157
+ vaultId: 'u32',
2158
+ apy: 'Percent',
2159
+ cap: 'u128'
2160
+ },
2161
+ BlueprintWhitelisted: {
2162
+ blueprintId: 'u64'
2163
+ },
2164
+ AssetUpdatedInVault: {
2165
+ vaultId: 'u32',
2166
+ assetId: 'TanglePrimitivesServicesAsset',
2167
+ action: 'PalletRewardsAssetAction'
2168
+ },
2169
+ VaultRewardConfigUpdated: {
2170
+ vaultId: 'u32',
2171
+ newConfig: 'PalletRewardsRewardConfigForAssetVault'
2172
+ },
2173
+ RewardVaultCreated: {
2174
+ vaultId: 'u32',
2175
+ newConfig: 'PalletRewardsRewardConfigForAssetVault',
2176
+ potAccount: 'AccountId32'
2177
+ },
2178
+ TotalScoreUpdated: {
2179
+ vaultId: 'u32',
2180
+ asset: 'TanglePrimitivesServicesAsset',
2181
+ totalScore: 'u128',
2182
+ lockMultiplier: 'Option<TanglePrimitivesRewardsLockMultiplier>'
2183
+ },
2184
+ TotalDepositUpdated: {
2185
+ vaultId: 'u32',
2186
+ asset: 'TanglePrimitivesServicesAsset',
2187
+ totalDeposit: 'u128'
2188
+ },
2189
+ DecayConfigUpdated: {
2190
+ startPeriod: 'u64',
2191
+ rate: 'Percent'
2192
+ }
2193
+ }
2194
+ },
2195
+ /**
2196
+ * Lookup150: pallet_rewards::types::AssetAction
2197
+ **/ PalletRewardsAssetAction: {
2198
+ _enum: [
2199
+ 'Add',
2200
+ 'Remove'
2201
+ ]
2202
+ },
2203
+ /**
2204
+ * Lookup151: pallet_rewards::types::RewardConfigForAssetVault<Balance>
2205
+ **/ PalletRewardsRewardConfigForAssetVault: {
2206
+ apy: 'Percent',
2207
+ incentiveCap: 'u128',
2208
+ depositCap: 'u128',
2209
+ boostMultiplier: 'Option<u32>'
2210
+ },
2211
+ /**
2212
+ * Lookup154: tangle_primitives::types::rewards::LockMultiplier
2213
+ **/ TanglePrimitivesRewardsLockMultiplier: {
2214
+ _enum: [
2215
+ '__Unused0',
2216
+ 'OneMonth',
2217
+ 'TwoMonths',
2218
+ 'ThreeMonths',
2219
+ '__Unused4',
2220
+ '__Unused5',
2221
+ 'SixMonths'
2222
+ ]
2223
+ },
2224
+ /**
2225
+ * Lookup155: frame_system::Phase
2168
2226
  **/ FrameSystemPhase: {
2169
2227
  _enum: {
2170
2228
  ApplyExtrinsic: 'u32',
@@ -2173,19 +2231,19 @@ function typesFromDefs(definitions, initTypes = {}) {
2173
2231
  }
2174
2232
  },
2175
2233
  /**
2176
- * Lookup152: frame_system::LastRuntimeUpgradeInfo
2234
+ * Lookup157: frame_system::LastRuntimeUpgradeInfo
2177
2235
  **/ FrameSystemLastRuntimeUpgradeInfo: {
2178
2236
  specVersion: 'Compact<u32>',
2179
2237
  specName: 'Text'
2180
2238
  },
2181
2239
  /**
2182
- * Lookup154: frame_system::CodeUpgradeAuthorization<T>
2240
+ * Lookup159: frame_system::CodeUpgradeAuthorization<T>
2183
2241
  **/ FrameSystemCodeUpgradeAuthorization: {
2184
2242
  codeHash: 'H256',
2185
2243
  checkVersion: 'bool'
2186
2244
  },
2187
2245
  /**
2188
- * Lookup155: frame_system::pallet::Call<T>
2246
+ * Lookup160: frame_system::pallet::Call<T>
2189
2247
  **/ FrameSystemCall: {
2190
2248
  _enum: {
2191
2249
  remark: {
@@ -2229,21 +2287,21 @@ function typesFromDefs(definitions, initTypes = {}) {
2229
2287
  }
2230
2288
  },
2231
2289
  /**
2232
- * Lookup159: frame_system::limits::BlockWeights
2290
+ * Lookup164: frame_system::limits::BlockWeights
2233
2291
  **/ FrameSystemLimitsBlockWeights: {
2234
2292
  baseBlock: 'SpWeightsWeightV2Weight',
2235
2293
  maxBlock: 'SpWeightsWeightV2Weight',
2236
2294
  perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
2237
2295
  },
2238
2296
  /**
2239
- * Lookup160: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
2297
+ * Lookup165: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
2240
2298
  **/ FrameSupportDispatchPerDispatchClassWeightsPerClass: {
2241
2299
  normal: 'FrameSystemLimitsWeightsPerClass',
2242
2300
  operational: 'FrameSystemLimitsWeightsPerClass',
2243
2301
  mandatory: 'FrameSystemLimitsWeightsPerClass'
2244
2302
  },
2245
2303
  /**
2246
- * Lookup161: frame_system::limits::WeightsPerClass
2304
+ * Lookup166: frame_system::limits::WeightsPerClass
2247
2305
  **/ FrameSystemLimitsWeightsPerClass: {
2248
2306
  baseExtrinsic: 'SpWeightsWeightV2Weight',
2249
2307
  maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',
@@ -2251,25 +2309,25 @@ function typesFromDefs(definitions, initTypes = {}) {
2251
2309
  reserved: 'Option<SpWeightsWeightV2Weight>'
2252
2310
  },
2253
2311
  /**
2254
- * Lookup163: frame_system::limits::BlockLength
2312
+ * Lookup168: frame_system::limits::BlockLength
2255
2313
  **/ FrameSystemLimitsBlockLength: {
2256
2314
  max: 'FrameSupportDispatchPerDispatchClassU32'
2257
2315
  },
2258
2316
  /**
2259
- * Lookup164: frame_support::dispatch::PerDispatchClass<T>
2317
+ * Lookup169: frame_support::dispatch::PerDispatchClass<T>
2260
2318
  **/ FrameSupportDispatchPerDispatchClassU32: {
2261
2319
  normal: 'u32',
2262
2320
  operational: 'u32',
2263
2321
  mandatory: 'u32'
2264
2322
  },
2265
2323
  /**
2266
- * Lookup165: sp_weights::RuntimeDbWeight
2324
+ * Lookup170: sp_weights::RuntimeDbWeight
2267
2325
  **/ SpWeightsRuntimeDbWeight: {
2268
2326
  read: 'u64',
2269
2327
  write: 'u64'
2270
2328
  },
2271
2329
  /**
2272
- * Lookup166: sp_version::RuntimeVersion
2330
+ * Lookup171: sp_version::RuntimeVersion
2273
2331
  **/ SpVersionRuntimeVersion: {
2274
2332
  specName: 'Text',
2275
2333
  implName: 'Text',
@@ -2281,7 +2339,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2281
2339
  stateVersion: 'u8'
2282
2340
  },
2283
2341
  /**
2284
- * Lookup171: frame_system::pallet::Error<T>
2342
+ * Lookup176: frame_system::pallet::Error<T>
2285
2343
  **/ FrameSystemError: {
2286
2344
  _enum: [
2287
2345
  'InvalidSpecName',
@@ -2296,7 +2354,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2296
2354
  ]
2297
2355
  },
2298
2356
  /**
2299
- * Lookup172: pallet_timestamp::pallet::Call<T>
2357
+ * Lookup177: pallet_timestamp::pallet::Call<T>
2300
2358
  **/ PalletTimestampCall: {
2301
2359
  _enum: {
2302
2360
  set: {
@@ -2305,7 +2363,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2305
2363
  }
2306
2364
  },
2307
2365
  /**
2308
- * Lookup173: pallet_sudo::pallet::Call<T>
2366
+ * Lookup178: pallet_sudo::pallet::Call<T>
2309
2367
  **/ PalletSudoCall: {
2310
2368
  _enum: {
2311
2369
  sudo: {
@@ -2329,7 +2387,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2329
2387
  }
2330
2388
  },
2331
2389
  /**
2332
- * Lookup175: pallet_assets::pallet::Call<T, I>
2390
+ * Lookup180: pallet_assets::pallet::Call<T, I>
2333
2391
  **/ PalletAssetsCall: {
2334
2392
  _enum: {
2335
2393
  create: {
@@ -2480,7 +2538,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2480
2538
  }
2481
2539
  },
2482
2540
  /**
2483
- * Lookup177: pallet_balances::pallet::Call<T, I>
2541
+ * Lookup182: pallet_balances::pallet::Call<T, I>
2484
2542
  **/ PalletBalancesCall: {
2485
2543
  _enum: {
2486
2544
  transfer_allow_death: {
@@ -2524,7 +2582,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2524
2582
  }
2525
2583
  },
2526
2584
  /**
2527
- * Lookup178: pallet_balances::types::AdjustmentDirection
2585
+ * Lookup183: pallet_balances::types::AdjustmentDirection
2528
2586
  **/ PalletBalancesAdjustmentDirection: {
2529
2587
  _enum: [
2530
2588
  'Increase',
@@ -2532,7 +2590,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2532
2590
  ]
2533
2591
  },
2534
2592
  /**
2535
- * Lookup179: pallet_babe::pallet::Call<T>
2593
+ * Lookup184: pallet_babe::pallet::Call<T>
2536
2594
  **/ PalletBabeCall: {
2537
2595
  _enum: {
2538
2596
  report_equivocation: {
@@ -2549,7 +2607,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2549
2607
  }
2550
2608
  },
2551
2609
  /**
2552
- * Lookup180: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_babe::app::Public>
2610
+ * Lookup185: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_babe::app::Public>
2553
2611
  **/ SpConsensusSlotsEquivocationProof: {
2554
2612
  offender: 'SpConsensusBabeAppPublic',
2555
2613
  slot: 'u64',
@@ -2557,7 +2615,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2557
2615
  secondHeader: 'SpRuntimeHeader'
2558
2616
  },
2559
2617
  /**
2560
- * Lookup181: sp_runtime::generic::header::Header<Number, Hash>
2618
+ * Lookup186: sp_runtime::generic::header::Header<Number, Hash>
2561
2619
  **/ SpRuntimeHeader: {
2562
2620
  parentHash: 'H256',
2563
2621
  number: 'Compact<u64>',
@@ -2566,17 +2624,17 @@ function typesFromDefs(definitions, initTypes = {}) {
2566
2624
  digest: 'SpRuntimeDigest'
2567
2625
  },
2568
2626
  /**
2569
- * Lookup182: sp_consensus_babe::app::Public
2627
+ * Lookup187: sp_consensus_babe::app::Public
2570
2628
  **/ SpConsensusBabeAppPublic: '[u8;32]',
2571
2629
  /**
2572
- * Lookup184: sp_session::MembershipProof
2630
+ * Lookup189: sp_session::MembershipProof
2573
2631
  **/ SpSessionMembershipProof: {
2574
2632
  session: 'u32',
2575
2633
  trieNodes: 'Vec<Bytes>',
2576
2634
  validatorCount: 'u32'
2577
2635
  },
2578
2636
  /**
2579
- * Lookup185: sp_consensus_babe::digests::NextConfigDescriptor
2637
+ * Lookup190: sp_consensus_babe::digests::NextConfigDescriptor
2580
2638
  **/ SpConsensusBabeDigestsNextConfigDescriptor: {
2581
2639
  _enum: {
2582
2640
  __Unused0: 'Null',
@@ -2587,7 +2645,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2587
2645
  }
2588
2646
  },
2589
2647
  /**
2590
- * Lookup187: sp_consensus_babe::AllowedSlots
2648
+ * Lookup192: sp_consensus_babe::AllowedSlots
2591
2649
  **/ SpConsensusBabeAllowedSlots: {
2592
2650
  _enum: [
2593
2651
  'PrimarySlots',
@@ -2596,7 +2654,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2596
2654
  ]
2597
2655
  },
2598
2656
  /**
2599
- * Lookup188: pallet_grandpa::pallet::Call<T>
2657
+ * Lookup193: pallet_grandpa::pallet::Call<T>
2600
2658
  **/ PalletGrandpaCall: {
2601
2659
  _enum: {
2602
2660
  report_equivocation: {
@@ -2614,13 +2672,13 @@ function typesFromDefs(definitions, initTypes = {}) {
2614
2672
  }
2615
2673
  },
2616
2674
  /**
2617
- * Lookup189: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2675
+ * Lookup194: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2618
2676
  **/ SpConsensusGrandpaEquivocationProof: {
2619
2677
  setId: 'u64',
2620
2678
  equivocation: 'SpConsensusGrandpaEquivocation'
2621
2679
  },
2622
2680
  /**
2623
- * Lookup190: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2681
+ * Lookup195: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2624
2682
  **/ SpConsensusGrandpaEquivocation: {
2625
2683
  _enum: {
2626
2684
  Prevote: 'FinalityGrandpaEquivocationPrevote',
@@ -2628,7 +2686,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2628
2686
  }
2629
2687
  },
2630
2688
  /**
2631
- * Lookup191: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2689
+ * Lookup196: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2632
2690
  **/ FinalityGrandpaEquivocationPrevote: {
2633
2691
  roundNumber: 'u64',
2634
2692
  identity: 'SpConsensusGrandpaAppPublic',
@@ -2636,16 +2694,16 @@ function typesFromDefs(definitions, initTypes = {}) {
2636
2694
  second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
2637
2695
  },
2638
2696
  /**
2639
- * Lookup192: finality_grandpa::Prevote<primitive_types::H256, N>
2697
+ * Lookup197: finality_grandpa::Prevote<primitive_types::H256, N>
2640
2698
  **/ FinalityGrandpaPrevote: {
2641
2699
  targetHash: 'H256',
2642
2700
  targetNumber: 'u64'
2643
2701
  },
2644
2702
  /**
2645
- * Lookup193: sp_consensus_grandpa::app::Signature
2703
+ * Lookup198: sp_consensus_grandpa::app::Signature
2646
2704
  **/ SpConsensusGrandpaAppSignature: '[u8;64]',
2647
2705
  /**
2648
- * Lookup196: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2706
+ * Lookup201: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2649
2707
  **/ FinalityGrandpaEquivocationPrecommit: {
2650
2708
  roundNumber: 'u64',
2651
2709
  identity: 'SpConsensusGrandpaAppPublic',
@@ -2653,16 +2711,16 @@ function typesFromDefs(definitions, initTypes = {}) {
2653
2711
  second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
2654
2712
  },
2655
2713
  /**
2656
- * Lookup197: finality_grandpa::Precommit<primitive_types::H256, N>
2714
+ * Lookup202: finality_grandpa::Precommit<primitive_types::H256, N>
2657
2715
  **/ FinalityGrandpaPrecommit: {
2658
2716
  targetHash: 'H256',
2659
2717
  targetNumber: 'u64'
2660
2718
  },
2661
2719
  /**
2662
- * Lookup199: sp_core::Void
2720
+ * Lookup204: sp_core::Void
2663
2721
  **/ SpCoreVoid: 'Null',
2664
2722
  /**
2665
- * Lookup200: pallet_indices::pallet::Call<T>
2723
+ * Lookup205: pallet_indices::pallet::Call<T>
2666
2724
  **/ PalletIndicesCall: {
2667
2725
  _enum: {
2668
2726
  claim: {
@@ -2692,7 +2750,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2692
2750
  }
2693
2751
  },
2694
2752
  /**
2695
- * Lookup201: pallet_democracy::pallet::Call<T>
2753
+ * Lookup206: pallet_democracy::pallet::Call<T>
2696
2754
  **/ PalletDemocracyCall: {
2697
2755
  _enum: {
2698
2756
  propose: {
@@ -2760,7 +2818,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2760
2818
  }
2761
2819
  },
2762
2820
  /**
2763
- * Lookup202: frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>
2821
+ * Lookup207: frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>
2764
2822
  **/ FrameSupportPreimagesBounded: {
2765
2823
  _enum: {
2766
2824
  Legacy: {
@@ -2780,10 +2838,10 @@ function typesFromDefs(definitions, initTypes = {}) {
2780
2838
  }
2781
2839
  },
2782
2840
  /**
2783
- * Lookup203: sp_runtime::traits::BlakeTwo256
2841
+ * Lookup208: sp_runtime::traits::BlakeTwo256
2784
2842
  **/ SpRuntimeBlakeTwo256: 'Null',
2785
2843
  /**
2786
- * Lookup205: pallet_democracy::conviction::Conviction
2844
+ * Lookup210: pallet_democracy::conviction::Conviction
2787
2845
  **/ PalletDemocracyConviction: {
2788
2846
  _enum: [
2789
2847
  'None',
@@ -2796,7 +2854,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2796
2854
  ]
2797
2855
  },
2798
2856
  /**
2799
- * Lookup208: pallet_collective::pallet::Call<T, I>
2857
+ * Lookup212: pallet_collective::pallet::Call<T, I>
2800
2858
  **/ PalletCollectiveCall: {
2801
2859
  _enum: {
2802
2860
  set_members: {
@@ -2831,7 +2889,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2831
2889
  }
2832
2890
  },
2833
2891
  /**
2834
- * Lookup209: pallet_vesting::pallet::Call<T>
2892
+ * Lookup213: pallet_vesting::pallet::Call<T>
2835
2893
  **/ PalletVestingCall: {
2836
2894
  _enum: {
2837
2895
  vest: 'Null',
@@ -2858,14 +2916,14 @@ function typesFromDefs(definitions, initTypes = {}) {
2858
2916
  }
2859
2917
  },
2860
2918
  /**
2861
- * Lookup210: pallet_vesting::vesting_info::VestingInfo<Balance, BlockNumber>
2919
+ * Lookup214: pallet_vesting::vesting_info::VestingInfo<Balance, BlockNumber>
2862
2920
  **/ PalletVestingVestingInfo: {
2863
2921
  locked: 'u128',
2864
2922
  perBlock: 'u128',
2865
2923
  startingBlock: 'u64'
2866
2924
  },
2867
2925
  /**
2868
- * Lookup211: pallet_elections_phragmen::pallet::Call<T>
2926
+ * Lookup215: pallet_elections_phragmen::pallet::Call<T>
2869
2927
  **/ PalletElectionsPhragmenCall: {
2870
2928
  _enum: {
2871
2929
  vote: {
@@ -2891,7 +2949,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2891
2949
  }
2892
2950
  },
2893
2951
  /**
2894
- * Lookup212: pallet_elections_phragmen::Renouncing
2952
+ * Lookup216: pallet_elections_phragmen::Renouncing
2895
2953
  **/ PalletElectionsPhragmenRenouncing: {
2896
2954
  _enum: {
2897
2955
  Member: 'Null',
@@ -2900,7 +2958,7 @@ function typesFromDefs(definitions, initTypes = {}) {
2900
2958
  }
2901
2959
  },
2902
2960
  /**
2903
- * Lookup213: pallet_election_provider_multi_phase::pallet::Call<T>
2961
+ * Lookup217: pallet_election_provider_multi_phase::pallet::Call<T>
2904
2962
  **/ PalletElectionProviderMultiPhaseCall: {
2905
2963
  _enum: {
2906
2964
  submit_unsigned: {
@@ -2923,14 +2981,14 @@ function typesFromDefs(definitions, initTypes = {}) {
2923
2981
  }
2924
2982
  },
2925
2983
  /**
2926
- * Lookup214: pallet_election_provider_multi_phase::RawSolution<tangle_testnet_runtime::NposSolution16>
2984
+ * Lookup218: pallet_election_provider_multi_phase::RawSolution<tangle_testnet_runtime::NposSolution16>
2927
2985
  **/ PalletElectionProviderMultiPhaseRawSolution: {
2928
2986
  solution: 'TangleTestnetRuntimeNposSolution16',
2929
2987
  score: 'SpNposElectionsElectionScore',
2930
2988
  round: 'u32'
2931
2989
  },
2932
2990
  /**
2933
- * Lookup215: tangle_testnet_runtime::NposSolution16
2991
+ * Lookup219: tangle_testnet_runtime::NposSolution16
2934
2992
  **/ TangleTestnetRuntimeNposSolution16: {
2935
2993
  votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
2936
2994
  votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<PerU16>),Compact<u16>)>',
@@ -2950,19 +3008,19 @@ function typesFromDefs(definitions, initTypes = {}) {
2950
3008
  votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);15],Compact<u16>)>'
2951
3009
  },
2952
3010
  /**
2953
- * Lookup266: pallet_election_provider_multi_phase::SolutionOrSnapshotSize
3011
+ * Lookup270: pallet_election_provider_multi_phase::SolutionOrSnapshotSize
2954
3012
  **/ PalletElectionProviderMultiPhaseSolutionOrSnapshotSize: {
2955
3013
  voters: 'Compact<u32>',
2956
3014
  targets: 'Compact<u32>'
2957
3015
  },
2958
3016
  /**
2959
- * Lookup270: sp_npos_elections::Support<sp_core::crypto::AccountId32>
3017
+ * Lookup274: sp_npos_elections::Support<sp_core::crypto::AccountId32>
2960
3018
  **/ SpNposElectionsSupport: {
2961
3019
  total: 'u128',
2962
3020
  voters: 'Vec<(AccountId32,u128)>'
2963
3021
  },
2964
3022
  /**
2965
- * Lookup271: pallet_staking::pallet::pallet::Call<T>
3023
+ * Lookup275: pallet_staking::pallet::pallet::Call<T>
2966
3024
  **/ PalletStakingPalletCall: {
2967
3025
  _enum: {
2968
3026
  bond: {
@@ -3070,7 +3128,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3070
3128
  }
3071
3129
  },
3072
3130
  /**
3073
- * Lookup274: pallet_staking::pallet::pallet::ConfigOp<T>
3131
+ * Lookup278: pallet_staking::pallet::pallet::ConfigOp<T>
3074
3132
  **/ PalletStakingPalletConfigOpU128: {
3075
3133
  _enum: {
3076
3134
  Noop: 'Null',
@@ -3079,7 +3137,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3079
3137
  }
3080
3138
  },
3081
3139
  /**
3082
- * Lookup275: pallet_staking::pallet::pallet::ConfigOp<T>
3140
+ * Lookup279: pallet_staking::pallet::pallet::ConfigOp<T>
3083
3141
  **/ PalletStakingPalletConfigOpU32: {
3084
3142
  _enum: {
3085
3143
  Noop: 'Null',
@@ -3088,7 +3146,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3088
3146
  }
3089
3147
  },
3090
3148
  /**
3091
- * Lookup276: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Percent>
3149
+ * Lookup280: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Percent>
3092
3150
  **/ PalletStakingPalletConfigOpPercent: {
3093
3151
  _enum: {
3094
3152
  Noop: 'Null',
@@ -3097,7 +3155,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3097
3155
  }
3098
3156
  },
3099
3157
  /**
3100
- * Lookup277: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Perbill>
3158
+ * Lookup281: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Perbill>
3101
3159
  **/ PalletStakingPalletConfigOpPerbill: {
3102
3160
  _enum: {
3103
3161
  Noop: 'Null',
@@ -3106,13 +3164,13 @@ function typesFromDefs(definitions, initTypes = {}) {
3106
3164
  }
3107
3165
  },
3108
3166
  /**
3109
- * Lookup282: pallet_staking::UnlockChunk<Balance>
3167
+ * Lookup286: pallet_staking::UnlockChunk<Balance>
3110
3168
  **/ PalletStakingUnlockChunk: {
3111
3169
  value: 'Compact<u128>',
3112
3170
  era: 'Compact<u32>'
3113
3171
  },
3114
3172
  /**
3115
- * Lookup284: pallet_session::pallet::Call<T>
3173
+ * Lookup288: pallet_session::pallet::Call<T>
3116
3174
  **/ PalletSessionCall: {
3117
3175
  _enum: {
3118
3176
  set_keys: {
@@ -3126,14 +3184,14 @@ function typesFromDefs(definitions, initTypes = {}) {
3126
3184
  }
3127
3185
  },
3128
3186
  /**
3129
- * Lookup285: tangle_testnet_runtime::opaque::SessionKeys
3187
+ * Lookup289: tangle_testnet_runtime::opaque::SessionKeys
3130
3188
  **/ TangleTestnetRuntimeOpaqueSessionKeys: {
3131
3189
  babe: 'SpConsensusBabeAppPublic',
3132
3190
  grandpa: 'SpConsensusGrandpaAppPublic',
3133
3191
  imOnline: 'PalletImOnlineSr25519AppSr25519Public'
3134
3192
  },
3135
3193
  /**
3136
- * Lookup286: pallet_treasury::pallet::Call<T, I>
3194
+ * Lookup290: pallet_treasury::pallet::Call<T, I>
3137
3195
  **/ PalletTreasuryCall: {
3138
3196
  _enum: {
3139
3197
  __Unused0: 'Null',
@@ -3164,7 +3222,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3164
3222
  }
3165
3223
  },
3166
3224
  /**
3167
- * Lookup288: pallet_bounties::pallet::Call<T, I>
3225
+ * Lookup292: pallet_bounties::pallet::Call<T, I>
3168
3226
  **/ PalletBountiesCall: {
3169
3227
  _enum: {
3170
3228
  propose_bounty: {
@@ -3202,7 +3260,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3202
3260
  }
3203
3261
  },
3204
3262
  /**
3205
- * Lookup289: pallet_child_bounties::pallet::Call<T>
3263
+ * Lookup293: pallet_child_bounties::pallet::Call<T>
3206
3264
  **/ PalletChildBountiesCall: {
3207
3265
  _enum: {
3208
3266
  add_child_bounty: {
@@ -3240,7 +3298,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3240
3298
  }
3241
3299
  },
3242
3300
  /**
3243
- * Lookup290: pallet_bags_list::pallet::Call<T, I>
3301
+ * Lookup294: pallet_bags_list::pallet::Call<T, I>
3244
3302
  **/ PalletBagsListCall: {
3245
3303
  _enum: {
3246
3304
  rebag: {
@@ -3256,7 +3314,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3256
3314
  }
3257
3315
  },
3258
3316
  /**
3259
- * Lookup291: pallet_nomination_pools::pallet::Call<T>
3317
+ * Lookup295: pallet_nomination_pools::pallet::Call<T>
3260
3318
  **/ PalletNominationPoolsCall: {
3261
3319
  _enum: {
3262
3320
  join: {
@@ -3365,7 +3423,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3365
3423
  }
3366
3424
  },
3367
3425
  /**
3368
- * Lookup292: pallet_nomination_pools::BondExtra<Balance>
3426
+ * Lookup296: pallet_nomination_pools::BondExtra<Balance>
3369
3427
  **/ PalletNominationPoolsBondExtra: {
3370
3428
  _enum: {
3371
3429
  FreeBalance: 'u128',
@@ -3373,7 +3431,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3373
3431
  }
3374
3432
  },
3375
3433
  /**
3376
- * Lookup293: pallet_nomination_pools::ConfigOp<T>
3434
+ * Lookup297: pallet_nomination_pools::ConfigOp<T>
3377
3435
  **/ PalletNominationPoolsConfigOpU128: {
3378
3436
  _enum: {
3379
3437
  Noop: 'Null',
@@ -3382,7 +3440,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3382
3440
  }
3383
3441
  },
3384
3442
  /**
3385
- * Lookup294: pallet_nomination_pools::ConfigOp<T>
3443
+ * Lookup298: pallet_nomination_pools::ConfigOp<T>
3386
3444
  **/ PalletNominationPoolsConfigOpU32: {
3387
3445
  _enum: {
3388
3446
  Noop: 'Null',
@@ -3391,7 +3449,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3391
3449
  }
3392
3450
  },
3393
3451
  /**
3394
- * Lookup295: pallet_nomination_pools::ConfigOp<sp_arithmetic::per_things::Perbill>
3452
+ * Lookup299: pallet_nomination_pools::ConfigOp<sp_arithmetic::per_things::Perbill>
3395
3453
  **/ PalletNominationPoolsConfigOpPerbill: {
3396
3454
  _enum: {
3397
3455
  Noop: 'Null',
@@ -3400,7 +3458,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3400
3458
  }
3401
3459
  },
3402
3460
  /**
3403
- * Lookup296: pallet_nomination_pools::ConfigOp<sp_core::crypto::AccountId32>
3461
+ * Lookup300: pallet_nomination_pools::ConfigOp<sp_core::crypto::AccountId32>
3404
3462
  **/ PalletNominationPoolsConfigOpAccountId32: {
3405
3463
  _enum: {
3406
3464
  Noop: 'Null',
@@ -3409,7 +3467,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3409
3467
  }
3410
3468
  },
3411
3469
  /**
3412
- * Lookup297: pallet_nomination_pools::ClaimPermission
3470
+ * Lookup301: pallet_nomination_pools::ClaimPermission
3413
3471
  **/ PalletNominationPoolsClaimPermission: {
3414
3472
  _enum: [
3415
3473
  'Permissioned',
@@ -3419,7 +3477,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3419
3477
  ]
3420
3478
  },
3421
3479
  /**
3422
- * Lookup298: pallet_scheduler::pallet::Call<T>
3480
+ * Lookup302: pallet_scheduler::pallet::Call<T>
3423
3481
  **/ PalletSchedulerCall: {
3424
3482
  _enum: {
3425
3483
  schedule: {
@@ -3474,7 +3532,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3474
3532
  }
3475
3533
  },
3476
3534
  /**
3477
- * Lookup300: pallet_preimage::pallet::Call<T>
3535
+ * Lookup304: pallet_preimage::pallet::Call<T>
3478
3536
  **/ PalletPreimageCall: {
3479
3537
  _enum: {
3480
3538
  note_preimage: {
@@ -3504,7 +3562,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3504
3562
  }
3505
3563
  },
3506
3564
  /**
3507
- * Lookup301: pallet_tx_pause::pallet::Call<T>
3565
+ * Lookup305: pallet_tx_pause::pallet::Call<T>
3508
3566
  **/ PalletTxPauseCall: {
3509
3567
  _enum: {
3510
3568
  pause: {
@@ -3516,7 +3574,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3516
3574
  }
3517
3575
  },
3518
3576
  /**
3519
- * Lookup302: pallet_im_online::pallet::Call<T>
3577
+ * Lookup306: pallet_im_online::pallet::Call<T>
3520
3578
  **/ PalletImOnlineCall: {
3521
3579
  _enum: {
3522
3580
  heartbeat: {
@@ -3526,7 +3584,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3526
3584
  }
3527
3585
  },
3528
3586
  /**
3529
- * Lookup303: pallet_im_online::Heartbeat<BlockNumber>
3587
+ * Lookup307: pallet_im_online::Heartbeat<BlockNumber>
3530
3588
  **/ PalletImOnlineHeartbeat: {
3531
3589
  blockNumber: 'u64',
3532
3590
  sessionIndex: 'u32',
@@ -3534,10 +3592,10 @@ function typesFromDefs(definitions, initTypes = {}) {
3534
3592
  validatorsLen: 'u32'
3535
3593
  },
3536
3594
  /**
3537
- * Lookup304: pallet_im_online::sr25519::app_sr25519::Signature
3595
+ * Lookup308: pallet_im_online::sr25519::app_sr25519::Signature
3538
3596
  **/ PalletImOnlineSr25519AppSr25519Signature: '[u8;64]',
3539
3597
  /**
3540
- * Lookup305: pallet_identity::pallet::Call<T>
3598
+ * Lookup309: pallet_identity::pallet::Call<T>
3541
3599
  **/ PalletIdentityCall: {
3542
3600
  _enum: {
3543
3601
  add_registrar: {
@@ -3621,7 +3679,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3621
3679
  }
3622
3680
  },
3623
3681
  /**
3624
- * Lookup306: pallet_identity::legacy::IdentityInfo<FieldLimit>
3682
+ * Lookup310: pallet_identity::legacy::IdentityInfo<FieldLimit>
3625
3683
  **/ PalletIdentityLegacyIdentityInfo: {
3626
3684
  additional: 'Vec<(Data,Data)>',
3627
3685
  display: 'Data',
@@ -3634,7 +3692,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3634
3692
  twitter: 'Data'
3635
3693
  },
3636
3694
  /**
3637
- * Lookup342: pallet_identity::types::Judgement<Balance>
3695
+ * Lookup346: pallet_identity::types::Judgement<Balance>
3638
3696
  **/ PalletIdentityJudgement: {
3639
3697
  _enum: {
3640
3698
  Unknown: 'Null',
@@ -3647,7 +3705,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3647
3705
  }
3648
3706
  },
3649
3707
  /**
3650
- * Lookup344: sp_runtime::MultiSignature
3708
+ * Lookup348: sp_runtime::MultiSignature
3651
3709
  **/ SpRuntimeMultiSignature: {
3652
3710
  _enum: {
3653
3711
  Ed25519: '[u8;64]',
@@ -3656,7 +3714,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3656
3714
  }
3657
3715
  },
3658
3716
  /**
3659
- * Lookup345: pallet_utility::pallet::Call<T>
3717
+ * Lookup349: pallet_utility::pallet::Call<T>
3660
3718
  **/ PalletUtilityCall: {
3661
3719
  _enum: {
3662
3720
  batch: {
@@ -3683,7 +3741,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3683
3741
  }
3684
3742
  },
3685
3743
  /**
3686
- * Lookup347: tangle_testnet_runtime::OriginCaller
3744
+ * Lookup351: tangle_testnet_runtime::OriginCaller
3687
3745
  **/ TangleTestnetRuntimeOriginCaller: {
3688
3746
  _enum: {
3689
3747
  __Unused0: 'Null',
@@ -3723,7 +3781,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3723
3781
  }
3724
3782
  },
3725
3783
  /**
3726
- * Lookup348: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
3784
+ * Lookup352: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
3727
3785
  **/ FrameSupportDispatchRawOrigin: {
3728
3786
  _enum: {
3729
3787
  Root: 'Null',
@@ -3732,7 +3790,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3732
3790
  }
3733
3791
  },
3734
3792
  /**
3735
- * Lookup349: pallet_collective::RawOrigin<sp_core::crypto::AccountId32, I>
3793
+ * Lookup353: pallet_collective::RawOrigin<sp_core::crypto::AccountId32, I>
3736
3794
  **/ PalletCollectiveRawOrigin: {
3737
3795
  _enum: {
3738
3796
  Members: '(u32,u32)',
@@ -3741,14 +3799,14 @@ function typesFromDefs(definitions, initTypes = {}) {
3741
3799
  }
3742
3800
  },
3743
3801
  /**
3744
- * Lookup350: pallet_ethereum::RawOrigin
3802
+ * Lookup354: pallet_ethereum::RawOrigin
3745
3803
  **/ PalletEthereumRawOrigin: {
3746
3804
  _enum: {
3747
3805
  EthereumTransaction: 'H160'
3748
3806
  }
3749
3807
  },
3750
3808
  /**
3751
- * Lookup351: pallet_multisig::pallet::Call<T>
3809
+ * Lookup355: pallet_multisig::pallet::Call<T>
3752
3810
  **/ PalletMultisigCall: {
3753
3811
  _enum: {
3754
3812
  as_multi_threshold_1: {
@@ -3778,7 +3836,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3778
3836
  }
3779
3837
  },
3780
3838
  /**
3781
- * Lookup353: pallet_ethereum::pallet::Call<T>
3839
+ * Lookup357: pallet_ethereum::pallet::Call<T>
3782
3840
  **/ PalletEthereumCall: {
3783
3841
  _enum: {
3784
3842
  transact: {
@@ -3787,7 +3845,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3787
3845
  }
3788
3846
  },
3789
3847
  /**
3790
- * Lookup354: ethereum::transaction::TransactionV2
3848
+ * Lookup358: ethereum::transaction::TransactionV2
3791
3849
  **/ EthereumTransactionTransactionV2: {
3792
3850
  _enum: {
3793
3851
  Legacy: 'EthereumTransactionLegacyTransaction',
@@ -3796,7 +3854,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3796
3854
  }
3797
3855
  },
3798
3856
  /**
3799
- * Lookup355: ethereum::transaction::LegacyTransaction
3857
+ * Lookup359: ethereum::transaction::LegacyTransaction
3800
3858
  **/ EthereumTransactionLegacyTransaction: {
3801
3859
  nonce: 'U256',
3802
3860
  gasPrice: 'U256',
@@ -3807,7 +3865,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3807
3865
  signature: 'EthereumTransactionTransactionSignature'
3808
3866
  },
3809
3867
  /**
3810
- * Lookup356: ethereum::transaction::TransactionAction
3868
+ * Lookup360: ethereum::transaction::TransactionAction
3811
3869
  **/ EthereumTransactionTransactionAction: {
3812
3870
  _enum: {
3813
3871
  Call: 'H160',
@@ -3815,14 +3873,14 @@ function typesFromDefs(definitions, initTypes = {}) {
3815
3873
  }
3816
3874
  },
3817
3875
  /**
3818
- * Lookup357: ethereum::transaction::TransactionSignature
3876
+ * Lookup361: ethereum::transaction::TransactionSignature
3819
3877
  **/ EthereumTransactionTransactionSignature: {
3820
3878
  v: 'u64',
3821
3879
  r: 'H256',
3822
3880
  s: 'H256'
3823
3881
  },
3824
3882
  /**
3825
- * Lookup359: ethereum::transaction::EIP2930Transaction
3883
+ * Lookup363: ethereum::transaction::EIP2930Transaction
3826
3884
  **/ EthereumTransactionEip2930Transaction: {
3827
3885
  chainId: 'u64',
3828
3886
  nonce: 'U256',
@@ -3837,13 +3895,13 @@ function typesFromDefs(definitions, initTypes = {}) {
3837
3895
  s: 'H256'
3838
3896
  },
3839
3897
  /**
3840
- * Lookup361: ethereum::transaction::AccessListItem
3898
+ * Lookup365: ethereum::transaction::AccessListItem
3841
3899
  **/ EthereumTransactionAccessListItem: {
3842
3900
  address: 'H160',
3843
3901
  storageKeys: 'Vec<H256>'
3844
3902
  },
3845
3903
  /**
3846
- * Lookup362: ethereum::transaction::EIP1559Transaction
3904
+ * Lookup366: ethereum::transaction::EIP1559Transaction
3847
3905
  **/ EthereumTransactionEip1559Transaction: {
3848
3906
  chainId: 'u64',
3849
3907
  nonce: 'U256',
@@ -3859,7 +3917,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3859
3917
  s: 'H256'
3860
3918
  },
3861
3919
  /**
3862
- * Lookup363: pallet_evm::pallet::Call<T>
3920
+ * Lookup367: pallet_evm::pallet::Call<T>
3863
3921
  **/ PalletEvmCall: {
3864
3922
  _enum: {
3865
3923
  withdraw: {
@@ -3901,7 +3959,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3901
3959
  }
3902
3960
  },
3903
3961
  /**
3904
- * Lookup367: pallet_dynamic_fee::pallet::Call<T>
3962
+ * Lookup371: pallet_dynamic_fee::pallet::Call<T>
3905
3963
  **/ PalletDynamicFeeCall: {
3906
3964
  _enum: {
3907
3965
  note_min_gas_price_target: {
@@ -3910,7 +3968,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3910
3968
  }
3911
3969
  },
3912
3970
  /**
3913
- * Lookup368: pallet_base_fee::pallet::Call<T>
3971
+ * Lookup372: pallet_base_fee::pallet::Call<T>
3914
3972
  **/ PalletBaseFeeCall: {
3915
3973
  _enum: {
3916
3974
  set_base_fee_per_gas: {
@@ -3922,7 +3980,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3922
3980
  }
3923
3981
  },
3924
3982
  /**
3925
- * Lookup369: pallet_hotfix_sufficients::pallet::Call<T>
3983
+ * Lookup373: pallet_hotfix_sufficients::pallet::Call<T>
3926
3984
  **/ PalletHotfixSufficientsCall: {
3927
3985
  _enum: {
3928
3986
  hotfix_inc_account_sufficients: {
@@ -3931,7 +3989,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3931
3989
  }
3932
3990
  },
3933
3991
  /**
3934
- * Lookup371: pallet_airdrop_claims::pallet::Call<T>
3992
+ * Lookup375: pallet_airdrop_claims::pallet::Call<T>
3935
3993
  **/ PalletAirdropClaimsCall: {
3936
3994
  _enum: {
3937
3995
  claim: {
@@ -3969,7 +4027,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3969
4027
  }
3970
4028
  },
3971
4029
  /**
3972
- * Lookup373: pallet_airdrop_claims::utils::MultiAddressSignature
4030
+ * Lookup377: pallet_airdrop_claims::utils::MultiAddressSignature
3973
4031
  **/ PalletAirdropClaimsUtilsMultiAddressSignature: {
3974
4032
  _enum: {
3975
4033
  EVM: 'PalletAirdropClaimsUtilsEthereumAddressEcdsaSignature',
@@ -3977,13 +4035,13 @@ function typesFromDefs(definitions, initTypes = {}) {
3977
4035
  }
3978
4036
  },
3979
4037
  /**
3980
- * Lookup374: pallet_airdrop_claims::utils::ethereum_address::EcdsaSignature
4038
+ * Lookup378: pallet_airdrop_claims::utils::ethereum_address::EcdsaSignature
3981
4039
  **/ PalletAirdropClaimsUtilsEthereumAddressEcdsaSignature: '[u8;65]',
3982
4040
  /**
3983
- * Lookup375: pallet_airdrop_claims::utils::Sr25519Signature
4041
+ * Lookup379: pallet_airdrop_claims::utils::Sr25519Signature
3984
4042
  **/ PalletAirdropClaimsUtilsSr25519Signature: '[u8;64]',
3985
4043
  /**
3986
- * Lookup381: pallet_airdrop_claims::StatementKind
4044
+ * Lookup385: pallet_airdrop_claims::StatementKind
3987
4045
  **/ PalletAirdropClaimsStatementKind: {
3988
4046
  _enum: [
3989
4047
  'Regular',
@@ -3991,7 +4049,7 @@ function typesFromDefs(definitions, initTypes = {}) {
3991
4049
  ]
3992
4050
  },
3993
4051
  /**
3994
- * Lookup382: pallet_proxy::pallet::Call<T>
4052
+ * Lookup386: pallet_proxy::pallet::Call<T>
3995
4053
  **/ PalletProxyCall: {
3996
4054
  _enum: {
3997
4055
  proxy: {
@@ -4043,7 +4101,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4043
4101
  }
4044
4102
  },
4045
4103
  /**
4046
- * Lookup384: pallet_multi_asset_delegation::pallet::Call<T>
4104
+ * Lookup388: pallet_multi_asset_delegation::pallet::Call<T>
4047
4105
  **/ PalletMultiAssetDelegationCall: {
4048
4106
  _enum: {
4049
4107
  join_operators: {
@@ -4065,7 +4123,8 @@ function typesFromDefs(definitions, initTypes = {}) {
4065
4123
  deposit: {
4066
4124
  assetId: 'TanglePrimitivesServicesAsset',
4067
4125
  amount: 'u128',
4068
- evmAddress: 'Option<H160>'
4126
+ evmAddress: 'Option<H160>',
4127
+ lockMultiplier: 'Option<TanglePrimitivesRewardsLockMultiplier>'
4069
4128
  },
4070
4129
  schedule_withdraw: {
4071
4130
  assetId: 'TanglePrimitivesServicesAsset',
@@ -4095,19 +4154,9 @@ function typesFromDefs(definitions, initTypes = {}) {
4095
4154
  assetId: 'TanglePrimitivesServicesAsset',
4096
4155
  amount: 'u128'
4097
4156
  },
4098
- set_incentive_apy_and_cap: {
4099
- vaultId: 'u128',
4100
- apy: 'Percent',
4101
- cap: 'u128'
4102
- },
4103
- whitelist_blueprint_for_rewards: {
4104
- blueprintId: 'u64'
4105
- },
4106
- manage_asset_in_vault: {
4107
- vaultId: 'u128',
4108
- assetId: 'TanglePrimitivesServicesAsset',
4109
- action: 'PalletMultiAssetDelegationRewardsAssetAction'
4110
- },
4157
+ __Unused18: 'Null',
4158
+ __Unused19: 'Null',
4159
+ __Unused20: 'Null',
4111
4160
  __Unused21: 'Null',
4112
4161
  add_blueprint_id: {
4113
4162
  blueprintId: 'u64'
@@ -4118,7 +4167,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4118
4167
  }
4119
4168
  },
4120
4169
  /**
4121
- * Lookup386: pallet_multi_asset_delegation::types::delegator::DelegatorBlueprintSelection<tangle_testnet_runtime::MaxDelegatorBlueprints>
4170
+ * Lookup390: pallet_multi_asset_delegation::types::delegator::DelegatorBlueprintSelection<tangle_testnet_runtime::MaxDelegatorBlueprints>
4122
4171
  **/ PalletMultiAssetDelegationDelegatorDelegatorBlueprintSelection: {
4123
4172
  _enum: {
4124
4173
  Fixed: 'Vec<u64>',
@@ -4126,10 +4175,10 @@ function typesFromDefs(definitions, initTypes = {}) {
4126
4175
  }
4127
4176
  },
4128
4177
  /**
4129
- * Lookup387: tangle_testnet_runtime::MaxDelegatorBlueprints
4178
+ * Lookup391: tangle_testnet_runtime::MaxDelegatorBlueprints
4130
4179
  **/ TangleTestnetRuntimeMaxDelegatorBlueprints: 'Null',
4131
4180
  /**
4132
- * Lookup390: pallet_services::module::Call<T>
4181
+ * Lookup394: pallet_services::module::Call<T>
4133
4182
  **/ PalletServicesModuleCall: {
4134
4183
  _enum: {
4135
4184
  create_blueprint: {
@@ -4197,7 +4246,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4197
4246
  }
4198
4247
  },
4199
4248
  /**
4200
- * Lookup391: tangle_primitives::services::ServiceBlueprint<C>
4249
+ * Lookup395: tangle_primitives::services::ServiceBlueprint<C>
4201
4250
  **/ TanglePrimitivesServicesServiceBlueprint: {
4202
4251
  metadata: 'TanglePrimitivesServicesServiceMetadata',
4203
4252
  jobs: 'Vec<TanglePrimitivesServicesJobDefinition>',
@@ -4208,7 +4257,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4208
4257
  gadget: 'TanglePrimitivesServicesGadget'
4209
4258
  },
4210
4259
  /**
4211
- * Lookup392: tangle_primitives::services::ServiceMetadata<C>
4260
+ * Lookup396: tangle_primitives::services::ServiceMetadata<C>
4212
4261
  **/ TanglePrimitivesServicesServiceMetadata: {
4213
4262
  name: 'Bytes',
4214
4263
  description: 'Option<Bytes>',
@@ -4220,20 +4269,20 @@ function typesFromDefs(definitions, initTypes = {}) {
4220
4269
  license: 'Option<Bytes>'
4221
4270
  },
4222
4271
  /**
4223
- * Lookup397: tangle_primitives::services::JobDefinition<C>
4272
+ * Lookup401: tangle_primitives::services::JobDefinition<C>
4224
4273
  **/ TanglePrimitivesServicesJobDefinition: {
4225
4274
  metadata: 'TanglePrimitivesServicesJobMetadata',
4226
4275
  params: 'Vec<TanglePrimitivesServicesFieldFieldType>',
4227
4276
  result: 'Vec<TanglePrimitivesServicesFieldFieldType>'
4228
4277
  },
4229
4278
  /**
4230
- * Lookup398: tangle_primitives::services::JobMetadata<C>
4279
+ * Lookup402: tangle_primitives::services::JobMetadata<C>
4231
4280
  **/ TanglePrimitivesServicesJobMetadata: {
4232
4281
  name: 'Bytes',
4233
4282
  description: 'Option<Bytes>'
4234
4283
  },
4235
4284
  /**
4236
- * Lookup400: tangle_primitives::services::field::FieldType
4285
+ * Lookup404: tangle_primitives::services::field::FieldType
4237
4286
  **/ TanglePrimitivesServicesFieldFieldType: {
4238
4287
  _enum: {
4239
4288
  Void: 'Null',
@@ -4340,14 +4389,14 @@ function typesFromDefs(definitions, initTypes = {}) {
4340
4389
  }
4341
4390
  },
4342
4391
  /**
4343
- * Lookup406: tangle_primitives::services::BlueprintServiceManager
4392
+ * Lookup410: tangle_primitives::services::BlueprintServiceManager
4344
4393
  **/ TanglePrimitivesServicesBlueprintServiceManager: {
4345
4394
  _enum: {
4346
4395
  Evm: 'H160'
4347
4396
  }
4348
4397
  },
4349
4398
  /**
4350
- * Lookup407: tangle_primitives::services::MasterBlueprintServiceManagerRevision
4399
+ * Lookup411: tangle_primitives::services::MasterBlueprintServiceManagerRevision
4351
4400
  **/ TanglePrimitivesServicesMasterBlueprintServiceManagerRevision: {
4352
4401
  _enum: {
4353
4402
  Latest: 'Null',
@@ -4355,7 +4404,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4355
4404
  }
4356
4405
  },
4357
4406
  /**
4358
- * Lookup408: tangle_primitives::services::Gadget<C>
4407
+ * Lookup412: tangle_primitives::services::Gadget<C>
4359
4408
  **/ TanglePrimitivesServicesGadget: {
4360
4409
  _enum: {
4361
4410
  Wasm: 'TanglePrimitivesServicesWasmGadget',
@@ -4364,13 +4413,13 @@ function typesFromDefs(definitions, initTypes = {}) {
4364
4413
  }
4365
4414
  },
4366
4415
  /**
4367
- * Lookup409: tangle_primitives::services::WasmGadget<C>
4416
+ * Lookup413: tangle_primitives::services::WasmGadget<C>
4368
4417
  **/ TanglePrimitivesServicesWasmGadget: {
4369
4418
  runtime: 'TanglePrimitivesServicesWasmRuntime',
4370
4419
  sources: 'Vec<TanglePrimitivesServicesGadgetSource>'
4371
4420
  },
4372
4421
  /**
4373
- * Lookup410: tangle_primitives::services::WasmRuntime
4422
+ * Lookup414: tangle_primitives::services::WasmRuntime
4374
4423
  **/ TanglePrimitivesServicesWasmRuntime: {
4375
4424
  _enum: [
4376
4425
  'Wasmtime',
@@ -4378,12 +4427,12 @@ function typesFromDefs(definitions, initTypes = {}) {
4378
4427
  ]
4379
4428
  },
4380
4429
  /**
4381
- * Lookup412: tangle_primitives::services::GadgetSource<C>
4430
+ * Lookup416: tangle_primitives::services::GadgetSource<C>
4382
4431
  **/ TanglePrimitivesServicesGadgetSource: {
4383
4432
  fetcher: 'TanglePrimitivesServicesGadgetSourceFetcher'
4384
4433
  },
4385
4434
  /**
4386
- * Lookup413: tangle_primitives::services::GadgetSourceFetcher<C>
4435
+ * Lookup417: tangle_primitives::services::GadgetSourceFetcher<C>
4387
4436
  **/ TanglePrimitivesServicesGadgetSourceFetcher: {
4388
4437
  _enum: {
4389
4438
  IPFS: 'Bytes',
@@ -4393,7 +4442,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4393
4442
  }
4394
4443
  },
4395
4444
  /**
4396
- * Lookup415: tangle_primitives::services::GithubFetcher<C>
4445
+ * Lookup419: tangle_primitives::services::GithubFetcher<C>
4397
4446
  **/ TanglePrimitivesServicesGithubFetcher: {
4398
4447
  owner: 'Bytes',
4399
4448
  repo: 'Bytes',
@@ -4401,7 +4450,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4401
4450
  binaries: 'Vec<TanglePrimitivesServicesGadgetBinary>'
4402
4451
  },
4403
4452
  /**
4404
- * Lookup423: tangle_primitives::services::GadgetBinary<C>
4453
+ * Lookup427: tangle_primitives::services::GadgetBinary<C>
4405
4454
  **/ TanglePrimitivesServicesGadgetBinary: {
4406
4455
  arch: 'TanglePrimitivesServicesArchitecture',
4407
4456
  os: 'TanglePrimitivesServicesOperatingSystem',
@@ -4409,7 +4458,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4409
4458
  sha256: '[u8;32]'
4410
4459
  },
4411
4460
  /**
4412
- * Lookup424: tangle_primitives::services::Architecture
4461
+ * Lookup428: tangle_primitives::services::Architecture
4413
4462
  **/ TanglePrimitivesServicesArchitecture: {
4414
4463
  _enum: [
4415
4464
  'Wasm',
@@ -4425,7 +4474,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4425
4474
  ]
4426
4475
  },
4427
4476
  /**
4428
- * Lookup425: tangle_primitives::services::OperatingSystem
4477
+ * Lookup429: tangle_primitives::services::OperatingSystem
4429
4478
  **/ TanglePrimitivesServicesOperatingSystem: {
4430
4479
  _enum: [
4431
4480
  'Unknown',
@@ -4436,7 +4485,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4436
4485
  ]
4437
4486
  },
4438
4487
  /**
4439
- * Lookup429: tangle_primitives::services::ImageRegistryFetcher<C>
4488
+ * Lookup433: tangle_primitives::services::ImageRegistryFetcher<C>
4440
4489
  **/ TanglePrimitivesServicesImageRegistryFetcher: {
4441
4490
  _alias: {
4442
4491
  registry_: 'registry'
@@ -4446,24 +4495,24 @@ function typesFromDefs(definitions, initTypes = {}) {
4446
4495
  tag: 'Bytes'
4447
4496
  },
4448
4497
  /**
4449
- * Lookup436: tangle_primitives::services::TestFetcher<C>
4498
+ * Lookup440: tangle_primitives::services::TestFetcher<C>
4450
4499
  **/ TanglePrimitivesServicesTestFetcher: {
4451
4500
  cargoPackage: 'Bytes',
4452
4501
  cargoBin: 'Bytes',
4453
4502
  basePath: 'Bytes'
4454
4503
  },
4455
4504
  /**
4456
- * Lookup438: tangle_primitives::services::NativeGadget<C>
4505
+ * Lookup442: tangle_primitives::services::NativeGadget<C>
4457
4506
  **/ TanglePrimitivesServicesNativeGadget: {
4458
4507
  sources: 'Vec<TanglePrimitivesServicesGadgetSource>'
4459
4508
  },
4460
4509
  /**
4461
- * Lookup439: tangle_primitives::services::ContainerGadget<C>
4510
+ * Lookup443: tangle_primitives::services::ContainerGadget<C>
4462
4511
  **/ TanglePrimitivesServicesContainerGadget: {
4463
4512
  sources: 'Vec<TanglePrimitivesServicesGadgetSource>'
4464
4513
  },
4465
4514
  /**
4466
- * Lookup442: pallet_tangle_lst::pallet::Call<T>
4515
+ * Lookup446: pallet_tangle_lst::pallet::Call<T>
4467
4516
  **/ PalletTangleLstCall: {
4468
4517
  _enum: {
4469
4518
  join: {
@@ -4561,18 +4610,21 @@ function typesFromDefs(definitions, initTypes = {}) {
4561
4610
  set_commission_claim_permission: {
4562
4611
  poolId: 'u32',
4563
4612
  permission: 'Option<PalletTangleLstCommissionCommissionClaimPermission>'
4613
+ },
4614
+ set_last_pool_id: {
4615
+ poolId: 'u32'
4564
4616
  }
4565
4617
  }
4566
4618
  },
4567
4619
  /**
4568
- * Lookup443: pallet_tangle_lst::types::BondExtra<Balance>
4620
+ * Lookup447: pallet_tangle_lst::types::BondExtra<Balance>
4569
4621
  **/ PalletTangleLstBondExtra: {
4570
4622
  _enum: {
4571
4623
  FreeBalance: 'u128'
4572
4624
  }
4573
4625
  },
4574
4626
  /**
4575
- * Lookup448: pallet_tangle_lst::types::ConfigOp<T>
4627
+ * Lookup452: pallet_tangle_lst::types::ConfigOp<T>
4576
4628
  **/ PalletTangleLstConfigOpU128: {
4577
4629
  _enum: {
4578
4630
  Noop: 'Null',
@@ -4581,7 +4633,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4581
4633
  }
4582
4634
  },
4583
4635
  /**
4584
- * Lookup449: pallet_tangle_lst::types::ConfigOp<T>
4636
+ * Lookup453: pallet_tangle_lst::types::ConfigOp<T>
4585
4637
  **/ PalletTangleLstConfigOpU32: {
4586
4638
  _enum: {
4587
4639
  Noop: 'Null',
@@ -4590,7 +4642,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4590
4642
  }
4591
4643
  },
4592
4644
  /**
4593
- * Lookup450: pallet_tangle_lst::types::ConfigOp<sp_arithmetic::per_things::Perbill>
4645
+ * Lookup454: pallet_tangle_lst::types::ConfigOp<sp_arithmetic::per_things::Perbill>
4594
4646
  **/ PalletTangleLstConfigOpPerbill: {
4595
4647
  _enum: {
4596
4648
  Noop: 'Null',
@@ -4599,7 +4651,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4599
4651
  }
4600
4652
  },
4601
4653
  /**
4602
- * Lookup451: pallet_tangle_lst::types::ConfigOp<sp_core::crypto::AccountId32>
4654
+ * Lookup455: pallet_tangle_lst::types::ConfigOp<sp_core::crypto::AccountId32>
4603
4655
  **/ PalletTangleLstConfigOpAccountId32: {
4604
4656
  _enum: {
4605
4657
  Noop: 'Null',
@@ -4608,14 +4660,41 @@ function typesFromDefs(definitions, initTypes = {}) {
4608
4660
  }
4609
4661
  },
4610
4662
  /**
4611
- * Lookup452: pallet_sudo::pallet::Error<T>
4663
+ * Lookup456: pallet_rewards::pallet::Call<T>
4664
+ **/ PalletRewardsCall: {
4665
+ _enum: {
4666
+ __Unused0: 'Null',
4667
+ claim_rewards: {
4668
+ asset: 'TanglePrimitivesServicesAsset'
4669
+ },
4670
+ manage_asset_reward_vault: {
4671
+ vaultId: 'u32',
4672
+ assetId: 'TanglePrimitivesServicesAsset',
4673
+ action: 'PalletRewardsAssetAction'
4674
+ },
4675
+ create_reward_vault: {
4676
+ vaultId: 'u32',
4677
+ newConfig: 'PalletRewardsRewardConfigForAssetVault'
4678
+ },
4679
+ update_vault_reward_config: {
4680
+ vaultId: 'u32',
4681
+ newConfig: 'PalletRewardsRewardConfigForAssetVault'
4682
+ },
4683
+ update_decay_config: {
4684
+ startPeriod: 'u64',
4685
+ rate: 'Percent'
4686
+ }
4687
+ }
4688
+ },
4689
+ /**
4690
+ * Lookup457: pallet_sudo::pallet::Error<T>
4612
4691
  **/ PalletSudoError: {
4613
4692
  _enum: [
4614
4693
  'RequireSudo'
4615
4694
  ]
4616
4695
  },
4617
4696
  /**
4618
- * Lookup454: pallet_assets::types::AssetDetails<Balance, sp_core::crypto::AccountId32, DepositBalance>
4697
+ * Lookup459: pallet_assets::types::AssetDetails<Balance, sp_core::crypto::AccountId32, DepositBalance>
4619
4698
  **/ PalletAssetsAssetDetails: {
4620
4699
  owner: 'AccountId32',
4621
4700
  issuer: 'AccountId32',
@@ -4631,7 +4710,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4631
4710
  status: 'PalletAssetsAssetStatus'
4632
4711
  },
4633
4712
  /**
4634
- * Lookup455: pallet_assets::types::AssetStatus
4713
+ * Lookup460: pallet_assets::types::AssetStatus
4635
4714
  **/ PalletAssetsAssetStatus: {
4636
4715
  _enum: [
4637
4716
  'Live',
@@ -4640,7 +4719,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4640
4719
  ]
4641
4720
  },
4642
4721
  /**
4643
- * Lookup457: pallet_assets::types::AssetAccount<Balance, DepositBalance, Extra, sp_core::crypto::AccountId32>
4722
+ * Lookup462: pallet_assets::types::AssetAccount<Balance, DepositBalance, Extra, sp_core::crypto::AccountId32>
4644
4723
  **/ PalletAssetsAssetAccount: {
4645
4724
  balance: 'u128',
4646
4725
  status: 'PalletAssetsAccountStatus',
@@ -4648,7 +4727,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4648
4727
  extra: 'Null'
4649
4728
  },
4650
4729
  /**
4651
- * Lookup458: pallet_assets::types::AccountStatus
4730
+ * Lookup463: pallet_assets::types::AccountStatus
4652
4731
  **/ PalletAssetsAccountStatus: {
4653
4732
  _enum: [
4654
4733
  'Liquid',
@@ -4657,7 +4736,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4657
4736
  ]
4658
4737
  },
4659
4738
  /**
4660
- * Lookup459: pallet_assets::types::ExistenceReason<Balance, sp_core::crypto::AccountId32>
4739
+ * Lookup464: pallet_assets::types::ExistenceReason<Balance, sp_core::crypto::AccountId32>
4661
4740
  **/ PalletAssetsExistenceReason: {
4662
4741
  _enum: {
4663
4742
  Consumer: 'Null',
@@ -4668,13 +4747,13 @@ function typesFromDefs(definitions, initTypes = {}) {
4668
4747
  }
4669
4748
  },
4670
4749
  /**
4671
- * Lookup461: pallet_assets::types::Approval<Balance, DepositBalance>
4750
+ * Lookup466: pallet_assets::types::Approval<Balance, DepositBalance>
4672
4751
  **/ PalletAssetsApproval: {
4673
4752
  amount: 'u128',
4674
4753
  deposit: 'u128'
4675
4754
  },
4676
4755
  /**
4677
- * Lookup462: pallet_assets::types::AssetMetadata<DepositBalance, bounded_collections::bounded_vec::BoundedVec<T, S>>
4756
+ * Lookup467: pallet_assets::types::AssetMetadata<DepositBalance, bounded_collections::bounded_vec::BoundedVec<T, S>>
4678
4757
  **/ PalletAssetsAssetMetadata: {
4679
4758
  deposit: 'u128',
4680
4759
  name: 'Bytes',
@@ -4683,7 +4762,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4683
4762
  isFrozen: 'bool'
4684
4763
  },
4685
4764
  /**
4686
- * Lookup464: pallet_assets::pallet::Error<T, I>
4765
+ * Lookup469: pallet_assets::pallet::Error<T, I>
4687
4766
  **/ PalletAssetsError: {
4688
4767
  _enum: [
4689
4768
  'BalanceLow',
@@ -4710,14 +4789,14 @@ function typesFromDefs(definitions, initTypes = {}) {
4710
4789
  ]
4711
4790
  },
4712
4791
  /**
4713
- * Lookup466: pallet_balances::types::BalanceLock<Balance>
4792
+ * Lookup471: pallet_balances::types::BalanceLock<Balance>
4714
4793
  **/ PalletBalancesBalanceLock: {
4715
4794
  id: '[u8;8]',
4716
4795
  amount: 'u128',
4717
4796
  reasons: 'PalletBalancesReasons'
4718
4797
  },
4719
4798
  /**
4720
- * Lookup467: pallet_balances::types::Reasons
4799
+ * Lookup472: pallet_balances::types::Reasons
4721
4800
  **/ PalletBalancesReasons: {
4722
4801
  _enum: [
4723
4802
  'Fee',
@@ -4726,19 +4805,19 @@ function typesFromDefs(definitions, initTypes = {}) {
4726
4805
  ]
4727
4806
  },
4728
4807
  /**
4729
- * Lookup470: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
4808
+ * Lookup475: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
4730
4809
  **/ PalletBalancesReserveData: {
4731
4810
  id: '[u8;8]',
4732
4811
  amount: 'u128'
4733
4812
  },
4734
4813
  /**
4735
- * Lookup473: frame_support::traits::tokens::misc::IdAmount<tangle_testnet_runtime::RuntimeHoldReason, Balance>
4814
+ * Lookup478: frame_support::traits::tokens::misc::IdAmount<tangle_testnet_runtime::RuntimeHoldReason, Balance>
4736
4815
  **/ FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
4737
4816
  id: 'TangleTestnetRuntimeRuntimeHoldReason',
4738
4817
  amount: 'u128'
4739
4818
  },
4740
4819
  /**
4741
- * Lookup474: tangle_testnet_runtime::RuntimeHoldReason
4820
+ * Lookup479: tangle_testnet_runtime::RuntimeHoldReason
4742
4821
  **/ TangleTestnetRuntimeRuntimeHoldReason: {
4743
4822
  _enum: {
4744
4823
  __Unused0: 'Null',
@@ -4771,20 +4850,20 @@ function typesFromDefs(definitions, initTypes = {}) {
4771
4850
  }
4772
4851
  },
4773
4852
  /**
4774
- * Lookup475: pallet_preimage::pallet::HoldReason
4853
+ * Lookup480: pallet_preimage::pallet::HoldReason
4775
4854
  **/ PalletPreimageHoldReason: {
4776
4855
  _enum: [
4777
4856
  'Preimage'
4778
4857
  ]
4779
4858
  },
4780
4859
  /**
4781
- * Lookup478: frame_support::traits::tokens::misc::IdAmount<tangle_testnet_runtime::RuntimeFreezeReason, Balance>
4860
+ * Lookup483: frame_support::traits::tokens::misc::IdAmount<tangle_testnet_runtime::RuntimeFreezeReason, Balance>
4782
4861
  **/ FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
4783
4862
  id: 'TangleTestnetRuntimeRuntimeFreezeReason',
4784
4863
  amount: 'u128'
4785
4864
  },
4786
4865
  /**
4787
- * Lookup479: tangle_testnet_runtime::RuntimeFreezeReason
4866
+ * Lookup484: tangle_testnet_runtime::RuntimeFreezeReason
4788
4867
  **/ TangleTestnetRuntimeRuntimeFreezeReason: {
4789
4868
  _enum: {
4790
4869
  __Unused0: 'Null',
@@ -4843,21 +4922,21 @@ function typesFromDefs(definitions, initTypes = {}) {
4843
4922
  }
4844
4923
  },
4845
4924
  /**
4846
- * Lookup480: pallet_nomination_pools::pallet::FreezeReason
4925
+ * Lookup485: pallet_nomination_pools::pallet::FreezeReason
4847
4926
  **/ PalletNominationPoolsFreezeReason: {
4848
4927
  _enum: [
4849
4928
  'PoolMinBalance'
4850
4929
  ]
4851
4930
  },
4852
4931
  /**
4853
- * Lookup481: pallet_tangle_lst::pallet::FreezeReason
4932
+ * Lookup486: pallet_tangle_lst::pallet::FreezeReason
4854
4933
  **/ PalletTangleLstFreezeReason: {
4855
4934
  _enum: [
4856
4935
  'PoolMinBalance'
4857
4936
  ]
4858
4937
  },
4859
4938
  /**
4860
- * Lookup483: pallet_balances::pallet::Error<T, I>
4939
+ * Lookup488: pallet_balances::pallet::Error<T, I>
4861
4940
  **/ PalletBalancesError: {
4862
4941
  _enum: [
4863
4942
  'VestingBalance',
@@ -4875,7 +4954,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4875
4954
  ]
4876
4955
  },
4877
4956
  /**
4878
- * Lookup485: pallet_transaction_payment::Releases
4957
+ * Lookup490: pallet_transaction_payment::Releases
4879
4958
  **/ PalletTransactionPaymentReleases: {
4880
4959
  _enum: [
4881
4960
  'V1Ancient',
@@ -4883,7 +4962,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4883
4962
  ]
4884
4963
  },
4885
4964
  /**
4886
- * Lookup492: sp_consensus_babe::digests::PreDigest
4965
+ * Lookup497: sp_consensus_babe::digests::PreDigest
4887
4966
  **/ SpConsensusBabeDigestsPreDigest: {
4888
4967
  _enum: {
4889
4968
  __Unused0: 'Null',
@@ -4893,39 +4972,39 @@ function typesFromDefs(definitions, initTypes = {}) {
4893
4972
  }
4894
4973
  },
4895
4974
  /**
4896
- * Lookup493: sp_consensus_babe::digests::PrimaryPreDigest
4975
+ * Lookup498: sp_consensus_babe::digests::PrimaryPreDigest
4897
4976
  **/ SpConsensusBabeDigestsPrimaryPreDigest: {
4898
4977
  authorityIndex: 'u32',
4899
4978
  slot: 'u64',
4900
4979
  vrfSignature: 'SpCoreSr25519VrfVrfSignature'
4901
4980
  },
4902
4981
  /**
4903
- * Lookup494: sp_core::sr25519::vrf::VrfSignature
4982
+ * Lookup499: sp_core::sr25519::vrf::VrfSignature
4904
4983
  **/ SpCoreSr25519VrfVrfSignature: {
4905
4984
  preOutput: '[u8;32]',
4906
4985
  proof: '[u8;64]'
4907
4986
  },
4908
4987
  /**
4909
- * Lookup495: sp_consensus_babe::digests::SecondaryPlainPreDigest
4988
+ * Lookup500: sp_consensus_babe::digests::SecondaryPlainPreDigest
4910
4989
  **/ SpConsensusBabeDigestsSecondaryPlainPreDigest: {
4911
4990
  authorityIndex: 'u32',
4912
4991
  slot: 'u64'
4913
4992
  },
4914
4993
  /**
4915
- * Lookup496: sp_consensus_babe::digests::SecondaryVRFPreDigest
4994
+ * Lookup501: sp_consensus_babe::digests::SecondaryVRFPreDigest
4916
4995
  **/ SpConsensusBabeDigestsSecondaryVRFPreDigest: {
4917
4996
  authorityIndex: 'u32',
4918
4997
  slot: 'u64',
4919
4998
  vrfSignature: 'SpCoreSr25519VrfVrfSignature'
4920
4999
  },
4921
5000
  /**
4922
- * Lookup497: sp_consensus_babe::BabeEpochConfiguration
5001
+ * Lookup502: sp_consensus_babe::BabeEpochConfiguration
4923
5002
  **/ SpConsensusBabeBabeEpochConfiguration: {
4924
5003
  c: '(u64,u64)',
4925
5004
  allowedSlots: 'SpConsensusBabeAllowedSlots'
4926
5005
  },
4927
5006
  /**
4928
- * Lookup499: pallet_babe::pallet::Error<T>
5007
+ * Lookup504: pallet_babe::pallet::Error<T>
4929
5008
  **/ PalletBabeError: {
4930
5009
  _enum: [
4931
5010
  'InvalidEquivocationProof',
@@ -4935,7 +5014,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4935
5014
  ]
4936
5015
  },
4937
5016
  /**
4938
- * Lookup500: pallet_grandpa::StoredState<N>
5017
+ * Lookup505: pallet_grandpa::StoredState<N>
4939
5018
  **/ PalletGrandpaStoredState: {
4940
5019
  _enum: {
4941
5020
  Live: 'Null',
@@ -4951,7 +5030,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4951
5030
  }
4952
5031
  },
4953
5032
  /**
4954
- * Lookup501: pallet_grandpa::StoredPendingChange<N, Limit>
5033
+ * Lookup506: pallet_grandpa::StoredPendingChange<N, Limit>
4955
5034
  **/ PalletGrandpaStoredPendingChange: {
4956
5035
  scheduledAt: 'u64',
4957
5036
  delay: 'u64',
@@ -4959,7 +5038,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4959
5038
  forced: 'Option<u64>'
4960
5039
  },
4961
5040
  /**
4962
- * Lookup503: pallet_grandpa::pallet::Error<T>
5041
+ * Lookup508: pallet_grandpa::pallet::Error<T>
4963
5042
  **/ PalletGrandpaError: {
4964
5043
  _enum: [
4965
5044
  'PauseFailed',
@@ -4972,7 +5051,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4972
5051
  ]
4973
5052
  },
4974
5053
  /**
4975
- * Lookup505: pallet_indices::pallet::Error<T>
5054
+ * Lookup510: pallet_indices::pallet::Error<T>
4976
5055
  **/ PalletIndicesError: {
4977
5056
  _enum: [
4978
5057
  'NotAssigned',
@@ -4983,7 +5062,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4983
5062
  ]
4984
5063
  },
4985
5064
  /**
4986
- * Lookup510: pallet_democracy::types::ReferendumInfo<BlockNumber, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance>
5065
+ * Lookup515: pallet_democracy::types::ReferendumInfo<BlockNumber, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance>
4987
5066
  **/ PalletDemocracyReferendumInfo: {
4988
5067
  _enum: {
4989
5068
  Ongoing: 'PalletDemocracyReferendumStatus',
@@ -4994,7 +5073,7 @@ function typesFromDefs(definitions, initTypes = {}) {
4994
5073
  }
4995
5074
  },
4996
5075
  /**
4997
- * Lookup511: pallet_democracy::types::ReferendumStatus<BlockNumber, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance>
5076
+ * Lookup516: pallet_democracy::types::ReferendumStatus<BlockNumber, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance>
4998
5077
  **/ PalletDemocracyReferendumStatus: {
4999
5078
  end: 'u64',
5000
5079
  proposal: 'FrameSupportPreimagesBounded',
@@ -5003,14 +5082,14 @@ function typesFromDefs(definitions, initTypes = {}) {
5003
5082
  tally: 'PalletDemocracyTally'
5004
5083
  },
5005
5084
  /**
5006
- * Lookup512: pallet_democracy::types::Tally<Balance>
5085
+ * Lookup517: pallet_democracy::types::Tally<Balance>
5007
5086
  **/ PalletDemocracyTally: {
5008
5087
  ayes: 'u128',
5009
5088
  nays: 'u128',
5010
5089
  turnout: 'u128'
5011
5090
  },
5012
5091
  /**
5013
- * Lookup513: pallet_democracy::vote::Voting<Balance, sp_core::crypto::AccountId32, BlockNumber, MaxVotes>
5092
+ * Lookup518: pallet_democracy::vote::Voting<Balance, sp_core::crypto::AccountId32, BlockNumber, MaxVotes>
5014
5093
  **/ PalletDemocracyVoteVoting: {
5015
5094
  _enum: {
5016
5095
  Direct: {
@@ -5028,16 +5107,16 @@ function typesFromDefs(definitions, initTypes = {}) {
5028
5107
  }
5029
5108
  },
5030
5109
  /**
5031
- * Lookup517: pallet_democracy::types::Delegations<Balance>
5110
+ * Lookup522: pallet_democracy::types::Delegations<Balance>
5032
5111
  **/ PalletDemocracyDelegations: {
5033
5112
  votes: 'u128',
5034
5113
  capital: 'u128'
5035
5114
  },
5036
5115
  /**
5037
- * Lookup518: pallet_democracy::vote::PriorLock<BlockNumber, Balance>
5116
+ * Lookup523: pallet_democracy::vote::PriorLock<BlockNumber, Balance>
5038
5117
  **/ PalletDemocracyVotePriorLock: '(u64,u128)',
5039
5118
  /**
5040
- * Lookup521: pallet_democracy::pallet::Error<T>
5119
+ * Lookup526: pallet_democracy::pallet::Error<T>
5041
5120
  **/ PalletDemocracyError: {
5042
5121
  _enum: [
5043
5122
  'ValueLow',
@@ -5067,7 +5146,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5067
5146
  ]
5068
5147
  },
5069
5148
  /**
5070
- * Lookup523: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber>
5149
+ * Lookup528: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber>
5071
5150
  **/ PalletCollectiveVotes: {
5072
5151
  index: 'u32',
5073
5152
  threshold: 'u32',
@@ -5076,7 +5155,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5076
5155
  end: 'u64'
5077
5156
  },
5078
5157
  /**
5079
- * Lookup524: pallet_collective::pallet::Error<T, I>
5158
+ * Lookup529: pallet_collective::pallet::Error<T, I>
5080
5159
  **/ PalletCollectiveError: {
5081
5160
  _enum: [
5082
5161
  'NotMember',
@@ -5093,7 +5172,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5093
5172
  ]
5094
5173
  },
5095
5174
  /**
5096
- * Lookup527: pallet_vesting::Releases
5175
+ * Lookup532: pallet_vesting::Releases
5097
5176
  **/ PalletVestingReleases: {
5098
5177
  _enum: [
5099
5178
  'V0',
@@ -5101,7 +5180,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5101
5180
  ]
5102
5181
  },
5103
5182
  /**
5104
- * Lookup528: pallet_vesting::pallet::Error<T>
5183
+ * Lookup533: pallet_vesting::pallet::Error<T>
5105
5184
  **/ PalletVestingError: {
5106
5185
  _enum: [
5107
5186
  'NotVesting',
@@ -5112,21 +5191,21 @@ function typesFromDefs(definitions, initTypes = {}) {
5112
5191
  ]
5113
5192
  },
5114
5193
  /**
5115
- * Lookup530: pallet_elections_phragmen::SeatHolder<sp_core::crypto::AccountId32, Balance>
5194
+ * Lookup535: pallet_elections_phragmen::SeatHolder<sp_core::crypto::AccountId32, Balance>
5116
5195
  **/ PalletElectionsPhragmenSeatHolder: {
5117
5196
  who: 'AccountId32',
5118
5197
  stake: 'u128',
5119
5198
  deposit: 'u128'
5120
5199
  },
5121
5200
  /**
5122
- * Lookup531: pallet_elections_phragmen::Voter<sp_core::crypto::AccountId32, Balance>
5201
+ * Lookup536: pallet_elections_phragmen::Voter<sp_core::crypto::AccountId32, Balance>
5123
5202
  **/ PalletElectionsPhragmenVoter: {
5124
5203
  votes: 'Vec<AccountId32>',
5125
5204
  stake: 'u128',
5126
5205
  deposit: 'u128'
5127
5206
  },
5128
5207
  /**
5129
- * Lookup532: pallet_elections_phragmen::pallet::Error<T>
5208
+ * Lookup537: pallet_elections_phragmen::pallet::Error<T>
5130
5209
  **/ PalletElectionsPhragmenError: {
5131
5210
  _enum: [
5132
5211
  'UnableToVote',
@@ -5149,20 +5228,20 @@ function typesFromDefs(definitions, initTypes = {}) {
5149
5228
  ]
5150
5229
  },
5151
5230
  /**
5152
- * Lookup533: pallet_election_provider_multi_phase::ReadySolution<AccountId, MaxWinners>
5231
+ * Lookup538: pallet_election_provider_multi_phase::ReadySolution<AccountId, MaxWinners>
5153
5232
  **/ PalletElectionProviderMultiPhaseReadySolution: {
5154
5233
  supports: 'Vec<(AccountId32,SpNposElectionsSupport)>',
5155
5234
  score: 'SpNposElectionsElectionScore',
5156
5235
  compute: 'PalletElectionProviderMultiPhaseElectionCompute'
5157
5236
  },
5158
5237
  /**
5159
- * Lookup535: pallet_election_provider_multi_phase::RoundSnapshot<sp_core::crypto::AccountId32, DataProvider>
5238
+ * Lookup540: pallet_election_provider_multi_phase::RoundSnapshot<sp_core::crypto::AccountId32, DataProvider>
5160
5239
  **/ PalletElectionProviderMultiPhaseRoundSnapshot: {
5161
5240
  voters: 'Vec<(AccountId32,u64,Vec<AccountId32>)>',
5162
5241
  targets: 'Vec<AccountId32>'
5163
5242
  },
5164
5243
  /**
5165
- * Lookup542: pallet_election_provider_multi_phase::signed::SignedSubmission<sp_core::crypto::AccountId32, Balance, tangle_testnet_runtime::NposSolution16>
5244
+ * Lookup547: pallet_election_provider_multi_phase::signed::SignedSubmission<sp_core::crypto::AccountId32, Balance, tangle_testnet_runtime::NposSolution16>
5166
5245
  **/ PalletElectionProviderMultiPhaseSignedSignedSubmission: {
5167
5246
  who: 'AccountId32',
5168
5247
  deposit: 'u128',
@@ -5170,7 +5249,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5170
5249
  callFee: 'u128'
5171
5250
  },
5172
5251
  /**
5173
- * Lookup543: pallet_election_provider_multi_phase::pallet::Error<T>
5252
+ * Lookup548: pallet_election_provider_multi_phase::pallet::Error<T>
5174
5253
  **/ PalletElectionProviderMultiPhaseError: {
5175
5254
  _enum: [
5176
5255
  'PreDispatchEarlySubmission',
@@ -5191,7 +5270,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5191
5270
  ]
5192
5271
  },
5193
5272
  /**
5194
- * Lookup544: pallet_staking::StakingLedger<T>
5273
+ * Lookup549: pallet_staking::StakingLedger<T>
5195
5274
  **/ PalletStakingStakingLedger: {
5196
5275
  stash: 'AccountId32',
5197
5276
  total: 'Compact<u128>',
@@ -5200,20 +5279,20 @@ function typesFromDefs(definitions, initTypes = {}) {
5200
5279
  legacyClaimedRewards: 'Vec<u32>'
5201
5280
  },
5202
5281
  /**
5203
- * Lookup546: pallet_staking::Nominations<T>
5282
+ * Lookup551: pallet_staking::Nominations<T>
5204
5283
  **/ PalletStakingNominations: {
5205
5284
  targets: 'Vec<AccountId32>',
5206
5285
  submittedIn: 'u32',
5207
5286
  suppressed: 'bool'
5208
5287
  },
5209
5288
  /**
5210
- * Lookup547: pallet_staking::ActiveEraInfo
5289
+ * Lookup552: pallet_staking::ActiveEraInfo
5211
5290
  **/ PalletStakingActiveEraInfo: {
5212
5291
  index: 'u32',
5213
5292
  start: 'Option<u64>'
5214
5293
  },
5215
5294
  /**
5216
- * Lookup549: sp_staking::PagedExposureMetadata<Balance>
5295
+ * Lookup554: sp_staking::PagedExposureMetadata<Balance>
5217
5296
  **/ SpStakingPagedExposureMetadata: {
5218
5297
  total: 'Compact<u128>',
5219
5298
  own: 'Compact<u128>',
@@ -5221,19 +5300,19 @@ function typesFromDefs(definitions, initTypes = {}) {
5221
5300
  pageCount: 'u32'
5222
5301
  },
5223
5302
  /**
5224
- * Lookup551: sp_staking::ExposurePage<sp_core::crypto::AccountId32, Balance>
5303
+ * Lookup556: sp_staking::ExposurePage<sp_core::crypto::AccountId32, Balance>
5225
5304
  **/ SpStakingExposurePage: {
5226
5305
  pageTotal: 'Compact<u128>',
5227
5306
  others: 'Vec<SpStakingIndividualExposure>'
5228
5307
  },
5229
5308
  /**
5230
- * Lookup552: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
5309
+ * Lookup557: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
5231
5310
  **/ PalletStakingEraRewardPoints: {
5232
5311
  total: 'u32',
5233
5312
  individual: 'BTreeMap<AccountId32, u32>'
5234
5313
  },
5235
5314
  /**
5236
- * Lookup557: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
5315
+ * Lookup562: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
5237
5316
  **/ PalletStakingUnappliedSlash: {
5238
5317
  validator: 'AccountId32',
5239
5318
  own: 'u128',
@@ -5242,7 +5321,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5242
5321
  payout: 'u128'
5243
5322
  },
5244
5323
  /**
5245
- * Lookup561: pallet_staking::slashing::SlashingSpans
5324
+ * Lookup566: pallet_staking::slashing::SlashingSpans
5246
5325
  **/ PalletStakingSlashingSlashingSpans: {
5247
5326
  spanIndex: 'u32',
5248
5327
  lastStart: 'u32',
@@ -5250,13 +5329,13 @@ function typesFromDefs(definitions, initTypes = {}) {
5250
5329
  prior: 'Vec<u32>'
5251
5330
  },
5252
5331
  /**
5253
- * Lookup562: pallet_staking::slashing::SpanRecord<Balance>
5332
+ * Lookup567: pallet_staking::slashing::SpanRecord<Balance>
5254
5333
  **/ PalletStakingSlashingSpanRecord: {
5255
5334
  slashed: 'u128',
5256
5335
  paidOut: 'u128'
5257
5336
  },
5258
5337
  /**
5259
- * Lookup563: pallet_staking::pallet::pallet::Error<T>
5338
+ * Lookup568: pallet_staking::pallet::pallet::Error<T>
5260
5339
  **/ PalletStakingPalletError: {
5261
5340
  _enum: [
5262
5341
  'NotController',
@@ -5293,10 +5372,10 @@ function typesFromDefs(definitions, initTypes = {}) {
5293
5372
  ]
5294
5373
  },
5295
5374
  /**
5296
- * Lookup567: sp_core::crypto::KeyTypeId
5375
+ * Lookup572: sp_core::crypto::KeyTypeId
5297
5376
  **/ SpCoreCryptoKeyTypeId: '[u8;4]',
5298
5377
  /**
5299
- * Lookup568: pallet_session::pallet::Error<T>
5378
+ * Lookup573: pallet_session::pallet::Error<T>
5300
5379
  **/ PalletSessionError: {
5301
5380
  _enum: [
5302
5381
  'InvalidProof',
@@ -5307,7 +5386,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5307
5386
  ]
5308
5387
  },
5309
5388
  /**
5310
- * Lookup570: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
5389
+ * Lookup575: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
5311
5390
  **/ PalletTreasuryProposal: {
5312
5391
  proposer: 'AccountId32',
5313
5392
  value: 'u128',
@@ -5315,7 +5394,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5315
5394
  bond: 'u128'
5316
5395
  },
5317
5396
  /**
5318
- * Lookup572: pallet_treasury::SpendStatus<AssetKind, AssetBalance, sp_core::crypto::AccountId32, BlockNumber, PaymentId>
5397
+ * Lookup577: pallet_treasury::SpendStatus<AssetKind, AssetBalance, sp_core::crypto::AccountId32, BlockNumber, PaymentId>
5319
5398
  **/ PalletTreasurySpendStatus: {
5320
5399
  assetKind: 'Null',
5321
5400
  amount: 'u128',
@@ -5325,7 +5404,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5325
5404
  status: 'PalletTreasuryPaymentState'
5326
5405
  },
5327
5406
  /**
5328
- * Lookup573: pallet_treasury::PaymentState<Id>
5407
+ * Lookup578: pallet_treasury::PaymentState<Id>
5329
5408
  **/ PalletTreasuryPaymentState: {
5330
5409
  _enum: {
5331
5410
  Pending: 'Null',
@@ -5336,10 +5415,10 @@ function typesFromDefs(definitions, initTypes = {}) {
5336
5415
  }
5337
5416
  },
5338
5417
  /**
5339
- * Lookup574: frame_support::PalletId
5418
+ * Lookup579: frame_support::PalletId
5340
5419
  **/ FrameSupportPalletId: '[u8;8]',
5341
5420
  /**
5342
- * Lookup575: pallet_treasury::pallet::Error<T, I>
5421
+ * Lookup580: pallet_treasury::pallet::Error<T, I>
5343
5422
  **/ PalletTreasuryError: {
5344
5423
  _enum: [
5345
5424
  'InvalidIndex',
@@ -5356,7 +5435,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5356
5435
  ]
5357
5436
  },
5358
5437
  /**
5359
- * Lookup576: pallet_bounties::Bounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
5438
+ * Lookup581: pallet_bounties::Bounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
5360
5439
  **/ PalletBountiesBounty: {
5361
5440
  proposer: 'AccountId32',
5362
5441
  value: 'u128',
@@ -5366,7 +5445,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5366
5445
  status: 'PalletBountiesBountyStatus'
5367
5446
  },
5368
5447
  /**
5369
- * Lookup577: pallet_bounties::BountyStatus<sp_core::crypto::AccountId32, BlockNumber>
5448
+ * Lookup582: pallet_bounties::BountyStatus<sp_core::crypto::AccountId32, BlockNumber>
5370
5449
  **/ PalletBountiesBountyStatus: {
5371
5450
  _enum: {
5372
5451
  Proposed: 'Null',
@@ -5387,7 +5466,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5387
5466
  }
5388
5467
  },
5389
5468
  /**
5390
- * Lookup579: pallet_bounties::pallet::Error<T, I>
5469
+ * Lookup584: pallet_bounties::pallet::Error<T, I>
5391
5470
  **/ PalletBountiesError: {
5392
5471
  _enum: [
5393
5472
  'InsufficientProposersBalance',
@@ -5404,7 +5483,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5404
5483
  ]
5405
5484
  },
5406
5485
  /**
5407
- * Lookup580: pallet_child_bounties::ChildBounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
5486
+ * Lookup585: pallet_child_bounties::ChildBounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
5408
5487
  **/ PalletChildBountiesChildBounty: {
5409
5488
  parentBounty: 'u32',
5410
5489
  value: 'u128',
@@ -5413,7 +5492,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5413
5492
  status: 'PalletChildBountiesChildBountyStatus'
5414
5493
  },
5415
5494
  /**
5416
- * Lookup581: pallet_child_bounties::ChildBountyStatus<sp_core::crypto::AccountId32, BlockNumber>
5495
+ * Lookup586: pallet_child_bounties::ChildBountyStatus<sp_core::crypto::AccountId32, BlockNumber>
5417
5496
  **/ PalletChildBountiesChildBountyStatus: {
5418
5497
  _enum: {
5419
5498
  Added: 'Null',
@@ -5431,7 +5510,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5431
5510
  }
5432
5511
  },
5433
5512
  /**
5434
- * Lookup582: pallet_child_bounties::pallet::Error<T>
5513
+ * Lookup587: pallet_child_bounties::pallet::Error<T>
5435
5514
  **/ PalletChildBountiesError: {
5436
5515
  _enum: [
5437
5516
  'ParentBountyNotActive',
@@ -5440,7 +5519,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5440
5519
  ]
5441
5520
  },
5442
5521
  /**
5443
- * Lookup583: pallet_bags_list::list::Node<T, I>
5522
+ * Lookup588: pallet_bags_list::list::Node<T, I>
5444
5523
  **/ PalletBagsListListNode: {
5445
5524
  id: 'AccountId32',
5446
5525
  prev: 'Option<AccountId32>',
@@ -5449,20 +5528,20 @@ function typesFromDefs(definitions, initTypes = {}) {
5449
5528
  score: 'u64'
5450
5529
  },
5451
5530
  /**
5452
- * Lookup584: pallet_bags_list::list::Bag<T, I>
5531
+ * Lookup589: pallet_bags_list::list::Bag<T, I>
5453
5532
  **/ PalletBagsListListBag: {
5454
5533
  head: 'Option<AccountId32>',
5455
5534
  tail: 'Option<AccountId32>'
5456
5535
  },
5457
5536
  /**
5458
- * Lookup585: pallet_bags_list::pallet::Error<T, I>
5537
+ * Lookup590: pallet_bags_list::pallet::Error<T, I>
5459
5538
  **/ PalletBagsListError: {
5460
5539
  _enum: {
5461
5540
  List: 'PalletBagsListListListError'
5462
5541
  }
5463
5542
  },
5464
5543
  /**
5465
- * Lookup586: pallet_bags_list::list::ListError
5544
+ * Lookup591: pallet_bags_list::list::ListError
5466
5545
  **/ PalletBagsListListListError: {
5467
5546
  _enum: [
5468
5547
  'Duplicate',
@@ -5472,7 +5551,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5472
5551
  ]
5473
5552
  },
5474
5553
  /**
5475
- * Lookup587: pallet_nomination_pools::PoolMember<T>
5554
+ * Lookup592: pallet_nomination_pools::PoolMember<T>
5476
5555
  **/ PalletNominationPoolsPoolMember: {
5477
5556
  poolId: 'u32',
5478
5557
  points: 'u128',
@@ -5480,7 +5559,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5480
5559
  unbondingEras: 'BTreeMap<u32, u128>'
5481
5560
  },
5482
5561
  /**
5483
- * Lookup592: pallet_nomination_pools::BondedPoolInner<T>
5562
+ * Lookup597: pallet_nomination_pools::BondedPoolInner<T>
5484
5563
  **/ PalletNominationPoolsBondedPoolInner: {
5485
5564
  commission: 'PalletNominationPoolsCommission',
5486
5565
  memberCounter: 'u32',
@@ -5489,7 +5568,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5489
5568
  state: 'PalletNominationPoolsPoolState'
5490
5569
  },
5491
5570
  /**
5492
- * Lookup593: pallet_nomination_pools::Commission<T>
5571
+ * Lookup598: pallet_nomination_pools::Commission<T>
5493
5572
  **/ PalletNominationPoolsCommission: {
5494
5573
  current: 'Option<(Perbill,AccountId32)>',
5495
5574
  max: 'Option<Perbill>',
@@ -5498,7 +5577,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5498
5577
  claimPermission: 'Option<PalletNominationPoolsCommissionClaimPermission>'
5499
5578
  },
5500
5579
  /**
5501
- * Lookup596: pallet_nomination_pools::PoolRoles<sp_core::crypto::AccountId32>
5580
+ * Lookup601: pallet_nomination_pools::PoolRoles<sp_core::crypto::AccountId32>
5502
5581
  **/ PalletNominationPoolsPoolRoles: {
5503
5582
  depositor: 'AccountId32',
5504
5583
  root: 'Option<AccountId32>',
@@ -5506,7 +5585,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5506
5585
  bouncer: 'Option<AccountId32>'
5507
5586
  },
5508
5587
  /**
5509
- * Lookup597: pallet_nomination_pools::RewardPool<T>
5588
+ * Lookup602: pallet_nomination_pools::RewardPool<T>
5510
5589
  **/ PalletNominationPoolsRewardPool: {
5511
5590
  lastRecordedRewardCounter: 'u128',
5512
5591
  lastRecordedTotalPayouts: 'u128',
@@ -5515,19 +5594,19 @@ function typesFromDefs(definitions, initTypes = {}) {
5515
5594
  totalCommissionClaimed: 'u128'
5516
5595
  },
5517
5596
  /**
5518
- * Lookup598: pallet_nomination_pools::SubPools<T>
5597
+ * Lookup603: pallet_nomination_pools::SubPools<T>
5519
5598
  **/ PalletNominationPoolsSubPools: {
5520
5599
  noEra: 'PalletNominationPoolsUnbondPool',
5521
5600
  withEra: 'BTreeMap<u32, PalletNominationPoolsUnbondPool>'
5522
5601
  },
5523
5602
  /**
5524
- * Lookup599: pallet_nomination_pools::UnbondPool<T>
5603
+ * Lookup604: pallet_nomination_pools::UnbondPool<T>
5525
5604
  **/ PalletNominationPoolsUnbondPool: {
5526
5605
  points: 'u128',
5527
5606
  balance: 'u128'
5528
5607
  },
5529
5608
  /**
5530
- * Lookup604: pallet_nomination_pools::pallet::Error<T>
5609
+ * Lookup609: pallet_nomination_pools::pallet::Error<T>
5531
5610
  **/ PalletNominationPoolsError: {
5532
5611
  _enum: {
5533
5612
  PoolNotFound: 'Null',
@@ -5570,7 +5649,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5570
5649
  }
5571
5650
  },
5572
5651
  /**
5573
- * Lookup605: pallet_nomination_pools::pallet::DefensiveError
5652
+ * Lookup610: pallet_nomination_pools::pallet::DefensiveError
5574
5653
  **/ PalletNominationPoolsDefensiveError: {
5575
5654
  _enum: [
5576
5655
  'NotEnoughSpaceInUnbondPool',
@@ -5583,7 +5662,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5583
5662
  ]
5584
5663
  },
5585
5664
  /**
5586
- * Lookup608: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, BlockNumber, tangle_testnet_runtime::OriginCaller, sp_core::crypto::AccountId32>
5665
+ * Lookup613: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, BlockNumber, tangle_testnet_runtime::OriginCaller, sp_core::crypto::AccountId32>
5587
5666
  **/ PalletSchedulerScheduled: {
5588
5667
  maybeId: 'Option<[u8;32]>',
5589
5668
  priority: 'u8',
@@ -5592,14 +5671,14 @@ function typesFromDefs(definitions, initTypes = {}) {
5592
5671
  origin: 'TangleTestnetRuntimeOriginCaller'
5593
5672
  },
5594
5673
  /**
5595
- * Lookup610: pallet_scheduler::RetryConfig<Period>
5674
+ * Lookup615: pallet_scheduler::RetryConfig<Period>
5596
5675
  **/ PalletSchedulerRetryConfig: {
5597
5676
  totalRetries: 'u8',
5598
5677
  remaining: 'u8',
5599
5678
  period: 'u64'
5600
5679
  },
5601
5680
  /**
5602
- * Lookup611: pallet_scheduler::pallet::Error<T>
5681
+ * Lookup616: pallet_scheduler::pallet::Error<T>
5603
5682
  **/ PalletSchedulerError: {
5604
5683
  _enum: [
5605
5684
  'FailedToSchedule',
@@ -5610,7 +5689,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5610
5689
  ]
5611
5690
  },
5612
5691
  /**
5613
- * Lookup612: pallet_preimage::OldRequestStatus<sp_core::crypto::AccountId32, Balance>
5692
+ * Lookup617: pallet_preimage::OldRequestStatus<sp_core::crypto::AccountId32, Balance>
5614
5693
  **/ PalletPreimageOldRequestStatus: {
5615
5694
  _enum: {
5616
5695
  Unrequested: {
@@ -5625,7 +5704,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5625
5704
  }
5626
5705
  },
5627
5706
  /**
5628
- * Lookup614: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Ticket>
5707
+ * Lookup619: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Ticket>
5629
5708
  **/ PalletPreimageRequestStatus: {
5630
5709
  _enum: {
5631
5710
  Unrequested: {
@@ -5640,7 +5719,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5640
5719
  }
5641
5720
  },
5642
5721
  /**
5643
- * Lookup618: pallet_preimage::pallet::Error<T>
5722
+ * Lookup623: pallet_preimage::pallet::Error<T>
5644
5723
  **/ PalletPreimageError: {
5645
5724
  _enum: [
5646
5725
  'TooBig',
@@ -5655,13 +5734,13 @@ function typesFromDefs(definitions, initTypes = {}) {
5655
5734
  ]
5656
5735
  },
5657
5736
  /**
5658
- * Lookup619: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
5737
+ * Lookup624: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
5659
5738
  **/ SpStakingOffenceOffenceDetails: {
5660
5739
  offender: '(AccountId32,SpStakingExposure)',
5661
5740
  reporters: 'Vec<AccountId32>'
5662
5741
  },
5663
5742
  /**
5664
- * Lookup621: pallet_tx_pause::pallet::Error<T>
5743
+ * Lookup626: pallet_tx_pause::pallet::Error<T>
5665
5744
  **/ PalletTxPauseError: {
5666
5745
  _enum: [
5667
5746
  'IsPaused',
@@ -5671,7 +5750,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5671
5750
  ]
5672
5751
  },
5673
5752
  /**
5674
- * Lookup624: pallet_im_online::pallet::Error<T>
5753
+ * Lookup629: pallet_im_online::pallet::Error<T>
5675
5754
  **/ PalletImOnlineError: {
5676
5755
  _enum: [
5677
5756
  'InvalidKey',
@@ -5679,27 +5758,27 @@ function typesFromDefs(definitions, initTypes = {}) {
5679
5758
  ]
5680
5759
  },
5681
5760
  /**
5682
- * Lookup626: pallet_identity::types::Registration<Balance, MaxJudgements, pallet_identity::legacy::IdentityInfo<FieldLimit>>
5761
+ * Lookup631: pallet_identity::types::Registration<Balance, MaxJudgements, pallet_identity::legacy::IdentityInfo<FieldLimit>>
5683
5762
  **/ PalletIdentityRegistration: {
5684
5763
  judgements: 'Vec<(u32,PalletIdentityJudgement)>',
5685
5764
  deposit: 'u128',
5686
5765
  info: 'PalletIdentityLegacyIdentityInfo'
5687
5766
  },
5688
5767
  /**
5689
- * Lookup635: pallet_identity::types::RegistrarInfo<Balance, sp_core::crypto::AccountId32, IdField>
5768
+ * Lookup640: pallet_identity::types::RegistrarInfo<Balance, sp_core::crypto::AccountId32, IdField>
5690
5769
  **/ PalletIdentityRegistrarInfo: {
5691
5770
  account: 'AccountId32',
5692
5771
  fee: 'u128',
5693
5772
  fields: 'u64'
5694
5773
  },
5695
5774
  /**
5696
- * Lookup637: pallet_identity::types::AuthorityProperties<bounded_collections::bounded_vec::BoundedVec<T, S>>
5775
+ * Lookup642: pallet_identity::types::AuthorityProperties<bounded_collections::bounded_vec::BoundedVec<T, S>>
5697
5776
  **/ PalletIdentityAuthorityProperties: {
5698
5777
  suffix: 'Bytes',
5699
5778
  allocation: 'u32'
5700
5779
  },
5701
5780
  /**
5702
- * Lookup640: pallet_identity::pallet::Error<T>
5781
+ * Lookup645: pallet_identity::pallet::Error<T>
5703
5782
  **/ PalletIdentityError: {
5704
5783
  _enum: [
5705
5784
  'TooManySubAccounts',
@@ -5731,14 +5810,14 @@ function typesFromDefs(definitions, initTypes = {}) {
5731
5810
  ]
5732
5811
  },
5733
5812
  /**
5734
- * Lookup641: pallet_utility::pallet::Error<T>
5813
+ * Lookup646: pallet_utility::pallet::Error<T>
5735
5814
  **/ PalletUtilityError: {
5736
5815
  _enum: [
5737
5816
  'TooManyCalls'
5738
5817
  ]
5739
5818
  },
5740
5819
  /**
5741
- * Lookup643: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
5820
+ * Lookup648: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
5742
5821
  **/ PalletMultisigMultisig: {
5743
5822
  when: 'PalletMultisigTimepoint',
5744
5823
  deposit: 'u128',
@@ -5746,7 +5825,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5746
5825
  approvals: 'Vec<AccountId32>'
5747
5826
  },
5748
5827
  /**
5749
- * Lookup644: pallet_multisig::pallet::Error<T>
5828
+ * Lookup649: pallet_multisig::pallet::Error<T>
5750
5829
  **/ PalletMultisigError: {
5751
5830
  _enum: [
5752
5831
  'MinimumThreshold',
@@ -5766,7 +5845,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5766
5845
  ]
5767
5846
  },
5768
5847
  /**
5769
- * Lookup647: fp_rpc::TransactionStatus
5848
+ * Lookup652: fp_rpc::TransactionStatus
5770
5849
  **/ FpRpcTransactionStatus: {
5771
5850
  transactionHash: 'H256',
5772
5851
  transactionIndex: 'u32',
@@ -5777,10 +5856,10 @@ function typesFromDefs(definitions, initTypes = {}) {
5777
5856
  logsBloom: 'EthbloomBloom'
5778
5857
  },
5779
5858
  /**
5780
- * Lookup649: ethbloom::Bloom
5859
+ * Lookup654: ethbloom::Bloom
5781
5860
  **/ EthbloomBloom: '[u8;256]',
5782
5861
  /**
5783
- * Lookup651: ethereum::receipt::ReceiptV3
5862
+ * Lookup656: ethereum::receipt::ReceiptV3
5784
5863
  **/ EthereumReceiptReceiptV3: {
5785
5864
  _enum: {
5786
5865
  Legacy: 'EthereumReceiptEip658ReceiptData',
@@ -5789,7 +5868,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5789
5868
  }
5790
5869
  },
5791
5870
  /**
5792
- * Lookup652: ethereum::receipt::EIP658ReceiptData
5871
+ * Lookup657: ethereum::receipt::EIP658ReceiptData
5793
5872
  **/ EthereumReceiptEip658ReceiptData: {
5794
5873
  statusCode: 'u8',
5795
5874
  usedGas: 'U256',
@@ -5797,14 +5876,14 @@ function typesFromDefs(definitions, initTypes = {}) {
5797
5876
  logs: 'Vec<EthereumLog>'
5798
5877
  },
5799
5878
  /**
5800
- * Lookup653: ethereum::block::Block<ethereum::transaction::TransactionV2>
5879
+ * Lookup658: ethereum::block::Block<ethereum::transaction::TransactionV2>
5801
5880
  **/ EthereumBlock: {
5802
5881
  header: 'EthereumHeader',
5803
5882
  transactions: 'Vec<EthereumTransactionTransactionV2>',
5804
5883
  ommers: 'Vec<EthereumHeader>'
5805
5884
  },
5806
5885
  /**
5807
- * Lookup654: ethereum::header::Header
5886
+ * Lookup659: ethereum::header::Header
5808
5887
  **/ EthereumHeader: {
5809
5888
  parentHash: 'H256',
5810
5889
  ommersHash: 'H256',
@@ -5823,10 +5902,10 @@ function typesFromDefs(definitions, initTypes = {}) {
5823
5902
  nonce: 'EthereumTypesHashH64'
5824
5903
  },
5825
5904
  /**
5826
- * Lookup655: ethereum_types::hash::H64
5905
+ * Lookup660: ethereum_types::hash::H64
5827
5906
  **/ EthereumTypesHashH64: '[u8;8]',
5828
5907
  /**
5829
- * Lookup660: pallet_ethereum::pallet::Error<T>
5908
+ * Lookup665: pallet_ethereum::pallet::Error<T>
5830
5909
  **/ PalletEthereumError: {
5831
5910
  _enum: [
5832
5911
  'InvalidSignature',
@@ -5834,7 +5913,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5834
5913
  ]
5835
5914
  },
5836
5915
  /**
5837
- * Lookup661: pallet_evm::CodeMetadata
5916
+ * Lookup666: pallet_evm::CodeMetadata
5838
5917
  **/ PalletEvmCodeMetadata: {
5839
5918
  _alias: {
5840
5919
  size_: 'size',
@@ -5844,7 +5923,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5844
5923
  hash_: 'H256'
5845
5924
  },
5846
5925
  /**
5847
- * Lookup663: pallet_evm::pallet::Error<T>
5926
+ * Lookup668: pallet_evm::pallet::Error<T>
5848
5927
  **/ PalletEvmError: {
5849
5928
  _enum: [
5850
5929
  'BalanceLow',
@@ -5863,14 +5942,14 @@ function typesFromDefs(definitions, initTypes = {}) {
5863
5942
  ]
5864
5943
  },
5865
5944
  /**
5866
- * Lookup664: pallet_hotfix_sufficients::pallet::Error<T>
5945
+ * Lookup669: pallet_hotfix_sufficients::pallet::Error<T>
5867
5946
  **/ PalletHotfixSufficientsError: {
5868
5947
  _enum: [
5869
5948
  'MaxAddressCountExceeded'
5870
5949
  ]
5871
5950
  },
5872
5951
  /**
5873
- * Lookup666: pallet_airdrop_claims::pallet::Error<T>
5952
+ * Lookup671: pallet_airdrop_claims::pallet::Error<T>
5874
5953
  **/ PalletAirdropClaimsError: {
5875
5954
  _enum: [
5876
5955
  'InvalidEthereumSignature',
@@ -5884,21 +5963,21 @@ function typesFromDefs(definitions, initTypes = {}) {
5884
5963
  ]
5885
5964
  },
5886
5965
  /**
5887
- * Lookup669: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, tangle_testnet_runtime::ProxyType, BlockNumber>
5966
+ * Lookup674: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, tangle_testnet_runtime::ProxyType, BlockNumber>
5888
5967
  **/ PalletProxyProxyDefinition: {
5889
5968
  delegate: 'AccountId32',
5890
5969
  proxyType: 'TangleTestnetRuntimeProxyType',
5891
5970
  delay: 'u64'
5892
5971
  },
5893
5972
  /**
5894
- * Lookup673: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
5973
+ * Lookup678: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
5895
5974
  **/ PalletProxyAnnouncement: {
5896
5975
  real: 'AccountId32',
5897
5976
  callHash: 'H256',
5898
5977
  height: 'u64'
5899
5978
  },
5900
5979
  /**
5901
- * Lookup675: pallet_proxy::pallet::Error<T>
5980
+ * Lookup680: pallet_proxy::pallet::Error<T>
5902
5981
  **/ PalletProxyError: {
5903
5982
  _enum: [
5904
5983
  'TooMany',
@@ -5912,7 +5991,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5912
5991
  ]
5913
5992
  },
5914
5993
  /**
5915
- * Lookup676: pallet_multi_asset_delegation::types::operator::OperatorMetadata<sp_core::crypto::AccountId32, Balance, AssetId, tangle_testnet_runtime::MaxDelegations, tangle_testnet_runtime::MaxOperatorBlueprints>
5994
+ * Lookup681: pallet_multi_asset_delegation::types::operator::OperatorMetadata<sp_core::crypto::AccountId32, Balance, AssetId, tangle_testnet_runtime::MaxDelegations, tangle_testnet_runtime::MaxOperatorBlueprints>
5916
5995
  **/ PalletMultiAssetDelegationOperatorOperatorMetadata: {
5917
5996
  stake: 'u128',
5918
5997
  delegationCount: 'u32',
@@ -5922,26 +6001,26 @@ function typesFromDefs(definitions, initTypes = {}) {
5922
6001
  blueprintIds: 'Vec<u32>'
5923
6002
  },
5924
6003
  /**
5925
- * Lookup677: tangle_testnet_runtime::MaxDelegations
6004
+ * Lookup682: tangle_testnet_runtime::MaxDelegations
5926
6005
  **/ TangleTestnetRuntimeMaxDelegations: 'Null',
5927
6006
  /**
5928
- * Lookup678: tangle_testnet_runtime::MaxOperatorBlueprints
6007
+ * Lookup683: tangle_testnet_runtime::MaxOperatorBlueprints
5929
6008
  **/ TangleTestnetRuntimeMaxOperatorBlueprints: 'Null',
5930
6009
  /**
5931
- * Lookup680: pallet_multi_asset_delegation::types::operator::OperatorBondLessRequest<Balance>
6010
+ * Lookup685: pallet_multi_asset_delegation::types::operator::OperatorBondLessRequest<Balance>
5932
6011
  **/ PalletMultiAssetDelegationOperatorOperatorBondLessRequest: {
5933
6012
  amount: 'u128',
5934
6013
  requestTime: 'u32'
5935
6014
  },
5936
6015
  /**
5937
- * Lookup682: pallet_multi_asset_delegation::types::operator::DelegatorBond<sp_core::crypto::AccountId32, Balance, AssetId>
6016
+ * Lookup687: pallet_multi_asset_delegation::types::operator::DelegatorBond<sp_core::crypto::AccountId32, Balance, AssetId>
5938
6017
  **/ PalletMultiAssetDelegationOperatorDelegatorBond: {
5939
6018
  delegator: 'AccountId32',
5940
6019
  amount: 'u128',
5941
6020
  assetId: 'TanglePrimitivesServicesAsset'
5942
6021
  },
5943
6022
  /**
5944
- * Lookup684: pallet_multi_asset_delegation::types::operator::OperatorStatus
6023
+ * Lookup689: pallet_multi_asset_delegation::types::operator::OperatorStatus
5945
6024
  **/ PalletMultiAssetDelegationOperatorOperatorStatus: {
5946
6025
  _enum: {
5947
6026
  Active: 'Null',
@@ -5950,35 +6029,49 @@ function typesFromDefs(definitions, initTypes = {}) {
5950
6029
  }
5951
6030
  },
5952
6031
  /**
5953
- * Lookup686: pallet_multi_asset_delegation::types::operator::OperatorSnapshot<sp_core::crypto::AccountId32, Balance, AssetId, tangle_testnet_runtime::MaxDelegations>
6032
+ * Lookup691: pallet_multi_asset_delegation::types::operator::OperatorSnapshot<sp_core::crypto::AccountId32, Balance, AssetId, tangle_testnet_runtime::MaxDelegations>
5954
6033
  **/ PalletMultiAssetDelegationOperatorOperatorSnapshot: {
5955
6034
  stake: 'u128',
5956
6035
  delegations: 'Vec<PalletMultiAssetDelegationOperatorDelegatorBond>'
5957
6036
  },
5958
6037
  /**
5959
- * Lookup687: pallet_multi_asset_delegation::types::delegator::DelegatorMetadata<sp_core::crypto::AccountId32, Balance, AssetId, tangle_testnet_runtime::MaxWithdrawRequests, tangle_testnet_runtime::MaxDelegations, tangle_testnet_runtime::MaxUnstakeRequests, tangle_testnet_runtime::MaxDelegatorBlueprints>
6038
+ * Lookup692: pallet_multi_asset_delegation::types::delegator::DelegatorMetadata<sp_core::crypto::AccountId32, Balance, AssetId, tangle_testnet_runtime::MaxWithdrawRequests, tangle_testnet_runtime::MaxDelegations, tangle_testnet_runtime::MaxUnstakeRequests, tangle_testnet_runtime::MaxDelegatorBlueprints, BlockNumber, tangle_testnet_runtime::MaxDelegations>
5960
6039
  **/ PalletMultiAssetDelegationDelegatorDelegatorMetadata: {
5961
- deposits: 'BTreeMap<TanglePrimitivesServicesAsset, u128>',
6040
+ deposits: 'BTreeMap<TanglePrimitivesServicesAsset, PalletMultiAssetDelegationDelegatorDeposit>',
5962
6041
  withdrawRequests: 'Vec<PalletMultiAssetDelegationDelegatorWithdrawRequest>',
5963
6042
  delegations: 'Vec<PalletMultiAssetDelegationDelegatorBondInfoDelegator>',
5964
6043
  delegatorUnstakeRequests: 'Vec<PalletMultiAssetDelegationDelegatorBondLessRequest>',
5965
6044
  status: 'PalletMultiAssetDelegationDelegatorDelegatorStatus'
5966
6045
  },
5967
6046
  /**
5968
- * Lookup688: tangle_testnet_runtime::MaxWithdrawRequests
6047
+ * Lookup693: tangle_testnet_runtime::MaxWithdrawRequests
5969
6048
  **/ TangleTestnetRuntimeMaxWithdrawRequests: 'Null',
5970
6049
  /**
5971
- * Lookup689: tangle_testnet_runtime::MaxUnstakeRequests
6050
+ * Lookup694: tangle_testnet_runtime::MaxUnstakeRequests
5972
6051
  **/ TangleTestnetRuntimeMaxUnstakeRequests: 'Null',
5973
6052
  /**
5974
- * Lookup694: pallet_multi_asset_delegation::types::delegator::WithdrawRequest<AssetId, Balance>
6053
+ * Lookup696: pallet_multi_asset_delegation::types::delegator::Deposit<Balance, BlockNumber, tangle_testnet_runtime::MaxDelegations>
6054
+ **/ PalletMultiAssetDelegationDelegatorDeposit: {
6055
+ amount: 'u128',
6056
+ delegatedAmount: 'u128',
6057
+ locks: 'Option<Vec<TanglePrimitivesRewardsLockInfo>>'
6058
+ },
6059
+ /**
6060
+ * Lookup699: tangle_primitives::types::rewards::LockInfo<Balance, BlockNumber>
6061
+ **/ TanglePrimitivesRewardsLockInfo: {
6062
+ amount: 'u128',
6063
+ lockMultiplier: 'TanglePrimitivesRewardsLockMultiplier',
6064
+ expiryBlock: 'u64'
6065
+ },
6066
+ /**
6067
+ * Lookup704: pallet_multi_asset_delegation::types::delegator::WithdrawRequest<AssetId, Balance>
5975
6068
  **/ PalletMultiAssetDelegationDelegatorWithdrawRequest: {
5976
6069
  assetId: 'TanglePrimitivesServicesAsset',
5977
6070
  amount: 'u128',
5978
6071
  requestedRound: 'u32'
5979
6072
  },
5980
6073
  /**
5981
- * Lookup697: pallet_multi_asset_delegation::types::delegator::BondInfoDelegator<sp_core::crypto::AccountId32, Balance, AssetId, tangle_testnet_runtime::MaxDelegatorBlueprints>
6074
+ * Lookup707: pallet_multi_asset_delegation::types::delegator::BondInfoDelegator<sp_core::crypto::AccountId32, Balance, AssetId, tangle_testnet_runtime::MaxDelegatorBlueprints>
5982
6075
  **/ PalletMultiAssetDelegationDelegatorBondInfoDelegator: {
5983
6076
  operator: 'AccountId32',
5984
6077
  amount: 'u128',
@@ -5986,7 +6079,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5986
6079
  blueprintSelection: 'PalletMultiAssetDelegationDelegatorDelegatorBlueprintSelection'
5987
6080
  },
5988
6081
  /**
5989
- * Lookup700: pallet_multi_asset_delegation::types::delegator::BondLessRequest<sp_core::crypto::AccountId32, AssetId, Balance, tangle_testnet_runtime::MaxDelegatorBlueprints>
6082
+ * Lookup710: pallet_multi_asset_delegation::types::delegator::BondLessRequest<sp_core::crypto::AccountId32, AssetId, Balance, tangle_testnet_runtime::MaxDelegatorBlueprints>
5990
6083
  **/ PalletMultiAssetDelegationDelegatorBondLessRequest: {
5991
6084
  operator: 'AccountId32',
5992
6085
  assetId: 'TanglePrimitivesServicesAsset',
@@ -5995,7 +6088,7 @@ function typesFromDefs(definitions, initTypes = {}) {
5995
6088
  blueprintSelection: 'PalletMultiAssetDelegationDelegatorDelegatorBlueprintSelection'
5996
6089
  },
5997
6090
  /**
5998
- * Lookup702: pallet_multi_asset_delegation::types::delegator::DelegatorStatus
6091
+ * Lookup712: pallet_multi_asset_delegation::types::delegator::DelegatorStatus
5999
6092
  **/ PalletMultiAssetDelegationDelegatorDelegatorStatus: {
6000
6093
  _enum: {
6001
6094
  Active: 'Null',
@@ -6003,19 +6096,7 @@ function typesFromDefs(definitions, initTypes = {}) {
6003
6096
  }
6004
6097
  },
6005
6098
  /**
6006
- * Lookup704: pallet_multi_asset_delegation::types::rewards::RewardConfig<VaultId, Balance>
6007
- **/ PalletMultiAssetDelegationRewardsRewardConfig: {
6008
- configs: 'BTreeMap<u128, PalletMultiAssetDelegationRewardsRewardConfigForAssetVault>',
6009
- whitelistedBlueprintIds: 'Vec<u64>'
6010
- },
6011
- /**
6012
- * Lookup706: pallet_multi_asset_delegation::types::rewards::RewardConfigForAssetVault<Balance>
6013
- **/ PalletMultiAssetDelegationRewardsRewardConfigForAssetVault: {
6014
- apy: 'Percent',
6015
- cap: 'u128'
6016
- },
6017
- /**
6018
- * Lookup709: pallet_multi_asset_delegation::pallet::Error<T>
6099
+ * Lookup713: pallet_multi_asset_delegation::pallet::Error<T>
6019
6100
  **/ PalletMultiAssetDelegationError: {
6020
6101
  _enum: [
6021
6102
  'AlreadyOperator',
@@ -6024,7 +6105,6 @@ function typesFromDefs(definitions, initTypes = {}) {
6024
6105
  'CannotExit',
6025
6106
  'AlreadyLeaving',
6026
6107
  'NotLeavingOperator',
6027
- 'NotLeavingRound',
6028
6108
  'LeavingRoundNotReached',
6029
6109
  'NoScheduledBondLess',
6030
6110
  'BondLessRequestNotSatisfied',
@@ -6067,11 +6147,14 @@ function typesFromDefs(definitions, initTypes = {}) {
6067
6147
  'BlueprintNotSelected',
6068
6148
  'ERC20TransferFailed',
6069
6149
  'EVMAbiEncode',
6070
- 'EVMAbiDecode'
6150
+ 'EVMAbiDecode',
6151
+ 'LockViolation',
6152
+ 'DepositExceedsCapForAsset',
6153
+ 'OverflowRisk'
6071
6154
  ]
6072
6155
  },
6073
6156
  /**
6074
- * Lookup712: tangle_primitives::services::ServiceRequest<C, sp_core::crypto::AccountId32, BlockNumber, AssetId>
6157
+ * Lookup716: tangle_primitives::services::ServiceRequest<C, sp_core::crypto::AccountId32, BlockNumber, AssetId>
6075
6158
  **/ TanglePrimitivesServicesServiceRequest: {
6076
6159
  blueprint: 'u64',
6077
6160
  owner: 'AccountId32',
@@ -6082,7 +6165,7 @@ function typesFromDefs(definitions, initTypes = {}) {
6082
6165
  operatorsWithApprovalState: 'Vec<(AccountId32,TanglePrimitivesServicesApprovalState)>'
6083
6166
  },
6084
6167
  /**
6085
- * Lookup718: tangle_primitives::services::ApprovalState
6168
+ * Lookup722: tangle_primitives::services::ApprovalState
6086
6169
  **/ TanglePrimitivesServicesApprovalState: {
6087
6170
  _enum: {
6088
6171
  Pending: 'Null',
@@ -6093,7 +6176,7 @@ function typesFromDefs(definitions, initTypes = {}) {
6093
6176
  }
6094
6177
  },
6095
6178
  /**
6096
- * Lookup720: tangle_primitives::services::Service<C, sp_core::crypto::AccountId32, BlockNumber, AssetId>
6179
+ * Lookup724: tangle_primitives::services::Service<C, sp_core::crypto::AccountId32, BlockNumber, AssetId>
6097
6180
  **/ TanglePrimitivesServicesService: {
6098
6181
  id: 'u64',
6099
6182
  blueprint: 'u64',
@@ -6104,21 +6187,21 @@ function typesFromDefs(definitions, initTypes = {}) {
6104
6187
  ttl: 'u64'
6105
6188
  },
6106
6189
  /**
6107
- * Lookup726: tangle_primitives::services::JobCall<C, sp_core::crypto::AccountId32>
6190
+ * Lookup730: tangle_primitives::services::JobCall<C, sp_core::crypto::AccountId32>
6108
6191
  **/ TanglePrimitivesServicesJobCall: {
6109
6192
  serviceId: 'u64',
6110
6193
  job: 'u8',
6111
6194
  args: 'Vec<TanglePrimitivesServicesField>'
6112
6195
  },
6113
6196
  /**
6114
- * Lookup727: tangle_primitives::services::JobCallResult<C, sp_core::crypto::AccountId32>
6197
+ * Lookup731: tangle_primitives::services::JobCallResult<C, sp_core::crypto::AccountId32>
6115
6198
  **/ TanglePrimitivesServicesJobCallResult: {
6116
6199
  serviceId: 'u64',
6117
6200
  callId: 'u64',
6118
6201
  result: 'Vec<TanglePrimitivesServicesField>'
6119
6202
  },
6120
6203
  /**
6121
- * Lookup728: pallet_services::types::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
6204
+ * Lookup732: pallet_services::types::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
6122
6205
  **/ PalletServicesUnappliedSlash: {
6123
6206
  serviceId: 'u64',
6124
6207
  operator: 'AccountId32',
@@ -6128,13 +6211,13 @@ function typesFromDefs(definitions, initTypes = {}) {
6128
6211
  payout: 'u128'
6129
6212
  },
6130
6213
  /**
6131
- * Lookup730: tangle_primitives::services::OperatorProfile<C>
6214
+ * Lookup734: tangle_primitives::services::OperatorProfile<C>
6132
6215
  **/ TanglePrimitivesServicesOperatorProfile: {
6133
6216
  services: 'BTreeSet<u64>',
6134
6217
  blueprints: 'BTreeSet<u64>'
6135
6218
  },
6136
6219
  /**
6137
- * Lookup733: tangle_primitives::services::StagingServicePayment<sp_core::crypto::AccountId32, AssetId, Balance>
6220
+ * Lookup737: tangle_primitives::services::StagingServicePayment<sp_core::crypto::AccountId32, AssetId, Balance>
6138
6221
  **/ TanglePrimitivesServicesStagingServicePayment: {
6139
6222
  requestId: 'u64',
6140
6223
  refundTo: 'TanglePrimitivesAccount',
@@ -6142,7 +6225,7 @@ function typesFromDefs(definitions, initTypes = {}) {
6142
6225
  amount: 'u128'
6143
6226
  },
6144
6227
  /**
6145
- * Lookup734: tangle_primitives::types::Account<sp_core::crypto::AccountId32>
6228
+ * Lookup738: tangle_primitives::types::Account<sp_core::crypto::AccountId32>
6146
6229
  **/ TanglePrimitivesAccount: {
6147
6230
  _enum: {
6148
6231
  Id: 'AccountId32',
@@ -6150,7 +6233,7 @@ function typesFromDefs(definitions, initTypes = {}) {
6150
6233
  }
6151
6234
  },
6152
6235
  /**
6153
- * Lookup735: pallet_services::module::Error<T>
6236
+ * Lookup739: pallet_services::module::Error<T>
6154
6237
  **/ PalletServicesModuleError: {
6155
6238
  _enum: {
6156
6239
  BlueprintNotFound: 'Null',
@@ -6199,7 +6282,7 @@ function typesFromDefs(definitions, initTypes = {}) {
6199
6282
  }
6200
6283
  },
6201
6284
  /**
6202
- * Lookup736: tangle_primitives::services::TypeCheckError
6285
+ * Lookup740: tangle_primitives::services::TypeCheckError
6203
6286
  **/ TanglePrimitivesServicesTypeCheckError: {
6204
6287
  _enum: {
6205
6288
  ArgumentTypeMismatch: {
@@ -6219,7 +6302,7 @@ function typesFromDefs(definitions, initTypes = {}) {
6219
6302
  }
6220
6303
  },
6221
6304
  /**
6222
- * Lookup737: pallet_tangle_lst::types::bonded_pool::BondedPoolInner<T>
6305
+ * Lookup741: pallet_tangle_lst::types::bonded_pool::BondedPoolInner<T>
6223
6306
  **/ PalletTangleLstBondedPoolBondedPoolInner: {
6224
6307
  commission: 'PalletTangleLstCommission',
6225
6308
  roles: 'PalletTangleLstPoolsPoolRoles',
@@ -6227,7 +6310,7 @@ function typesFromDefs(definitions, initTypes = {}) {
6227
6310
  metadata: 'PalletTangleLstBondedPoolPoolMetadata'
6228
6311
  },
6229
6312
  /**
6230
- * Lookup738: pallet_tangle_lst::types::commission::Commission<T>
6313
+ * Lookup742: pallet_tangle_lst::types::commission::Commission<T>
6231
6314
  **/ PalletTangleLstCommission: {
6232
6315
  current: 'Option<(Perbill,AccountId32)>',
6233
6316
  max: 'Option<Perbill>',
@@ -6236,7 +6319,7 @@ function typesFromDefs(definitions, initTypes = {}) {
6236
6319
  claimPermission: 'Option<PalletTangleLstCommissionCommissionClaimPermission>'
6237
6320
  },
6238
6321
  /**
6239
- * Lookup740: pallet_tangle_lst::types::pools::PoolRoles<sp_core::crypto::AccountId32>
6322
+ * Lookup744: pallet_tangle_lst::types::pools::PoolRoles<sp_core::crypto::AccountId32>
6240
6323
  **/ PalletTangleLstPoolsPoolRoles: {
6241
6324
  depositor: 'AccountId32',
6242
6325
  root: 'Option<AccountId32>',
@@ -6244,13 +6327,13 @@ function typesFromDefs(definitions, initTypes = {}) {
6244
6327
  bouncer: 'Option<AccountId32>'
6245
6328
  },
6246
6329
  /**
6247
- * Lookup741: pallet_tangle_lst::types::bonded_pool::PoolMetadata<T>
6330
+ * Lookup745: pallet_tangle_lst::types::bonded_pool::PoolMetadata<T>
6248
6331
  **/ PalletTangleLstBondedPoolPoolMetadata: {
6249
6332
  name: 'Option<Bytes>',
6250
6333
  icon: 'Option<Bytes>'
6251
6334
  },
6252
6335
  /**
6253
- * Lookup742: pallet_tangle_lst::types::sub_pools::RewardPool<T>
6336
+ * Lookup746: pallet_tangle_lst::types::sub_pools::RewardPool<T>
6254
6337
  **/ PalletTangleLstSubPoolsRewardPool: {
6255
6338
  lastRecordedRewardCounter: 'u128',
6256
6339
  lastRecordedTotalPayouts: 'u128',
@@ -6259,24 +6342,24 @@ function typesFromDefs(definitions, initTypes = {}) {
6259
6342
  totalCommissionClaimed: 'u128'
6260
6343
  },
6261
6344
  /**
6262
- * Lookup743: pallet_tangle_lst::types::sub_pools::SubPools<T>
6345
+ * Lookup747: pallet_tangle_lst::types::sub_pools::SubPools<T>
6263
6346
  **/ PalletTangleLstSubPools: {
6264
6347
  noEra: 'PalletTangleLstSubPoolsUnbondPool',
6265
6348
  withEra: 'BTreeMap<u32, PalletTangleLstSubPoolsUnbondPool>'
6266
6349
  },
6267
6350
  /**
6268
- * Lookup744: pallet_tangle_lst::types::sub_pools::UnbondPool<T>
6351
+ * Lookup748: pallet_tangle_lst::types::sub_pools::UnbondPool<T>
6269
6352
  **/ PalletTangleLstSubPoolsUnbondPool: {
6270
6353
  points: 'u128',
6271
6354
  balance: 'u128'
6272
6355
  },
6273
6356
  /**
6274
- * Lookup750: pallet_tangle_lst::types::pools::PoolMember<T>
6357
+ * Lookup754: pallet_tangle_lst::types::pools::PoolMember<T>
6275
6358
  **/ PalletTangleLstPoolsPoolMember: {
6276
6359
  unbondingEras: 'BTreeMap<u32, (u32,u128)>'
6277
6360
  },
6278
6361
  /**
6279
- * Lookup755: pallet_tangle_lst::types::ClaimPermission
6362
+ * Lookup759: pallet_tangle_lst::types::ClaimPermission
6280
6363
  **/ PalletTangleLstClaimPermission: {
6281
6364
  _enum: [
6282
6365
  'Permissioned',
@@ -6286,7 +6369,7 @@ function typesFromDefs(definitions, initTypes = {}) {
6286
6369
  ]
6287
6370
  },
6288
6371
  /**
6289
- * Lookup756: pallet_tangle_lst::pallet::Error<T>
6372
+ * Lookup760: pallet_tangle_lst::pallet::Error<T>
6290
6373
  **/ PalletTangleLstError: {
6291
6374
  _enum: {
6292
6375
  PoolNotFound: 'Null',
@@ -6325,7 +6408,7 @@ function typesFromDefs(definitions, initTypes = {}) {
6325
6408
  }
6326
6409
  },
6327
6410
  /**
6328
- * Lookup757: pallet_tangle_lst::pallet::DefensiveError
6411
+ * Lookup761: pallet_tangle_lst::pallet::DefensiveError
6329
6412
  **/ PalletTangleLstDefensiveError: {
6330
6413
  _enum: [
6331
6414
  'NotEnoughSpaceInUnbondPool',
@@ -6336,33 +6419,59 @@ function typesFromDefs(definitions, initTypes = {}) {
6336
6419
  ]
6337
6420
  },
6338
6421
  /**
6339
- * Lookup760: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
6422
+ * Lookup765: pallet_rewards::pallet::Error<T>
6423
+ **/ PalletRewardsError: {
6424
+ _enum: [
6425
+ 'NoRewardsAvailable',
6426
+ 'InsufficientRewardsBalance',
6427
+ 'AssetNotWhitelisted',
6428
+ 'AssetAlreadyWhitelisted',
6429
+ 'InvalidAPY',
6430
+ 'AssetAlreadyInVault',
6431
+ 'AssetNotInVault',
6432
+ 'VaultNotFound',
6433
+ 'DuplicateBlueprintId',
6434
+ 'BlueprintIdNotFound',
6435
+ 'RewardConfigNotFound',
6436
+ 'CannotCalculatePropotionalApy',
6437
+ 'CannotCalculateRewardPerBlock',
6438
+ 'IncentiveCapGreaterThanDepositCap',
6439
+ 'BoostMultiplierMustBeOne',
6440
+ 'VaultAlreadyExists',
6441
+ 'TotalDepositLessThanIncentiveCap',
6442
+ 'PotAlreadyExists',
6443
+ 'PotAccountNotFound',
6444
+ 'InvalidDecayRate'
6445
+ ]
6446
+ },
6447
+ /**
6448
+ * Lookup768: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
6340
6449
  **/ FrameSystemExtensionsCheckNonZeroSender: 'Null',
6341
6450
  /**
6342
- * Lookup761: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
6451
+ * Lookup769: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
6343
6452
  **/ FrameSystemExtensionsCheckSpecVersion: 'Null',
6344
6453
  /**
6345
- * Lookup762: frame_system::extensions::check_tx_version::CheckTxVersion<T>
6454
+ * Lookup770: frame_system::extensions::check_tx_version::CheckTxVersion<T>
6346
6455
  **/ FrameSystemExtensionsCheckTxVersion: 'Null',
6347
6456
  /**
6348
- * Lookup763: frame_system::extensions::check_genesis::CheckGenesis<T>
6457
+ * Lookup771: frame_system::extensions::check_genesis::CheckGenesis<T>
6349
6458
  **/ FrameSystemExtensionsCheckGenesis: 'Null',
6350
6459
  /**
6351
- * Lookup766: frame_system::extensions::check_nonce::CheckNonce<T>
6460
+ * Lookup774: frame_system::extensions::check_nonce::CheckNonce<T>
6352
6461
  **/ FrameSystemExtensionsCheckNonce: 'Compact<u32>',
6353
6462
  /**
6354
- * Lookup767: frame_system::extensions::check_weight::CheckWeight<T>
6463
+ * Lookup775: frame_system::extensions::check_weight::CheckWeight<T>
6355
6464
  **/ FrameSystemExtensionsCheckWeight: 'Null',
6356
6465
  /**
6357
- * Lookup768: pallet_transaction_payment::ChargeTransactionPayment<T>
6466
+ * Lookup776: pallet_transaction_payment::ChargeTransactionPayment<T>
6358
6467
  **/ PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
6359
6468
  /**
6360
- * Lookup769: frame_metadata_hash_extension::CheckMetadataHash<T>
6469
+ * Lookup777: frame_metadata_hash_extension::CheckMetadataHash<T>
6361
6470
  **/ FrameMetadataHashExtensionCheckMetadataHash: {
6362
6471
  mode: 'FrameMetadataHashExtensionMode'
6363
6472
  },
6364
6473
  /**
6365
- * Lookup770: frame_metadata_hash_extension::Mode
6474
+ * Lookup778: frame_metadata_hash_extension::Mode
6366
6475
  **/ FrameMetadataHashExtensionMode: {
6367
6476
  _enum: [
6368
6477
  'Disabled',
@@ -6370,7 +6479,7 @@ function typesFromDefs(definitions, initTypes = {}) {
6370
6479
  ]
6371
6480
  },
6372
6481
  /**
6373
- * Lookup772: tangle_testnet_runtime::Runtime
6482
+ * Lookup780: tangle_testnet_runtime::Runtime
6374
6483
  **/ TangleTestnetRuntimeRuntime: 'Null'
6375
6484
  };
6376
6485