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