@webb-tools/tangle-substrate-types 0.9.1 → 0.9.4
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 +437 -343
- package/build/index.d.ts +1080 -700
- package/build/index.mjs +437 -343
- package/package.json +1 -1
package/build/index.cjs
CHANGED
@@ -1797,6 +1797,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
1797
1797
|
vaultId: 'u128',
|
1798
1798
|
assetId: 'u128',
|
1799
1799
|
action: 'PalletMultiAssetDelegationRewardsAssetAction'
|
1800
|
+
},
|
1801
|
+
OperatorSlashed: {
|
1802
|
+
who: 'AccountId32',
|
1803
|
+
amount: 'u128'
|
1804
|
+
},
|
1805
|
+
DelegatorSlashed: {
|
1806
|
+
who: 'AccountId32',
|
1807
|
+
amount: 'u128'
|
1800
1808
|
}
|
1801
1809
|
}
|
1802
1810
|
},
|
@@ -1830,11 +1838,6 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
1830
1838
|
operator: 'AccountId32',
|
1831
1839
|
blueprintId: 'u64'
|
1832
1840
|
},
|
1833
|
-
ApprovalPreferenceUpdated: {
|
1834
|
-
operator: 'AccountId32',
|
1835
|
-
blueprintId: 'u64',
|
1836
|
-
approvalPreference: 'TanglePrimitivesServicesApprovalPreference'
|
1837
|
-
},
|
1838
1841
|
PriceTargetsUpdated: {
|
1839
1842
|
operator: 'AccountId32',
|
1840
1843
|
blueprintId: 'u64',
|
@@ -1860,16 +1863,9 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
1860
1863
|
requestId: 'u64',
|
1861
1864
|
blueprintId: 'u64'
|
1862
1865
|
},
|
1863
|
-
ServiceRequestUpdated: {
|
1864
|
-
owner: 'AccountId32',
|
1865
|
-
requestId: 'u64',
|
1866
|
-
blueprintId: 'u64',
|
1867
|
-
pendingApprovals: 'Vec<AccountId32>',
|
1868
|
-
approved: 'Vec<AccountId32>'
|
1869
|
-
},
|
1870
1866
|
ServiceInitiated: {
|
1871
1867
|
owner: 'AccountId32',
|
1872
|
-
requestId: '
|
1868
|
+
requestId: 'u64',
|
1873
1869
|
serviceId: 'u64',
|
1874
1870
|
blueprintId: 'u64',
|
1875
1871
|
assets: 'Vec<u128>'
|
@@ -1903,6 +1899,22 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
1903
1899
|
to: 'H160',
|
1904
1900
|
data: 'Bytes',
|
1905
1901
|
reason: 'Bytes'
|
1902
|
+
},
|
1903
|
+
UnappliedSlash: {
|
1904
|
+
index: 'u32',
|
1905
|
+
operator: 'AccountId32',
|
1906
|
+
amount: 'u128',
|
1907
|
+
serviceId: 'u64',
|
1908
|
+
blueprintId: 'u64',
|
1909
|
+
era: 'u32'
|
1910
|
+
},
|
1911
|
+
SlashDiscarded: {
|
1912
|
+
index: 'u32',
|
1913
|
+
operator: 'AccountId32',
|
1914
|
+
amount: 'u128',
|
1915
|
+
serviceId: 'u64',
|
1916
|
+
blueprintId: 'u64',
|
1917
|
+
era: 'u32'
|
1906
1918
|
}
|
1907
1919
|
}
|
1908
1920
|
},
|
@@ -1910,19 +1922,10 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
1910
1922
|
* Lookup127: tangle_primitives::services::OperatorPreferences
|
1911
1923
|
**/ TanglePrimitivesServicesOperatorPreferences: {
|
1912
1924
|
key: '[u8;33]',
|
1913
|
-
approval: 'TanglePrimitivesServicesApprovalPreference',
|
1914
1925
|
priceTargets: 'TanglePrimitivesServicesPriceTargets'
|
1915
1926
|
},
|
1916
1927
|
/**
|
1917
|
-
* Lookup129: tangle_primitives::services::
|
1918
|
-
**/ TanglePrimitivesServicesApprovalPreference: {
|
1919
|
-
_enum: [
|
1920
|
-
'None',
|
1921
|
-
'Required'
|
1922
|
-
]
|
1923
|
-
},
|
1924
|
-
/**
|
1925
|
-
* Lookup130: tangle_primitives::services::PriceTargets
|
1928
|
+
* Lookup129: tangle_primitives::services::PriceTargets
|
1926
1929
|
**/ TanglePrimitivesServicesPriceTargets: {
|
1927
1930
|
cpu: 'u64',
|
1928
1931
|
mem: 'u64',
|
@@ -1931,7 +1934,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
1931
1934
|
storageNvme: 'u64'
|
1932
1935
|
},
|
1933
1936
|
/**
|
1934
|
-
*
|
1937
|
+
* Lookup131: tangle_primitives::services::field::Field<C, sp_core::crypto::AccountId32>
|
1935
1938
|
**/ TanglePrimitivesServicesField: {
|
1936
1939
|
_enum: {
|
1937
1940
|
None: 'Null',
|
@@ -2038,7 +2041,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2038
2041
|
}
|
2039
2042
|
},
|
2040
2043
|
/**
|
2041
|
-
*
|
2044
|
+
* Lookup144: pallet_tangle_lst::pallet::Event<T>
|
2042
2045
|
**/ PalletTangleLstEvent: {
|
2043
2046
|
_enum: {
|
2044
2047
|
Created: {
|
@@ -2125,7 +2128,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2125
2128
|
}
|
2126
2129
|
},
|
2127
2130
|
/**
|
2128
|
-
*
|
2131
|
+
* Lookup145: pallet_tangle_lst::types::pools::PoolState
|
2129
2132
|
**/ PalletTangleLstPoolsPoolState: {
|
2130
2133
|
_enum: [
|
2131
2134
|
'Open',
|
@@ -2134,13 +2137,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2134
2137
|
]
|
2135
2138
|
},
|
2136
2139
|
/**
|
2137
|
-
*
|
2140
|
+
* Lookup146: pallet_tangle_lst::types::commission::CommissionChangeRate<BlockNumber>
|
2138
2141
|
**/ PalletTangleLstCommissionCommissionChangeRate: {
|
2139
2142
|
maxIncrease: 'Perbill',
|
2140
2143
|
minDelay: 'u64'
|
2141
2144
|
},
|
2142
2145
|
/**
|
2143
|
-
*
|
2146
|
+
* Lookup148: pallet_tangle_lst::types::commission::CommissionClaimPermission<sp_core::crypto::AccountId32>
|
2144
2147
|
**/ PalletTangleLstCommissionCommissionClaimPermission: {
|
2145
2148
|
_enum: {
|
2146
2149
|
Permissionless: 'Null',
|
@@ -2148,7 +2151,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2148
2151
|
}
|
2149
2152
|
},
|
2150
2153
|
/**
|
2151
|
-
*
|
2154
|
+
* Lookup149: frame_system::Phase
|
2152
2155
|
**/ FrameSystemPhase: {
|
2153
2156
|
_enum: {
|
2154
2157
|
ApplyExtrinsic: 'u32',
|
@@ -2157,19 +2160,19 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2157
2160
|
}
|
2158
2161
|
},
|
2159
2162
|
/**
|
2160
|
-
*
|
2163
|
+
* Lookup151: frame_system::LastRuntimeUpgradeInfo
|
2161
2164
|
**/ FrameSystemLastRuntimeUpgradeInfo: {
|
2162
2165
|
specVersion: 'Compact<u32>',
|
2163
2166
|
specName: 'Text'
|
2164
2167
|
},
|
2165
2168
|
/**
|
2166
|
-
*
|
2169
|
+
* Lookup153: frame_system::CodeUpgradeAuthorization<T>
|
2167
2170
|
**/ FrameSystemCodeUpgradeAuthorization: {
|
2168
2171
|
codeHash: 'H256',
|
2169
2172
|
checkVersion: 'bool'
|
2170
2173
|
},
|
2171
2174
|
/**
|
2172
|
-
*
|
2175
|
+
* Lookup154: frame_system::pallet::Call<T>
|
2173
2176
|
**/ FrameSystemCall: {
|
2174
2177
|
_enum: {
|
2175
2178
|
remark: {
|
@@ -2213,21 +2216,21 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2213
2216
|
}
|
2214
2217
|
},
|
2215
2218
|
/**
|
2216
|
-
*
|
2219
|
+
* Lookup158: frame_system::limits::BlockWeights
|
2217
2220
|
**/ FrameSystemLimitsBlockWeights: {
|
2218
2221
|
baseBlock: 'SpWeightsWeightV2Weight',
|
2219
2222
|
maxBlock: 'SpWeightsWeightV2Weight',
|
2220
2223
|
perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
|
2221
2224
|
},
|
2222
2225
|
/**
|
2223
|
-
*
|
2226
|
+
* Lookup159: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
2224
2227
|
**/ FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
2225
2228
|
normal: 'FrameSystemLimitsWeightsPerClass',
|
2226
2229
|
operational: 'FrameSystemLimitsWeightsPerClass',
|
2227
2230
|
mandatory: 'FrameSystemLimitsWeightsPerClass'
|
2228
2231
|
},
|
2229
2232
|
/**
|
2230
|
-
*
|
2233
|
+
* Lookup160: frame_system::limits::WeightsPerClass
|
2231
2234
|
**/ FrameSystemLimitsWeightsPerClass: {
|
2232
2235
|
baseExtrinsic: 'SpWeightsWeightV2Weight',
|
2233
2236
|
maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',
|
@@ -2235,25 +2238,25 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2235
2238
|
reserved: 'Option<SpWeightsWeightV2Weight>'
|
2236
2239
|
},
|
2237
2240
|
/**
|
2238
|
-
*
|
2241
|
+
* Lookup162: frame_system::limits::BlockLength
|
2239
2242
|
**/ FrameSystemLimitsBlockLength: {
|
2240
2243
|
max: 'FrameSupportDispatchPerDispatchClassU32'
|
2241
2244
|
},
|
2242
2245
|
/**
|
2243
|
-
*
|
2246
|
+
* Lookup163: frame_support::dispatch::PerDispatchClass<T>
|
2244
2247
|
**/ FrameSupportDispatchPerDispatchClassU32: {
|
2245
2248
|
normal: 'u32',
|
2246
2249
|
operational: 'u32',
|
2247
2250
|
mandatory: 'u32'
|
2248
2251
|
},
|
2249
2252
|
/**
|
2250
|
-
*
|
2253
|
+
* Lookup164: sp_weights::RuntimeDbWeight
|
2251
2254
|
**/ SpWeightsRuntimeDbWeight: {
|
2252
2255
|
read: 'u64',
|
2253
2256
|
write: 'u64'
|
2254
2257
|
},
|
2255
2258
|
/**
|
2256
|
-
*
|
2259
|
+
* Lookup165: sp_version::RuntimeVersion
|
2257
2260
|
**/ SpVersionRuntimeVersion: {
|
2258
2261
|
specName: 'Text',
|
2259
2262
|
implName: 'Text',
|
@@ -2265,7 +2268,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2265
2268
|
stateVersion: 'u8'
|
2266
2269
|
},
|
2267
2270
|
/**
|
2268
|
-
*
|
2271
|
+
* Lookup170: frame_system::pallet::Error<T>
|
2269
2272
|
**/ FrameSystemError: {
|
2270
2273
|
_enum: [
|
2271
2274
|
'InvalidSpecName',
|
@@ -2280,7 +2283,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2280
2283
|
]
|
2281
2284
|
},
|
2282
2285
|
/**
|
2283
|
-
*
|
2286
|
+
* Lookup171: pallet_timestamp::pallet::Call<T>
|
2284
2287
|
**/ PalletTimestampCall: {
|
2285
2288
|
_enum: {
|
2286
2289
|
set: {
|
@@ -2289,7 +2292,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2289
2292
|
}
|
2290
2293
|
},
|
2291
2294
|
/**
|
2292
|
-
*
|
2295
|
+
* Lookup172: pallet_sudo::pallet::Call<T>
|
2293
2296
|
**/ PalletSudoCall: {
|
2294
2297
|
_enum: {
|
2295
2298
|
sudo: {
|
@@ -2313,7 +2316,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2313
2316
|
}
|
2314
2317
|
},
|
2315
2318
|
/**
|
2316
|
-
*
|
2319
|
+
* Lookup174: pallet_assets::pallet::Call<T, I>
|
2317
2320
|
**/ PalletAssetsCall: {
|
2318
2321
|
_enum: {
|
2319
2322
|
create: {
|
@@ -2464,7 +2467,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2464
2467
|
}
|
2465
2468
|
},
|
2466
2469
|
/**
|
2467
|
-
*
|
2470
|
+
* Lookup176: pallet_balances::pallet::Call<T, I>
|
2468
2471
|
**/ PalletBalancesCall: {
|
2469
2472
|
_enum: {
|
2470
2473
|
transfer_allow_death: {
|
@@ -2508,7 +2511,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2508
2511
|
}
|
2509
2512
|
},
|
2510
2513
|
/**
|
2511
|
-
*
|
2514
|
+
* Lookup177: pallet_balances::types::AdjustmentDirection
|
2512
2515
|
**/ PalletBalancesAdjustmentDirection: {
|
2513
2516
|
_enum: [
|
2514
2517
|
'Increase',
|
@@ -2516,7 +2519,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2516
2519
|
]
|
2517
2520
|
},
|
2518
2521
|
/**
|
2519
|
-
*
|
2522
|
+
* Lookup178: pallet_babe::pallet::Call<T>
|
2520
2523
|
**/ PalletBabeCall: {
|
2521
2524
|
_enum: {
|
2522
2525
|
report_equivocation: {
|
@@ -2533,7 +2536,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2533
2536
|
}
|
2534
2537
|
},
|
2535
2538
|
/**
|
2536
|
-
*
|
2539
|
+
* Lookup179: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_babe::app::Public>
|
2537
2540
|
**/ SpConsensusSlotsEquivocationProof: {
|
2538
2541
|
offender: 'SpConsensusBabeAppPublic',
|
2539
2542
|
slot: 'u64',
|
@@ -2541,7 +2544,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2541
2544
|
secondHeader: 'SpRuntimeHeader'
|
2542
2545
|
},
|
2543
2546
|
/**
|
2544
|
-
*
|
2547
|
+
* Lookup180: sp_runtime::generic::header::Header<Number, Hash>
|
2545
2548
|
**/ SpRuntimeHeader: {
|
2546
2549
|
parentHash: 'H256',
|
2547
2550
|
number: 'Compact<u64>',
|
@@ -2550,17 +2553,17 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2550
2553
|
digest: 'SpRuntimeDigest'
|
2551
2554
|
},
|
2552
2555
|
/**
|
2553
|
-
*
|
2556
|
+
* Lookup181: sp_consensus_babe::app::Public
|
2554
2557
|
**/ SpConsensusBabeAppPublic: '[u8;32]',
|
2555
2558
|
/**
|
2556
|
-
*
|
2559
|
+
* Lookup183: sp_session::MembershipProof
|
2557
2560
|
**/ SpSessionMembershipProof: {
|
2558
2561
|
session: 'u32',
|
2559
2562
|
trieNodes: 'Vec<Bytes>',
|
2560
2563
|
validatorCount: 'u32'
|
2561
2564
|
},
|
2562
2565
|
/**
|
2563
|
-
*
|
2566
|
+
* Lookup184: sp_consensus_babe::digests::NextConfigDescriptor
|
2564
2567
|
**/ SpConsensusBabeDigestsNextConfigDescriptor: {
|
2565
2568
|
_enum: {
|
2566
2569
|
__Unused0: 'Null',
|
@@ -2571,7 +2574,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2571
2574
|
}
|
2572
2575
|
},
|
2573
2576
|
/**
|
2574
|
-
*
|
2577
|
+
* Lookup186: sp_consensus_babe::AllowedSlots
|
2575
2578
|
**/ SpConsensusBabeAllowedSlots: {
|
2576
2579
|
_enum: [
|
2577
2580
|
'PrimarySlots',
|
@@ -2580,7 +2583,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2580
2583
|
]
|
2581
2584
|
},
|
2582
2585
|
/**
|
2583
|
-
*
|
2586
|
+
* Lookup187: pallet_grandpa::pallet::Call<T>
|
2584
2587
|
**/ PalletGrandpaCall: {
|
2585
2588
|
_enum: {
|
2586
2589
|
report_equivocation: {
|
@@ -2598,13 +2601,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2598
2601
|
}
|
2599
2602
|
},
|
2600
2603
|
/**
|
2601
|
-
*
|
2604
|
+
* Lookup188: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
2602
2605
|
**/ SpConsensusGrandpaEquivocationProof: {
|
2603
2606
|
setId: 'u64',
|
2604
2607
|
equivocation: 'SpConsensusGrandpaEquivocation'
|
2605
2608
|
},
|
2606
2609
|
/**
|
2607
|
-
*
|
2610
|
+
* Lookup189: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
2608
2611
|
**/ SpConsensusGrandpaEquivocation: {
|
2609
2612
|
_enum: {
|
2610
2613
|
Prevote: 'FinalityGrandpaEquivocationPrevote',
|
@@ -2612,7 +2615,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2612
2615
|
}
|
2613
2616
|
},
|
2614
2617
|
/**
|
2615
|
-
*
|
2618
|
+
* Lookup190: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
2616
2619
|
**/ FinalityGrandpaEquivocationPrevote: {
|
2617
2620
|
roundNumber: 'u64',
|
2618
2621
|
identity: 'SpConsensusGrandpaAppPublic',
|
@@ -2620,16 +2623,16 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2620
2623
|
second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
|
2621
2624
|
},
|
2622
2625
|
/**
|
2623
|
-
*
|
2626
|
+
* Lookup191: finality_grandpa::Prevote<primitive_types::H256, N>
|
2624
2627
|
**/ FinalityGrandpaPrevote: {
|
2625
2628
|
targetHash: 'H256',
|
2626
2629
|
targetNumber: 'u64'
|
2627
2630
|
},
|
2628
2631
|
/**
|
2629
|
-
*
|
2632
|
+
* Lookup192: sp_consensus_grandpa::app::Signature
|
2630
2633
|
**/ SpConsensusGrandpaAppSignature: '[u8;64]',
|
2631
2634
|
/**
|
2632
|
-
*
|
2635
|
+
* Lookup195: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
2633
2636
|
**/ FinalityGrandpaEquivocationPrecommit: {
|
2634
2637
|
roundNumber: 'u64',
|
2635
2638
|
identity: 'SpConsensusGrandpaAppPublic',
|
@@ -2637,16 +2640,16 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2637
2640
|
second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
|
2638
2641
|
},
|
2639
2642
|
/**
|
2640
|
-
*
|
2643
|
+
* Lookup196: finality_grandpa::Precommit<primitive_types::H256, N>
|
2641
2644
|
**/ FinalityGrandpaPrecommit: {
|
2642
2645
|
targetHash: 'H256',
|
2643
2646
|
targetNumber: 'u64'
|
2644
2647
|
},
|
2645
2648
|
/**
|
2646
|
-
*
|
2649
|
+
* Lookup198: sp_core::Void
|
2647
2650
|
**/ SpCoreVoid: 'Null',
|
2648
2651
|
/**
|
2649
|
-
*
|
2652
|
+
* Lookup199: pallet_indices::pallet::Call<T>
|
2650
2653
|
**/ PalletIndicesCall: {
|
2651
2654
|
_enum: {
|
2652
2655
|
claim: {
|
@@ -2676,7 +2679,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2676
2679
|
}
|
2677
2680
|
},
|
2678
2681
|
/**
|
2679
|
-
*
|
2682
|
+
* Lookup200: pallet_democracy::pallet::Call<T>
|
2680
2683
|
**/ PalletDemocracyCall: {
|
2681
2684
|
_enum: {
|
2682
2685
|
propose: {
|
@@ -2744,7 +2747,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2744
2747
|
}
|
2745
2748
|
},
|
2746
2749
|
/**
|
2747
|
-
*
|
2750
|
+
* Lookup201: frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>
|
2748
2751
|
**/ FrameSupportPreimagesBounded: {
|
2749
2752
|
_enum: {
|
2750
2753
|
Legacy: {
|
@@ -2764,10 +2767,10 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2764
2767
|
}
|
2765
2768
|
},
|
2766
2769
|
/**
|
2767
|
-
*
|
2770
|
+
* Lookup202: sp_runtime::traits::BlakeTwo256
|
2768
2771
|
**/ SpRuntimeBlakeTwo256: 'Null',
|
2769
2772
|
/**
|
2770
|
-
*
|
2773
|
+
* Lookup204: pallet_democracy::conviction::Conviction
|
2771
2774
|
**/ PalletDemocracyConviction: {
|
2772
2775
|
_enum: [
|
2773
2776
|
'None',
|
@@ -2780,7 +2783,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2780
2783
|
]
|
2781
2784
|
},
|
2782
2785
|
/**
|
2783
|
-
*
|
2786
|
+
* Lookup207: pallet_collective::pallet::Call<T, I>
|
2784
2787
|
**/ PalletCollectiveCall: {
|
2785
2788
|
_enum: {
|
2786
2789
|
set_members: {
|
@@ -2815,7 +2818,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2815
2818
|
}
|
2816
2819
|
},
|
2817
2820
|
/**
|
2818
|
-
*
|
2821
|
+
* Lookup208: pallet_vesting::pallet::Call<T>
|
2819
2822
|
**/ PalletVestingCall: {
|
2820
2823
|
_enum: {
|
2821
2824
|
vest: 'Null',
|
@@ -2842,14 +2845,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2842
2845
|
}
|
2843
2846
|
},
|
2844
2847
|
/**
|
2845
|
-
*
|
2848
|
+
* Lookup209: pallet_vesting::vesting_info::VestingInfo<Balance, BlockNumber>
|
2846
2849
|
**/ PalletVestingVestingInfo: {
|
2847
2850
|
locked: 'u128',
|
2848
2851
|
perBlock: 'u128',
|
2849
2852
|
startingBlock: 'u64'
|
2850
2853
|
},
|
2851
2854
|
/**
|
2852
|
-
*
|
2855
|
+
* Lookup210: pallet_elections_phragmen::pallet::Call<T>
|
2853
2856
|
**/ PalletElectionsPhragmenCall: {
|
2854
2857
|
_enum: {
|
2855
2858
|
vote: {
|
@@ -2875,7 +2878,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2875
2878
|
}
|
2876
2879
|
},
|
2877
2880
|
/**
|
2878
|
-
*
|
2881
|
+
* Lookup211: pallet_elections_phragmen::Renouncing
|
2879
2882
|
**/ PalletElectionsPhragmenRenouncing: {
|
2880
2883
|
_enum: {
|
2881
2884
|
Member: 'Null',
|
@@ -2884,7 +2887,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2884
2887
|
}
|
2885
2888
|
},
|
2886
2889
|
/**
|
2887
|
-
*
|
2890
|
+
* Lookup212: pallet_election_provider_multi_phase::pallet::Call<T>
|
2888
2891
|
**/ PalletElectionProviderMultiPhaseCall: {
|
2889
2892
|
_enum: {
|
2890
2893
|
submit_unsigned: {
|
@@ -2907,14 +2910,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2907
2910
|
}
|
2908
2911
|
},
|
2909
2912
|
/**
|
2910
|
-
*
|
2913
|
+
* Lookup213: pallet_election_provider_multi_phase::RawSolution<tangle_testnet_runtime::NposSolution16>
|
2911
2914
|
**/ PalletElectionProviderMultiPhaseRawSolution: {
|
2912
2915
|
solution: 'TangleTestnetRuntimeNposSolution16',
|
2913
2916
|
score: 'SpNposElectionsElectionScore',
|
2914
2917
|
round: 'u32'
|
2915
2918
|
},
|
2916
2919
|
/**
|
2917
|
-
*
|
2920
|
+
* Lookup214: tangle_testnet_runtime::NposSolution16
|
2918
2921
|
**/ TangleTestnetRuntimeNposSolution16: {
|
2919
2922
|
votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
|
2920
2923
|
votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<PerU16>),Compact<u16>)>',
|
@@ -2934,19 +2937,19 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2934
2937
|
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);15],Compact<u16>)>'
|
2935
2938
|
},
|
2936
2939
|
/**
|
2937
|
-
*
|
2940
|
+
* Lookup265: pallet_election_provider_multi_phase::SolutionOrSnapshotSize
|
2938
2941
|
**/ PalletElectionProviderMultiPhaseSolutionOrSnapshotSize: {
|
2939
2942
|
voters: 'Compact<u32>',
|
2940
2943
|
targets: 'Compact<u32>'
|
2941
2944
|
},
|
2942
2945
|
/**
|
2943
|
-
*
|
2946
|
+
* Lookup269: sp_npos_elections::Support<sp_core::crypto::AccountId32>
|
2944
2947
|
**/ SpNposElectionsSupport: {
|
2945
2948
|
total: 'u128',
|
2946
2949
|
voters: 'Vec<(AccountId32,u128)>'
|
2947
2950
|
},
|
2948
2951
|
/**
|
2949
|
-
*
|
2952
|
+
* Lookup270: pallet_staking::pallet::pallet::Call<T>
|
2950
2953
|
**/ PalletStakingPalletCall: {
|
2951
2954
|
_enum: {
|
2952
2955
|
bond: {
|
@@ -3054,7 +3057,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3054
3057
|
}
|
3055
3058
|
},
|
3056
3059
|
/**
|
3057
|
-
*
|
3060
|
+
* Lookup273: pallet_staking::pallet::pallet::ConfigOp<T>
|
3058
3061
|
**/ PalletStakingPalletConfigOpU128: {
|
3059
3062
|
_enum: {
|
3060
3063
|
Noop: 'Null',
|
@@ -3063,7 +3066,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3063
3066
|
}
|
3064
3067
|
},
|
3065
3068
|
/**
|
3066
|
-
*
|
3069
|
+
* Lookup274: pallet_staking::pallet::pallet::ConfigOp<T>
|
3067
3070
|
**/ PalletStakingPalletConfigOpU32: {
|
3068
3071
|
_enum: {
|
3069
3072
|
Noop: 'Null',
|
@@ -3072,7 +3075,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3072
3075
|
}
|
3073
3076
|
},
|
3074
3077
|
/**
|
3075
|
-
*
|
3078
|
+
* Lookup275: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Percent>
|
3076
3079
|
**/ PalletStakingPalletConfigOpPercent: {
|
3077
3080
|
_enum: {
|
3078
3081
|
Noop: 'Null',
|
@@ -3081,7 +3084,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3081
3084
|
}
|
3082
3085
|
},
|
3083
3086
|
/**
|
3084
|
-
*
|
3087
|
+
* Lookup276: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Perbill>
|
3085
3088
|
**/ PalletStakingPalletConfigOpPerbill: {
|
3086
3089
|
_enum: {
|
3087
3090
|
Noop: 'Null',
|
@@ -3090,13 +3093,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3090
3093
|
}
|
3091
3094
|
},
|
3092
3095
|
/**
|
3093
|
-
*
|
3096
|
+
* Lookup281: pallet_staking::UnlockChunk<Balance>
|
3094
3097
|
**/ PalletStakingUnlockChunk: {
|
3095
3098
|
value: 'Compact<u128>',
|
3096
3099
|
era: 'Compact<u32>'
|
3097
3100
|
},
|
3098
3101
|
/**
|
3099
|
-
*
|
3102
|
+
* Lookup283: pallet_session::pallet::Call<T>
|
3100
3103
|
**/ PalletSessionCall: {
|
3101
3104
|
_enum: {
|
3102
3105
|
set_keys: {
|
@@ -3110,14 +3113,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3110
3113
|
}
|
3111
3114
|
},
|
3112
3115
|
/**
|
3113
|
-
*
|
3116
|
+
* Lookup284: tangle_testnet_runtime::opaque::SessionKeys
|
3114
3117
|
**/ TangleTestnetRuntimeOpaqueSessionKeys: {
|
3115
3118
|
babe: 'SpConsensusBabeAppPublic',
|
3116
3119
|
grandpa: 'SpConsensusGrandpaAppPublic',
|
3117
3120
|
imOnline: 'PalletImOnlineSr25519AppSr25519Public'
|
3118
3121
|
},
|
3119
3122
|
/**
|
3120
|
-
*
|
3123
|
+
* Lookup285: pallet_treasury::pallet::Call<T, I>
|
3121
3124
|
**/ PalletTreasuryCall: {
|
3122
3125
|
_enum: {
|
3123
3126
|
__Unused0: 'Null',
|
@@ -3148,7 +3151,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3148
3151
|
}
|
3149
3152
|
},
|
3150
3153
|
/**
|
3151
|
-
*
|
3154
|
+
* Lookup287: pallet_bounties::pallet::Call<T, I>
|
3152
3155
|
**/ PalletBountiesCall: {
|
3153
3156
|
_enum: {
|
3154
3157
|
propose_bounty: {
|
@@ -3186,7 +3189,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3186
3189
|
}
|
3187
3190
|
},
|
3188
3191
|
/**
|
3189
|
-
*
|
3192
|
+
* Lookup288: pallet_child_bounties::pallet::Call<T>
|
3190
3193
|
**/ PalletChildBountiesCall: {
|
3191
3194
|
_enum: {
|
3192
3195
|
add_child_bounty: {
|
@@ -3224,7 +3227,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3224
3227
|
}
|
3225
3228
|
},
|
3226
3229
|
/**
|
3227
|
-
*
|
3230
|
+
* Lookup289: pallet_bags_list::pallet::Call<T, I>
|
3228
3231
|
**/ PalletBagsListCall: {
|
3229
3232
|
_enum: {
|
3230
3233
|
rebag: {
|
@@ -3240,7 +3243,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3240
3243
|
}
|
3241
3244
|
},
|
3242
3245
|
/**
|
3243
|
-
*
|
3246
|
+
* Lookup290: pallet_nomination_pools::pallet::Call<T>
|
3244
3247
|
**/ PalletNominationPoolsCall: {
|
3245
3248
|
_enum: {
|
3246
3249
|
join: {
|
@@ -3349,7 +3352,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3349
3352
|
}
|
3350
3353
|
},
|
3351
3354
|
/**
|
3352
|
-
*
|
3355
|
+
* Lookup291: pallet_nomination_pools::BondExtra<Balance>
|
3353
3356
|
**/ PalletNominationPoolsBondExtra: {
|
3354
3357
|
_enum: {
|
3355
3358
|
FreeBalance: 'u128',
|
@@ -3357,7 +3360,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3357
3360
|
}
|
3358
3361
|
},
|
3359
3362
|
/**
|
3360
|
-
*
|
3363
|
+
* Lookup292: pallet_nomination_pools::ConfigOp<T>
|
3361
3364
|
**/ PalletNominationPoolsConfigOpU128: {
|
3362
3365
|
_enum: {
|
3363
3366
|
Noop: 'Null',
|
@@ -3366,7 +3369,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3366
3369
|
}
|
3367
3370
|
},
|
3368
3371
|
/**
|
3369
|
-
*
|
3372
|
+
* Lookup293: pallet_nomination_pools::ConfigOp<T>
|
3370
3373
|
**/ PalletNominationPoolsConfigOpU32: {
|
3371
3374
|
_enum: {
|
3372
3375
|
Noop: 'Null',
|
@@ -3375,7 +3378,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3375
3378
|
}
|
3376
3379
|
},
|
3377
3380
|
/**
|
3378
|
-
*
|
3381
|
+
* Lookup294: pallet_nomination_pools::ConfigOp<sp_arithmetic::per_things::Perbill>
|
3379
3382
|
**/ PalletNominationPoolsConfigOpPerbill: {
|
3380
3383
|
_enum: {
|
3381
3384
|
Noop: 'Null',
|
@@ -3384,7 +3387,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3384
3387
|
}
|
3385
3388
|
},
|
3386
3389
|
/**
|
3387
|
-
*
|
3390
|
+
* Lookup295: pallet_nomination_pools::ConfigOp<sp_core::crypto::AccountId32>
|
3388
3391
|
**/ PalletNominationPoolsConfigOpAccountId32: {
|
3389
3392
|
_enum: {
|
3390
3393
|
Noop: 'Null',
|
@@ -3393,7 +3396,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3393
3396
|
}
|
3394
3397
|
},
|
3395
3398
|
/**
|
3396
|
-
*
|
3399
|
+
* Lookup296: pallet_nomination_pools::ClaimPermission
|
3397
3400
|
**/ PalletNominationPoolsClaimPermission: {
|
3398
3401
|
_enum: [
|
3399
3402
|
'Permissioned',
|
@@ -3403,7 +3406,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3403
3406
|
]
|
3404
3407
|
},
|
3405
3408
|
/**
|
3406
|
-
*
|
3409
|
+
* Lookup297: pallet_scheduler::pallet::Call<T>
|
3407
3410
|
**/ PalletSchedulerCall: {
|
3408
3411
|
_enum: {
|
3409
3412
|
schedule: {
|
@@ -3458,7 +3461,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3458
3461
|
}
|
3459
3462
|
},
|
3460
3463
|
/**
|
3461
|
-
*
|
3464
|
+
* Lookup299: pallet_preimage::pallet::Call<T>
|
3462
3465
|
**/ PalletPreimageCall: {
|
3463
3466
|
_enum: {
|
3464
3467
|
note_preimage: {
|
@@ -3488,7 +3491,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3488
3491
|
}
|
3489
3492
|
},
|
3490
3493
|
/**
|
3491
|
-
*
|
3494
|
+
* Lookup300: pallet_tx_pause::pallet::Call<T>
|
3492
3495
|
**/ PalletTxPauseCall: {
|
3493
3496
|
_enum: {
|
3494
3497
|
pause: {
|
@@ -3500,7 +3503,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3500
3503
|
}
|
3501
3504
|
},
|
3502
3505
|
/**
|
3503
|
-
*
|
3506
|
+
* Lookup301: pallet_im_online::pallet::Call<T>
|
3504
3507
|
**/ PalletImOnlineCall: {
|
3505
3508
|
_enum: {
|
3506
3509
|
heartbeat: {
|
@@ -3510,7 +3513,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3510
3513
|
}
|
3511
3514
|
},
|
3512
3515
|
/**
|
3513
|
-
*
|
3516
|
+
* Lookup302: pallet_im_online::Heartbeat<BlockNumber>
|
3514
3517
|
**/ PalletImOnlineHeartbeat: {
|
3515
3518
|
blockNumber: 'u64',
|
3516
3519
|
sessionIndex: 'u32',
|
@@ -3518,10 +3521,10 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3518
3521
|
validatorsLen: 'u32'
|
3519
3522
|
},
|
3520
3523
|
/**
|
3521
|
-
*
|
3524
|
+
* Lookup303: pallet_im_online::sr25519::app_sr25519::Signature
|
3522
3525
|
**/ PalletImOnlineSr25519AppSr25519Signature: '[u8;64]',
|
3523
3526
|
/**
|
3524
|
-
*
|
3527
|
+
* Lookup304: pallet_identity::pallet::Call<T>
|
3525
3528
|
**/ PalletIdentityCall: {
|
3526
3529
|
_enum: {
|
3527
3530
|
add_registrar: {
|
@@ -3605,7 +3608,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3605
3608
|
}
|
3606
3609
|
},
|
3607
3610
|
/**
|
3608
|
-
*
|
3611
|
+
* Lookup305: pallet_identity::legacy::IdentityInfo<FieldLimit>
|
3609
3612
|
**/ PalletIdentityLegacyIdentityInfo: {
|
3610
3613
|
additional: 'Vec<(Data,Data)>',
|
3611
3614
|
display: 'Data',
|
@@ -3618,7 +3621,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3618
3621
|
twitter: 'Data'
|
3619
3622
|
},
|
3620
3623
|
/**
|
3621
|
-
*
|
3624
|
+
* Lookup341: pallet_identity::types::Judgement<Balance>
|
3622
3625
|
**/ PalletIdentityJudgement: {
|
3623
3626
|
_enum: {
|
3624
3627
|
Unknown: 'Null',
|
@@ -3631,7 +3634,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3631
3634
|
}
|
3632
3635
|
},
|
3633
3636
|
/**
|
3634
|
-
*
|
3637
|
+
* Lookup343: sp_runtime::MultiSignature
|
3635
3638
|
**/ SpRuntimeMultiSignature: {
|
3636
3639
|
_enum: {
|
3637
3640
|
Ed25519: '[u8;64]',
|
@@ -3640,7 +3643,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3640
3643
|
}
|
3641
3644
|
},
|
3642
3645
|
/**
|
3643
|
-
*
|
3646
|
+
* Lookup345: pallet_utility::pallet::Call<T>
|
3644
3647
|
**/ PalletUtilityCall: {
|
3645
3648
|
_enum: {
|
3646
3649
|
batch: {
|
@@ -3667,7 +3670,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3667
3670
|
}
|
3668
3671
|
},
|
3669
3672
|
/**
|
3670
|
-
*
|
3673
|
+
* Lookup347: tangle_testnet_runtime::OriginCaller
|
3671
3674
|
**/ TangleTestnetRuntimeOriginCaller: {
|
3672
3675
|
_enum: {
|
3673
3676
|
__Unused0: 'Null',
|
@@ -3707,7 +3710,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3707
3710
|
}
|
3708
3711
|
},
|
3709
3712
|
/**
|
3710
|
-
*
|
3713
|
+
* Lookup348: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
3711
3714
|
**/ FrameSupportDispatchRawOrigin: {
|
3712
3715
|
_enum: {
|
3713
3716
|
Root: 'Null',
|
@@ -3716,7 +3719,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3716
3719
|
}
|
3717
3720
|
},
|
3718
3721
|
/**
|
3719
|
-
*
|
3722
|
+
* Lookup349: pallet_collective::RawOrigin<sp_core::crypto::AccountId32, I>
|
3720
3723
|
**/ PalletCollectiveRawOrigin: {
|
3721
3724
|
_enum: {
|
3722
3725
|
Members: '(u32,u32)',
|
@@ -3725,14 +3728,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3725
3728
|
}
|
3726
3729
|
},
|
3727
3730
|
/**
|
3728
|
-
*
|
3731
|
+
* Lookup350: pallet_ethereum::RawOrigin
|
3729
3732
|
**/ PalletEthereumRawOrigin: {
|
3730
3733
|
_enum: {
|
3731
3734
|
EthereumTransaction: 'H160'
|
3732
3735
|
}
|
3733
3736
|
},
|
3734
3737
|
/**
|
3735
|
-
*
|
3738
|
+
* Lookup351: pallet_multisig::pallet::Call<T>
|
3736
3739
|
**/ PalletMultisigCall: {
|
3737
3740
|
_enum: {
|
3738
3741
|
as_multi_threshold_1: {
|
@@ -3762,7 +3765,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3762
3765
|
}
|
3763
3766
|
},
|
3764
3767
|
/**
|
3765
|
-
*
|
3768
|
+
* Lookup353: pallet_ethereum::pallet::Call<T>
|
3766
3769
|
**/ PalletEthereumCall: {
|
3767
3770
|
_enum: {
|
3768
3771
|
transact: {
|
@@ -3771,7 +3774,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3771
3774
|
}
|
3772
3775
|
},
|
3773
3776
|
/**
|
3774
|
-
*
|
3777
|
+
* Lookup354: ethereum::transaction::TransactionV2
|
3775
3778
|
**/ EthereumTransactionTransactionV2: {
|
3776
3779
|
_enum: {
|
3777
3780
|
Legacy: 'EthereumTransactionLegacyTransaction',
|
@@ -3780,7 +3783,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3780
3783
|
}
|
3781
3784
|
},
|
3782
3785
|
/**
|
3783
|
-
*
|
3786
|
+
* Lookup355: ethereum::transaction::LegacyTransaction
|
3784
3787
|
**/ EthereumTransactionLegacyTransaction: {
|
3785
3788
|
nonce: 'U256',
|
3786
3789
|
gasPrice: 'U256',
|
@@ -3791,7 +3794,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3791
3794
|
signature: 'EthereumTransactionTransactionSignature'
|
3792
3795
|
},
|
3793
3796
|
/**
|
3794
|
-
*
|
3797
|
+
* Lookup356: ethereum::transaction::TransactionAction
|
3795
3798
|
**/ EthereumTransactionTransactionAction: {
|
3796
3799
|
_enum: {
|
3797
3800
|
Call: 'H160',
|
@@ -3799,14 +3802,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3799
3802
|
}
|
3800
3803
|
},
|
3801
3804
|
/**
|
3802
|
-
*
|
3805
|
+
* Lookup357: ethereum::transaction::TransactionSignature
|
3803
3806
|
**/ EthereumTransactionTransactionSignature: {
|
3804
3807
|
v: 'u64',
|
3805
3808
|
r: 'H256',
|
3806
3809
|
s: 'H256'
|
3807
3810
|
},
|
3808
3811
|
/**
|
3809
|
-
*
|
3812
|
+
* Lookup359: ethereum::transaction::EIP2930Transaction
|
3810
3813
|
**/ EthereumTransactionEip2930Transaction: {
|
3811
3814
|
chainId: 'u64',
|
3812
3815
|
nonce: 'U256',
|
@@ -3821,13 +3824,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3821
3824
|
s: 'H256'
|
3822
3825
|
},
|
3823
3826
|
/**
|
3824
|
-
*
|
3827
|
+
* Lookup361: ethereum::transaction::AccessListItem
|
3825
3828
|
**/ EthereumTransactionAccessListItem: {
|
3826
3829
|
address: 'H160',
|
3827
3830
|
storageKeys: 'Vec<H256>'
|
3828
3831
|
},
|
3829
3832
|
/**
|
3830
|
-
*
|
3833
|
+
* Lookup362: ethereum::transaction::EIP1559Transaction
|
3831
3834
|
**/ EthereumTransactionEip1559Transaction: {
|
3832
3835
|
chainId: 'u64',
|
3833
3836
|
nonce: 'U256',
|
@@ -3843,7 +3846,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3843
3846
|
s: 'H256'
|
3844
3847
|
},
|
3845
3848
|
/**
|
3846
|
-
*
|
3849
|
+
* Lookup363: pallet_evm::pallet::Call<T>
|
3847
3850
|
**/ PalletEvmCall: {
|
3848
3851
|
_enum: {
|
3849
3852
|
withdraw: {
|
@@ -3885,7 +3888,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3885
3888
|
}
|
3886
3889
|
},
|
3887
3890
|
/**
|
3888
|
-
*
|
3891
|
+
* Lookup367: pallet_dynamic_fee::pallet::Call<T>
|
3889
3892
|
**/ PalletDynamicFeeCall: {
|
3890
3893
|
_enum: {
|
3891
3894
|
note_min_gas_price_target: {
|
@@ -3894,7 +3897,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3894
3897
|
}
|
3895
3898
|
},
|
3896
3899
|
/**
|
3897
|
-
*
|
3900
|
+
* Lookup368: pallet_base_fee::pallet::Call<T>
|
3898
3901
|
**/ PalletBaseFeeCall: {
|
3899
3902
|
_enum: {
|
3900
3903
|
set_base_fee_per_gas: {
|
@@ -3906,7 +3909,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3906
3909
|
}
|
3907
3910
|
},
|
3908
3911
|
/**
|
3909
|
-
*
|
3912
|
+
* Lookup369: pallet_hotfix_sufficients::pallet::Call<T>
|
3910
3913
|
**/ PalletHotfixSufficientsCall: {
|
3911
3914
|
_enum: {
|
3912
3915
|
hotfix_inc_account_sufficients: {
|
@@ -3915,7 +3918,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3915
3918
|
}
|
3916
3919
|
},
|
3917
3920
|
/**
|
3918
|
-
*
|
3921
|
+
* Lookup371: pallet_airdrop_claims::pallet::Call<T>
|
3919
3922
|
**/ PalletAirdropClaimsCall: {
|
3920
3923
|
_enum: {
|
3921
3924
|
claim: {
|
@@ -3953,7 +3956,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3953
3956
|
}
|
3954
3957
|
},
|
3955
3958
|
/**
|
3956
|
-
*
|
3959
|
+
* Lookup373: pallet_airdrop_claims::utils::MultiAddressSignature
|
3957
3960
|
**/ PalletAirdropClaimsUtilsMultiAddressSignature: {
|
3958
3961
|
_enum: {
|
3959
3962
|
EVM: 'PalletAirdropClaimsUtilsEthereumAddressEcdsaSignature',
|
@@ -3961,13 +3964,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3961
3964
|
}
|
3962
3965
|
},
|
3963
3966
|
/**
|
3964
|
-
*
|
3967
|
+
* Lookup374: pallet_airdrop_claims::utils::ethereum_address::EcdsaSignature
|
3965
3968
|
**/ PalletAirdropClaimsUtilsEthereumAddressEcdsaSignature: '[u8;65]',
|
3966
3969
|
/**
|
3967
|
-
*
|
3970
|
+
* Lookup375: pallet_airdrop_claims::utils::Sr25519Signature
|
3968
3971
|
**/ PalletAirdropClaimsUtilsSr25519Signature: '[u8;64]',
|
3969
3972
|
/**
|
3970
|
-
*
|
3973
|
+
* Lookup381: pallet_airdrop_claims::StatementKind
|
3971
3974
|
**/ PalletAirdropClaimsStatementKind: {
|
3972
3975
|
_enum: [
|
3973
3976
|
'Regular',
|
@@ -3975,7 +3978,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3975
3978
|
]
|
3976
3979
|
},
|
3977
3980
|
/**
|
3978
|
-
*
|
3981
|
+
* Lookup382: pallet_proxy::pallet::Call<T>
|
3979
3982
|
**/ PalletProxyCall: {
|
3980
3983
|
_enum: {
|
3981
3984
|
proxy: {
|
@@ -4027,7 +4030,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4027
4030
|
}
|
4028
4031
|
},
|
4029
4032
|
/**
|
4030
|
-
*
|
4033
|
+
* Lookup384: pallet_multi_asset_delegation::pallet::Call<T>
|
4031
4034
|
**/ PalletMultiAssetDelegationCall: {
|
4032
4035
|
_enum: {
|
4033
4036
|
join_operators: {
|
@@ -4062,7 +4065,8 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4062
4065
|
delegate: {
|
4063
4066
|
operator: 'AccountId32',
|
4064
4067
|
assetId: 'u128',
|
4065
|
-
amount: 'u128'
|
4068
|
+
amount: 'u128',
|
4069
|
+
blueprintSelection: 'PalletMultiAssetDelegationDelegatorDelegatorBlueprintSelection'
|
4066
4070
|
},
|
4067
4071
|
schedule_delegator_unstake: {
|
4068
4072
|
operator: 'AccountId32',
|
@@ -4075,7 +4079,6 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4075
4079
|
assetId: 'u128',
|
4076
4080
|
amount: 'u128'
|
4077
4081
|
},
|
4078
|
-
__Unused18: 'Null',
|
4079
4082
|
set_incentive_apy_and_cap: {
|
4080
4083
|
vaultId: 'u128',
|
4081
4084
|
apy: 'Percent',
|
@@ -4088,11 +4091,29 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4088
4091
|
vaultId: 'u128',
|
4089
4092
|
assetId: 'u128',
|
4090
4093
|
action: 'PalletMultiAssetDelegationRewardsAssetAction'
|
4094
|
+
},
|
4095
|
+
__Unused21: 'Null',
|
4096
|
+
add_blueprint_id: {
|
4097
|
+
blueprintId: 'u64'
|
4098
|
+
},
|
4099
|
+
remove_blueprint_id: {
|
4100
|
+
blueprintId: 'u64'
|
4091
4101
|
}
|
4092
4102
|
}
|
4093
4103
|
},
|
4094
4104
|
/**
|
4095
|
-
*
|
4105
|
+
* Lookup385: pallet_multi_asset_delegation::types::delegator::DelegatorBlueprintSelection<tangle_testnet_runtime::MaxDelegatorBlueprints>
|
4106
|
+
**/ PalletMultiAssetDelegationDelegatorDelegatorBlueprintSelection: {
|
4107
|
+
_enum: {
|
4108
|
+
Fixed: 'Vec<u64>',
|
4109
|
+
All: 'Null'
|
4110
|
+
}
|
4111
|
+
},
|
4112
|
+
/**
|
4113
|
+
* Lookup386: tangle_testnet_runtime::MaxDelegatorBlueprints
|
4114
|
+
**/ TangleTestnetRuntimeMaxDelegatorBlueprints: 'Null',
|
4115
|
+
/**
|
4116
|
+
* Lookup389: pallet_services::module::Call<T>
|
4096
4117
|
**/ PalletServicesModuleCall: {
|
4097
4118
|
_enum: {
|
4098
4119
|
create_blueprint: {
|
@@ -4104,15 +4125,12 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4104
4125
|
register: {
|
4105
4126
|
blueprintId: 'Compact<u64>',
|
4106
4127
|
preferences: 'TanglePrimitivesServicesOperatorPreferences',
|
4107
|
-
registrationArgs: 'Vec<TanglePrimitivesServicesField>'
|
4128
|
+
registrationArgs: 'Vec<TanglePrimitivesServicesField>',
|
4129
|
+
value: 'Compact<u128>'
|
4108
4130
|
},
|
4109
4131
|
unregister: {
|
4110
4132
|
blueprintId: 'Compact<u64>'
|
4111
4133
|
},
|
4112
|
-
update_approval_preference: {
|
4113
|
-
blueprintId: 'Compact<u64>',
|
4114
|
-
approvalPreference: 'TanglePrimitivesServicesApprovalPreference'
|
4115
|
-
},
|
4116
4134
|
update_price_targets: {
|
4117
4135
|
blueprintId: 'Compact<u64>',
|
4118
4136
|
priceTargets: 'TanglePrimitivesServicesPriceTargets'
|
@@ -4120,13 +4138,15 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4120
4138
|
request: {
|
4121
4139
|
blueprintId: 'Compact<u64>',
|
4122
4140
|
permittedCallers: 'Vec<AccountId32>',
|
4123
|
-
|
4141
|
+
operators: 'Vec<AccountId32>',
|
4124
4142
|
requestArgs: 'Vec<TanglePrimitivesServicesField>',
|
4125
4143
|
assets: 'Vec<u128>',
|
4126
|
-
ttl: 'Compact<u64>'
|
4144
|
+
ttl: 'Compact<u64>',
|
4145
|
+
value: 'Compact<u128>'
|
4127
4146
|
},
|
4128
4147
|
approve: {
|
4129
|
-
requestId: 'Compact<u64>'
|
4148
|
+
requestId: 'Compact<u64>',
|
4149
|
+
restakingPercent: 'Compact<Percent>'
|
4130
4150
|
},
|
4131
4151
|
reject: {
|
4132
4152
|
requestId: 'Compact<u64>'
|
@@ -4143,11 +4163,20 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4143
4163
|
serviceId: 'Compact<u64>',
|
4144
4164
|
callId: 'Compact<u64>',
|
4145
4165
|
result: 'Vec<TanglePrimitivesServicesField>'
|
4166
|
+
},
|
4167
|
+
slash: {
|
4168
|
+
offender: 'AccountId32',
|
4169
|
+
serviceId: 'Compact<u64>',
|
4170
|
+
percent: 'Compact<Percent>'
|
4171
|
+
},
|
4172
|
+
dispute: {
|
4173
|
+
era: 'Compact<u32>',
|
4174
|
+
index: 'Compact<u32>'
|
4146
4175
|
}
|
4147
4176
|
}
|
4148
4177
|
},
|
4149
4178
|
/**
|
4150
|
-
*
|
4179
|
+
* Lookup390: tangle_primitives::services::ServiceBlueprint<C>
|
4151
4180
|
**/ TanglePrimitivesServicesServiceBlueprint: {
|
4152
4181
|
metadata: 'TanglePrimitivesServicesServiceMetadata',
|
4153
4182
|
jobs: 'Vec<TanglePrimitivesServicesJobDefinition>',
|
@@ -4155,10 +4184,11 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4155
4184
|
registrationParams: 'Vec<TanglePrimitivesServicesFieldFieldType>',
|
4156
4185
|
requestHook: 'TanglePrimitivesServicesServiceRequestHook',
|
4157
4186
|
requestParams: 'Vec<TanglePrimitivesServicesFieldFieldType>',
|
4187
|
+
manager: 'TanglePrimitivesServicesBlueprintManager',
|
4158
4188
|
gadget: 'TanglePrimitivesServicesGadget'
|
4159
4189
|
},
|
4160
4190
|
/**
|
4161
|
-
*
|
4191
|
+
* Lookup391: tangle_primitives::services::ServiceMetadata<C>
|
4162
4192
|
**/ TanglePrimitivesServicesServiceMetadata: {
|
4163
4193
|
name: 'Bytes',
|
4164
4194
|
description: 'Option<Bytes>',
|
@@ -4170,7 +4200,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4170
4200
|
license: 'Option<Bytes>'
|
4171
4201
|
},
|
4172
4202
|
/**
|
4173
|
-
*
|
4203
|
+
* Lookup396: tangle_primitives::services::JobDefinition<C>
|
4174
4204
|
**/ TanglePrimitivesServicesJobDefinition: {
|
4175
4205
|
metadata: 'TanglePrimitivesServicesJobMetadata',
|
4176
4206
|
params: 'Vec<TanglePrimitivesServicesFieldFieldType>',
|
@@ -4178,13 +4208,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4178
4208
|
verifier: 'TanglePrimitivesServicesJobResultVerifier'
|
4179
4209
|
},
|
4180
4210
|
/**
|
4181
|
-
*
|
4211
|
+
* Lookup397: tangle_primitives::services::JobMetadata<C>
|
4182
4212
|
**/ TanglePrimitivesServicesJobMetadata: {
|
4183
4213
|
name: 'Bytes',
|
4184
4214
|
description: 'Option<Bytes>'
|
4185
4215
|
},
|
4186
4216
|
/**
|
4187
|
-
*
|
4217
|
+
* Lookup399: tangle_primitives::services::field::FieldType
|
4188
4218
|
**/ TanglePrimitivesServicesFieldFieldType: {
|
4189
4219
|
_enum: {
|
4190
4220
|
Void: 'Null',
|
@@ -4291,7 +4321,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4291
4321
|
}
|
4292
4322
|
},
|
4293
4323
|
/**
|
4294
|
-
*
|
4324
|
+
* Lookup404: tangle_primitives::services::JobResultVerifier
|
4295
4325
|
**/ TanglePrimitivesServicesJobResultVerifier: {
|
4296
4326
|
_enum: {
|
4297
4327
|
None: 'Null',
|
@@ -4299,7 +4329,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4299
4329
|
}
|
4300
4330
|
},
|
4301
4331
|
/**
|
4302
|
-
*
|
4332
|
+
* Lookup406: tangle_primitives::services::ServiceRegistrationHook
|
4303
4333
|
**/ TanglePrimitivesServicesServiceRegistrationHook: {
|
4304
4334
|
_enum: {
|
4305
4335
|
None: 'Null',
|
@@ -4307,7 +4337,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4307
4337
|
}
|
4308
4338
|
},
|
4309
4339
|
/**
|
4310
|
-
*
|
4340
|
+
* Lookup407: tangle_primitives::services::ServiceRequestHook
|
4311
4341
|
**/ TanglePrimitivesServicesServiceRequestHook: {
|
4312
4342
|
_enum: {
|
4313
4343
|
None: 'Null',
|
@@ -4315,7 +4345,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4315
4345
|
}
|
4316
4346
|
},
|
4317
4347
|
/**
|
4318
|
-
*
|
4348
|
+
* Lookup408: tangle_primitives::services::BlueprintManager
|
4349
|
+
**/ TanglePrimitivesServicesBlueprintManager: {
|
4350
|
+
_enum: {
|
4351
|
+
Evm: 'H160'
|
4352
|
+
}
|
4353
|
+
},
|
4354
|
+
/**
|
4355
|
+
* Lookup409: tangle_primitives::services::Gadget<C>
|
4319
4356
|
**/ TanglePrimitivesServicesGadget: {
|
4320
4357
|
_enum: {
|
4321
4358
|
Wasm: 'TanglePrimitivesServicesWasmGadget',
|
@@ -4324,13 +4361,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4324
4361
|
}
|
4325
4362
|
},
|
4326
4363
|
/**
|
4327
|
-
*
|
4364
|
+
* Lookup410: tangle_primitives::services::WasmGadget<C>
|
4328
4365
|
**/ TanglePrimitivesServicesWasmGadget: {
|
4329
4366
|
runtime: 'TanglePrimitivesServicesWasmRuntime',
|
4330
4367
|
sources: 'Vec<TanglePrimitivesServicesGadgetSource>'
|
4331
4368
|
},
|
4332
4369
|
/**
|
4333
|
-
*
|
4370
|
+
* Lookup411: tangle_primitives::services::WasmRuntime
|
4334
4371
|
**/ TanglePrimitivesServicesWasmRuntime: {
|
4335
4372
|
_enum: [
|
4336
4373
|
'Wasmtime',
|
@@ -4338,12 +4375,12 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4338
4375
|
]
|
4339
4376
|
},
|
4340
4377
|
/**
|
4341
|
-
*
|
4378
|
+
* Lookup413: tangle_primitives::services::GadgetSource<C>
|
4342
4379
|
**/ TanglePrimitivesServicesGadgetSource: {
|
4343
4380
|
fetcher: 'TanglePrimitivesServicesGadgetSourceFetcher'
|
4344
4381
|
},
|
4345
4382
|
/**
|
4346
|
-
*
|
4383
|
+
* Lookup414: tangle_primitives::services::GadgetSourceFetcher<C>
|
4347
4384
|
**/ TanglePrimitivesServicesGadgetSourceFetcher: {
|
4348
4385
|
_enum: {
|
4349
4386
|
IPFS: 'Bytes',
|
@@ -4353,7 +4390,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4353
4390
|
}
|
4354
4391
|
},
|
4355
4392
|
/**
|
4356
|
-
*
|
4393
|
+
* Lookup416: tangle_primitives::services::GithubFetcher<C>
|
4357
4394
|
**/ TanglePrimitivesServicesGithubFetcher: {
|
4358
4395
|
owner: 'Bytes',
|
4359
4396
|
repo: 'Bytes',
|
@@ -4361,7 +4398,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4361
4398
|
binaries: 'Vec<TanglePrimitivesServicesGadgetBinary>'
|
4362
4399
|
},
|
4363
4400
|
/**
|
4364
|
-
*
|
4401
|
+
* Lookup424: tangle_primitives::services::GadgetBinary<C>
|
4365
4402
|
**/ TanglePrimitivesServicesGadgetBinary: {
|
4366
4403
|
arch: 'TanglePrimitivesServicesArchitecture',
|
4367
4404
|
os: 'TanglePrimitivesServicesOperatingSystem',
|
@@ -4369,7 +4406,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4369
4406
|
sha256: '[u8;32]'
|
4370
4407
|
},
|
4371
4408
|
/**
|
4372
|
-
*
|
4409
|
+
* Lookup425: tangle_primitives::services::Architecture
|
4373
4410
|
**/ TanglePrimitivesServicesArchitecture: {
|
4374
4411
|
_enum: [
|
4375
4412
|
'Wasm',
|
@@ -4385,7 +4422,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4385
4422
|
]
|
4386
4423
|
},
|
4387
4424
|
/**
|
4388
|
-
*
|
4425
|
+
* Lookup426: tangle_primitives::services::OperatingSystem
|
4389
4426
|
**/ TanglePrimitivesServicesOperatingSystem: {
|
4390
4427
|
_enum: [
|
4391
4428
|
'Unknown',
|
@@ -4396,7 +4433,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4396
4433
|
]
|
4397
4434
|
},
|
4398
4435
|
/**
|
4399
|
-
*
|
4436
|
+
* Lookup430: tangle_primitives::services::ImageRegistryFetcher<C>
|
4400
4437
|
**/ TanglePrimitivesServicesImageRegistryFetcher: {
|
4401
4438
|
_alias: {
|
4402
4439
|
registry_: 'registry'
|
@@ -4406,24 +4443,24 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4406
4443
|
tag: 'Bytes'
|
4407
4444
|
},
|
4408
4445
|
/**
|
4409
|
-
*
|
4446
|
+
* Lookup437: tangle_primitives::services::TestFetcher<C>
|
4410
4447
|
**/ TanglePrimitivesServicesTestFetcher: {
|
4411
4448
|
cargoPackage: 'Bytes',
|
4412
4449
|
cargoBin: 'Bytes',
|
4413
4450
|
basePath: 'Bytes'
|
4414
4451
|
},
|
4415
4452
|
/**
|
4416
|
-
*
|
4453
|
+
* Lookup439: tangle_primitives::services::NativeGadget<C>
|
4417
4454
|
**/ TanglePrimitivesServicesNativeGadget: {
|
4418
4455
|
sources: 'Vec<TanglePrimitivesServicesGadgetSource>'
|
4419
4456
|
},
|
4420
4457
|
/**
|
4421
|
-
*
|
4458
|
+
* Lookup440: tangle_primitives::services::ContainerGadget<C>
|
4422
4459
|
**/ TanglePrimitivesServicesContainerGadget: {
|
4423
4460
|
sources: 'Vec<TanglePrimitivesServicesGadgetSource>'
|
4424
4461
|
},
|
4425
4462
|
/**
|
4426
|
-
*
|
4463
|
+
* Lookup443: pallet_tangle_lst::pallet::Call<T>
|
4427
4464
|
**/ PalletTangleLstCall: {
|
4428
4465
|
_enum: {
|
4429
4466
|
join: {
|
@@ -4454,7 +4491,8 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4454
4491
|
root: 'MultiAddress',
|
4455
4492
|
nominator: 'MultiAddress',
|
4456
4493
|
bouncer: 'MultiAddress',
|
4457
|
-
name: 'Bytes'
|
4494
|
+
name: 'Option<Bytes>',
|
4495
|
+
icon: 'Option<Bytes>'
|
4458
4496
|
},
|
4459
4497
|
create_with_pool_id: {
|
4460
4498
|
amount: 'Compact<u128>',
|
@@ -4462,7 +4500,8 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4462
4500
|
nominator: 'MultiAddress',
|
4463
4501
|
bouncer: 'MultiAddress',
|
4464
4502
|
poolId: 'u32',
|
4465
|
-
name: 'Bytes'
|
4503
|
+
name: 'Option<Bytes>',
|
4504
|
+
icon: 'Option<Bytes>'
|
4466
4505
|
},
|
4467
4506
|
nominate: {
|
4468
4507
|
poolId: 'u32',
|
@@ -4523,14 +4562,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4523
4562
|
}
|
4524
4563
|
},
|
4525
4564
|
/**
|
4526
|
-
*
|
4565
|
+
* Lookup444: pallet_tangle_lst::types::BondExtra<Balance>
|
4527
4566
|
**/ PalletTangleLstBondExtra: {
|
4528
4567
|
_enum: {
|
4529
4568
|
FreeBalance: 'u128'
|
4530
4569
|
}
|
4531
4570
|
},
|
4532
4571
|
/**
|
4533
|
-
*
|
4572
|
+
* Lookup449: pallet_tangle_lst::types::ConfigOp<T>
|
4534
4573
|
**/ PalletTangleLstConfigOpU128: {
|
4535
4574
|
_enum: {
|
4536
4575
|
Noop: 'Null',
|
@@ -4539,7 +4578,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4539
4578
|
}
|
4540
4579
|
},
|
4541
4580
|
/**
|
4542
|
-
*
|
4581
|
+
* Lookup450: pallet_tangle_lst::types::ConfigOp<T>
|
4543
4582
|
**/ PalletTangleLstConfigOpU32: {
|
4544
4583
|
_enum: {
|
4545
4584
|
Noop: 'Null',
|
@@ -4548,7 +4587,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4548
4587
|
}
|
4549
4588
|
},
|
4550
4589
|
/**
|
4551
|
-
*
|
4590
|
+
* Lookup451: pallet_tangle_lst::types::ConfigOp<sp_arithmetic::per_things::Perbill>
|
4552
4591
|
**/ PalletTangleLstConfigOpPerbill: {
|
4553
4592
|
_enum: {
|
4554
4593
|
Noop: 'Null',
|
@@ -4557,7 +4596,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4557
4596
|
}
|
4558
4597
|
},
|
4559
4598
|
/**
|
4560
|
-
*
|
4599
|
+
* Lookup452: pallet_tangle_lst::types::ConfigOp<sp_core::crypto::AccountId32>
|
4561
4600
|
**/ PalletTangleLstConfigOpAccountId32: {
|
4562
4601
|
_enum: {
|
4563
4602
|
Noop: 'Null',
|
@@ -4566,14 +4605,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4566
4605
|
}
|
4567
4606
|
},
|
4568
4607
|
/**
|
4569
|
-
*
|
4608
|
+
* Lookup453: pallet_sudo::pallet::Error<T>
|
4570
4609
|
**/ PalletSudoError: {
|
4571
4610
|
_enum: [
|
4572
4611
|
'RequireSudo'
|
4573
4612
|
]
|
4574
4613
|
},
|
4575
4614
|
/**
|
4576
|
-
*
|
4615
|
+
* Lookup455: pallet_assets::types::AssetDetails<Balance, sp_core::crypto::AccountId32, DepositBalance>
|
4577
4616
|
**/ PalletAssetsAssetDetails: {
|
4578
4617
|
owner: 'AccountId32',
|
4579
4618
|
issuer: 'AccountId32',
|
@@ -4589,7 +4628,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4589
4628
|
status: 'PalletAssetsAssetStatus'
|
4590
4629
|
},
|
4591
4630
|
/**
|
4592
|
-
*
|
4631
|
+
* Lookup456: pallet_assets::types::AssetStatus
|
4593
4632
|
**/ PalletAssetsAssetStatus: {
|
4594
4633
|
_enum: [
|
4595
4634
|
'Live',
|
@@ -4598,7 +4637,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4598
4637
|
]
|
4599
4638
|
},
|
4600
4639
|
/**
|
4601
|
-
*
|
4640
|
+
* Lookup458: pallet_assets::types::AssetAccount<Balance, DepositBalance, Extra, sp_core::crypto::AccountId32>
|
4602
4641
|
**/ PalletAssetsAssetAccount: {
|
4603
4642
|
balance: 'u128',
|
4604
4643
|
status: 'PalletAssetsAccountStatus',
|
@@ -4606,7 +4645,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4606
4645
|
extra: 'Null'
|
4607
4646
|
},
|
4608
4647
|
/**
|
4609
|
-
*
|
4648
|
+
* Lookup459: pallet_assets::types::AccountStatus
|
4610
4649
|
**/ PalletAssetsAccountStatus: {
|
4611
4650
|
_enum: [
|
4612
4651
|
'Liquid',
|
@@ -4615,7 +4654,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4615
4654
|
]
|
4616
4655
|
},
|
4617
4656
|
/**
|
4618
|
-
*
|
4657
|
+
* Lookup460: pallet_assets::types::ExistenceReason<Balance, sp_core::crypto::AccountId32>
|
4619
4658
|
**/ PalletAssetsExistenceReason: {
|
4620
4659
|
_enum: {
|
4621
4660
|
Consumer: 'Null',
|
@@ -4626,13 +4665,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4626
4665
|
}
|
4627
4666
|
},
|
4628
4667
|
/**
|
4629
|
-
*
|
4668
|
+
* Lookup462: pallet_assets::types::Approval<Balance, DepositBalance>
|
4630
4669
|
**/ PalletAssetsApproval: {
|
4631
4670
|
amount: 'u128',
|
4632
4671
|
deposit: 'u128'
|
4633
4672
|
},
|
4634
4673
|
/**
|
4635
|
-
*
|
4674
|
+
* Lookup463: pallet_assets::types::AssetMetadata<DepositBalance, bounded_collections::bounded_vec::BoundedVec<T, S>>
|
4636
4675
|
**/ PalletAssetsAssetMetadata: {
|
4637
4676
|
deposit: 'u128',
|
4638
4677
|
name: 'Bytes',
|
@@ -4641,7 +4680,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4641
4680
|
isFrozen: 'bool'
|
4642
4681
|
},
|
4643
4682
|
/**
|
4644
|
-
*
|
4683
|
+
* Lookup465: pallet_assets::pallet::Error<T, I>
|
4645
4684
|
**/ PalletAssetsError: {
|
4646
4685
|
_enum: [
|
4647
4686
|
'BalanceLow',
|
@@ -4668,14 +4707,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4668
4707
|
]
|
4669
4708
|
},
|
4670
4709
|
/**
|
4671
|
-
*
|
4710
|
+
* Lookup467: pallet_balances::types::BalanceLock<Balance>
|
4672
4711
|
**/ PalletBalancesBalanceLock: {
|
4673
4712
|
id: '[u8;8]',
|
4674
4713
|
amount: 'u128',
|
4675
4714
|
reasons: 'PalletBalancesReasons'
|
4676
4715
|
},
|
4677
4716
|
/**
|
4678
|
-
*
|
4717
|
+
* Lookup468: pallet_balances::types::Reasons
|
4679
4718
|
**/ PalletBalancesReasons: {
|
4680
4719
|
_enum: [
|
4681
4720
|
'Fee',
|
@@ -4684,19 +4723,19 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4684
4723
|
]
|
4685
4724
|
},
|
4686
4725
|
/**
|
4687
|
-
*
|
4726
|
+
* Lookup471: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
4688
4727
|
**/ PalletBalancesReserveData: {
|
4689
4728
|
id: '[u8;8]',
|
4690
4729
|
amount: 'u128'
|
4691
4730
|
},
|
4692
4731
|
/**
|
4693
|
-
*
|
4732
|
+
* Lookup474: frame_support::traits::tokens::misc::IdAmount<tangle_testnet_runtime::RuntimeHoldReason, Balance>
|
4694
4733
|
**/ FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
4695
4734
|
id: 'TangleTestnetRuntimeRuntimeHoldReason',
|
4696
4735
|
amount: 'u128'
|
4697
4736
|
},
|
4698
4737
|
/**
|
4699
|
-
*
|
4738
|
+
* Lookup475: tangle_testnet_runtime::RuntimeHoldReason
|
4700
4739
|
**/ TangleTestnetRuntimeRuntimeHoldReason: {
|
4701
4740
|
_enum: {
|
4702
4741
|
__Unused0: 'Null',
|
@@ -4729,20 +4768,20 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4729
4768
|
}
|
4730
4769
|
},
|
4731
4770
|
/**
|
4732
|
-
*
|
4771
|
+
* Lookup476: pallet_preimage::pallet::HoldReason
|
4733
4772
|
**/ PalletPreimageHoldReason: {
|
4734
4773
|
_enum: [
|
4735
4774
|
'Preimage'
|
4736
4775
|
]
|
4737
4776
|
},
|
4738
4777
|
/**
|
4739
|
-
*
|
4778
|
+
* Lookup479: frame_support::traits::tokens::misc::IdAmount<tangle_testnet_runtime::RuntimeFreezeReason, Balance>
|
4740
4779
|
**/ FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
4741
4780
|
id: 'TangleTestnetRuntimeRuntimeFreezeReason',
|
4742
4781
|
amount: 'u128'
|
4743
4782
|
},
|
4744
4783
|
/**
|
4745
|
-
*
|
4784
|
+
* Lookup480: tangle_testnet_runtime::RuntimeFreezeReason
|
4746
4785
|
**/ TangleTestnetRuntimeRuntimeFreezeReason: {
|
4747
4786
|
_enum: {
|
4748
4787
|
__Unused0: 'Null',
|
@@ -4801,21 +4840,21 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4801
4840
|
}
|
4802
4841
|
},
|
4803
4842
|
/**
|
4804
|
-
*
|
4843
|
+
* Lookup481: pallet_nomination_pools::pallet::FreezeReason
|
4805
4844
|
**/ PalletNominationPoolsFreezeReason: {
|
4806
4845
|
_enum: [
|
4807
4846
|
'PoolMinBalance'
|
4808
4847
|
]
|
4809
4848
|
},
|
4810
4849
|
/**
|
4811
|
-
*
|
4850
|
+
* Lookup482: pallet_tangle_lst::pallet::FreezeReason
|
4812
4851
|
**/ PalletTangleLstFreezeReason: {
|
4813
4852
|
_enum: [
|
4814
4853
|
'PoolMinBalance'
|
4815
4854
|
]
|
4816
4855
|
},
|
4817
4856
|
/**
|
4818
|
-
*
|
4857
|
+
* Lookup484: pallet_balances::pallet::Error<T, I>
|
4819
4858
|
**/ PalletBalancesError: {
|
4820
4859
|
_enum: [
|
4821
4860
|
'VestingBalance',
|
@@ -4833,7 +4872,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4833
4872
|
]
|
4834
4873
|
},
|
4835
4874
|
/**
|
4836
|
-
*
|
4875
|
+
* Lookup486: pallet_transaction_payment::Releases
|
4837
4876
|
**/ PalletTransactionPaymentReleases: {
|
4838
4877
|
_enum: [
|
4839
4878
|
'V1Ancient',
|
@@ -4841,7 +4880,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4841
4880
|
]
|
4842
4881
|
},
|
4843
4882
|
/**
|
4844
|
-
*
|
4883
|
+
* Lookup493: sp_consensus_babe::digests::PreDigest
|
4845
4884
|
**/ SpConsensusBabeDigestsPreDigest: {
|
4846
4885
|
_enum: {
|
4847
4886
|
__Unused0: 'Null',
|
@@ -4851,39 +4890,39 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4851
4890
|
}
|
4852
4891
|
},
|
4853
4892
|
/**
|
4854
|
-
*
|
4893
|
+
* Lookup494: sp_consensus_babe::digests::PrimaryPreDigest
|
4855
4894
|
**/ SpConsensusBabeDigestsPrimaryPreDigest: {
|
4856
4895
|
authorityIndex: 'u32',
|
4857
4896
|
slot: 'u64',
|
4858
4897
|
vrfSignature: 'SpCoreSr25519VrfVrfSignature'
|
4859
4898
|
},
|
4860
4899
|
/**
|
4861
|
-
*
|
4900
|
+
* Lookup495: sp_core::sr25519::vrf::VrfSignature
|
4862
4901
|
**/ SpCoreSr25519VrfVrfSignature: {
|
4863
4902
|
preOutput: '[u8;32]',
|
4864
4903
|
proof: '[u8;64]'
|
4865
4904
|
},
|
4866
4905
|
/**
|
4867
|
-
*
|
4906
|
+
* Lookup496: sp_consensus_babe::digests::SecondaryPlainPreDigest
|
4868
4907
|
**/ SpConsensusBabeDigestsSecondaryPlainPreDigest: {
|
4869
4908
|
authorityIndex: 'u32',
|
4870
4909
|
slot: 'u64'
|
4871
4910
|
},
|
4872
4911
|
/**
|
4873
|
-
*
|
4912
|
+
* Lookup497: sp_consensus_babe::digests::SecondaryVRFPreDigest
|
4874
4913
|
**/ SpConsensusBabeDigestsSecondaryVRFPreDigest: {
|
4875
4914
|
authorityIndex: 'u32',
|
4876
4915
|
slot: 'u64',
|
4877
4916
|
vrfSignature: 'SpCoreSr25519VrfVrfSignature'
|
4878
4917
|
},
|
4879
4918
|
/**
|
4880
|
-
*
|
4919
|
+
* Lookup498: sp_consensus_babe::BabeEpochConfiguration
|
4881
4920
|
**/ SpConsensusBabeBabeEpochConfiguration: {
|
4882
4921
|
c: '(u64,u64)',
|
4883
4922
|
allowedSlots: 'SpConsensusBabeAllowedSlots'
|
4884
4923
|
},
|
4885
4924
|
/**
|
4886
|
-
*
|
4925
|
+
* Lookup500: pallet_babe::pallet::Error<T>
|
4887
4926
|
**/ PalletBabeError: {
|
4888
4927
|
_enum: [
|
4889
4928
|
'InvalidEquivocationProof',
|
@@ -4893,7 +4932,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4893
4932
|
]
|
4894
4933
|
},
|
4895
4934
|
/**
|
4896
|
-
*
|
4935
|
+
* Lookup501: pallet_grandpa::StoredState<N>
|
4897
4936
|
**/ PalletGrandpaStoredState: {
|
4898
4937
|
_enum: {
|
4899
4938
|
Live: 'Null',
|
@@ -4909,7 +4948,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4909
4948
|
}
|
4910
4949
|
},
|
4911
4950
|
/**
|
4912
|
-
*
|
4951
|
+
* Lookup502: pallet_grandpa::StoredPendingChange<N, Limit>
|
4913
4952
|
**/ PalletGrandpaStoredPendingChange: {
|
4914
4953
|
scheduledAt: 'u64',
|
4915
4954
|
delay: 'u64',
|
@@ -4917,7 +4956,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4917
4956
|
forced: 'Option<u64>'
|
4918
4957
|
},
|
4919
4958
|
/**
|
4920
|
-
*
|
4959
|
+
* Lookup504: pallet_grandpa::pallet::Error<T>
|
4921
4960
|
**/ PalletGrandpaError: {
|
4922
4961
|
_enum: [
|
4923
4962
|
'PauseFailed',
|
@@ -4930,7 +4969,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4930
4969
|
]
|
4931
4970
|
},
|
4932
4971
|
/**
|
4933
|
-
*
|
4972
|
+
* Lookup506: pallet_indices::pallet::Error<T>
|
4934
4973
|
**/ PalletIndicesError: {
|
4935
4974
|
_enum: [
|
4936
4975
|
'NotAssigned',
|
@@ -4941,7 +4980,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4941
4980
|
]
|
4942
4981
|
},
|
4943
4982
|
/**
|
4944
|
-
*
|
4983
|
+
* Lookup511: pallet_democracy::types::ReferendumInfo<BlockNumber, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance>
|
4945
4984
|
**/ PalletDemocracyReferendumInfo: {
|
4946
4985
|
_enum: {
|
4947
4986
|
Ongoing: 'PalletDemocracyReferendumStatus',
|
@@ -4952,7 +4991,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4952
4991
|
}
|
4953
4992
|
},
|
4954
4993
|
/**
|
4955
|
-
*
|
4994
|
+
* Lookup512: pallet_democracy::types::ReferendumStatus<BlockNumber, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance>
|
4956
4995
|
**/ PalletDemocracyReferendumStatus: {
|
4957
4996
|
end: 'u64',
|
4958
4997
|
proposal: 'FrameSupportPreimagesBounded',
|
@@ -4961,14 +5000,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4961
5000
|
tally: 'PalletDemocracyTally'
|
4962
5001
|
},
|
4963
5002
|
/**
|
4964
|
-
*
|
5003
|
+
* Lookup513: pallet_democracy::types::Tally<Balance>
|
4965
5004
|
**/ PalletDemocracyTally: {
|
4966
5005
|
ayes: 'u128',
|
4967
5006
|
nays: 'u128',
|
4968
5007
|
turnout: 'u128'
|
4969
5008
|
},
|
4970
5009
|
/**
|
4971
|
-
*
|
5010
|
+
* Lookup514: pallet_democracy::vote::Voting<Balance, sp_core::crypto::AccountId32, BlockNumber, MaxVotes>
|
4972
5011
|
**/ PalletDemocracyVoteVoting: {
|
4973
5012
|
_enum: {
|
4974
5013
|
Direct: {
|
@@ -4986,16 +5025,16 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4986
5025
|
}
|
4987
5026
|
},
|
4988
5027
|
/**
|
4989
|
-
*
|
5028
|
+
* Lookup518: pallet_democracy::types::Delegations<Balance>
|
4990
5029
|
**/ PalletDemocracyDelegations: {
|
4991
5030
|
votes: 'u128',
|
4992
5031
|
capital: 'u128'
|
4993
5032
|
},
|
4994
5033
|
/**
|
4995
|
-
*
|
5034
|
+
* Lookup519: pallet_democracy::vote::PriorLock<BlockNumber, Balance>
|
4996
5035
|
**/ PalletDemocracyVotePriorLock: '(u64,u128)',
|
4997
5036
|
/**
|
4998
|
-
*
|
5037
|
+
* Lookup522: pallet_democracy::pallet::Error<T>
|
4999
5038
|
**/ PalletDemocracyError: {
|
5000
5039
|
_enum: [
|
5001
5040
|
'ValueLow',
|
@@ -5025,7 +5064,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5025
5064
|
]
|
5026
5065
|
},
|
5027
5066
|
/**
|
5028
|
-
*
|
5067
|
+
* Lookup524: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber>
|
5029
5068
|
**/ PalletCollectiveVotes: {
|
5030
5069
|
index: 'u32',
|
5031
5070
|
threshold: 'u32',
|
@@ -5034,7 +5073,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5034
5073
|
end: 'u64'
|
5035
5074
|
},
|
5036
5075
|
/**
|
5037
|
-
*
|
5076
|
+
* Lookup525: pallet_collective::pallet::Error<T, I>
|
5038
5077
|
**/ PalletCollectiveError: {
|
5039
5078
|
_enum: [
|
5040
5079
|
'NotMember',
|
@@ -5051,7 +5090,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5051
5090
|
]
|
5052
5091
|
},
|
5053
5092
|
/**
|
5054
|
-
*
|
5093
|
+
* Lookup528: pallet_vesting::Releases
|
5055
5094
|
**/ PalletVestingReleases: {
|
5056
5095
|
_enum: [
|
5057
5096
|
'V0',
|
@@ -5059,7 +5098,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5059
5098
|
]
|
5060
5099
|
},
|
5061
5100
|
/**
|
5062
|
-
*
|
5101
|
+
* Lookup529: pallet_vesting::pallet::Error<T>
|
5063
5102
|
**/ PalletVestingError: {
|
5064
5103
|
_enum: [
|
5065
5104
|
'NotVesting',
|
@@ -5070,21 +5109,21 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5070
5109
|
]
|
5071
5110
|
},
|
5072
5111
|
/**
|
5073
|
-
*
|
5112
|
+
* Lookup531: pallet_elections_phragmen::SeatHolder<sp_core::crypto::AccountId32, Balance>
|
5074
5113
|
**/ PalletElectionsPhragmenSeatHolder: {
|
5075
5114
|
who: 'AccountId32',
|
5076
5115
|
stake: 'u128',
|
5077
5116
|
deposit: 'u128'
|
5078
5117
|
},
|
5079
5118
|
/**
|
5080
|
-
*
|
5119
|
+
* Lookup532: pallet_elections_phragmen::Voter<sp_core::crypto::AccountId32, Balance>
|
5081
5120
|
**/ PalletElectionsPhragmenVoter: {
|
5082
5121
|
votes: 'Vec<AccountId32>',
|
5083
5122
|
stake: 'u128',
|
5084
5123
|
deposit: 'u128'
|
5085
5124
|
},
|
5086
5125
|
/**
|
5087
|
-
*
|
5126
|
+
* Lookup533: pallet_elections_phragmen::pallet::Error<T>
|
5088
5127
|
**/ PalletElectionsPhragmenError: {
|
5089
5128
|
_enum: [
|
5090
5129
|
'UnableToVote',
|
@@ -5107,20 +5146,20 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5107
5146
|
]
|
5108
5147
|
},
|
5109
5148
|
/**
|
5110
|
-
*
|
5149
|
+
* Lookup534: pallet_election_provider_multi_phase::ReadySolution<AccountId, MaxWinners>
|
5111
5150
|
**/ PalletElectionProviderMultiPhaseReadySolution: {
|
5112
5151
|
supports: 'Vec<(AccountId32,SpNposElectionsSupport)>',
|
5113
5152
|
score: 'SpNposElectionsElectionScore',
|
5114
5153
|
compute: 'PalletElectionProviderMultiPhaseElectionCompute'
|
5115
5154
|
},
|
5116
5155
|
/**
|
5117
|
-
*
|
5156
|
+
* Lookup536: pallet_election_provider_multi_phase::RoundSnapshot<sp_core::crypto::AccountId32, DataProvider>
|
5118
5157
|
**/ PalletElectionProviderMultiPhaseRoundSnapshot: {
|
5119
5158
|
voters: 'Vec<(AccountId32,u64,Vec<AccountId32>)>',
|
5120
5159
|
targets: 'Vec<AccountId32>'
|
5121
5160
|
},
|
5122
5161
|
/**
|
5123
|
-
*
|
5162
|
+
* Lookup543: pallet_election_provider_multi_phase::signed::SignedSubmission<sp_core::crypto::AccountId32, Balance, tangle_testnet_runtime::NposSolution16>
|
5124
5163
|
**/ PalletElectionProviderMultiPhaseSignedSignedSubmission: {
|
5125
5164
|
who: 'AccountId32',
|
5126
5165
|
deposit: 'u128',
|
@@ -5128,7 +5167,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5128
5167
|
callFee: 'u128'
|
5129
5168
|
},
|
5130
5169
|
/**
|
5131
|
-
*
|
5170
|
+
* Lookup544: pallet_election_provider_multi_phase::pallet::Error<T>
|
5132
5171
|
**/ PalletElectionProviderMultiPhaseError: {
|
5133
5172
|
_enum: [
|
5134
5173
|
'PreDispatchEarlySubmission',
|
@@ -5149,7 +5188,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5149
5188
|
]
|
5150
5189
|
},
|
5151
5190
|
/**
|
5152
|
-
*
|
5191
|
+
* Lookup545: pallet_staking::StakingLedger<T>
|
5153
5192
|
**/ PalletStakingStakingLedger: {
|
5154
5193
|
stash: 'AccountId32',
|
5155
5194
|
total: 'Compact<u128>',
|
@@ -5158,20 +5197,20 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5158
5197
|
legacyClaimedRewards: 'Vec<u32>'
|
5159
5198
|
},
|
5160
5199
|
/**
|
5161
|
-
*
|
5200
|
+
* Lookup547: pallet_staking::Nominations<T>
|
5162
5201
|
**/ PalletStakingNominations: {
|
5163
5202
|
targets: 'Vec<AccountId32>',
|
5164
5203
|
submittedIn: 'u32',
|
5165
5204
|
suppressed: 'bool'
|
5166
5205
|
},
|
5167
5206
|
/**
|
5168
|
-
*
|
5207
|
+
* Lookup548: pallet_staking::ActiveEraInfo
|
5169
5208
|
**/ PalletStakingActiveEraInfo: {
|
5170
5209
|
index: 'u32',
|
5171
5210
|
start: 'Option<u64>'
|
5172
5211
|
},
|
5173
5212
|
/**
|
5174
|
-
*
|
5213
|
+
* Lookup550: sp_staking::PagedExposureMetadata<Balance>
|
5175
5214
|
**/ SpStakingPagedExposureMetadata: {
|
5176
5215
|
total: 'Compact<u128>',
|
5177
5216
|
own: 'Compact<u128>',
|
@@ -5179,19 +5218,19 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5179
5218
|
pageCount: 'u32'
|
5180
5219
|
},
|
5181
5220
|
/**
|
5182
|
-
*
|
5221
|
+
* Lookup552: sp_staking::ExposurePage<sp_core::crypto::AccountId32, Balance>
|
5183
5222
|
**/ SpStakingExposurePage: {
|
5184
5223
|
pageTotal: 'Compact<u128>',
|
5185
5224
|
others: 'Vec<SpStakingIndividualExposure>'
|
5186
5225
|
},
|
5187
5226
|
/**
|
5188
|
-
*
|
5227
|
+
* Lookup553: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
|
5189
5228
|
**/ PalletStakingEraRewardPoints: {
|
5190
5229
|
total: 'u32',
|
5191
5230
|
individual: 'BTreeMap<AccountId32, u32>'
|
5192
5231
|
},
|
5193
5232
|
/**
|
5194
|
-
*
|
5233
|
+
* Lookup558: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
|
5195
5234
|
**/ PalletStakingUnappliedSlash: {
|
5196
5235
|
validator: 'AccountId32',
|
5197
5236
|
own: 'u128',
|
@@ -5200,7 +5239,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5200
5239
|
payout: 'u128'
|
5201
5240
|
},
|
5202
5241
|
/**
|
5203
|
-
*
|
5242
|
+
* Lookup562: pallet_staking::slashing::SlashingSpans
|
5204
5243
|
**/ PalletStakingSlashingSlashingSpans: {
|
5205
5244
|
spanIndex: 'u32',
|
5206
5245
|
lastStart: 'u32',
|
@@ -5208,13 +5247,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5208
5247
|
prior: 'Vec<u32>'
|
5209
5248
|
},
|
5210
5249
|
/**
|
5211
|
-
*
|
5250
|
+
* Lookup563: pallet_staking::slashing::SpanRecord<Balance>
|
5212
5251
|
**/ PalletStakingSlashingSpanRecord: {
|
5213
5252
|
slashed: 'u128',
|
5214
5253
|
paidOut: 'u128'
|
5215
5254
|
},
|
5216
5255
|
/**
|
5217
|
-
*
|
5256
|
+
* Lookup564: pallet_staking::pallet::pallet::Error<T>
|
5218
5257
|
**/ PalletStakingPalletError: {
|
5219
5258
|
_enum: [
|
5220
5259
|
'NotController',
|
@@ -5251,10 +5290,10 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5251
5290
|
]
|
5252
5291
|
},
|
5253
5292
|
/**
|
5254
|
-
*
|
5293
|
+
* Lookup568: sp_core::crypto::KeyTypeId
|
5255
5294
|
**/ SpCoreCryptoKeyTypeId: '[u8;4]',
|
5256
5295
|
/**
|
5257
|
-
*
|
5296
|
+
* Lookup569: pallet_session::pallet::Error<T>
|
5258
5297
|
**/ PalletSessionError: {
|
5259
5298
|
_enum: [
|
5260
5299
|
'InvalidProof',
|
@@ -5265,7 +5304,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5265
5304
|
]
|
5266
5305
|
},
|
5267
5306
|
/**
|
5268
|
-
*
|
5307
|
+
* Lookup571: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
|
5269
5308
|
**/ PalletTreasuryProposal: {
|
5270
5309
|
proposer: 'AccountId32',
|
5271
5310
|
value: 'u128',
|
@@ -5273,7 +5312,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5273
5312
|
bond: 'u128'
|
5274
5313
|
},
|
5275
5314
|
/**
|
5276
|
-
*
|
5315
|
+
* Lookup573: pallet_treasury::SpendStatus<AssetKind, AssetBalance, sp_core::crypto::AccountId32, BlockNumber, PaymentId>
|
5277
5316
|
**/ PalletTreasurySpendStatus: {
|
5278
5317
|
assetKind: 'Null',
|
5279
5318
|
amount: 'u128',
|
@@ -5283,7 +5322,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5283
5322
|
status: 'PalletTreasuryPaymentState'
|
5284
5323
|
},
|
5285
5324
|
/**
|
5286
|
-
*
|
5325
|
+
* Lookup574: pallet_treasury::PaymentState<Id>
|
5287
5326
|
**/ PalletTreasuryPaymentState: {
|
5288
5327
|
_enum: {
|
5289
5328
|
Pending: 'Null',
|
@@ -5294,10 +5333,10 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5294
5333
|
}
|
5295
5334
|
},
|
5296
5335
|
/**
|
5297
|
-
*
|
5336
|
+
* Lookup575: frame_support::PalletId
|
5298
5337
|
**/ FrameSupportPalletId: '[u8;8]',
|
5299
5338
|
/**
|
5300
|
-
*
|
5339
|
+
* Lookup576: pallet_treasury::pallet::Error<T, I>
|
5301
5340
|
**/ PalletTreasuryError: {
|
5302
5341
|
_enum: [
|
5303
5342
|
'InvalidIndex',
|
@@ -5314,7 +5353,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5314
5353
|
]
|
5315
5354
|
},
|
5316
5355
|
/**
|
5317
|
-
*
|
5356
|
+
* Lookup577: pallet_bounties::Bounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
5318
5357
|
**/ PalletBountiesBounty: {
|
5319
5358
|
proposer: 'AccountId32',
|
5320
5359
|
value: 'u128',
|
@@ -5324,7 +5363,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5324
5363
|
status: 'PalletBountiesBountyStatus'
|
5325
5364
|
},
|
5326
5365
|
/**
|
5327
|
-
*
|
5366
|
+
* Lookup578: pallet_bounties::BountyStatus<sp_core::crypto::AccountId32, BlockNumber>
|
5328
5367
|
**/ PalletBountiesBountyStatus: {
|
5329
5368
|
_enum: {
|
5330
5369
|
Proposed: 'Null',
|
@@ -5345,7 +5384,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5345
5384
|
}
|
5346
5385
|
},
|
5347
5386
|
/**
|
5348
|
-
*
|
5387
|
+
* Lookup580: pallet_bounties::pallet::Error<T, I>
|
5349
5388
|
**/ PalletBountiesError: {
|
5350
5389
|
_enum: [
|
5351
5390
|
'InsufficientProposersBalance',
|
@@ -5362,7 +5401,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5362
5401
|
]
|
5363
5402
|
},
|
5364
5403
|
/**
|
5365
|
-
*
|
5404
|
+
* Lookup581: pallet_child_bounties::ChildBounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
5366
5405
|
**/ PalletChildBountiesChildBounty: {
|
5367
5406
|
parentBounty: 'u32',
|
5368
5407
|
value: 'u128',
|
@@ -5371,7 +5410,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5371
5410
|
status: 'PalletChildBountiesChildBountyStatus'
|
5372
5411
|
},
|
5373
5412
|
/**
|
5374
|
-
*
|
5413
|
+
* Lookup582: pallet_child_bounties::ChildBountyStatus<sp_core::crypto::AccountId32, BlockNumber>
|
5375
5414
|
**/ PalletChildBountiesChildBountyStatus: {
|
5376
5415
|
_enum: {
|
5377
5416
|
Added: 'Null',
|
@@ -5389,7 +5428,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5389
5428
|
}
|
5390
5429
|
},
|
5391
5430
|
/**
|
5392
|
-
*
|
5431
|
+
* Lookup583: pallet_child_bounties::pallet::Error<T>
|
5393
5432
|
**/ PalletChildBountiesError: {
|
5394
5433
|
_enum: [
|
5395
5434
|
'ParentBountyNotActive',
|
@@ -5398,7 +5437,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5398
5437
|
]
|
5399
5438
|
},
|
5400
5439
|
/**
|
5401
|
-
*
|
5440
|
+
* Lookup584: pallet_bags_list::list::Node<T, I>
|
5402
5441
|
**/ PalletBagsListListNode: {
|
5403
5442
|
id: 'AccountId32',
|
5404
5443
|
prev: 'Option<AccountId32>',
|
@@ -5407,20 +5446,20 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5407
5446
|
score: 'u64'
|
5408
5447
|
},
|
5409
5448
|
/**
|
5410
|
-
*
|
5449
|
+
* Lookup585: pallet_bags_list::list::Bag<T, I>
|
5411
5450
|
**/ PalletBagsListListBag: {
|
5412
5451
|
head: 'Option<AccountId32>',
|
5413
5452
|
tail: 'Option<AccountId32>'
|
5414
5453
|
},
|
5415
5454
|
/**
|
5416
|
-
*
|
5455
|
+
* Lookup586: pallet_bags_list::pallet::Error<T, I>
|
5417
5456
|
**/ PalletBagsListError: {
|
5418
5457
|
_enum: {
|
5419
5458
|
List: 'PalletBagsListListListError'
|
5420
5459
|
}
|
5421
5460
|
},
|
5422
5461
|
/**
|
5423
|
-
*
|
5462
|
+
* Lookup587: pallet_bags_list::list::ListError
|
5424
5463
|
**/ PalletBagsListListListError: {
|
5425
5464
|
_enum: [
|
5426
5465
|
'Duplicate',
|
@@ -5430,7 +5469,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5430
5469
|
]
|
5431
5470
|
},
|
5432
5471
|
/**
|
5433
|
-
*
|
5472
|
+
* Lookup588: pallet_nomination_pools::PoolMember<T>
|
5434
5473
|
**/ PalletNominationPoolsPoolMember: {
|
5435
5474
|
poolId: 'u32',
|
5436
5475
|
points: 'u128',
|
@@ -5438,7 +5477,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5438
5477
|
unbondingEras: 'BTreeMap<u32, u128>'
|
5439
5478
|
},
|
5440
5479
|
/**
|
5441
|
-
*
|
5480
|
+
* Lookup593: pallet_nomination_pools::BondedPoolInner<T>
|
5442
5481
|
**/ PalletNominationPoolsBondedPoolInner: {
|
5443
5482
|
commission: 'PalletNominationPoolsCommission',
|
5444
5483
|
memberCounter: 'u32',
|
@@ -5447,7 +5486,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5447
5486
|
state: 'PalletNominationPoolsPoolState'
|
5448
5487
|
},
|
5449
5488
|
/**
|
5450
|
-
*
|
5489
|
+
* Lookup594: pallet_nomination_pools::Commission<T>
|
5451
5490
|
**/ PalletNominationPoolsCommission: {
|
5452
5491
|
current: 'Option<(Perbill,AccountId32)>',
|
5453
5492
|
max: 'Option<Perbill>',
|
@@ -5456,7 +5495,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5456
5495
|
claimPermission: 'Option<PalletNominationPoolsCommissionClaimPermission>'
|
5457
5496
|
},
|
5458
5497
|
/**
|
5459
|
-
*
|
5498
|
+
* Lookup597: pallet_nomination_pools::PoolRoles<sp_core::crypto::AccountId32>
|
5460
5499
|
**/ PalletNominationPoolsPoolRoles: {
|
5461
5500
|
depositor: 'AccountId32',
|
5462
5501
|
root: 'Option<AccountId32>',
|
@@ -5464,7 +5503,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5464
5503
|
bouncer: 'Option<AccountId32>'
|
5465
5504
|
},
|
5466
5505
|
/**
|
5467
|
-
*
|
5506
|
+
* Lookup598: pallet_nomination_pools::RewardPool<T>
|
5468
5507
|
**/ PalletNominationPoolsRewardPool: {
|
5469
5508
|
lastRecordedRewardCounter: 'u128',
|
5470
5509
|
lastRecordedTotalPayouts: 'u128',
|
@@ -5473,19 +5512,19 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5473
5512
|
totalCommissionClaimed: 'u128'
|
5474
5513
|
},
|
5475
5514
|
/**
|
5476
|
-
*
|
5515
|
+
* Lookup599: pallet_nomination_pools::SubPools<T>
|
5477
5516
|
**/ PalletNominationPoolsSubPools: {
|
5478
5517
|
noEra: 'PalletNominationPoolsUnbondPool',
|
5479
5518
|
withEra: 'BTreeMap<u32, PalletNominationPoolsUnbondPool>'
|
5480
5519
|
},
|
5481
5520
|
/**
|
5482
|
-
*
|
5521
|
+
* Lookup600: pallet_nomination_pools::UnbondPool<T>
|
5483
5522
|
**/ PalletNominationPoolsUnbondPool: {
|
5484
5523
|
points: 'u128',
|
5485
5524
|
balance: 'u128'
|
5486
5525
|
},
|
5487
5526
|
/**
|
5488
|
-
*
|
5527
|
+
* Lookup605: pallet_nomination_pools::pallet::Error<T>
|
5489
5528
|
**/ PalletNominationPoolsError: {
|
5490
5529
|
_enum: {
|
5491
5530
|
PoolNotFound: 'Null',
|
@@ -5527,7 +5566,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5527
5566
|
}
|
5528
5567
|
},
|
5529
5568
|
/**
|
5530
|
-
*
|
5569
|
+
* Lookup606: pallet_nomination_pools::pallet::DefensiveError
|
5531
5570
|
**/ PalletNominationPoolsDefensiveError: {
|
5532
5571
|
_enum: [
|
5533
5572
|
'NotEnoughSpaceInUnbondPool',
|
@@ -5540,7 +5579,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5540
5579
|
]
|
5541
5580
|
},
|
5542
5581
|
/**
|
5543
|
-
*
|
5582
|
+
* Lookup609: 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>
|
5544
5583
|
**/ PalletSchedulerScheduled: {
|
5545
5584
|
maybeId: 'Option<[u8;32]>',
|
5546
5585
|
priority: 'u8',
|
@@ -5549,14 +5588,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5549
5588
|
origin: 'TangleTestnetRuntimeOriginCaller'
|
5550
5589
|
},
|
5551
5590
|
/**
|
5552
|
-
*
|
5591
|
+
* Lookup611: pallet_scheduler::RetryConfig<Period>
|
5553
5592
|
**/ PalletSchedulerRetryConfig: {
|
5554
5593
|
totalRetries: 'u8',
|
5555
5594
|
remaining: 'u8',
|
5556
5595
|
period: 'u64'
|
5557
5596
|
},
|
5558
5597
|
/**
|
5559
|
-
*
|
5598
|
+
* Lookup612: pallet_scheduler::pallet::Error<T>
|
5560
5599
|
**/ PalletSchedulerError: {
|
5561
5600
|
_enum: [
|
5562
5601
|
'FailedToSchedule',
|
@@ -5567,7 +5606,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5567
5606
|
]
|
5568
5607
|
},
|
5569
5608
|
/**
|
5570
|
-
*
|
5609
|
+
* Lookup613: pallet_preimage::OldRequestStatus<sp_core::crypto::AccountId32, Balance>
|
5571
5610
|
**/ PalletPreimageOldRequestStatus: {
|
5572
5611
|
_enum: {
|
5573
5612
|
Unrequested: {
|
@@ -5582,7 +5621,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5582
5621
|
}
|
5583
5622
|
},
|
5584
5623
|
/**
|
5585
|
-
*
|
5624
|
+
* Lookup615: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Ticket>
|
5586
5625
|
**/ PalletPreimageRequestStatus: {
|
5587
5626
|
_enum: {
|
5588
5627
|
Unrequested: {
|
@@ -5597,7 +5636,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5597
5636
|
}
|
5598
5637
|
},
|
5599
5638
|
/**
|
5600
|
-
*
|
5639
|
+
* Lookup619: pallet_preimage::pallet::Error<T>
|
5601
5640
|
**/ PalletPreimageError: {
|
5602
5641
|
_enum: [
|
5603
5642
|
'TooBig',
|
@@ -5612,13 +5651,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5612
5651
|
]
|
5613
5652
|
},
|
5614
5653
|
/**
|
5615
|
-
*
|
5654
|
+
* Lookup620: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
|
5616
5655
|
**/ SpStakingOffenceOffenceDetails: {
|
5617
5656
|
offender: '(AccountId32,SpStakingExposure)',
|
5618
5657
|
reporters: 'Vec<AccountId32>'
|
5619
5658
|
},
|
5620
5659
|
/**
|
5621
|
-
*
|
5660
|
+
* Lookup622: pallet_tx_pause::pallet::Error<T>
|
5622
5661
|
**/ PalletTxPauseError: {
|
5623
5662
|
_enum: [
|
5624
5663
|
'IsPaused',
|
@@ -5628,7 +5667,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5628
5667
|
]
|
5629
5668
|
},
|
5630
5669
|
/**
|
5631
|
-
*
|
5670
|
+
* Lookup625: pallet_im_online::pallet::Error<T>
|
5632
5671
|
**/ PalletImOnlineError: {
|
5633
5672
|
_enum: [
|
5634
5673
|
'InvalidKey',
|
@@ -5636,27 +5675,27 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5636
5675
|
]
|
5637
5676
|
},
|
5638
5677
|
/**
|
5639
|
-
*
|
5678
|
+
* Lookup627: pallet_identity::types::Registration<Balance, MaxJudgements, pallet_identity::legacy::IdentityInfo<FieldLimit>>
|
5640
5679
|
**/ PalletIdentityRegistration: {
|
5641
5680
|
judgements: 'Vec<(u32,PalletIdentityJudgement)>',
|
5642
5681
|
deposit: 'u128',
|
5643
5682
|
info: 'PalletIdentityLegacyIdentityInfo'
|
5644
5683
|
},
|
5645
5684
|
/**
|
5646
|
-
*
|
5685
|
+
* Lookup636: pallet_identity::types::RegistrarInfo<Balance, sp_core::crypto::AccountId32, IdField>
|
5647
5686
|
**/ PalletIdentityRegistrarInfo: {
|
5648
5687
|
account: 'AccountId32',
|
5649
5688
|
fee: 'u128',
|
5650
5689
|
fields: 'u64'
|
5651
5690
|
},
|
5652
5691
|
/**
|
5653
|
-
*
|
5692
|
+
* Lookup638: pallet_identity::types::AuthorityProperties<bounded_collections::bounded_vec::BoundedVec<T, S>>
|
5654
5693
|
**/ PalletIdentityAuthorityProperties: {
|
5655
5694
|
suffix: 'Bytes',
|
5656
5695
|
allocation: 'u32'
|
5657
5696
|
},
|
5658
5697
|
/**
|
5659
|
-
*
|
5698
|
+
* Lookup641: pallet_identity::pallet::Error<T>
|
5660
5699
|
**/ PalletIdentityError: {
|
5661
5700
|
_enum: [
|
5662
5701
|
'TooManySubAccounts',
|
@@ -5688,14 +5727,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5688
5727
|
]
|
5689
5728
|
},
|
5690
5729
|
/**
|
5691
|
-
*
|
5730
|
+
* Lookup642: pallet_utility::pallet::Error<T>
|
5692
5731
|
**/ PalletUtilityError: {
|
5693
5732
|
_enum: [
|
5694
5733
|
'TooManyCalls'
|
5695
5734
|
]
|
5696
5735
|
},
|
5697
5736
|
/**
|
5698
|
-
*
|
5737
|
+
* Lookup644: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
|
5699
5738
|
**/ PalletMultisigMultisig: {
|
5700
5739
|
when: 'PalletMultisigTimepoint',
|
5701
5740
|
deposit: 'u128',
|
@@ -5703,7 +5742,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5703
5742
|
approvals: 'Vec<AccountId32>'
|
5704
5743
|
},
|
5705
5744
|
/**
|
5706
|
-
*
|
5745
|
+
* Lookup645: pallet_multisig::pallet::Error<T>
|
5707
5746
|
**/ PalletMultisigError: {
|
5708
5747
|
_enum: [
|
5709
5748
|
'MinimumThreshold',
|
@@ -5723,7 +5762,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5723
5762
|
]
|
5724
5763
|
},
|
5725
5764
|
/**
|
5726
|
-
*
|
5765
|
+
* Lookup648: fp_rpc::TransactionStatus
|
5727
5766
|
**/ FpRpcTransactionStatus: {
|
5728
5767
|
transactionHash: 'H256',
|
5729
5768
|
transactionIndex: 'u32',
|
@@ -5734,10 +5773,10 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5734
5773
|
logsBloom: 'EthbloomBloom'
|
5735
5774
|
},
|
5736
5775
|
/**
|
5737
|
-
*
|
5776
|
+
* Lookup651: ethbloom::Bloom
|
5738
5777
|
**/ EthbloomBloom: '[u8;256]',
|
5739
5778
|
/**
|
5740
|
-
*
|
5779
|
+
* Lookup653: ethereum::receipt::ReceiptV3
|
5741
5780
|
**/ EthereumReceiptReceiptV3: {
|
5742
5781
|
_enum: {
|
5743
5782
|
Legacy: 'EthereumReceiptEip658ReceiptData',
|
@@ -5746,7 +5785,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5746
5785
|
}
|
5747
5786
|
},
|
5748
5787
|
/**
|
5749
|
-
*
|
5788
|
+
* Lookup654: ethereum::receipt::EIP658ReceiptData
|
5750
5789
|
**/ EthereumReceiptEip658ReceiptData: {
|
5751
5790
|
statusCode: 'u8',
|
5752
5791
|
usedGas: 'U256',
|
@@ -5754,14 +5793,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5754
5793
|
logs: 'Vec<EthereumLog>'
|
5755
5794
|
},
|
5756
5795
|
/**
|
5757
|
-
*
|
5796
|
+
* Lookup655: ethereum::block::Block<ethereum::transaction::TransactionV2>
|
5758
5797
|
**/ EthereumBlock: {
|
5759
5798
|
header: 'EthereumHeader',
|
5760
5799
|
transactions: 'Vec<EthereumTransactionTransactionV2>',
|
5761
5800
|
ommers: 'Vec<EthereumHeader>'
|
5762
5801
|
},
|
5763
5802
|
/**
|
5764
|
-
*
|
5803
|
+
* Lookup656: ethereum::header::Header
|
5765
5804
|
**/ EthereumHeader: {
|
5766
5805
|
parentHash: 'H256',
|
5767
5806
|
ommersHash: 'H256',
|
@@ -5780,10 +5819,10 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5780
5819
|
nonce: 'EthereumTypesHashH64'
|
5781
5820
|
},
|
5782
5821
|
/**
|
5783
|
-
*
|
5822
|
+
* Lookup657: ethereum_types::hash::H64
|
5784
5823
|
**/ EthereumTypesHashH64: '[u8;8]',
|
5785
5824
|
/**
|
5786
|
-
*
|
5825
|
+
* Lookup662: pallet_ethereum::pallet::Error<T>
|
5787
5826
|
**/ PalletEthereumError: {
|
5788
5827
|
_enum: [
|
5789
5828
|
'InvalidSignature',
|
@@ -5791,7 +5830,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5791
5830
|
]
|
5792
5831
|
},
|
5793
5832
|
/**
|
5794
|
-
*
|
5833
|
+
* Lookup663: pallet_evm::CodeMetadata
|
5795
5834
|
**/ PalletEvmCodeMetadata: {
|
5796
5835
|
_alias: {
|
5797
5836
|
size_: 'size',
|
@@ -5801,7 +5840,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5801
5840
|
hash_: 'H256'
|
5802
5841
|
},
|
5803
5842
|
/**
|
5804
|
-
*
|
5843
|
+
* Lookup665: pallet_evm::pallet::Error<T>
|
5805
5844
|
**/ PalletEvmError: {
|
5806
5845
|
_enum: [
|
5807
5846
|
'BalanceLow',
|
@@ -5820,14 +5859,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5820
5859
|
]
|
5821
5860
|
},
|
5822
5861
|
/**
|
5823
|
-
*
|
5862
|
+
* Lookup666: pallet_hotfix_sufficients::pallet::Error<T>
|
5824
5863
|
**/ PalletHotfixSufficientsError: {
|
5825
5864
|
_enum: [
|
5826
5865
|
'MaxAddressCountExceeded'
|
5827
5866
|
]
|
5828
5867
|
},
|
5829
5868
|
/**
|
5830
|
-
*
|
5869
|
+
* Lookup668: pallet_airdrop_claims::pallet::Error<T>
|
5831
5870
|
**/ PalletAirdropClaimsError: {
|
5832
5871
|
_enum: [
|
5833
5872
|
'InvalidEthereumSignature',
|
@@ -5841,21 +5880,21 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5841
5880
|
]
|
5842
5881
|
},
|
5843
5882
|
/**
|
5844
|
-
*
|
5883
|
+
* Lookup671: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, tangle_testnet_runtime::ProxyType, BlockNumber>
|
5845
5884
|
**/ PalletProxyProxyDefinition: {
|
5846
5885
|
delegate: 'AccountId32',
|
5847
5886
|
proxyType: 'TangleTestnetRuntimeProxyType',
|
5848
5887
|
delay: 'u64'
|
5849
5888
|
},
|
5850
5889
|
/**
|
5851
|
-
*
|
5890
|
+
* Lookup675: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
|
5852
5891
|
**/ PalletProxyAnnouncement: {
|
5853
5892
|
real: 'AccountId32',
|
5854
5893
|
callHash: 'H256',
|
5855
5894
|
height: 'u64'
|
5856
5895
|
},
|
5857
5896
|
/**
|
5858
|
-
*
|
5897
|
+
* Lookup677: pallet_proxy::pallet::Error<T>
|
5859
5898
|
**/ PalletProxyError: {
|
5860
5899
|
_enum: [
|
5861
5900
|
'TooMany',
|
@@ -5869,29 +5908,36 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5869
5908
|
]
|
5870
5909
|
},
|
5871
5910
|
/**
|
5872
|
-
*
|
5911
|
+
* Lookup678: pallet_multi_asset_delegation::types::operator::OperatorMetadata<sp_core::crypto::AccountId32, Balance, AssetId, tangle_testnet_runtime::MaxDelegations, tangle_testnet_runtime::MaxOperatorBlueprints>
|
5873
5912
|
**/ PalletMultiAssetDelegationOperatorOperatorMetadata: {
|
5874
5913
|
stake: 'u128',
|
5875
5914
|
delegationCount: 'u32',
|
5876
5915
|
request: 'Option<PalletMultiAssetDelegationOperatorOperatorBondLessRequest>',
|
5877
5916
|
delegations: 'Vec<PalletMultiAssetDelegationOperatorDelegatorBond>',
|
5878
|
-
status: 'PalletMultiAssetDelegationOperatorOperatorStatus'
|
5917
|
+
status: 'PalletMultiAssetDelegationOperatorOperatorStatus',
|
5918
|
+
blueprintIds: 'Vec<u32>'
|
5879
5919
|
},
|
5880
5920
|
/**
|
5881
|
-
*
|
5921
|
+
* Lookup679: tangle_testnet_runtime::MaxDelegations
|
5922
|
+
**/ TangleTestnetRuntimeMaxDelegations: 'Null',
|
5923
|
+
/**
|
5924
|
+
* Lookup680: tangle_testnet_runtime::MaxOperatorBlueprints
|
5925
|
+
**/ TangleTestnetRuntimeMaxOperatorBlueprints: 'Null',
|
5926
|
+
/**
|
5927
|
+
* Lookup682: pallet_multi_asset_delegation::types::operator::OperatorBondLessRequest<Balance>
|
5882
5928
|
**/ PalletMultiAssetDelegationOperatorOperatorBondLessRequest: {
|
5883
5929
|
amount: 'u128',
|
5884
5930
|
requestTime: 'u32'
|
5885
5931
|
},
|
5886
5932
|
/**
|
5887
|
-
*
|
5933
|
+
* Lookup684: pallet_multi_asset_delegation::types::operator::DelegatorBond<sp_core::crypto::AccountId32, Balance, AssetId>
|
5888
5934
|
**/ PalletMultiAssetDelegationOperatorDelegatorBond: {
|
5889
5935
|
delegator: 'AccountId32',
|
5890
5936
|
amount: 'u128',
|
5891
5937
|
assetId: 'u128'
|
5892
5938
|
},
|
5893
5939
|
/**
|
5894
|
-
*
|
5940
|
+
* Lookup686: pallet_multi_asset_delegation::types::operator::OperatorStatus
|
5895
5941
|
**/ PalletMultiAssetDelegationOperatorOperatorStatus: {
|
5896
5942
|
_enum: {
|
5897
5943
|
Active: 'Null',
|
@@ -5900,13 +5946,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5900
5946
|
}
|
5901
5947
|
},
|
5902
5948
|
/**
|
5903
|
-
*
|
5949
|
+
* Lookup688: pallet_multi_asset_delegation::types::operator::OperatorSnapshot<sp_core::crypto::AccountId32, Balance, AssetId, tangle_testnet_runtime::MaxDelegations>
|
5904
5950
|
**/ PalletMultiAssetDelegationOperatorOperatorSnapshot: {
|
5905
5951
|
stake: 'u128',
|
5906
5952
|
delegations: 'Vec<PalletMultiAssetDelegationOperatorDelegatorBond>'
|
5907
5953
|
},
|
5908
5954
|
/**
|
5909
|
-
*
|
5955
|
+
* Lookup689: 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>
|
5910
5956
|
**/ PalletMultiAssetDelegationDelegatorDelegatorMetadata: {
|
5911
5957
|
deposits: 'BTreeMap<u128, u128>',
|
5912
5958
|
withdrawRequests: 'Vec<PalletMultiAssetDelegationDelegatorWithdrawRequest>',
|
@@ -5915,29 +5961,37 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5915
5961
|
status: 'PalletMultiAssetDelegationDelegatorDelegatorStatus'
|
5916
5962
|
},
|
5917
5963
|
/**
|
5918
|
-
*
|
5964
|
+
* Lookup690: tangle_testnet_runtime::MaxWithdrawRequests
|
5965
|
+
**/ TangleTestnetRuntimeMaxWithdrawRequests: 'Null',
|
5966
|
+
/**
|
5967
|
+
* Lookup691: tangle_testnet_runtime::MaxUnstakeRequests
|
5968
|
+
**/ TangleTestnetRuntimeMaxUnstakeRequests: 'Null',
|
5969
|
+
/**
|
5970
|
+
* Lookup696: pallet_multi_asset_delegation::types::delegator::WithdrawRequest<AssetId, Balance>
|
5919
5971
|
**/ PalletMultiAssetDelegationDelegatorWithdrawRequest: {
|
5920
5972
|
assetId: 'u128',
|
5921
5973
|
amount: 'u128',
|
5922
5974
|
requestedRound: 'u32'
|
5923
5975
|
},
|
5924
5976
|
/**
|
5925
|
-
*
|
5977
|
+
* Lookup699: pallet_multi_asset_delegation::types::delegator::BondInfoDelegator<sp_core::crypto::AccountId32, Balance, AssetId, tangle_testnet_runtime::MaxDelegatorBlueprints>
|
5926
5978
|
**/ PalletMultiAssetDelegationDelegatorBondInfoDelegator: {
|
5927
5979
|
operator: 'AccountId32',
|
5928
5980
|
amount: 'u128',
|
5929
|
-
assetId: 'u128'
|
5981
|
+
assetId: 'u128',
|
5982
|
+
blueprintSelection: 'PalletMultiAssetDelegationDelegatorDelegatorBlueprintSelection'
|
5930
5983
|
},
|
5931
5984
|
/**
|
5932
|
-
*
|
5985
|
+
* Lookup702: pallet_multi_asset_delegation::types::delegator::BondLessRequest<sp_core::crypto::AccountId32, AssetId, Balance, tangle_testnet_runtime::MaxDelegatorBlueprints>
|
5933
5986
|
**/ PalletMultiAssetDelegationDelegatorBondLessRequest: {
|
5934
5987
|
operator: 'AccountId32',
|
5935
5988
|
assetId: 'u128',
|
5936
5989
|
amount: 'u128',
|
5937
|
-
requestedRound: 'u32'
|
5990
|
+
requestedRound: 'u32',
|
5991
|
+
blueprintSelection: 'PalletMultiAssetDelegationDelegatorDelegatorBlueprintSelection'
|
5938
5992
|
},
|
5939
5993
|
/**
|
5940
|
-
*
|
5994
|
+
* Lookup704: pallet_multi_asset_delegation::types::delegator::DelegatorStatus
|
5941
5995
|
**/ PalletMultiAssetDelegationDelegatorDelegatorStatus: {
|
5942
5996
|
_enum: {
|
5943
5997
|
Active: 'Null',
|
@@ -5945,19 +5999,19 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5945
5999
|
}
|
5946
6000
|
},
|
5947
6001
|
/**
|
5948
|
-
*
|
6002
|
+
* Lookup705: pallet_multi_asset_delegation::types::rewards::RewardConfig<VaultId, Balance>
|
5949
6003
|
**/ PalletMultiAssetDelegationRewardsRewardConfig: {
|
5950
6004
|
configs: 'BTreeMap<u128, PalletMultiAssetDelegationRewardsRewardConfigForAssetVault>',
|
5951
6005
|
whitelistedBlueprintIds: 'Vec<u32>'
|
5952
6006
|
},
|
5953
6007
|
/**
|
5954
|
-
*
|
6008
|
+
* Lookup707: pallet_multi_asset_delegation::types::rewards::RewardConfigForAssetVault<Balance>
|
5955
6009
|
**/ PalletMultiAssetDelegationRewardsRewardConfigForAssetVault: {
|
5956
6010
|
apy: 'Percent',
|
5957
6011
|
cap: 'u128'
|
5958
6012
|
},
|
5959
6013
|
/**
|
5960
|
-
*
|
6014
|
+
* Lookup710: pallet_multi_asset_delegation::pallet::Error<T>
|
5961
6015
|
**/ PalletMultiAssetDelegationError: {
|
5962
6016
|
_enum: [
|
5963
6017
|
'AlreadyOperator',
|
@@ -5967,6 +6021,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5967
6021
|
'AlreadyLeaving',
|
5968
6022
|
'NotLeavingOperator',
|
5969
6023
|
'NotLeavingRound',
|
6024
|
+
'LeavingRoundNotReached',
|
5970
6025
|
'NoScheduledBondLess',
|
5971
6026
|
'BondLessRequestNotSatisfied',
|
5972
6027
|
'NotActiveOperator',
|
@@ -5983,17 +6038,33 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5983
6038
|
'NoActiveDelegation',
|
5984
6039
|
'AssetNotWhitelisted',
|
5985
6040
|
'NotAuthorized',
|
6041
|
+
'MaxBlueprintsExceeded',
|
5986
6042
|
'AssetNotFound',
|
5987
6043
|
'BlueprintAlreadyWhitelisted',
|
5988
6044
|
'NowithdrawRequests',
|
5989
6045
|
'NoMatchingwithdrawRequest',
|
5990
6046
|
'AssetAlreadyInVault',
|
5991
6047
|
'AssetNotInVault',
|
5992
|
-
'VaultNotFound'
|
6048
|
+
'VaultNotFound',
|
6049
|
+
'DuplicateBlueprintId',
|
6050
|
+
'BlueprintIdNotFound',
|
6051
|
+
'NotInFixedMode',
|
6052
|
+
'MaxDelegationsExceeded',
|
6053
|
+
'MaxUnstakeRequestsExceeded',
|
6054
|
+
'MaxWithdrawRequestsExceeded',
|
6055
|
+
'DepositOverflow',
|
6056
|
+
'UnstakeAmountTooLarge',
|
6057
|
+
'StakeOverflow',
|
6058
|
+
'InsufficientStakeRemaining',
|
6059
|
+
'APYExceedsMaximum',
|
6060
|
+
'CapCannotBeZero',
|
6061
|
+
'CapExceedsTotalSupply',
|
6062
|
+
'PendingUnstakeRequestExists',
|
6063
|
+
'BlueprintNotSelected'
|
5993
6064
|
]
|
5994
6065
|
},
|
5995
6066
|
/**
|
5996
|
-
*
|
6067
|
+
* Lookup713: tangle_primitives::services::ServiceRequest<C, sp_core::crypto::AccountId32, BlockNumber, AssetId>
|
5997
6068
|
**/ TanglePrimitivesServicesServiceRequest: {
|
5998
6069
|
blueprint: 'u64',
|
5999
6070
|
owner: 'AccountId32',
|
@@ -6004,58 +6075,76 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6004
6075
|
operatorsWithApprovalState: 'Vec<(AccountId32,TanglePrimitivesServicesApprovalState)>'
|
6005
6076
|
},
|
6006
6077
|
/**
|
6007
|
-
*
|
6078
|
+
* Lookup719: tangle_primitives::services::ApprovalState
|
6008
6079
|
**/ TanglePrimitivesServicesApprovalState: {
|
6009
|
-
_enum:
|
6010
|
-
|
6011
|
-
|
6012
|
-
|
6013
|
-
|
6080
|
+
_enum: {
|
6081
|
+
Pending: 'Null',
|
6082
|
+
Approved: {
|
6083
|
+
restakingPercent: 'Percent'
|
6084
|
+
},
|
6085
|
+
Rejected: 'Null'
|
6086
|
+
}
|
6014
6087
|
},
|
6015
6088
|
/**
|
6016
|
-
*
|
6089
|
+
* Lookup721: tangle_primitives::services::Service<C, sp_core::crypto::AccountId32, BlockNumber, AssetId>
|
6017
6090
|
**/ TanglePrimitivesServicesService: {
|
6018
6091
|
id: 'u64',
|
6019
6092
|
blueprint: 'u64',
|
6020
6093
|
owner: 'AccountId32',
|
6021
6094
|
permittedCallers: 'Vec<AccountId32>',
|
6022
|
-
operators: 'Vec<AccountId32>',
|
6095
|
+
operators: 'Vec<(AccountId32,Percent)>',
|
6023
6096
|
assets: 'Vec<u128>',
|
6024
6097
|
ttl: 'u64'
|
6025
6098
|
},
|
6026
6099
|
/**
|
6027
|
-
*
|
6100
|
+
* Lookup727: tangle_primitives::services::JobCall<C, sp_core::crypto::AccountId32>
|
6028
6101
|
**/ TanglePrimitivesServicesJobCall: {
|
6029
6102
|
serviceId: 'u64',
|
6030
6103
|
job: 'u8',
|
6031
6104
|
args: 'Vec<TanglePrimitivesServicesField>'
|
6032
6105
|
},
|
6033
6106
|
/**
|
6034
|
-
*
|
6107
|
+
* Lookup728: tangle_primitives::services::JobCallResult<C, sp_core::crypto::AccountId32>
|
6035
6108
|
**/ TanglePrimitivesServicesJobCallResult: {
|
6036
6109
|
serviceId: 'u64',
|
6037
6110
|
callId: 'u64',
|
6038
6111
|
result: 'Vec<TanglePrimitivesServicesField>'
|
6039
6112
|
},
|
6040
6113
|
/**
|
6041
|
-
*
|
6114
|
+
* Lookup729: pallet_services::types::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
|
6115
|
+
**/ PalletServicesUnappliedSlash: {
|
6116
|
+
serviceId: 'u64',
|
6117
|
+
operator: 'AccountId32',
|
6118
|
+
own: 'u128',
|
6119
|
+
others: 'Vec<(AccountId32,u128)>',
|
6120
|
+
reporters: 'Vec<AccountId32>',
|
6121
|
+
payout: 'u128'
|
6122
|
+
},
|
6123
|
+
/**
|
6124
|
+
* Lookup730: tangle_primitives::services::OperatorProfile<C>
|
6042
6125
|
**/ TanglePrimitivesServicesOperatorProfile: {
|
6043
6126
|
services: 'BTreeSet<u64>',
|
6044
6127
|
blueprints: 'BTreeSet<u64>'
|
6045
6128
|
},
|
6046
6129
|
/**
|
6047
|
-
*
|
6130
|
+
* Lookup733: pallet_services::module::Error<T>
|
6048
6131
|
**/ PalletServicesModuleError: {
|
6049
6132
|
_enum: {
|
6050
6133
|
BlueprintNotFound: 'Null',
|
6051
6134
|
AlreadyRegistered: 'Null',
|
6052
6135
|
InvalidRegistrationInput: 'Null',
|
6136
|
+
NotAllowedToUnregister: 'Null',
|
6137
|
+
NotAllowedToUpdatePriceTargets: 'Null',
|
6053
6138
|
InvalidRequestInput: 'Null',
|
6054
6139
|
InvalidJobCallInput: 'Null',
|
6055
6140
|
InvalidJobResult: 'Null',
|
6056
6141
|
NotRegistered: 'Null',
|
6142
|
+
ApprovalInterrupted: 'Null',
|
6143
|
+
RejectionInterrupted: 'Null',
|
6057
6144
|
ServiceRequestNotFound: 'Null',
|
6145
|
+
ServiceInitializationInterrupted: 'Null',
|
6058
6146
|
ServiceNotFound: 'Null',
|
6147
|
+
TerminationInterrupted: 'Null',
|
6059
6148
|
TypeCheck: 'TanglePrimitivesServicesTypeCheckError',
|
6060
6149
|
MaxPermittedCallersExceeded: 'Null',
|
6061
6150
|
MaxServiceProvidersExceeded: 'Null',
|
@@ -6071,11 +6160,16 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6071
6160
|
MaxServicesPerProviderExceeded: 'Null',
|
6072
6161
|
OperatorNotActive: 'Null',
|
6073
6162
|
NoAssetsProvided: 'Null',
|
6074
|
-
MaxAssetsPerServiceExceeded: 'Null'
|
6163
|
+
MaxAssetsPerServiceExceeded: 'Null',
|
6164
|
+
OffenderNotOperator: 'Null',
|
6165
|
+
OffenderNotActiveOperator: 'Null',
|
6166
|
+
NoSlashingOrigin: 'Null',
|
6167
|
+
NoDisputeOrigin: 'Null',
|
6168
|
+
UnappliedSlashNotFound: 'Null'
|
6075
6169
|
}
|
6076
6170
|
},
|
6077
6171
|
/**
|
6078
|
-
*
|
6172
|
+
* Lookup734: tangle_primitives::services::TypeCheckError
|
6079
6173
|
**/ TanglePrimitivesServicesTypeCheckError: {
|
6080
6174
|
_enum: {
|
6081
6175
|
ArgumentTypeMismatch: {
|
@@ -6095,7 +6189,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6095
6189
|
}
|
6096
6190
|
},
|
6097
6191
|
/**
|
6098
|
-
*
|
6192
|
+
* Lookup735: pallet_tangle_lst::types::bonded_pool::BondedPoolInner<T>
|
6099
6193
|
**/ PalletTangleLstBondedPoolBondedPoolInner: {
|
6100
6194
|
commission: 'PalletTangleLstCommission',
|
6101
6195
|
roles: 'PalletTangleLstPoolsPoolRoles',
|
@@ -6103,7 +6197,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6103
6197
|
metadata: 'PalletTangleLstBondedPoolPoolMetadata'
|
6104
6198
|
},
|
6105
6199
|
/**
|
6106
|
-
*
|
6200
|
+
* Lookup736: pallet_tangle_lst::types::commission::Commission<T>
|
6107
6201
|
**/ PalletTangleLstCommission: {
|
6108
6202
|
current: 'Option<(Perbill,AccountId32)>',
|
6109
6203
|
max: 'Option<Perbill>',
|
@@ -6112,7 +6206,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6112
6206
|
claimPermission: 'Option<PalletTangleLstCommissionCommissionClaimPermission>'
|
6113
6207
|
},
|
6114
6208
|
/**
|
6115
|
-
*
|
6209
|
+
* Lookup738: pallet_tangle_lst::types::pools::PoolRoles<sp_core::crypto::AccountId32>
|
6116
6210
|
**/ PalletTangleLstPoolsPoolRoles: {
|
6117
6211
|
depositor: 'AccountId32',
|
6118
6212
|
root: 'Option<AccountId32>',
|
@@ -6120,12 +6214,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6120
6214
|
bouncer: 'Option<AccountId32>'
|
6121
6215
|
},
|
6122
6216
|
/**
|
6123
|
-
*
|
6217
|
+
* Lookup739: pallet_tangle_lst::types::bonded_pool::PoolMetadata<T>
|
6124
6218
|
**/ PalletTangleLstBondedPoolPoolMetadata: {
|
6125
|
-
name: 'Bytes'
|
6219
|
+
name: 'Option<Bytes>',
|
6220
|
+
icon: 'Option<Bytes>'
|
6126
6221
|
},
|
6127
6222
|
/**
|
6128
|
-
*
|
6223
|
+
* Lookup740: pallet_tangle_lst::types::sub_pools::RewardPool<T>
|
6129
6224
|
**/ PalletTangleLstSubPoolsRewardPool: {
|
6130
6225
|
lastRecordedRewardCounter: 'u128',
|
6131
6226
|
lastRecordedTotalPayouts: 'u128',
|
@@ -6134,25 +6229,24 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6134
6229
|
totalCommissionClaimed: 'u128'
|
6135
6230
|
},
|
6136
6231
|
/**
|
6137
|
-
*
|
6232
|
+
* Lookup741: pallet_tangle_lst::types::sub_pools::SubPools<T>
|
6138
6233
|
**/ PalletTangleLstSubPools: {
|
6139
6234
|
noEra: 'PalletTangleLstSubPoolsUnbondPool',
|
6140
6235
|
withEra: 'BTreeMap<u32, PalletTangleLstSubPoolsUnbondPool>'
|
6141
6236
|
},
|
6142
6237
|
/**
|
6143
|
-
*
|
6238
|
+
* Lookup742: pallet_tangle_lst::types::sub_pools::UnbondPool<T>
|
6144
6239
|
**/ PalletTangleLstSubPoolsUnbondPool: {
|
6145
6240
|
points: 'u128',
|
6146
6241
|
balance: 'u128'
|
6147
6242
|
},
|
6148
6243
|
/**
|
6149
|
-
*
|
6244
|
+
* Lookup748: pallet_tangle_lst::types::pools::PoolMember<T>
|
6150
6245
|
**/ PalletTangleLstPoolsPoolMember: {
|
6151
|
-
|
6152
|
-
unbondingEras: 'BTreeMap<u32, u128>'
|
6246
|
+
unbondingEras: 'BTreeMap<u32, (u32,u128)>'
|
6153
6247
|
},
|
6154
6248
|
/**
|
6155
|
-
*
|
6249
|
+
* Lookup753: pallet_tangle_lst::types::ClaimPermission
|
6156
6250
|
**/ PalletTangleLstClaimPermission: {
|
6157
6251
|
_enum: [
|
6158
6252
|
'Permissioned',
|
@@ -6162,7 +6256,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6162
6256
|
]
|
6163
6257
|
},
|
6164
6258
|
/**
|
6165
|
-
*
|
6259
|
+
* Lookup754: pallet_tangle_lst::pallet::Error<T>
|
6166
6260
|
**/ PalletTangleLstError: {
|
6167
6261
|
_enum: {
|
6168
6262
|
PoolNotFound: 'Null',
|
@@ -6201,7 +6295,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6201
6295
|
}
|
6202
6296
|
},
|
6203
6297
|
/**
|
6204
|
-
*
|
6298
|
+
* Lookup755: pallet_tangle_lst::pallet::DefensiveError
|
6205
6299
|
**/ PalletTangleLstDefensiveError: {
|
6206
6300
|
_enum: [
|
6207
6301
|
'NotEnoughSpaceInUnbondPool',
|
@@ -6212,33 +6306,33 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6212
6306
|
]
|
6213
6307
|
},
|
6214
6308
|
/**
|
6215
|
-
*
|
6309
|
+
* Lookup758: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
6216
6310
|
**/ FrameSystemExtensionsCheckNonZeroSender: 'Null',
|
6217
6311
|
/**
|
6218
|
-
*
|
6312
|
+
* Lookup759: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
6219
6313
|
**/ FrameSystemExtensionsCheckSpecVersion: 'Null',
|
6220
6314
|
/**
|
6221
|
-
*
|
6315
|
+
* Lookup760: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
6222
6316
|
**/ FrameSystemExtensionsCheckTxVersion: 'Null',
|
6223
6317
|
/**
|
6224
|
-
*
|
6318
|
+
* Lookup761: frame_system::extensions::check_genesis::CheckGenesis<T>
|
6225
6319
|
**/ FrameSystemExtensionsCheckGenesis: 'Null',
|
6226
6320
|
/**
|
6227
|
-
*
|
6321
|
+
* Lookup764: frame_system::extensions::check_nonce::CheckNonce<T>
|
6228
6322
|
**/ FrameSystemExtensionsCheckNonce: 'Compact<u32>',
|
6229
6323
|
/**
|
6230
|
-
*
|
6324
|
+
* Lookup765: frame_system::extensions::check_weight::CheckWeight<T>
|
6231
6325
|
**/ FrameSystemExtensionsCheckWeight: 'Null',
|
6232
6326
|
/**
|
6233
|
-
*
|
6327
|
+
* Lookup766: pallet_transaction_payment::ChargeTransactionPayment<T>
|
6234
6328
|
**/ PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
|
6235
6329
|
/**
|
6236
|
-
*
|
6330
|
+
* Lookup767: frame_metadata_hash_extension::CheckMetadataHash<T>
|
6237
6331
|
**/ FrameMetadataHashExtensionCheckMetadataHash: {
|
6238
6332
|
mode: 'FrameMetadataHashExtensionMode'
|
6239
6333
|
},
|
6240
6334
|
/**
|
6241
|
-
*
|
6335
|
+
* Lookup768: frame_metadata_hash_extension::Mode
|
6242
6336
|
**/ FrameMetadataHashExtensionMode: {
|
6243
6337
|
_enum: [
|
6244
6338
|
'Disabled',
|
@@ -6246,7 +6340,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6246
6340
|
]
|
6247
6341
|
},
|
6248
6342
|
/**
|
6249
|
-
*
|
6343
|
+
* Lookup770: tangle_testnet_runtime::Runtime
|
6250
6344
|
**/ TangleTestnetRuntimeRuntime: 'Null'
|
6251
6345
|
};
|
6252
6346
|
|