@webb-tools/tangle-substrate-types 0.9.11 → 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 +200 -157
- package/build/index.d.ts +532 -313
- package/build/index.mjs +200 -157
- package/package.json +1 -1
package/build/index.mjs
CHANGED
@@ -2113,6 +2113,9 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2113
2113
|
MinBalanceExcessAdjusted: {
|
2114
2114
|
poolId: 'u32',
|
2115
2115
|
amount: 'u128'
|
2116
|
+
},
|
2117
|
+
LastPoolIdUpdated: {
|
2118
|
+
poolId: 'u32'
|
2116
2119
|
}
|
2117
2120
|
}
|
2118
2121
|
},
|
@@ -2162,7 +2165,28 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2162
2165
|
action: 'PalletRewardsAssetAction'
|
2163
2166
|
},
|
2164
2167
|
VaultRewardConfigUpdated: {
|
2165
|
-
vaultId: 'u32'
|
2168
|
+
vaultId: 'u32',
|
2169
|
+
newConfig: 'PalletRewardsRewardConfigForAssetVault'
|
2170
|
+
},
|
2171
|
+
RewardVaultCreated: {
|
2172
|
+
vaultId: 'u32',
|
2173
|
+
newConfig: 'PalletRewardsRewardConfigForAssetVault',
|
2174
|
+
potAccount: 'AccountId32'
|
2175
|
+
},
|
2176
|
+
TotalScoreUpdated: {
|
2177
|
+
vaultId: 'u32',
|
2178
|
+
asset: 'TanglePrimitivesServicesAsset',
|
2179
|
+
totalScore: 'u128',
|
2180
|
+
lockMultiplier: 'Option<TanglePrimitivesRewardsLockMultiplier>'
|
2181
|
+
},
|
2182
|
+
TotalDepositUpdated: {
|
2183
|
+
vaultId: 'u32',
|
2184
|
+
asset: 'TanglePrimitivesServicesAsset',
|
2185
|
+
totalDeposit: 'u128'
|
2186
|
+
},
|
2187
|
+
DecayConfigUpdated: {
|
2188
|
+
startPeriod: 'u64',
|
2189
|
+
rate: 'Percent'
|
2166
2190
|
}
|
2167
2191
|
}
|
2168
2192
|
},
|
@@ -2175,7 +2199,28 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2175
2199
|
]
|
2176
2200
|
},
|
2177
2201
|
/**
|
2178
|
-
* Lookup151:
|
2202
|
+
* Lookup151: pallet_rewards::types::RewardConfigForAssetVault<Balance>
|
2203
|
+
**/ PalletRewardsRewardConfigForAssetVault: {
|
2204
|
+
apy: 'Percent',
|
2205
|
+
incentiveCap: 'u128',
|
2206
|
+
depositCap: 'u128',
|
2207
|
+
boostMultiplier: 'Option<u32>'
|
2208
|
+
},
|
2209
|
+
/**
|
2210
|
+
* Lookup154: tangle_primitives::types::rewards::LockMultiplier
|
2211
|
+
**/ TanglePrimitivesRewardsLockMultiplier: {
|
2212
|
+
_enum: [
|
2213
|
+
'__Unused0',
|
2214
|
+
'OneMonth',
|
2215
|
+
'TwoMonths',
|
2216
|
+
'ThreeMonths',
|
2217
|
+
'__Unused4',
|
2218
|
+
'__Unused5',
|
2219
|
+
'SixMonths'
|
2220
|
+
]
|
2221
|
+
},
|
2222
|
+
/**
|
2223
|
+
* Lookup155: frame_system::Phase
|
2179
2224
|
**/ FrameSystemPhase: {
|
2180
2225
|
_enum: {
|
2181
2226
|
ApplyExtrinsic: 'u32',
|
@@ -2184,19 +2229,19 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2184
2229
|
}
|
2185
2230
|
},
|
2186
2231
|
/**
|
2187
|
-
*
|
2232
|
+
* Lookup157: frame_system::LastRuntimeUpgradeInfo
|
2188
2233
|
**/ FrameSystemLastRuntimeUpgradeInfo: {
|
2189
2234
|
specVersion: 'Compact<u32>',
|
2190
2235
|
specName: 'Text'
|
2191
2236
|
},
|
2192
2237
|
/**
|
2193
|
-
*
|
2238
|
+
* Lookup159: frame_system::CodeUpgradeAuthorization<T>
|
2194
2239
|
**/ FrameSystemCodeUpgradeAuthorization: {
|
2195
2240
|
codeHash: 'H256',
|
2196
2241
|
checkVersion: 'bool'
|
2197
2242
|
},
|
2198
2243
|
/**
|
2199
|
-
*
|
2244
|
+
* Lookup160: frame_system::pallet::Call<T>
|
2200
2245
|
**/ FrameSystemCall: {
|
2201
2246
|
_enum: {
|
2202
2247
|
remark: {
|
@@ -2240,21 +2285,21 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2240
2285
|
}
|
2241
2286
|
},
|
2242
2287
|
/**
|
2243
|
-
*
|
2288
|
+
* Lookup164: frame_system::limits::BlockWeights
|
2244
2289
|
**/ FrameSystemLimitsBlockWeights: {
|
2245
2290
|
baseBlock: 'SpWeightsWeightV2Weight',
|
2246
2291
|
maxBlock: 'SpWeightsWeightV2Weight',
|
2247
2292
|
perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
|
2248
2293
|
},
|
2249
2294
|
/**
|
2250
|
-
*
|
2295
|
+
* Lookup165: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
2251
2296
|
**/ FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
2252
2297
|
normal: 'FrameSystemLimitsWeightsPerClass',
|
2253
2298
|
operational: 'FrameSystemLimitsWeightsPerClass',
|
2254
2299
|
mandatory: 'FrameSystemLimitsWeightsPerClass'
|
2255
2300
|
},
|
2256
2301
|
/**
|
2257
|
-
*
|
2302
|
+
* Lookup166: frame_system::limits::WeightsPerClass
|
2258
2303
|
**/ FrameSystemLimitsWeightsPerClass: {
|
2259
2304
|
baseExtrinsic: 'SpWeightsWeightV2Weight',
|
2260
2305
|
maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',
|
@@ -2262,25 +2307,25 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2262
2307
|
reserved: 'Option<SpWeightsWeightV2Weight>'
|
2263
2308
|
},
|
2264
2309
|
/**
|
2265
|
-
*
|
2310
|
+
* Lookup168: frame_system::limits::BlockLength
|
2266
2311
|
**/ FrameSystemLimitsBlockLength: {
|
2267
2312
|
max: 'FrameSupportDispatchPerDispatchClassU32'
|
2268
2313
|
},
|
2269
2314
|
/**
|
2270
|
-
*
|
2315
|
+
* Lookup169: frame_support::dispatch::PerDispatchClass<T>
|
2271
2316
|
**/ FrameSupportDispatchPerDispatchClassU32: {
|
2272
2317
|
normal: 'u32',
|
2273
2318
|
operational: 'u32',
|
2274
2319
|
mandatory: 'u32'
|
2275
2320
|
},
|
2276
2321
|
/**
|
2277
|
-
*
|
2322
|
+
* Lookup170: sp_weights::RuntimeDbWeight
|
2278
2323
|
**/ SpWeightsRuntimeDbWeight: {
|
2279
2324
|
read: 'u64',
|
2280
2325
|
write: 'u64'
|
2281
2326
|
},
|
2282
2327
|
/**
|
2283
|
-
*
|
2328
|
+
* Lookup171: sp_version::RuntimeVersion
|
2284
2329
|
**/ SpVersionRuntimeVersion: {
|
2285
2330
|
specName: 'Text',
|
2286
2331
|
implName: 'Text',
|
@@ -2292,7 +2337,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2292
2337
|
stateVersion: 'u8'
|
2293
2338
|
},
|
2294
2339
|
/**
|
2295
|
-
*
|
2340
|
+
* Lookup176: frame_system::pallet::Error<T>
|
2296
2341
|
**/ FrameSystemError: {
|
2297
2342
|
_enum: [
|
2298
2343
|
'InvalidSpecName',
|
@@ -2307,7 +2352,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2307
2352
|
]
|
2308
2353
|
},
|
2309
2354
|
/**
|
2310
|
-
*
|
2355
|
+
* Lookup177: pallet_timestamp::pallet::Call<T>
|
2311
2356
|
**/ PalletTimestampCall: {
|
2312
2357
|
_enum: {
|
2313
2358
|
set: {
|
@@ -2316,7 +2361,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2316
2361
|
}
|
2317
2362
|
},
|
2318
2363
|
/**
|
2319
|
-
*
|
2364
|
+
* Lookup178: pallet_sudo::pallet::Call<T>
|
2320
2365
|
**/ PalletSudoCall: {
|
2321
2366
|
_enum: {
|
2322
2367
|
sudo: {
|
@@ -2340,7 +2385,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2340
2385
|
}
|
2341
2386
|
},
|
2342
2387
|
/**
|
2343
|
-
*
|
2388
|
+
* Lookup180: pallet_assets::pallet::Call<T, I>
|
2344
2389
|
**/ PalletAssetsCall: {
|
2345
2390
|
_enum: {
|
2346
2391
|
create: {
|
@@ -2491,7 +2536,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2491
2536
|
}
|
2492
2537
|
},
|
2493
2538
|
/**
|
2494
|
-
*
|
2539
|
+
* Lookup182: pallet_balances::pallet::Call<T, I>
|
2495
2540
|
**/ PalletBalancesCall: {
|
2496
2541
|
_enum: {
|
2497
2542
|
transfer_allow_death: {
|
@@ -2535,7 +2580,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2535
2580
|
}
|
2536
2581
|
},
|
2537
2582
|
/**
|
2538
|
-
*
|
2583
|
+
* Lookup183: pallet_balances::types::AdjustmentDirection
|
2539
2584
|
**/ PalletBalancesAdjustmentDirection: {
|
2540
2585
|
_enum: [
|
2541
2586
|
'Increase',
|
@@ -2543,7 +2588,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2543
2588
|
]
|
2544
2589
|
},
|
2545
2590
|
/**
|
2546
|
-
*
|
2591
|
+
* Lookup184: pallet_babe::pallet::Call<T>
|
2547
2592
|
**/ PalletBabeCall: {
|
2548
2593
|
_enum: {
|
2549
2594
|
report_equivocation: {
|
@@ -2560,7 +2605,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2560
2605
|
}
|
2561
2606
|
},
|
2562
2607
|
/**
|
2563
|
-
*
|
2608
|
+
* Lookup185: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_babe::app::Public>
|
2564
2609
|
**/ SpConsensusSlotsEquivocationProof: {
|
2565
2610
|
offender: 'SpConsensusBabeAppPublic',
|
2566
2611
|
slot: 'u64',
|
@@ -2568,7 +2613,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2568
2613
|
secondHeader: 'SpRuntimeHeader'
|
2569
2614
|
},
|
2570
2615
|
/**
|
2571
|
-
*
|
2616
|
+
* Lookup186: sp_runtime::generic::header::Header<Number, Hash>
|
2572
2617
|
**/ SpRuntimeHeader: {
|
2573
2618
|
parentHash: 'H256',
|
2574
2619
|
number: 'Compact<u64>',
|
@@ -2577,17 +2622,17 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2577
2622
|
digest: 'SpRuntimeDigest'
|
2578
2623
|
},
|
2579
2624
|
/**
|
2580
|
-
*
|
2625
|
+
* Lookup187: sp_consensus_babe::app::Public
|
2581
2626
|
**/ SpConsensusBabeAppPublic: '[u8;32]',
|
2582
2627
|
/**
|
2583
|
-
*
|
2628
|
+
* Lookup189: sp_session::MembershipProof
|
2584
2629
|
**/ SpSessionMembershipProof: {
|
2585
2630
|
session: 'u32',
|
2586
2631
|
trieNodes: 'Vec<Bytes>',
|
2587
2632
|
validatorCount: 'u32'
|
2588
2633
|
},
|
2589
2634
|
/**
|
2590
|
-
*
|
2635
|
+
* Lookup190: sp_consensus_babe::digests::NextConfigDescriptor
|
2591
2636
|
**/ SpConsensusBabeDigestsNextConfigDescriptor: {
|
2592
2637
|
_enum: {
|
2593
2638
|
__Unused0: 'Null',
|
@@ -2598,7 +2643,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2598
2643
|
}
|
2599
2644
|
},
|
2600
2645
|
/**
|
2601
|
-
*
|
2646
|
+
* Lookup192: sp_consensus_babe::AllowedSlots
|
2602
2647
|
**/ SpConsensusBabeAllowedSlots: {
|
2603
2648
|
_enum: [
|
2604
2649
|
'PrimarySlots',
|
@@ -2607,7 +2652,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2607
2652
|
]
|
2608
2653
|
},
|
2609
2654
|
/**
|
2610
|
-
*
|
2655
|
+
* Lookup193: pallet_grandpa::pallet::Call<T>
|
2611
2656
|
**/ PalletGrandpaCall: {
|
2612
2657
|
_enum: {
|
2613
2658
|
report_equivocation: {
|
@@ -2625,13 +2670,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2625
2670
|
}
|
2626
2671
|
},
|
2627
2672
|
/**
|
2628
|
-
*
|
2673
|
+
* Lookup194: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
2629
2674
|
**/ SpConsensusGrandpaEquivocationProof: {
|
2630
2675
|
setId: 'u64',
|
2631
2676
|
equivocation: 'SpConsensusGrandpaEquivocation'
|
2632
2677
|
},
|
2633
2678
|
/**
|
2634
|
-
*
|
2679
|
+
* Lookup195: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
2635
2680
|
**/ SpConsensusGrandpaEquivocation: {
|
2636
2681
|
_enum: {
|
2637
2682
|
Prevote: 'FinalityGrandpaEquivocationPrevote',
|
@@ -2639,7 +2684,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2639
2684
|
}
|
2640
2685
|
},
|
2641
2686
|
/**
|
2642
|
-
*
|
2687
|
+
* Lookup196: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
2643
2688
|
**/ FinalityGrandpaEquivocationPrevote: {
|
2644
2689
|
roundNumber: 'u64',
|
2645
2690
|
identity: 'SpConsensusGrandpaAppPublic',
|
@@ -2647,16 +2692,16 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2647
2692
|
second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
|
2648
2693
|
},
|
2649
2694
|
/**
|
2650
|
-
*
|
2695
|
+
* Lookup197: finality_grandpa::Prevote<primitive_types::H256, N>
|
2651
2696
|
**/ FinalityGrandpaPrevote: {
|
2652
2697
|
targetHash: 'H256',
|
2653
2698
|
targetNumber: 'u64'
|
2654
2699
|
},
|
2655
2700
|
/**
|
2656
|
-
*
|
2701
|
+
* Lookup198: sp_consensus_grandpa::app::Signature
|
2657
2702
|
**/ SpConsensusGrandpaAppSignature: '[u8;64]',
|
2658
2703
|
/**
|
2659
|
-
*
|
2704
|
+
* Lookup201: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
2660
2705
|
**/ FinalityGrandpaEquivocationPrecommit: {
|
2661
2706
|
roundNumber: 'u64',
|
2662
2707
|
identity: 'SpConsensusGrandpaAppPublic',
|
@@ -2664,16 +2709,16 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2664
2709
|
second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
|
2665
2710
|
},
|
2666
2711
|
/**
|
2667
|
-
*
|
2712
|
+
* Lookup202: finality_grandpa::Precommit<primitive_types::H256, N>
|
2668
2713
|
**/ FinalityGrandpaPrecommit: {
|
2669
2714
|
targetHash: 'H256',
|
2670
2715
|
targetNumber: 'u64'
|
2671
2716
|
},
|
2672
2717
|
/**
|
2673
|
-
*
|
2718
|
+
* Lookup204: sp_core::Void
|
2674
2719
|
**/ SpCoreVoid: 'Null',
|
2675
2720
|
/**
|
2676
|
-
*
|
2721
|
+
* Lookup205: pallet_indices::pallet::Call<T>
|
2677
2722
|
**/ PalletIndicesCall: {
|
2678
2723
|
_enum: {
|
2679
2724
|
claim: {
|
@@ -2703,7 +2748,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2703
2748
|
}
|
2704
2749
|
},
|
2705
2750
|
/**
|
2706
|
-
*
|
2751
|
+
* Lookup206: pallet_democracy::pallet::Call<T>
|
2707
2752
|
**/ PalletDemocracyCall: {
|
2708
2753
|
_enum: {
|
2709
2754
|
propose: {
|
@@ -2771,7 +2816,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2771
2816
|
}
|
2772
2817
|
},
|
2773
2818
|
/**
|
2774
|
-
*
|
2819
|
+
* Lookup207: frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>
|
2775
2820
|
**/ FrameSupportPreimagesBounded: {
|
2776
2821
|
_enum: {
|
2777
2822
|
Legacy: {
|
@@ -2791,10 +2836,10 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2791
2836
|
}
|
2792
2837
|
},
|
2793
2838
|
/**
|
2794
|
-
*
|
2839
|
+
* Lookup208: sp_runtime::traits::BlakeTwo256
|
2795
2840
|
**/ SpRuntimeBlakeTwo256: 'Null',
|
2796
2841
|
/**
|
2797
|
-
*
|
2842
|
+
* Lookup210: pallet_democracy::conviction::Conviction
|
2798
2843
|
**/ PalletDemocracyConviction: {
|
2799
2844
|
_enum: [
|
2800
2845
|
'None',
|
@@ -2807,7 +2852,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2807
2852
|
]
|
2808
2853
|
},
|
2809
2854
|
/**
|
2810
|
-
*
|
2855
|
+
* Lookup212: pallet_collective::pallet::Call<T, I>
|
2811
2856
|
**/ PalletCollectiveCall: {
|
2812
2857
|
_enum: {
|
2813
2858
|
set_members: {
|
@@ -2842,7 +2887,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2842
2887
|
}
|
2843
2888
|
},
|
2844
2889
|
/**
|
2845
|
-
*
|
2890
|
+
* Lookup213: pallet_vesting::pallet::Call<T>
|
2846
2891
|
**/ PalletVestingCall: {
|
2847
2892
|
_enum: {
|
2848
2893
|
vest: 'Null',
|
@@ -2869,14 +2914,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2869
2914
|
}
|
2870
2915
|
},
|
2871
2916
|
/**
|
2872
|
-
*
|
2917
|
+
* Lookup214: pallet_vesting::vesting_info::VestingInfo<Balance, BlockNumber>
|
2873
2918
|
**/ PalletVestingVestingInfo: {
|
2874
2919
|
locked: 'u128',
|
2875
2920
|
perBlock: 'u128',
|
2876
2921
|
startingBlock: 'u64'
|
2877
2922
|
},
|
2878
2923
|
/**
|
2879
|
-
*
|
2924
|
+
* Lookup215: pallet_elections_phragmen::pallet::Call<T>
|
2880
2925
|
**/ PalletElectionsPhragmenCall: {
|
2881
2926
|
_enum: {
|
2882
2927
|
vote: {
|
@@ -2902,7 +2947,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2902
2947
|
}
|
2903
2948
|
},
|
2904
2949
|
/**
|
2905
|
-
*
|
2950
|
+
* Lookup216: pallet_elections_phragmen::Renouncing
|
2906
2951
|
**/ PalletElectionsPhragmenRenouncing: {
|
2907
2952
|
_enum: {
|
2908
2953
|
Member: 'Null',
|
@@ -2911,7 +2956,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2911
2956
|
}
|
2912
2957
|
},
|
2913
2958
|
/**
|
2914
|
-
*
|
2959
|
+
* Lookup217: pallet_election_provider_multi_phase::pallet::Call<T>
|
2915
2960
|
**/ PalletElectionProviderMultiPhaseCall: {
|
2916
2961
|
_enum: {
|
2917
2962
|
submit_unsigned: {
|
@@ -2934,14 +2979,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2934
2979
|
}
|
2935
2980
|
},
|
2936
2981
|
/**
|
2937
|
-
*
|
2982
|
+
* Lookup218: pallet_election_provider_multi_phase::RawSolution<tangle_testnet_runtime::NposSolution16>
|
2938
2983
|
**/ PalletElectionProviderMultiPhaseRawSolution: {
|
2939
2984
|
solution: 'TangleTestnetRuntimeNposSolution16',
|
2940
2985
|
score: 'SpNposElectionsElectionScore',
|
2941
2986
|
round: 'u32'
|
2942
2987
|
},
|
2943
2988
|
/**
|
2944
|
-
*
|
2989
|
+
* Lookup219: tangle_testnet_runtime::NposSolution16
|
2945
2990
|
**/ TangleTestnetRuntimeNposSolution16: {
|
2946
2991
|
votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
|
2947
2992
|
votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<PerU16>),Compact<u16>)>',
|
@@ -2961,19 +3006,19 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2961
3006
|
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);15],Compact<u16>)>'
|
2962
3007
|
},
|
2963
3008
|
/**
|
2964
|
-
*
|
3009
|
+
* Lookup270: pallet_election_provider_multi_phase::SolutionOrSnapshotSize
|
2965
3010
|
**/ PalletElectionProviderMultiPhaseSolutionOrSnapshotSize: {
|
2966
3011
|
voters: 'Compact<u32>',
|
2967
3012
|
targets: 'Compact<u32>'
|
2968
3013
|
},
|
2969
3014
|
/**
|
2970
|
-
*
|
3015
|
+
* Lookup274: sp_npos_elections::Support<sp_core::crypto::AccountId32>
|
2971
3016
|
**/ SpNposElectionsSupport: {
|
2972
3017
|
total: 'u128',
|
2973
3018
|
voters: 'Vec<(AccountId32,u128)>'
|
2974
3019
|
},
|
2975
3020
|
/**
|
2976
|
-
*
|
3021
|
+
* Lookup275: pallet_staking::pallet::pallet::Call<T>
|
2977
3022
|
**/ PalletStakingPalletCall: {
|
2978
3023
|
_enum: {
|
2979
3024
|
bond: {
|
@@ -3081,7 +3126,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3081
3126
|
}
|
3082
3127
|
},
|
3083
3128
|
/**
|
3084
|
-
*
|
3129
|
+
* Lookup278: pallet_staking::pallet::pallet::ConfigOp<T>
|
3085
3130
|
**/ PalletStakingPalletConfigOpU128: {
|
3086
3131
|
_enum: {
|
3087
3132
|
Noop: 'Null',
|
@@ -3090,7 +3135,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3090
3135
|
}
|
3091
3136
|
},
|
3092
3137
|
/**
|
3093
|
-
*
|
3138
|
+
* Lookup279: pallet_staking::pallet::pallet::ConfigOp<T>
|
3094
3139
|
**/ PalletStakingPalletConfigOpU32: {
|
3095
3140
|
_enum: {
|
3096
3141
|
Noop: 'Null',
|
@@ -3099,7 +3144,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3099
3144
|
}
|
3100
3145
|
},
|
3101
3146
|
/**
|
3102
|
-
*
|
3147
|
+
* Lookup280: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Percent>
|
3103
3148
|
**/ PalletStakingPalletConfigOpPercent: {
|
3104
3149
|
_enum: {
|
3105
3150
|
Noop: 'Null',
|
@@ -3108,7 +3153,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3108
3153
|
}
|
3109
3154
|
},
|
3110
3155
|
/**
|
3111
|
-
*
|
3156
|
+
* Lookup281: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Perbill>
|
3112
3157
|
**/ PalletStakingPalletConfigOpPerbill: {
|
3113
3158
|
_enum: {
|
3114
3159
|
Noop: 'Null',
|
@@ -3117,13 +3162,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3117
3162
|
}
|
3118
3163
|
},
|
3119
3164
|
/**
|
3120
|
-
*
|
3165
|
+
* Lookup286: pallet_staking::UnlockChunk<Balance>
|
3121
3166
|
**/ PalletStakingUnlockChunk: {
|
3122
3167
|
value: 'Compact<u128>',
|
3123
3168
|
era: 'Compact<u32>'
|
3124
3169
|
},
|
3125
3170
|
/**
|
3126
|
-
*
|
3171
|
+
* Lookup288: pallet_session::pallet::Call<T>
|
3127
3172
|
**/ PalletSessionCall: {
|
3128
3173
|
_enum: {
|
3129
3174
|
set_keys: {
|
@@ -3137,14 +3182,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3137
3182
|
}
|
3138
3183
|
},
|
3139
3184
|
/**
|
3140
|
-
*
|
3185
|
+
* Lookup289: tangle_testnet_runtime::opaque::SessionKeys
|
3141
3186
|
**/ TangleTestnetRuntimeOpaqueSessionKeys: {
|
3142
3187
|
babe: 'SpConsensusBabeAppPublic',
|
3143
3188
|
grandpa: 'SpConsensusGrandpaAppPublic',
|
3144
3189
|
imOnline: 'PalletImOnlineSr25519AppSr25519Public'
|
3145
3190
|
},
|
3146
3191
|
/**
|
3147
|
-
*
|
3192
|
+
* Lookup290: pallet_treasury::pallet::Call<T, I>
|
3148
3193
|
**/ PalletTreasuryCall: {
|
3149
3194
|
_enum: {
|
3150
3195
|
__Unused0: 'Null',
|
@@ -3175,7 +3220,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3175
3220
|
}
|
3176
3221
|
},
|
3177
3222
|
/**
|
3178
|
-
*
|
3223
|
+
* Lookup292: pallet_bounties::pallet::Call<T, I>
|
3179
3224
|
**/ PalletBountiesCall: {
|
3180
3225
|
_enum: {
|
3181
3226
|
propose_bounty: {
|
@@ -3213,7 +3258,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3213
3258
|
}
|
3214
3259
|
},
|
3215
3260
|
/**
|
3216
|
-
*
|
3261
|
+
* Lookup293: pallet_child_bounties::pallet::Call<T>
|
3217
3262
|
**/ PalletChildBountiesCall: {
|
3218
3263
|
_enum: {
|
3219
3264
|
add_child_bounty: {
|
@@ -3251,7 +3296,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3251
3296
|
}
|
3252
3297
|
},
|
3253
3298
|
/**
|
3254
|
-
*
|
3299
|
+
* Lookup294: pallet_bags_list::pallet::Call<T, I>
|
3255
3300
|
**/ PalletBagsListCall: {
|
3256
3301
|
_enum: {
|
3257
3302
|
rebag: {
|
@@ -3267,7 +3312,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3267
3312
|
}
|
3268
3313
|
},
|
3269
3314
|
/**
|
3270
|
-
*
|
3315
|
+
* Lookup295: pallet_nomination_pools::pallet::Call<T>
|
3271
3316
|
**/ PalletNominationPoolsCall: {
|
3272
3317
|
_enum: {
|
3273
3318
|
join: {
|
@@ -3376,7 +3421,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3376
3421
|
}
|
3377
3422
|
},
|
3378
3423
|
/**
|
3379
|
-
*
|
3424
|
+
* Lookup296: pallet_nomination_pools::BondExtra<Balance>
|
3380
3425
|
**/ PalletNominationPoolsBondExtra: {
|
3381
3426
|
_enum: {
|
3382
3427
|
FreeBalance: 'u128',
|
@@ -3384,7 +3429,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3384
3429
|
}
|
3385
3430
|
},
|
3386
3431
|
/**
|
3387
|
-
*
|
3432
|
+
* Lookup297: pallet_nomination_pools::ConfigOp<T>
|
3388
3433
|
**/ PalletNominationPoolsConfigOpU128: {
|
3389
3434
|
_enum: {
|
3390
3435
|
Noop: 'Null',
|
@@ -3393,7 +3438,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3393
3438
|
}
|
3394
3439
|
},
|
3395
3440
|
/**
|
3396
|
-
*
|
3441
|
+
* Lookup298: pallet_nomination_pools::ConfigOp<T>
|
3397
3442
|
**/ PalletNominationPoolsConfigOpU32: {
|
3398
3443
|
_enum: {
|
3399
3444
|
Noop: 'Null',
|
@@ -3402,7 +3447,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3402
3447
|
}
|
3403
3448
|
},
|
3404
3449
|
/**
|
3405
|
-
*
|
3450
|
+
* Lookup299: pallet_nomination_pools::ConfigOp<sp_arithmetic::per_things::Perbill>
|
3406
3451
|
**/ PalletNominationPoolsConfigOpPerbill: {
|
3407
3452
|
_enum: {
|
3408
3453
|
Noop: 'Null',
|
@@ -3411,7 +3456,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3411
3456
|
}
|
3412
3457
|
},
|
3413
3458
|
/**
|
3414
|
-
*
|
3459
|
+
* Lookup300: pallet_nomination_pools::ConfigOp<sp_core::crypto::AccountId32>
|
3415
3460
|
**/ PalletNominationPoolsConfigOpAccountId32: {
|
3416
3461
|
_enum: {
|
3417
3462
|
Noop: 'Null',
|
@@ -3420,7 +3465,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3420
3465
|
}
|
3421
3466
|
},
|
3422
3467
|
/**
|
3423
|
-
*
|
3468
|
+
* Lookup301: pallet_nomination_pools::ClaimPermission
|
3424
3469
|
**/ PalletNominationPoolsClaimPermission: {
|
3425
3470
|
_enum: [
|
3426
3471
|
'Permissioned',
|
@@ -3430,7 +3475,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3430
3475
|
]
|
3431
3476
|
},
|
3432
3477
|
/**
|
3433
|
-
*
|
3478
|
+
* Lookup302: pallet_scheduler::pallet::Call<T>
|
3434
3479
|
**/ PalletSchedulerCall: {
|
3435
3480
|
_enum: {
|
3436
3481
|
schedule: {
|
@@ -3485,7 +3530,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3485
3530
|
}
|
3486
3531
|
},
|
3487
3532
|
/**
|
3488
|
-
*
|
3533
|
+
* Lookup304: pallet_preimage::pallet::Call<T>
|
3489
3534
|
**/ PalletPreimageCall: {
|
3490
3535
|
_enum: {
|
3491
3536
|
note_preimage: {
|
@@ -3515,7 +3560,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3515
3560
|
}
|
3516
3561
|
},
|
3517
3562
|
/**
|
3518
|
-
*
|
3563
|
+
* Lookup305: pallet_tx_pause::pallet::Call<T>
|
3519
3564
|
**/ PalletTxPauseCall: {
|
3520
3565
|
_enum: {
|
3521
3566
|
pause: {
|
@@ -3527,7 +3572,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3527
3572
|
}
|
3528
3573
|
},
|
3529
3574
|
/**
|
3530
|
-
*
|
3575
|
+
* Lookup306: pallet_im_online::pallet::Call<T>
|
3531
3576
|
**/ PalletImOnlineCall: {
|
3532
3577
|
_enum: {
|
3533
3578
|
heartbeat: {
|
@@ -3537,7 +3582,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3537
3582
|
}
|
3538
3583
|
},
|
3539
3584
|
/**
|
3540
|
-
*
|
3585
|
+
* Lookup307: pallet_im_online::Heartbeat<BlockNumber>
|
3541
3586
|
**/ PalletImOnlineHeartbeat: {
|
3542
3587
|
blockNumber: 'u64',
|
3543
3588
|
sessionIndex: 'u32',
|
@@ -3545,10 +3590,10 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3545
3590
|
validatorsLen: 'u32'
|
3546
3591
|
},
|
3547
3592
|
/**
|
3548
|
-
*
|
3593
|
+
* Lookup308: pallet_im_online::sr25519::app_sr25519::Signature
|
3549
3594
|
**/ PalletImOnlineSr25519AppSr25519Signature: '[u8;64]',
|
3550
3595
|
/**
|
3551
|
-
*
|
3596
|
+
* Lookup309: pallet_identity::pallet::Call<T>
|
3552
3597
|
**/ PalletIdentityCall: {
|
3553
3598
|
_enum: {
|
3554
3599
|
add_registrar: {
|
@@ -3632,7 +3677,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3632
3677
|
}
|
3633
3678
|
},
|
3634
3679
|
/**
|
3635
|
-
*
|
3680
|
+
* Lookup310: pallet_identity::legacy::IdentityInfo<FieldLimit>
|
3636
3681
|
**/ PalletIdentityLegacyIdentityInfo: {
|
3637
3682
|
additional: 'Vec<(Data,Data)>',
|
3638
3683
|
display: 'Data',
|
@@ -3645,7 +3690,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3645
3690
|
twitter: 'Data'
|
3646
3691
|
},
|
3647
3692
|
/**
|
3648
|
-
*
|
3693
|
+
* Lookup346: pallet_identity::types::Judgement<Balance>
|
3649
3694
|
**/ PalletIdentityJudgement: {
|
3650
3695
|
_enum: {
|
3651
3696
|
Unknown: 'Null',
|
@@ -3658,7 +3703,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3658
3703
|
}
|
3659
3704
|
},
|
3660
3705
|
/**
|
3661
|
-
*
|
3706
|
+
* Lookup348: sp_runtime::MultiSignature
|
3662
3707
|
**/ SpRuntimeMultiSignature: {
|
3663
3708
|
_enum: {
|
3664
3709
|
Ed25519: '[u8;64]',
|
@@ -3667,7 +3712,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3667
3712
|
}
|
3668
3713
|
},
|
3669
3714
|
/**
|
3670
|
-
*
|
3715
|
+
* Lookup349: pallet_utility::pallet::Call<T>
|
3671
3716
|
**/ PalletUtilityCall: {
|
3672
3717
|
_enum: {
|
3673
3718
|
batch: {
|
@@ -3694,7 +3739,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3694
3739
|
}
|
3695
3740
|
},
|
3696
3741
|
/**
|
3697
|
-
*
|
3742
|
+
* Lookup351: tangle_testnet_runtime::OriginCaller
|
3698
3743
|
**/ TangleTestnetRuntimeOriginCaller: {
|
3699
3744
|
_enum: {
|
3700
3745
|
__Unused0: 'Null',
|
@@ -3734,7 +3779,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3734
3779
|
}
|
3735
3780
|
},
|
3736
3781
|
/**
|
3737
|
-
*
|
3782
|
+
* Lookup352: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
3738
3783
|
**/ FrameSupportDispatchRawOrigin: {
|
3739
3784
|
_enum: {
|
3740
3785
|
Root: 'Null',
|
@@ -3743,7 +3788,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3743
3788
|
}
|
3744
3789
|
},
|
3745
3790
|
/**
|
3746
|
-
*
|
3791
|
+
* Lookup353: pallet_collective::RawOrigin<sp_core::crypto::AccountId32, I>
|
3747
3792
|
**/ PalletCollectiveRawOrigin: {
|
3748
3793
|
_enum: {
|
3749
3794
|
Members: '(u32,u32)',
|
@@ -3752,14 +3797,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3752
3797
|
}
|
3753
3798
|
},
|
3754
3799
|
/**
|
3755
|
-
*
|
3800
|
+
* Lookup354: pallet_ethereum::RawOrigin
|
3756
3801
|
**/ PalletEthereumRawOrigin: {
|
3757
3802
|
_enum: {
|
3758
3803
|
EthereumTransaction: 'H160'
|
3759
3804
|
}
|
3760
3805
|
},
|
3761
3806
|
/**
|
3762
|
-
*
|
3807
|
+
* Lookup355: pallet_multisig::pallet::Call<T>
|
3763
3808
|
**/ PalletMultisigCall: {
|
3764
3809
|
_enum: {
|
3765
3810
|
as_multi_threshold_1: {
|
@@ -3789,7 +3834,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3789
3834
|
}
|
3790
3835
|
},
|
3791
3836
|
/**
|
3792
|
-
*
|
3837
|
+
* Lookup357: pallet_ethereum::pallet::Call<T>
|
3793
3838
|
**/ PalletEthereumCall: {
|
3794
3839
|
_enum: {
|
3795
3840
|
transact: {
|
@@ -3798,7 +3843,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3798
3843
|
}
|
3799
3844
|
},
|
3800
3845
|
/**
|
3801
|
-
*
|
3846
|
+
* Lookup358: ethereum::transaction::TransactionV2
|
3802
3847
|
**/ EthereumTransactionTransactionV2: {
|
3803
3848
|
_enum: {
|
3804
3849
|
Legacy: 'EthereumTransactionLegacyTransaction',
|
@@ -3807,7 +3852,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3807
3852
|
}
|
3808
3853
|
},
|
3809
3854
|
/**
|
3810
|
-
*
|
3855
|
+
* Lookup359: ethereum::transaction::LegacyTransaction
|
3811
3856
|
**/ EthereumTransactionLegacyTransaction: {
|
3812
3857
|
nonce: 'U256',
|
3813
3858
|
gasPrice: 'U256',
|
@@ -3818,7 +3863,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3818
3863
|
signature: 'EthereumTransactionTransactionSignature'
|
3819
3864
|
},
|
3820
3865
|
/**
|
3821
|
-
*
|
3866
|
+
* Lookup360: ethereum::transaction::TransactionAction
|
3822
3867
|
**/ EthereumTransactionTransactionAction: {
|
3823
3868
|
_enum: {
|
3824
3869
|
Call: 'H160',
|
@@ -3826,14 +3871,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3826
3871
|
}
|
3827
3872
|
},
|
3828
3873
|
/**
|
3829
|
-
*
|
3874
|
+
* Lookup361: ethereum::transaction::TransactionSignature
|
3830
3875
|
**/ EthereumTransactionTransactionSignature: {
|
3831
3876
|
v: 'u64',
|
3832
3877
|
r: 'H256',
|
3833
3878
|
s: 'H256'
|
3834
3879
|
},
|
3835
3880
|
/**
|
3836
|
-
*
|
3881
|
+
* Lookup363: ethereum::transaction::EIP2930Transaction
|
3837
3882
|
**/ EthereumTransactionEip2930Transaction: {
|
3838
3883
|
chainId: 'u64',
|
3839
3884
|
nonce: 'U256',
|
@@ -3848,13 +3893,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3848
3893
|
s: 'H256'
|
3849
3894
|
},
|
3850
3895
|
/**
|
3851
|
-
*
|
3896
|
+
* Lookup365: ethereum::transaction::AccessListItem
|
3852
3897
|
**/ EthereumTransactionAccessListItem: {
|
3853
3898
|
address: 'H160',
|
3854
3899
|
storageKeys: 'Vec<H256>'
|
3855
3900
|
},
|
3856
3901
|
/**
|
3857
|
-
*
|
3902
|
+
* Lookup366: ethereum::transaction::EIP1559Transaction
|
3858
3903
|
**/ EthereumTransactionEip1559Transaction: {
|
3859
3904
|
chainId: 'u64',
|
3860
3905
|
nonce: 'U256',
|
@@ -3870,7 +3915,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3870
3915
|
s: 'H256'
|
3871
3916
|
},
|
3872
3917
|
/**
|
3873
|
-
*
|
3918
|
+
* Lookup367: pallet_evm::pallet::Call<T>
|
3874
3919
|
**/ PalletEvmCall: {
|
3875
3920
|
_enum: {
|
3876
3921
|
withdraw: {
|
@@ -3912,7 +3957,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3912
3957
|
}
|
3913
3958
|
},
|
3914
3959
|
/**
|
3915
|
-
*
|
3960
|
+
* Lookup371: pallet_dynamic_fee::pallet::Call<T>
|
3916
3961
|
**/ PalletDynamicFeeCall: {
|
3917
3962
|
_enum: {
|
3918
3963
|
note_min_gas_price_target: {
|
@@ -3921,7 +3966,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3921
3966
|
}
|
3922
3967
|
},
|
3923
3968
|
/**
|
3924
|
-
*
|
3969
|
+
* Lookup372: pallet_base_fee::pallet::Call<T>
|
3925
3970
|
**/ PalletBaseFeeCall: {
|
3926
3971
|
_enum: {
|
3927
3972
|
set_base_fee_per_gas: {
|
@@ -3933,7 +3978,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3933
3978
|
}
|
3934
3979
|
},
|
3935
3980
|
/**
|
3936
|
-
*
|
3981
|
+
* Lookup373: pallet_hotfix_sufficients::pallet::Call<T>
|
3937
3982
|
**/ PalletHotfixSufficientsCall: {
|
3938
3983
|
_enum: {
|
3939
3984
|
hotfix_inc_account_sufficients: {
|
@@ -3942,7 +3987,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3942
3987
|
}
|
3943
3988
|
},
|
3944
3989
|
/**
|
3945
|
-
*
|
3990
|
+
* Lookup375: pallet_airdrop_claims::pallet::Call<T>
|
3946
3991
|
**/ PalletAirdropClaimsCall: {
|
3947
3992
|
_enum: {
|
3948
3993
|
claim: {
|
@@ -3980,7 +4025,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3980
4025
|
}
|
3981
4026
|
},
|
3982
4027
|
/**
|
3983
|
-
*
|
4028
|
+
* Lookup377: pallet_airdrop_claims::utils::MultiAddressSignature
|
3984
4029
|
**/ PalletAirdropClaimsUtilsMultiAddressSignature: {
|
3985
4030
|
_enum: {
|
3986
4031
|
EVM: 'PalletAirdropClaimsUtilsEthereumAddressEcdsaSignature',
|
@@ -3988,13 +4033,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3988
4033
|
}
|
3989
4034
|
},
|
3990
4035
|
/**
|
3991
|
-
*
|
4036
|
+
* Lookup378: pallet_airdrop_claims::utils::ethereum_address::EcdsaSignature
|
3992
4037
|
**/ PalletAirdropClaimsUtilsEthereumAddressEcdsaSignature: '[u8;65]',
|
3993
4038
|
/**
|
3994
|
-
*
|
4039
|
+
* Lookup379: pallet_airdrop_claims::utils::Sr25519Signature
|
3995
4040
|
**/ PalletAirdropClaimsUtilsSr25519Signature: '[u8;64]',
|
3996
4041
|
/**
|
3997
|
-
*
|
4042
|
+
* Lookup385: pallet_airdrop_claims::StatementKind
|
3998
4043
|
**/ PalletAirdropClaimsStatementKind: {
|
3999
4044
|
_enum: [
|
4000
4045
|
'Regular',
|
@@ -4002,7 +4047,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4002
4047
|
]
|
4003
4048
|
},
|
4004
4049
|
/**
|
4005
|
-
*
|
4050
|
+
* Lookup386: pallet_proxy::pallet::Call<T>
|
4006
4051
|
**/ PalletProxyCall: {
|
4007
4052
|
_enum: {
|
4008
4053
|
proxy: {
|
@@ -4054,7 +4099,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4054
4099
|
}
|
4055
4100
|
},
|
4056
4101
|
/**
|
4057
|
-
*
|
4102
|
+
* Lookup388: pallet_multi_asset_delegation::pallet::Call<T>
|
4058
4103
|
**/ PalletMultiAssetDelegationCall: {
|
4059
4104
|
_enum: {
|
4060
4105
|
join_operators: {
|
@@ -4120,20 +4165,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4120
4165
|
}
|
4121
4166
|
},
|
4122
4167
|
/**
|
4123
|
-
*
|
4124
|
-
**/ TanglePrimitivesRewardsLockMultiplier: {
|
4125
|
-
_enum: [
|
4126
|
-
'__Unused0',
|
4127
|
-
'OneMonth',
|
4128
|
-
'TwoMonths',
|
4129
|
-
'ThreeMonths',
|
4130
|
-
'__Unused4',
|
4131
|
-
'__Unused5',
|
4132
|
-
'SixMonths'
|
4133
|
-
]
|
4134
|
-
},
|
4135
|
-
/**
|
4136
|
-
* Lookup389: pallet_multi_asset_delegation::types::delegator::DelegatorBlueprintSelection<tangle_testnet_runtime::MaxDelegatorBlueprints>
|
4168
|
+
* Lookup390: pallet_multi_asset_delegation::types::delegator::DelegatorBlueprintSelection<tangle_testnet_runtime::MaxDelegatorBlueprints>
|
4137
4169
|
**/ PalletMultiAssetDelegationDelegatorDelegatorBlueprintSelection: {
|
4138
4170
|
_enum: {
|
4139
4171
|
Fixed: 'Vec<u64>',
|
@@ -4141,10 +4173,10 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4141
4173
|
}
|
4142
4174
|
},
|
4143
4175
|
/**
|
4144
|
-
*
|
4176
|
+
* Lookup391: tangle_testnet_runtime::MaxDelegatorBlueprints
|
4145
4177
|
**/ TangleTestnetRuntimeMaxDelegatorBlueprints: 'Null',
|
4146
4178
|
/**
|
4147
|
-
*
|
4179
|
+
* Lookup394: pallet_services::module::Call<T>
|
4148
4180
|
**/ PalletServicesModuleCall: {
|
4149
4181
|
_enum: {
|
4150
4182
|
create_blueprint: {
|
@@ -4212,7 +4244,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4212
4244
|
}
|
4213
4245
|
},
|
4214
4246
|
/**
|
4215
|
-
*
|
4247
|
+
* Lookup395: tangle_primitives::services::ServiceBlueprint<C>
|
4216
4248
|
**/ TanglePrimitivesServicesServiceBlueprint: {
|
4217
4249
|
metadata: 'TanglePrimitivesServicesServiceMetadata',
|
4218
4250
|
jobs: 'Vec<TanglePrimitivesServicesJobDefinition>',
|
@@ -4223,7 +4255,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4223
4255
|
gadget: 'TanglePrimitivesServicesGadget'
|
4224
4256
|
},
|
4225
4257
|
/**
|
4226
|
-
*
|
4258
|
+
* Lookup396: tangle_primitives::services::ServiceMetadata<C>
|
4227
4259
|
**/ TanglePrimitivesServicesServiceMetadata: {
|
4228
4260
|
name: 'Bytes',
|
4229
4261
|
description: 'Option<Bytes>',
|
@@ -4235,20 +4267,20 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4235
4267
|
license: 'Option<Bytes>'
|
4236
4268
|
},
|
4237
4269
|
/**
|
4238
|
-
*
|
4270
|
+
* Lookup401: tangle_primitives::services::JobDefinition<C>
|
4239
4271
|
**/ TanglePrimitivesServicesJobDefinition: {
|
4240
4272
|
metadata: 'TanglePrimitivesServicesJobMetadata',
|
4241
4273
|
params: 'Vec<TanglePrimitivesServicesFieldFieldType>',
|
4242
4274
|
result: 'Vec<TanglePrimitivesServicesFieldFieldType>'
|
4243
4275
|
},
|
4244
4276
|
/**
|
4245
|
-
*
|
4277
|
+
* Lookup402: tangle_primitives::services::JobMetadata<C>
|
4246
4278
|
**/ TanglePrimitivesServicesJobMetadata: {
|
4247
4279
|
name: 'Bytes',
|
4248
4280
|
description: 'Option<Bytes>'
|
4249
4281
|
},
|
4250
4282
|
/**
|
4251
|
-
*
|
4283
|
+
* Lookup404: tangle_primitives::services::field::FieldType
|
4252
4284
|
**/ TanglePrimitivesServicesFieldFieldType: {
|
4253
4285
|
_enum: {
|
4254
4286
|
Void: 'Null',
|
@@ -4355,14 +4387,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4355
4387
|
}
|
4356
4388
|
},
|
4357
4389
|
/**
|
4358
|
-
*
|
4390
|
+
* Lookup410: tangle_primitives::services::BlueprintServiceManager
|
4359
4391
|
**/ TanglePrimitivesServicesBlueprintServiceManager: {
|
4360
4392
|
_enum: {
|
4361
4393
|
Evm: 'H160'
|
4362
4394
|
}
|
4363
4395
|
},
|
4364
4396
|
/**
|
4365
|
-
*
|
4397
|
+
* Lookup411: tangle_primitives::services::MasterBlueprintServiceManagerRevision
|
4366
4398
|
**/ TanglePrimitivesServicesMasterBlueprintServiceManagerRevision: {
|
4367
4399
|
_enum: {
|
4368
4400
|
Latest: 'Null',
|
@@ -4370,7 +4402,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4370
4402
|
}
|
4371
4403
|
},
|
4372
4404
|
/**
|
4373
|
-
*
|
4405
|
+
* Lookup412: tangle_primitives::services::Gadget<C>
|
4374
4406
|
**/ TanglePrimitivesServicesGadget: {
|
4375
4407
|
_enum: {
|
4376
4408
|
Wasm: 'TanglePrimitivesServicesWasmGadget',
|
@@ -4379,13 +4411,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4379
4411
|
}
|
4380
4412
|
},
|
4381
4413
|
/**
|
4382
|
-
*
|
4414
|
+
* Lookup413: tangle_primitives::services::WasmGadget<C>
|
4383
4415
|
**/ TanglePrimitivesServicesWasmGadget: {
|
4384
4416
|
runtime: 'TanglePrimitivesServicesWasmRuntime',
|
4385
4417
|
sources: 'Vec<TanglePrimitivesServicesGadgetSource>'
|
4386
4418
|
},
|
4387
4419
|
/**
|
4388
|
-
*
|
4420
|
+
* Lookup414: tangle_primitives::services::WasmRuntime
|
4389
4421
|
**/ TanglePrimitivesServicesWasmRuntime: {
|
4390
4422
|
_enum: [
|
4391
4423
|
'Wasmtime',
|
@@ -4393,12 +4425,12 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4393
4425
|
]
|
4394
4426
|
},
|
4395
4427
|
/**
|
4396
|
-
*
|
4428
|
+
* Lookup416: tangle_primitives::services::GadgetSource<C>
|
4397
4429
|
**/ TanglePrimitivesServicesGadgetSource: {
|
4398
4430
|
fetcher: 'TanglePrimitivesServicesGadgetSourceFetcher'
|
4399
4431
|
},
|
4400
4432
|
/**
|
4401
|
-
*
|
4433
|
+
* Lookup417: tangle_primitives::services::GadgetSourceFetcher<C>
|
4402
4434
|
**/ TanglePrimitivesServicesGadgetSourceFetcher: {
|
4403
4435
|
_enum: {
|
4404
4436
|
IPFS: 'Bytes',
|
@@ -4408,7 +4440,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4408
4440
|
}
|
4409
4441
|
},
|
4410
4442
|
/**
|
4411
|
-
*
|
4443
|
+
* Lookup419: tangle_primitives::services::GithubFetcher<C>
|
4412
4444
|
**/ TanglePrimitivesServicesGithubFetcher: {
|
4413
4445
|
owner: 'Bytes',
|
4414
4446
|
repo: 'Bytes',
|
@@ -4416,7 +4448,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4416
4448
|
binaries: 'Vec<TanglePrimitivesServicesGadgetBinary>'
|
4417
4449
|
},
|
4418
4450
|
/**
|
4419
|
-
*
|
4451
|
+
* Lookup427: tangle_primitives::services::GadgetBinary<C>
|
4420
4452
|
**/ TanglePrimitivesServicesGadgetBinary: {
|
4421
4453
|
arch: 'TanglePrimitivesServicesArchitecture',
|
4422
4454
|
os: 'TanglePrimitivesServicesOperatingSystem',
|
@@ -4424,7 +4456,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4424
4456
|
sha256: '[u8;32]'
|
4425
4457
|
},
|
4426
4458
|
/**
|
4427
|
-
*
|
4459
|
+
* Lookup428: tangle_primitives::services::Architecture
|
4428
4460
|
**/ TanglePrimitivesServicesArchitecture: {
|
4429
4461
|
_enum: [
|
4430
4462
|
'Wasm',
|
@@ -4440,7 +4472,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4440
4472
|
]
|
4441
4473
|
},
|
4442
4474
|
/**
|
4443
|
-
*
|
4475
|
+
* Lookup429: tangle_primitives::services::OperatingSystem
|
4444
4476
|
**/ TanglePrimitivesServicesOperatingSystem: {
|
4445
4477
|
_enum: [
|
4446
4478
|
'Unknown',
|
@@ -4451,7 +4483,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4451
4483
|
]
|
4452
4484
|
},
|
4453
4485
|
/**
|
4454
|
-
*
|
4486
|
+
* Lookup433: tangle_primitives::services::ImageRegistryFetcher<C>
|
4455
4487
|
**/ TanglePrimitivesServicesImageRegistryFetcher: {
|
4456
4488
|
_alias: {
|
4457
4489
|
registry_: 'registry'
|
@@ -4461,24 +4493,24 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4461
4493
|
tag: 'Bytes'
|
4462
4494
|
},
|
4463
4495
|
/**
|
4464
|
-
*
|
4496
|
+
* Lookup440: tangle_primitives::services::TestFetcher<C>
|
4465
4497
|
**/ TanglePrimitivesServicesTestFetcher: {
|
4466
4498
|
cargoPackage: 'Bytes',
|
4467
4499
|
cargoBin: 'Bytes',
|
4468
4500
|
basePath: 'Bytes'
|
4469
4501
|
},
|
4470
4502
|
/**
|
4471
|
-
*
|
4503
|
+
* Lookup442: tangle_primitives::services::NativeGadget<C>
|
4472
4504
|
**/ TanglePrimitivesServicesNativeGadget: {
|
4473
4505
|
sources: 'Vec<TanglePrimitivesServicesGadgetSource>'
|
4474
4506
|
},
|
4475
4507
|
/**
|
4476
|
-
*
|
4508
|
+
* Lookup443: tangle_primitives::services::ContainerGadget<C>
|
4477
4509
|
**/ TanglePrimitivesServicesContainerGadget: {
|
4478
4510
|
sources: 'Vec<TanglePrimitivesServicesGadgetSource>'
|
4479
4511
|
},
|
4480
4512
|
/**
|
4481
|
-
*
|
4513
|
+
* Lookup446: pallet_tangle_lst::pallet::Call<T>
|
4482
4514
|
**/ PalletTangleLstCall: {
|
4483
4515
|
_enum: {
|
4484
4516
|
join: {
|
@@ -4576,18 +4608,21 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4576
4608
|
set_commission_claim_permission: {
|
4577
4609
|
poolId: 'u32',
|
4578
4610
|
permission: 'Option<PalletTangleLstCommissionCommissionClaimPermission>'
|
4611
|
+
},
|
4612
|
+
set_last_pool_id: {
|
4613
|
+
poolId: 'u32'
|
4579
4614
|
}
|
4580
4615
|
}
|
4581
4616
|
},
|
4582
4617
|
/**
|
4583
|
-
*
|
4618
|
+
* Lookup447: pallet_tangle_lst::types::BondExtra<Balance>
|
4584
4619
|
**/ PalletTangleLstBondExtra: {
|
4585
4620
|
_enum: {
|
4586
4621
|
FreeBalance: 'u128'
|
4587
4622
|
}
|
4588
4623
|
},
|
4589
4624
|
/**
|
4590
|
-
*
|
4625
|
+
* Lookup452: pallet_tangle_lst::types::ConfigOp<T>
|
4591
4626
|
**/ PalletTangleLstConfigOpU128: {
|
4592
4627
|
_enum: {
|
4593
4628
|
Noop: 'Null',
|
@@ -4596,7 +4631,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4596
4631
|
}
|
4597
4632
|
},
|
4598
4633
|
/**
|
4599
|
-
*
|
4634
|
+
* Lookup453: pallet_tangle_lst::types::ConfigOp<T>
|
4600
4635
|
**/ PalletTangleLstConfigOpU32: {
|
4601
4636
|
_enum: {
|
4602
4637
|
Noop: 'Null',
|
@@ -4605,7 +4640,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4605
4640
|
}
|
4606
4641
|
},
|
4607
4642
|
/**
|
4608
|
-
*
|
4643
|
+
* Lookup454: pallet_tangle_lst::types::ConfigOp<sp_arithmetic::per_things::Perbill>
|
4609
4644
|
**/ PalletTangleLstConfigOpPerbill: {
|
4610
4645
|
_enum: {
|
4611
4646
|
Noop: 'Null',
|
@@ -4614,7 +4649,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4614
4649
|
}
|
4615
4650
|
},
|
4616
4651
|
/**
|
4617
|
-
*
|
4652
|
+
* Lookup455: pallet_tangle_lst::types::ConfigOp<sp_core::crypto::AccountId32>
|
4618
4653
|
**/ PalletTangleLstConfigOpAccountId32: {
|
4619
4654
|
_enum: {
|
4620
4655
|
Noop: 'Null',
|
@@ -4623,7 +4658,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4623
4658
|
}
|
4624
4659
|
},
|
4625
4660
|
/**
|
4626
|
-
*
|
4661
|
+
* Lookup456: pallet_rewards::pallet::Call<T>
|
4627
4662
|
**/ PalletRewardsCall: {
|
4628
4663
|
_enum: {
|
4629
4664
|
__Unused0: 'Null',
|
@@ -4635,21 +4670,21 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4635
4670
|
assetId: 'TanglePrimitivesServicesAsset',
|
4636
4671
|
action: 'PalletRewardsAssetAction'
|
4637
4672
|
},
|
4673
|
+
create_reward_vault: {
|
4674
|
+
vaultId: 'u32',
|
4675
|
+
newConfig: 'PalletRewardsRewardConfigForAssetVault'
|
4676
|
+
},
|
4638
4677
|
update_vault_reward_config: {
|
4639
4678
|
vaultId: 'u32',
|
4640
4679
|
newConfig: 'PalletRewardsRewardConfigForAssetVault'
|
4680
|
+
},
|
4681
|
+
update_decay_config: {
|
4682
|
+
startPeriod: 'u64',
|
4683
|
+
rate: 'Percent'
|
4641
4684
|
}
|
4642
4685
|
}
|
4643
4686
|
},
|
4644
4687
|
/**
|
4645
|
-
* Lookup456: pallet_rewards::types::RewardConfigForAssetVault<Balance>
|
4646
|
-
**/ PalletRewardsRewardConfigForAssetVault: {
|
4647
|
-
apy: 'Percent',
|
4648
|
-
incentiveCap: 'u128',
|
4649
|
-
depositCap: 'u128',
|
4650
|
-
boostMultiplier: 'Option<u32>'
|
4651
|
-
},
|
4652
|
-
/**
|
4653
4688
|
* Lookup457: pallet_sudo::pallet::Error<T>
|
4654
4689
|
**/ PalletSudoError: {
|
4655
4690
|
_enum: [
|
@@ -6068,7 +6103,6 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6068
6103
|
'CannotExit',
|
6069
6104
|
'AlreadyLeaving',
|
6070
6105
|
'NotLeavingOperator',
|
6071
|
-
'NotLeavingRound',
|
6072
6106
|
'LeavingRoundNotReached',
|
6073
6107
|
'NoScheduledBondLess',
|
6074
6108
|
'BondLessRequestNotSatisfied',
|
@@ -6113,7 +6147,8 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6113
6147
|
'EVMAbiEncode',
|
6114
6148
|
'EVMAbiDecode',
|
6115
6149
|
'LockViolation',
|
6116
|
-
'DepositExceedsCapForAsset'
|
6150
|
+
'DepositExceedsCapForAsset',
|
6151
|
+
'OverflowRisk'
|
6117
6152
|
]
|
6118
6153
|
},
|
6119
6154
|
/**
|
@@ -6396,7 +6431,15 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6396
6431
|
'DuplicateBlueprintId',
|
6397
6432
|
'BlueprintIdNotFound',
|
6398
6433
|
'RewardConfigNotFound',
|
6399
|
-
'
|
6434
|
+
'CannotCalculatePropotionalApy',
|
6435
|
+
'CannotCalculateRewardPerBlock',
|
6436
|
+
'IncentiveCapGreaterThanDepositCap',
|
6437
|
+
'BoostMultiplierMustBeOne',
|
6438
|
+
'VaultAlreadyExists',
|
6439
|
+
'TotalDepositLessThanIncentiveCap',
|
6440
|
+
'PotAlreadyExists',
|
6441
|
+
'PotAccountNotFound',
|
6442
|
+
'InvalidDecayRate'
|
6400
6443
|
]
|
6401
6444
|
},
|
6402
6445
|
/**
|