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