@webb-tools/tangle-substrate-types 0.9.1 → 0.9.3
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 +349 -320
- package/build/index.d.ts +780 -660
- package/build/index.mjs +349 -320
- package/package.json +1 -1
package/build/index.mjs
CHANGED
@@ -1828,11 +1828,6 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
1828
1828
|
operator: 'AccountId32',
|
1829
1829
|
blueprintId: 'u64'
|
1830
1830
|
},
|
1831
|
-
ApprovalPreferenceUpdated: {
|
1832
|
-
operator: 'AccountId32',
|
1833
|
-
blueprintId: 'u64',
|
1834
|
-
approvalPreference: 'TanglePrimitivesServicesApprovalPreference'
|
1835
|
-
},
|
1836
1831
|
PriceTargetsUpdated: {
|
1837
1832
|
operator: 'AccountId32',
|
1838
1833
|
blueprintId: 'u64',
|
@@ -1858,16 +1853,9 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
1858
1853
|
requestId: 'u64',
|
1859
1854
|
blueprintId: 'u64'
|
1860
1855
|
},
|
1861
|
-
ServiceRequestUpdated: {
|
1862
|
-
owner: 'AccountId32',
|
1863
|
-
requestId: 'u64',
|
1864
|
-
blueprintId: 'u64',
|
1865
|
-
pendingApprovals: 'Vec<AccountId32>',
|
1866
|
-
approved: 'Vec<AccountId32>'
|
1867
|
-
},
|
1868
1856
|
ServiceInitiated: {
|
1869
1857
|
owner: 'AccountId32',
|
1870
|
-
requestId: '
|
1858
|
+
requestId: 'u64',
|
1871
1859
|
serviceId: 'u64',
|
1872
1860
|
blueprintId: 'u64',
|
1873
1861
|
assets: 'Vec<u128>'
|
@@ -1901,6 +1889,22 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
1901
1889
|
to: 'H160',
|
1902
1890
|
data: 'Bytes',
|
1903
1891
|
reason: 'Bytes'
|
1892
|
+
},
|
1893
|
+
UnappliedSlash: {
|
1894
|
+
index: 'u32',
|
1895
|
+
operator: 'AccountId32',
|
1896
|
+
amount: 'u128',
|
1897
|
+
serviceId: 'u64',
|
1898
|
+
blueprintId: 'u64',
|
1899
|
+
era: 'u32'
|
1900
|
+
},
|
1901
|
+
SlashDiscarded: {
|
1902
|
+
index: 'u32',
|
1903
|
+
operator: 'AccountId32',
|
1904
|
+
amount: 'u128',
|
1905
|
+
serviceId: 'u64',
|
1906
|
+
blueprintId: 'u64',
|
1907
|
+
era: 'u32'
|
1904
1908
|
}
|
1905
1909
|
}
|
1906
1910
|
},
|
@@ -1908,19 +1912,10 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
1908
1912
|
* Lookup127: tangle_primitives::services::OperatorPreferences
|
1909
1913
|
**/ TanglePrimitivesServicesOperatorPreferences: {
|
1910
1914
|
key: '[u8;33]',
|
1911
|
-
approval: 'TanglePrimitivesServicesApprovalPreference',
|
1912
1915
|
priceTargets: 'TanglePrimitivesServicesPriceTargets'
|
1913
1916
|
},
|
1914
1917
|
/**
|
1915
|
-
* Lookup129: tangle_primitives::services::
|
1916
|
-
**/ TanglePrimitivesServicesApprovalPreference: {
|
1917
|
-
_enum: [
|
1918
|
-
'None',
|
1919
|
-
'Required'
|
1920
|
-
]
|
1921
|
-
},
|
1922
|
-
/**
|
1923
|
-
* Lookup130: tangle_primitives::services::PriceTargets
|
1918
|
+
* Lookup129: tangle_primitives::services::PriceTargets
|
1924
1919
|
**/ TanglePrimitivesServicesPriceTargets: {
|
1925
1920
|
cpu: 'u64',
|
1926
1921
|
mem: 'u64',
|
@@ -1929,7 +1924,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
1929
1924
|
storageNvme: 'u64'
|
1930
1925
|
},
|
1931
1926
|
/**
|
1932
|
-
*
|
1927
|
+
* Lookup131: tangle_primitives::services::field::Field<C, sp_core::crypto::AccountId32>
|
1933
1928
|
**/ TanglePrimitivesServicesField: {
|
1934
1929
|
_enum: {
|
1935
1930
|
None: 'Null',
|
@@ -2036,7 +2031,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2036
2031
|
}
|
2037
2032
|
},
|
2038
2033
|
/**
|
2039
|
-
*
|
2034
|
+
* Lookup144: pallet_tangle_lst::pallet::Event<T>
|
2040
2035
|
**/ PalletTangleLstEvent: {
|
2041
2036
|
_enum: {
|
2042
2037
|
Created: {
|
@@ -2123,7 +2118,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2123
2118
|
}
|
2124
2119
|
},
|
2125
2120
|
/**
|
2126
|
-
*
|
2121
|
+
* Lookup145: pallet_tangle_lst::types::pools::PoolState
|
2127
2122
|
**/ PalletTangleLstPoolsPoolState: {
|
2128
2123
|
_enum: [
|
2129
2124
|
'Open',
|
@@ -2132,13 +2127,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2132
2127
|
]
|
2133
2128
|
},
|
2134
2129
|
/**
|
2135
|
-
*
|
2130
|
+
* Lookup146: pallet_tangle_lst::types::commission::CommissionChangeRate<BlockNumber>
|
2136
2131
|
**/ PalletTangleLstCommissionCommissionChangeRate: {
|
2137
2132
|
maxIncrease: 'Perbill',
|
2138
2133
|
minDelay: 'u64'
|
2139
2134
|
},
|
2140
2135
|
/**
|
2141
|
-
*
|
2136
|
+
* Lookup148: pallet_tangle_lst::types::commission::CommissionClaimPermission<sp_core::crypto::AccountId32>
|
2142
2137
|
**/ PalletTangleLstCommissionCommissionClaimPermission: {
|
2143
2138
|
_enum: {
|
2144
2139
|
Permissionless: 'Null',
|
@@ -2146,7 +2141,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2146
2141
|
}
|
2147
2142
|
},
|
2148
2143
|
/**
|
2149
|
-
*
|
2144
|
+
* Lookup149: frame_system::Phase
|
2150
2145
|
**/ FrameSystemPhase: {
|
2151
2146
|
_enum: {
|
2152
2147
|
ApplyExtrinsic: 'u32',
|
@@ -2155,19 +2150,19 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2155
2150
|
}
|
2156
2151
|
},
|
2157
2152
|
/**
|
2158
|
-
*
|
2153
|
+
* Lookup151: frame_system::LastRuntimeUpgradeInfo
|
2159
2154
|
**/ FrameSystemLastRuntimeUpgradeInfo: {
|
2160
2155
|
specVersion: 'Compact<u32>',
|
2161
2156
|
specName: 'Text'
|
2162
2157
|
},
|
2163
2158
|
/**
|
2164
|
-
*
|
2159
|
+
* Lookup153: frame_system::CodeUpgradeAuthorization<T>
|
2165
2160
|
**/ FrameSystemCodeUpgradeAuthorization: {
|
2166
2161
|
codeHash: 'H256',
|
2167
2162
|
checkVersion: 'bool'
|
2168
2163
|
},
|
2169
2164
|
/**
|
2170
|
-
*
|
2165
|
+
* Lookup154: frame_system::pallet::Call<T>
|
2171
2166
|
**/ FrameSystemCall: {
|
2172
2167
|
_enum: {
|
2173
2168
|
remark: {
|
@@ -2211,21 +2206,21 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2211
2206
|
}
|
2212
2207
|
},
|
2213
2208
|
/**
|
2214
|
-
*
|
2209
|
+
* Lookup158: frame_system::limits::BlockWeights
|
2215
2210
|
**/ FrameSystemLimitsBlockWeights: {
|
2216
2211
|
baseBlock: 'SpWeightsWeightV2Weight',
|
2217
2212
|
maxBlock: 'SpWeightsWeightV2Weight',
|
2218
2213
|
perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
|
2219
2214
|
},
|
2220
2215
|
/**
|
2221
|
-
*
|
2216
|
+
* Lookup159: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
2222
2217
|
**/ FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
2223
2218
|
normal: 'FrameSystemLimitsWeightsPerClass',
|
2224
2219
|
operational: 'FrameSystemLimitsWeightsPerClass',
|
2225
2220
|
mandatory: 'FrameSystemLimitsWeightsPerClass'
|
2226
2221
|
},
|
2227
2222
|
/**
|
2228
|
-
*
|
2223
|
+
* Lookup160: frame_system::limits::WeightsPerClass
|
2229
2224
|
**/ FrameSystemLimitsWeightsPerClass: {
|
2230
2225
|
baseExtrinsic: 'SpWeightsWeightV2Weight',
|
2231
2226
|
maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',
|
@@ -2233,25 +2228,25 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2233
2228
|
reserved: 'Option<SpWeightsWeightV2Weight>'
|
2234
2229
|
},
|
2235
2230
|
/**
|
2236
|
-
*
|
2231
|
+
* Lookup162: frame_system::limits::BlockLength
|
2237
2232
|
**/ FrameSystemLimitsBlockLength: {
|
2238
2233
|
max: 'FrameSupportDispatchPerDispatchClassU32'
|
2239
2234
|
},
|
2240
2235
|
/**
|
2241
|
-
*
|
2236
|
+
* Lookup163: frame_support::dispatch::PerDispatchClass<T>
|
2242
2237
|
**/ FrameSupportDispatchPerDispatchClassU32: {
|
2243
2238
|
normal: 'u32',
|
2244
2239
|
operational: 'u32',
|
2245
2240
|
mandatory: 'u32'
|
2246
2241
|
},
|
2247
2242
|
/**
|
2248
|
-
*
|
2243
|
+
* Lookup164: sp_weights::RuntimeDbWeight
|
2249
2244
|
**/ SpWeightsRuntimeDbWeight: {
|
2250
2245
|
read: 'u64',
|
2251
2246
|
write: 'u64'
|
2252
2247
|
},
|
2253
2248
|
/**
|
2254
|
-
*
|
2249
|
+
* Lookup165: sp_version::RuntimeVersion
|
2255
2250
|
**/ SpVersionRuntimeVersion: {
|
2256
2251
|
specName: 'Text',
|
2257
2252
|
implName: 'Text',
|
@@ -2263,7 +2258,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2263
2258
|
stateVersion: 'u8'
|
2264
2259
|
},
|
2265
2260
|
/**
|
2266
|
-
*
|
2261
|
+
* Lookup170: frame_system::pallet::Error<T>
|
2267
2262
|
**/ FrameSystemError: {
|
2268
2263
|
_enum: [
|
2269
2264
|
'InvalidSpecName',
|
@@ -2278,7 +2273,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2278
2273
|
]
|
2279
2274
|
},
|
2280
2275
|
/**
|
2281
|
-
*
|
2276
|
+
* Lookup171: pallet_timestamp::pallet::Call<T>
|
2282
2277
|
**/ PalletTimestampCall: {
|
2283
2278
|
_enum: {
|
2284
2279
|
set: {
|
@@ -2287,7 +2282,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2287
2282
|
}
|
2288
2283
|
},
|
2289
2284
|
/**
|
2290
|
-
*
|
2285
|
+
* Lookup172: pallet_sudo::pallet::Call<T>
|
2291
2286
|
**/ PalletSudoCall: {
|
2292
2287
|
_enum: {
|
2293
2288
|
sudo: {
|
@@ -2311,7 +2306,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2311
2306
|
}
|
2312
2307
|
},
|
2313
2308
|
/**
|
2314
|
-
*
|
2309
|
+
* Lookup174: pallet_assets::pallet::Call<T, I>
|
2315
2310
|
**/ PalletAssetsCall: {
|
2316
2311
|
_enum: {
|
2317
2312
|
create: {
|
@@ -2462,7 +2457,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2462
2457
|
}
|
2463
2458
|
},
|
2464
2459
|
/**
|
2465
|
-
*
|
2460
|
+
* Lookup176: pallet_balances::pallet::Call<T, I>
|
2466
2461
|
**/ PalletBalancesCall: {
|
2467
2462
|
_enum: {
|
2468
2463
|
transfer_allow_death: {
|
@@ -2506,7 +2501,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2506
2501
|
}
|
2507
2502
|
},
|
2508
2503
|
/**
|
2509
|
-
*
|
2504
|
+
* Lookup177: pallet_balances::types::AdjustmentDirection
|
2510
2505
|
**/ PalletBalancesAdjustmentDirection: {
|
2511
2506
|
_enum: [
|
2512
2507
|
'Increase',
|
@@ -2514,7 +2509,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2514
2509
|
]
|
2515
2510
|
},
|
2516
2511
|
/**
|
2517
|
-
*
|
2512
|
+
* Lookup178: pallet_babe::pallet::Call<T>
|
2518
2513
|
**/ PalletBabeCall: {
|
2519
2514
|
_enum: {
|
2520
2515
|
report_equivocation: {
|
@@ -2531,7 +2526,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2531
2526
|
}
|
2532
2527
|
},
|
2533
2528
|
/**
|
2534
|
-
*
|
2529
|
+
* Lookup179: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_babe::app::Public>
|
2535
2530
|
**/ SpConsensusSlotsEquivocationProof: {
|
2536
2531
|
offender: 'SpConsensusBabeAppPublic',
|
2537
2532
|
slot: 'u64',
|
@@ -2539,7 +2534,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2539
2534
|
secondHeader: 'SpRuntimeHeader'
|
2540
2535
|
},
|
2541
2536
|
/**
|
2542
|
-
*
|
2537
|
+
* Lookup180: sp_runtime::generic::header::Header<Number, Hash>
|
2543
2538
|
**/ SpRuntimeHeader: {
|
2544
2539
|
parentHash: 'H256',
|
2545
2540
|
number: 'Compact<u64>',
|
@@ -2548,17 +2543,17 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2548
2543
|
digest: 'SpRuntimeDigest'
|
2549
2544
|
},
|
2550
2545
|
/**
|
2551
|
-
*
|
2546
|
+
* Lookup181: sp_consensus_babe::app::Public
|
2552
2547
|
**/ SpConsensusBabeAppPublic: '[u8;32]',
|
2553
2548
|
/**
|
2554
|
-
*
|
2549
|
+
* Lookup183: sp_session::MembershipProof
|
2555
2550
|
**/ SpSessionMembershipProof: {
|
2556
2551
|
session: 'u32',
|
2557
2552
|
trieNodes: 'Vec<Bytes>',
|
2558
2553
|
validatorCount: 'u32'
|
2559
2554
|
},
|
2560
2555
|
/**
|
2561
|
-
*
|
2556
|
+
* Lookup184: sp_consensus_babe::digests::NextConfigDescriptor
|
2562
2557
|
**/ SpConsensusBabeDigestsNextConfigDescriptor: {
|
2563
2558
|
_enum: {
|
2564
2559
|
__Unused0: 'Null',
|
@@ -2569,7 +2564,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2569
2564
|
}
|
2570
2565
|
},
|
2571
2566
|
/**
|
2572
|
-
*
|
2567
|
+
* Lookup186: sp_consensus_babe::AllowedSlots
|
2573
2568
|
**/ SpConsensusBabeAllowedSlots: {
|
2574
2569
|
_enum: [
|
2575
2570
|
'PrimarySlots',
|
@@ -2578,7 +2573,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2578
2573
|
]
|
2579
2574
|
},
|
2580
2575
|
/**
|
2581
|
-
*
|
2576
|
+
* Lookup187: pallet_grandpa::pallet::Call<T>
|
2582
2577
|
**/ PalletGrandpaCall: {
|
2583
2578
|
_enum: {
|
2584
2579
|
report_equivocation: {
|
@@ -2596,13 +2591,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2596
2591
|
}
|
2597
2592
|
},
|
2598
2593
|
/**
|
2599
|
-
*
|
2594
|
+
* Lookup188: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
2600
2595
|
**/ SpConsensusGrandpaEquivocationProof: {
|
2601
2596
|
setId: 'u64',
|
2602
2597
|
equivocation: 'SpConsensusGrandpaEquivocation'
|
2603
2598
|
},
|
2604
2599
|
/**
|
2605
|
-
*
|
2600
|
+
* Lookup189: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
2606
2601
|
**/ SpConsensusGrandpaEquivocation: {
|
2607
2602
|
_enum: {
|
2608
2603
|
Prevote: 'FinalityGrandpaEquivocationPrevote',
|
@@ -2610,7 +2605,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2610
2605
|
}
|
2611
2606
|
},
|
2612
2607
|
/**
|
2613
|
-
*
|
2608
|
+
* Lookup190: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
2614
2609
|
**/ FinalityGrandpaEquivocationPrevote: {
|
2615
2610
|
roundNumber: 'u64',
|
2616
2611
|
identity: 'SpConsensusGrandpaAppPublic',
|
@@ -2618,16 +2613,16 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2618
2613
|
second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
|
2619
2614
|
},
|
2620
2615
|
/**
|
2621
|
-
*
|
2616
|
+
* Lookup191: finality_grandpa::Prevote<primitive_types::H256, N>
|
2622
2617
|
**/ FinalityGrandpaPrevote: {
|
2623
2618
|
targetHash: 'H256',
|
2624
2619
|
targetNumber: 'u64'
|
2625
2620
|
},
|
2626
2621
|
/**
|
2627
|
-
*
|
2622
|
+
* Lookup192: sp_consensus_grandpa::app::Signature
|
2628
2623
|
**/ SpConsensusGrandpaAppSignature: '[u8;64]',
|
2629
2624
|
/**
|
2630
|
-
*
|
2625
|
+
* Lookup195: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
2631
2626
|
**/ FinalityGrandpaEquivocationPrecommit: {
|
2632
2627
|
roundNumber: 'u64',
|
2633
2628
|
identity: 'SpConsensusGrandpaAppPublic',
|
@@ -2635,16 +2630,16 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2635
2630
|
second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
|
2636
2631
|
},
|
2637
2632
|
/**
|
2638
|
-
*
|
2633
|
+
* Lookup196: finality_grandpa::Precommit<primitive_types::H256, N>
|
2639
2634
|
**/ FinalityGrandpaPrecommit: {
|
2640
2635
|
targetHash: 'H256',
|
2641
2636
|
targetNumber: 'u64'
|
2642
2637
|
},
|
2643
2638
|
/**
|
2644
|
-
*
|
2639
|
+
* Lookup198: sp_core::Void
|
2645
2640
|
**/ SpCoreVoid: 'Null',
|
2646
2641
|
/**
|
2647
|
-
*
|
2642
|
+
* Lookup199: pallet_indices::pallet::Call<T>
|
2648
2643
|
**/ PalletIndicesCall: {
|
2649
2644
|
_enum: {
|
2650
2645
|
claim: {
|
@@ -2674,7 +2669,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2674
2669
|
}
|
2675
2670
|
},
|
2676
2671
|
/**
|
2677
|
-
*
|
2672
|
+
* Lookup200: pallet_democracy::pallet::Call<T>
|
2678
2673
|
**/ PalletDemocracyCall: {
|
2679
2674
|
_enum: {
|
2680
2675
|
propose: {
|
@@ -2742,7 +2737,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2742
2737
|
}
|
2743
2738
|
},
|
2744
2739
|
/**
|
2745
|
-
*
|
2740
|
+
* Lookup201: frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>
|
2746
2741
|
**/ FrameSupportPreimagesBounded: {
|
2747
2742
|
_enum: {
|
2748
2743
|
Legacy: {
|
@@ -2762,10 +2757,10 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2762
2757
|
}
|
2763
2758
|
},
|
2764
2759
|
/**
|
2765
|
-
*
|
2760
|
+
* Lookup202: sp_runtime::traits::BlakeTwo256
|
2766
2761
|
**/ SpRuntimeBlakeTwo256: 'Null',
|
2767
2762
|
/**
|
2768
|
-
*
|
2763
|
+
* Lookup204: pallet_democracy::conviction::Conviction
|
2769
2764
|
**/ PalletDemocracyConviction: {
|
2770
2765
|
_enum: [
|
2771
2766
|
'None',
|
@@ -2778,7 +2773,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2778
2773
|
]
|
2779
2774
|
},
|
2780
2775
|
/**
|
2781
|
-
*
|
2776
|
+
* Lookup207: pallet_collective::pallet::Call<T, I>
|
2782
2777
|
**/ PalletCollectiveCall: {
|
2783
2778
|
_enum: {
|
2784
2779
|
set_members: {
|
@@ -2813,7 +2808,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2813
2808
|
}
|
2814
2809
|
},
|
2815
2810
|
/**
|
2816
|
-
*
|
2811
|
+
* Lookup208: pallet_vesting::pallet::Call<T>
|
2817
2812
|
**/ PalletVestingCall: {
|
2818
2813
|
_enum: {
|
2819
2814
|
vest: 'Null',
|
@@ -2840,14 +2835,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2840
2835
|
}
|
2841
2836
|
},
|
2842
2837
|
/**
|
2843
|
-
*
|
2838
|
+
* Lookup209: pallet_vesting::vesting_info::VestingInfo<Balance, BlockNumber>
|
2844
2839
|
**/ PalletVestingVestingInfo: {
|
2845
2840
|
locked: 'u128',
|
2846
2841
|
perBlock: 'u128',
|
2847
2842
|
startingBlock: 'u64'
|
2848
2843
|
},
|
2849
2844
|
/**
|
2850
|
-
*
|
2845
|
+
* Lookup210: pallet_elections_phragmen::pallet::Call<T>
|
2851
2846
|
**/ PalletElectionsPhragmenCall: {
|
2852
2847
|
_enum: {
|
2853
2848
|
vote: {
|
@@ -2873,7 +2868,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2873
2868
|
}
|
2874
2869
|
},
|
2875
2870
|
/**
|
2876
|
-
*
|
2871
|
+
* Lookup211: pallet_elections_phragmen::Renouncing
|
2877
2872
|
**/ PalletElectionsPhragmenRenouncing: {
|
2878
2873
|
_enum: {
|
2879
2874
|
Member: 'Null',
|
@@ -2882,7 +2877,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2882
2877
|
}
|
2883
2878
|
},
|
2884
2879
|
/**
|
2885
|
-
*
|
2880
|
+
* Lookup212: pallet_election_provider_multi_phase::pallet::Call<T>
|
2886
2881
|
**/ PalletElectionProviderMultiPhaseCall: {
|
2887
2882
|
_enum: {
|
2888
2883
|
submit_unsigned: {
|
@@ -2905,14 +2900,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2905
2900
|
}
|
2906
2901
|
},
|
2907
2902
|
/**
|
2908
|
-
*
|
2903
|
+
* Lookup213: pallet_election_provider_multi_phase::RawSolution<tangle_testnet_runtime::NposSolution16>
|
2909
2904
|
**/ PalletElectionProviderMultiPhaseRawSolution: {
|
2910
2905
|
solution: 'TangleTestnetRuntimeNposSolution16',
|
2911
2906
|
score: 'SpNposElectionsElectionScore',
|
2912
2907
|
round: 'u32'
|
2913
2908
|
},
|
2914
2909
|
/**
|
2915
|
-
*
|
2910
|
+
* Lookup214: tangle_testnet_runtime::NposSolution16
|
2916
2911
|
**/ TangleTestnetRuntimeNposSolution16: {
|
2917
2912
|
votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
|
2918
2913
|
votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<PerU16>),Compact<u16>)>',
|
@@ -2932,19 +2927,19 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
2932
2927
|
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);15],Compact<u16>)>'
|
2933
2928
|
},
|
2934
2929
|
/**
|
2935
|
-
*
|
2930
|
+
* Lookup265: pallet_election_provider_multi_phase::SolutionOrSnapshotSize
|
2936
2931
|
**/ PalletElectionProviderMultiPhaseSolutionOrSnapshotSize: {
|
2937
2932
|
voters: 'Compact<u32>',
|
2938
2933
|
targets: 'Compact<u32>'
|
2939
2934
|
},
|
2940
2935
|
/**
|
2941
|
-
*
|
2936
|
+
* Lookup269: sp_npos_elections::Support<sp_core::crypto::AccountId32>
|
2942
2937
|
**/ SpNposElectionsSupport: {
|
2943
2938
|
total: 'u128',
|
2944
2939
|
voters: 'Vec<(AccountId32,u128)>'
|
2945
2940
|
},
|
2946
2941
|
/**
|
2947
|
-
*
|
2942
|
+
* Lookup270: pallet_staking::pallet::pallet::Call<T>
|
2948
2943
|
**/ PalletStakingPalletCall: {
|
2949
2944
|
_enum: {
|
2950
2945
|
bond: {
|
@@ -3052,7 +3047,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3052
3047
|
}
|
3053
3048
|
},
|
3054
3049
|
/**
|
3055
|
-
*
|
3050
|
+
* Lookup273: pallet_staking::pallet::pallet::ConfigOp<T>
|
3056
3051
|
**/ PalletStakingPalletConfigOpU128: {
|
3057
3052
|
_enum: {
|
3058
3053
|
Noop: 'Null',
|
@@ -3061,7 +3056,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3061
3056
|
}
|
3062
3057
|
},
|
3063
3058
|
/**
|
3064
|
-
*
|
3059
|
+
* Lookup274: pallet_staking::pallet::pallet::ConfigOp<T>
|
3065
3060
|
**/ PalletStakingPalletConfigOpU32: {
|
3066
3061
|
_enum: {
|
3067
3062
|
Noop: 'Null',
|
@@ -3070,7 +3065,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3070
3065
|
}
|
3071
3066
|
},
|
3072
3067
|
/**
|
3073
|
-
*
|
3068
|
+
* Lookup275: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Percent>
|
3074
3069
|
**/ PalletStakingPalletConfigOpPercent: {
|
3075
3070
|
_enum: {
|
3076
3071
|
Noop: 'Null',
|
@@ -3079,7 +3074,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3079
3074
|
}
|
3080
3075
|
},
|
3081
3076
|
/**
|
3082
|
-
*
|
3077
|
+
* Lookup276: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Perbill>
|
3083
3078
|
**/ PalletStakingPalletConfigOpPerbill: {
|
3084
3079
|
_enum: {
|
3085
3080
|
Noop: 'Null',
|
@@ -3088,13 +3083,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3088
3083
|
}
|
3089
3084
|
},
|
3090
3085
|
/**
|
3091
|
-
*
|
3086
|
+
* Lookup281: pallet_staking::UnlockChunk<Balance>
|
3092
3087
|
**/ PalletStakingUnlockChunk: {
|
3093
3088
|
value: 'Compact<u128>',
|
3094
3089
|
era: 'Compact<u32>'
|
3095
3090
|
},
|
3096
3091
|
/**
|
3097
|
-
*
|
3092
|
+
* Lookup283: pallet_session::pallet::Call<T>
|
3098
3093
|
**/ PalletSessionCall: {
|
3099
3094
|
_enum: {
|
3100
3095
|
set_keys: {
|
@@ -3108,14 +3103,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3108
3103
|
}
|
3109
3104
|
},
|
3110
3105
|
/**
|
3111
|
-
*
|
3106
|
+
* Lookup284: tangle_testnet_runtime::opaque::SessionKeys
|
3112
3107
|
**/ TangleTestnetRuntimeOpaqueSessionKeys: {
|
3113
3108
|
babe: 'SpConsensusBabeAppPublic',
|
3114
3109
|
grandpa: 'SpConsensusGrandpaAppPublic',
|
3115
3110
|
imOnline: 'PalletImOnlineSr25519AppSr25519Public'
|
3116
3111
|
},
|
3117
3112
|
/**
|
3118
|
-
*
|
3113
|
+
* Lookup285: pallet_treasury::pallet::Call<T, I>
|
3119
3114
|
**/ PalletTreasuryCall: {
|
3120
3115
|
_enum: {
|
3121
3116
|
__Unused0: 'Null',
|
@@ -3146,7 +3141,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3146
3141
|
}
|
3147
3142
|
},
|
3148
3143
|
/**
|
3149
|
-
*
|
3144
|
+
* Lookup287: pallet_bounties::pallet::Call<T, I>
|
3150
3145
|
**/ PalletBountiesCall: {
|
3151
3146
|
_enum: {
|
3152
3147
|
propose_bounty: {
|
@@ -3184,7 +3179,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3184
3179
|
}
|
3185
3180
|
},
|
3186
3181
|
/**
|
3187
|
-
*
|
3182
|
+
* Lookup288: pallet_child_bounties::pallet::Call<T>
|
3188
3183
|
**/ PalletChildBountiesCall: {
|
3189
3184
|
_enum: {
|
3190
3185
|
add_child_bounty: {
|
@@ -3222,7 +3217,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3222
3217
|
}
|
3223
3218
|
},
|
3224
3219
|
/**
|
3225
|
-
*
|
3220
|
+
* Lookup289: pallet_bags_list::pallet::Call<T, I>
|
3226
3221
|
**/ PalletBagsListCall: {
|
3227
3222
|
_enum: {
|
3228
3223
|
rebag: {
|
@@ -3238,7 +3233,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3238
3233
|
}
|
3239
3234
|
},
|
3240
3235
|
/**
|
3241
|
-
*
|
3236
|
+
* Lookup290: pallet_nomination_pools::pallet::Call<T>
|
3242
3237
|
**/ PalletNominationPoolsCall: {
|
3243
3238
|
_enum: {
|
3244
3239
|
join: {
|
@@ -3347,7 +3342,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3347
3342
|
}
|
3348
3343
|
},
|
3349
3344
|
/**
|
3350
|
-
*
|
3345
|
+
* Lookup291: pallet_nomination_pools::BondExtra<Balance>
|
3351
3346
|
**/ PalletNominationPoolsBondExtra: {
|
3352
3347
|
_enum: {
|
3353
3348
|
FreeBalance: 'u128',
|
@@ -3355,7 +3350,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3355
3350
|
}
|
3356
3351
|
},
|
3357
3352
|
/**
|
3358
|
-
*
|
3353
|
+
* Lookup292: pallet_nomination_pools::ConfigOp<T>
|
3359
3354
|
**/ PalletNominationPoolsConfigOpU128: {
|
3360
3355
|
_enum: {
|
3361
3356
|
Noop: 'Null',
|
@@ -3364,7 +3359,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3364
3359
|
}
|
3365
3360
|
},
|
3366
3361
|
/**
|
3367
|
-
*
|
3362
|
+
* Lookup293: pallet_nomination_pools::ConfigOp<T>
|
3368
3363
|
**/ PalletNominationPoolsConfigOpU32: {
|
3369
3364
|
_enum: {
|
3370
3365
|
Noop: 'Null',
|
@@ -3373,7 +3368,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3373
3368
|
}
|
3374
3369
|
},
|
3375
3370
|
/**
|
3376
|
-
*
|
3371
|
+
* Lookup294: pallet_nomination_pools::ConfigOp<sp_arithmetic::per_things::Perbill>
|
3377
3372
|
**/ PalletNominationPoolsConfigOpPerbill: {
|
3378
3373
|
_enum: {
|
3379
3374
|
Noop: 'Null',
|
@@ -3382,7 +3377,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3382
3377
|
}
|
3383
3378
|
},
|
3384
3379
|
/**
|
3385
|
-
*
|
3380
|
+
* Lookup295: pallet_nomination_pools::ConfigOp<sp_core::crypto::AccountId32>
|
3386
3381
|
**/ PalletNominationPoolsConfigOpAccountId32: {
|
3387
3382
|
_enum: {
|
3388
3383
|
Noop: 'Null',
|
@@ -3391,7 +3386,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3391
3386
|
}
|
3392
3387
|
},
|
3393
3388
|
/**
|
3394
|
-
*
|
3389
|
+
* Lookup296: pallet_nomination_pools::ClaimPermission
|
3395
3390
|
**/ PalletNominationPoolsClaimPermission: {
|
3396
3391
|
_enum: [
|
3397
3392
|
'Permissioned',
|
@@ -3401,7 +3396,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3401
3396
|
]
|
3402
3397
|
},
|
3403
3398
|
/**
|
3404
|
-
*
|
3399
|
+
* Lookup297: pallet_scheduler::pallet::Call<T>
|
3405
3400
|
**/ PalletSchedulerCall: {
|
3406
3401
|
_enum: {
|
3407
3402
|
schedule: {
|
@@ -3456,7 +3451,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3456
3451
|
}
|
3457
3452
|
},
|
3458
3453
|
/**
|
3459
|
-
*
|
3454
|
+
* Lookup299: pallet_preimage::pallet::Call<T>
|
3460
3455
|
**/ PalletPreimageCall: {
|
3461
3456
|
_enum: {
|
3462
3457
|
note_preimage: {
|
@@ -3486,7 +3481,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3486
3481
|
}
|
3487
3482
|
},
|
3488
3483
|
/**
|
3489
|
-
*
|
3484
|
+
* Lookup300: pallet_tx_pause::pallet::Call<T>
|
3490
3485
|
**/ PalletTxPauseCall: {
|
3491
3486
|
_enum: {
|
3492
3487
|
pause: {
|
@@ -3498,7 +3493,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3498
3493
|
}
|
3499
3494
|
},
|
3500
3495
|
/**
|
3501
|
-
*
|
3496
|
+
* Lookup301: pallet_im_online::pallet::Call<T>
|
3502
3497
|
**/ PalletImOnlineCall: {
|
3503
3498
|
_enum: {
|
3504
3499
|
heartbeat: {
|
@@ -3508,7 +3503,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3508
3503
|
}
|
3509
3504
|
},
|
3510
3505
|
/**
|
3511
|
-
*
|
3506
|
+
* Lookup302: pallet_im_online::Heartbeat<BlockNumber>
|
3512
3507
|
**/ PalletImOnlineHeartbeat: {
|
3513
3508
|
blockNumber: 'u64',
|
3514
3509
|
sessionIndex: 'u32',
|
@@ -3516,10 +3511,10 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3516
3511
|
validatorsLen: 'u32'
|
3517
3512
|
},
|
3518
3513
|
/**
|
3519
|
-
*
|
3514
|
+
* Lookup303: pallet_im_online::sr25519::app_sr25519::Signature
|
3520
3515
|
**/ PalletImOnlineSr25519AppSr25519Signature: '[u8;64]',
|
3521
3516
|
/**
|
3522
|
-
*
|
3517
|
+
* Lookup304: pallet_identity::pallet::Call<T>
|
3523
3518
|
**/ PalletIdentityCall: {
|
3524
3519
|
_enum: {
|
3525
3520
|
add_registrar: {
|
@@ -3603,7 +3598,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3603
3598
|
}
|
3604
3599
|
},
|
3605
3600
|
/**
|
3606
|
-
*
|
3601
|
+
* Lookup305: pallet_identity::legacy::IdentityInfo<FieldLimit>
|
3607
3602
|
**/ PalletIdentityLegacyIdentityInfo: {
|
3608
3603
|
additional: 'Vec<(Data,Data)>',
|
3609
3604
|
display: 'Data',
|
@@ -3616,7 +3611,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3616
3611
|
twitter: 'Data'
|
3617
3612
|
},
|
3618
3613
|
/**
|
3619
|
-
*
|
3614
|
+
* Lookup341: pallet_identity::types::Judgement<Balance>
|
3620
3615
|
**/ PalletIdentityJudgement: {
|
3621
3616
|
_enum: {
|
3622
3617
|
Unknown: 'Null',
|
@@ -3629,7 +3624,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3629
3624
|
}
|
3630
3625
|
},
|
3631
3626
|
/**
|
3632
|
-
*
|
3627
|
+
* Lookup343: sp_runtime::MultiSignature
|
3633
3628
|
**/ SpRuntimeMultiSignature: {
|
3634
3629
|
_enum: {
|
3635
3630
|
Ed25519: '[u8;64]',
|
@@ -3638,7 +3633,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3638
3633
|
}
|
3639
3634
|
},
|
3640
3635
|
/**
|
3641
|
-
*
|
3636
|
+
* Lookup345: pallet_utility::pallet::Call<T>
|
3642
3637
|
**/ PalletUtilityCall: {
|
3643
3638
|
_enum: {
|
3644
3639
|
batch: {
|
@@ -3665,7 +3660,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3665
3660
|
}
|
3666
3661
|
},
|
3667
3662
|
/**
|
3668
|
-
*
|
3663
|
+
* Lookup347: tangle_testnet_runtime::OriginCaller
|
3669
3664
|
**/ TangleTestnetRuntimeOriginCaller: {
|
3670
3665
|
_enum: {
|
3671
3666
|
__Unused0: 'Null',
|
@@ -3705,7 +3700,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3705
3700
|
}
|
3706
3701
|
},
|
3707
3702
|
/**
|
3708
|
-
*
|
3703
|
+
* Lookup348: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
3709
3704
|
**/ FrameSupportDispatchRawOrigin: {
|
3710
3705
|
_enum: {
|
3711
3706
|
Root: 'Null',
|
@@ -3714,7 +3709,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3714
3709
|
}
|
3715
3710
|
},
|
3716
3711
|
/**
|
3717
|
-
*
|
3712
|
+
* Lookup349: pallet_collective::RawOrigin<sp_core::crypto::AccountId32, I>
|
3718
3713
|
**/ PalletCollectiveRawOrigin: {
|
3719
3714
|
_enum: {
|
3720
3715
|
Members: '(u32,u32)',
|
@@ -3723,14 +3718,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3723
3718
|
}
|
3724
3719
|
},
|
3725
3720
|
/**
|
3726
|
-
*
|
3721
|
+
* Lookup350: pallet_ethereum::RawOrigin
|
3727
3722
|
**/ PalletEthereumRawOrigin: {
|
3728
3723
|
_enum: {
|
3729
3724
|
EthereumTransaction: 'H160'
|
3730
3725
|
}
|
3731
3726
|
},
|
3732
3727
|
/**
|
3733
|
-
*
|
3728
|
+
* Lookup351: pallet_multisig::pallet::Call<T>
|
3734
3729
|
**/ PalletMultisigCall: {
|
3735
3730
|
_enum: {
|
3736
3731
|
as_multi_threshold_1: {
|
@@ -3760,7 +3755,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3760
3755
|
}
|
3761
3756
|
},
|
3762
3757
|
/**
|
3763
|
-
*
|
3758
|
+
* Lookup353: pallet_ethereum::pallet::Call<T>
|
3764
3759
|
**/ PalletEthereumCall: {
|
3765
3760
|
_enum: {
|
3766
3761
|
transact: {
|
@@ -3769,7 +3764,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3769
3764
|
}
|
3770
3765
|
},
|
3771
3766
|
/**
|
3772
|
-
*
|
3767
|
+
* Lookup354: ethereum::transaction::TransactionV2
|
3773
3768
|
**/ EthereumTransactionTransactionV2: {
|
3774
3769
|
_enum: {
|
3775
3770
|
Legacy: 'EthereumTransactionLegacyTransaction',
|
@@ -3778,7 +3773,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3778
3773
|
}
|
3779
3774
|
},
|
3780
3775
|
/**
|
3781
|
-
*
|
3776
|
+
* Lookup355: ethereum::transaction::LegacyTransaction
|
3782
3777
|
**/ EthereumTransactionLegacyTransaction: {
|
3783
3778
|
nonce: 'U256',
|
3784
3779
|
gasPrice: 'U256',
|
@@ -3789,7 +3784,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3789
3784
|
signature: 'EthereumTransactionTransactionSignature'
|
3790
3785
|
},
|
3791
3786
|
/**
|
3792
|
-
*
|
3787
|
+
* Lookup356: ethereum::transaction::TransactionAction
|
3793
3788
|
**/ EthereumTransactionTransactionAction: {
|
3794
3789
|
_enum: {
|
3795
3790
|
Call: 'H160',
|
@@ -3797,14 +3792,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3797
3792
|
}
|
3798
3793
|
},
|
3799
3794
|
/**
|
3800
|
-
*
|
3795
|
+
* Lookup357: ethereum::transaction::TransactionSignature
|
3801
3796
|
**/ EthereumTransactionTransactionSignature: {
|
3802
3797
|
v: 'u64',
|
3803
3798
|
r: 'H256',
|
3804
3799
|
s: 'H256'
|
3805
3800
|
},
|
3806
3801
|
/**
|
3807
|
-
*
|
3802
|
+
* Lookup359: ethereum::transaction::EIP2930Transaction
|
3808
3803
|
**/ EthereumTransactionEip2930Transaction: {
|
3809
3804
|
chainId: 'u64',
|
3810
3805
|
nonce: 'U256',
|
@@ -3819,13 +3814,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3819
3814
|
s: 'H256'
|
3820
3815
|
},
|
3821
3816
|
/**
|
3822
|
-
*
|
3817
|
+
* Lookup361: ethereum::transaction::AccessListItem
|
3823
3818
|
**/ EthereumTransactionAccessListItem: {
|
3824
3819
|
address: 'H160',
|
3825
3820
|
storageKeys: 'Vec<H256>'
|
3826
3821
|
},
|
3827
3822
|
/**
|
3828
|
-
*
|
3823
|
+
* Lookup362: ethereum::transaction::EIP1559Transaction
|
3829
3824
|
**/ EthereumTransactionEip1559Transaction: {
|
3830
3825
|
chainId: 'u64',
|
3831
3826
|
nonce: 'U256',
|
@@ -3841,7 +3836,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3841
3836
|
s: 'H256'
|
3842
3837
|
},
|
3843
3838
|
/**
|
3844
|
-
*
|
3839
|
+
* Lookup363: pallet_evm::pallet::Call<T>
|
3845
3840
|
**/ PalletEvmCall: {
|
3846
3841
|
_enum: {
|
3847
3842
|
withdraw: {
|
@@ -3883,7 +3878,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3883
3878
|
}
|
3884
3879
|
},
|
3885
3880
|
/**
|
3886
|
-
*
|
3881
|
+
* Lookup367: pallet_dynamic_fee::pallet::Call<T>
|
3887
3882
|
**/ PalletDynamicFeeCall: {
|
3888
3883
|
_enum: {
|
3889
3884
|
note_min_gas_price_target: {
|
@@ -3892,7 +3887,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3892
3887
|
}
|
3893
3888
|
},
|
3894
3889
|
/**
|
3895
|
-
*
|
3890
|
+
* Lookup368: pallet_base_fee::pallet::Call<T>
|
3896
3891
|
**/ PalletBaseFeeCall: {
|
3897
3892
|
_enum: {
|
3898
3893
|
set_base_fee_per_gas: {
|
@@ -3904,7 +3899,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3904
3899
|
}
|
3905
3900
|
},
|
3906
3901
|
/**
|
3907
|
-
*
|
3902
|
+
* Lookup369: pallet_hotfix_sufficients::pallet::Call<T>
|
3908
3903
|
**/ PalletHotfixSufficientsCall: {
|
3909
3904
|
_enum: {
|
3910
3905
|
hotfix_inc_account_sufficients: {
|
@@ -3913,7 +3908,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3913
3908
|
}
|
3914
3909
|
},
|
3915
3910
|
/**
|
3916
|
-
*
|
3911
|
+
* Lookup371: pallet_airdrop_claims::pallet::Call<T>
|
3917
3912
|
**/ PalletAirdropClaimsCall: {
|
3918
3913
|
_enum: {
|
3919
3914
|
claim: {
|
@@ -3951,7 +3946,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3951
3946
|
}
|
3952
3947
|
},
|
3953
3948
|
/**
|
3954
|
-
*
|
3949
|
+
* Lookup373: pallet_airdrop_claims::utils::MultiAddressSignature
|
3955
3950
|
**/ PalletAirdropClaimsUtilsMultiAddressSignature: {
|
3956
3951
|
_enum: {
|
3957
3952
|
EVM: 'PalletAirdropClaimsUtilsEthereumAddressEcdsaSignature',
|
@@ -3959,13 +3954,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3959
3954
|
}
|
3960
3955
|
},
|
3961
3956
|
/**
|
3962
|
-
*
|
3957
|
+
* Lookup374: pallet_airdrop_claims::utils::ethereum_address::EcdsaSignature
|
3963
3958
|
**/ PalletAirdropClaimsUtilsEthereumAddressEcdsaSignature: '[u8;65]',
|
3964
3959
|
/**
|
3965
|
-
*
|
3960
|
+
* Lookup375: pallet_airdrop_claims::utils::Sr25519Signature
|
3966
3961
|
**/ PalletAirdropClaimsUtilsSr25519Signature: '[u8;64]',
|
3967
3962
|
/**
|
3968
|
-
*
|
3963
|
+
* Lookup381: pallet_airdrop_claims::StatementKind
|
3969
3964
|
**/ PalletAirdropClaimsStatementKind: {
|
3970
3965
|
_enum: [
|
3971
3966
|
'Regular',
|
@@ -3973,7 +3968,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
3973
3968
|
]
|
3974
3969
|
},
|
3975
3970
|
/**
|
3976
|
-
*
|
3971
|
+
* Lookup382: pallet_proxy::pallet::Call<T>
|
3977
3972
|
**/ PalletProxyCall: {
|
3978
3973
|
_enum: {
|
3979
3974
|
proxy: {
|
@@ -4025,7 +4020,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4025
4020
|
}
|
4026
4021
|
},
|
4027
4022
|
/**
|
4028
|
-
*
|
4023
|
+
* Lookup384: pallet_multi_asset_delegation::pallet::Call<T>
|
4029
4024
|
**/ PalletMultiAssetDelegationCall: {
|
4030
4025
|
_enum: {
|
4031
4026
|
join_operators: {
|
@@ -4090,7 +4085,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4090
4085
|
}
|
4091
4086
|
},
|
4092
4087
|
/**
|
4093
|
-
*
|
4088
|
+
* Lookup385: pallet_services::module::Call<T>
|
4094
4089
|
**/ PalletServicesModuleCall: {
|
4095
4090
|
_enum: {
|
4096
4091
|
create_blueprint: {
|
@@ -4107,10 +4102,6 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4107
4102
|
unregister: {
|
4108
4103
|
blueprintId: 'Compact<u64>'
|
4109
4104
|
},
|
4110
|
-
update_approval_preference: {
|
4111
|
-
blueprintId: 'Compact<u64>',
|
4112
|
-
approvalPreference: 'TanglePrimitivesServicesApprovalPreference'
|
4113
|
-
},
|
4114
4105
|
update_price_targets: {
|
4115
4106
|
blueprintId: 'Compact<u64>',
|
4116
4107
|
priceTargets: 'TanglePrimitivesServicesPriceTargets'
|
@@ -4118,13 +4109,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4118
4109
|
request: {
|
4119
4110
|
blueprintId: 'Compact<u64>',
|
4120
4111
|
permittedCallers: 'Vec<AccountId32>',
|
4121
|
-
|
4112
|
+
operators: 'Vec<AccountId32>',
|
4122
4113
|
requestArgs: 'Vec<TanglePrimitivesServicesField>',
|
4123
4114
|
assets: 'Vec<u128>',
|
4124
4115
|
ttl: 'Compact<u64>'
|
4125
4116
|
},
|
4126
4117
|
approve: {
|
4127
|
-
requestId: 'Compact<u64>'
|
4118
|
+
requestId: 'Compact<u64>',
|
4119
|
+
restakingPercent: 'Compact<Percent>'
|
4128
4120
|
},
|
4129
4121
|
reject: {
|
4130
4122
|
requestId: 'Compact<u64>'
|
@@ -4141,11 +4133,20 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4141
4133
|
serviceId: 'Compact<u64>',
|
4142
4134
|
callId: 'Compact<u64>',
|
4143
4135
|
result: 'Vec<TanglePrimitivesServicesField>'
|
4136
|
+
},
|
4137
|
+
slash: {
|
4138
|
+
offender: 'AccountId32',
|
4139
|
+
serviceId: 'Compact<u64>',
|
4140
|
+
percent: 'Compact<Percent>'
|
4141
|
+
},
|
4142
|
+
dispute: {
|
4143
|
+
era: 'Compact<u32>',
|
4144
|
+
index: 'Compact<u32>'
|
4144
4145
|
}
|
4145
4146
|
}
|
4146
4147
|
},
|
4147
4148
|
/**
|
4148
|
-
*
|
4149
|
+
* Lookup386: tangle_primitives::services::ServiceBlueprint<C>
|
4149
4150
|
**/ TanglePrimitivesServicesServiceBlueprint: {
|
4150
4151
|
metadata: 'TanglePrimitivesServicesServiceMetadata',
|
4151
4152
|
jobs: 'Vec<TanglePrimitivesServicesJobDefinition>',
|
@@ -4153,10 +4154,11 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4153
4154
|
registrationParams: 'Vec<TanglePrimitivesServicesFieldFieldType>',
|
4154
4155
|
requestHook: 'TanglePrimitivesServicesServiceRequestHook',
|
4155
4156
|
requestParams: 'Vec<TanglePrimitivesServicesFieldFieldType>',
|
4157
|
+
manager: 'TanglePrimitivesServicesBlueprintManager',
|
4156
4158
|
gadget: 'TanglePrimitivesServicesGadget'
|
4157
4159
|
},
|
4158
4160
|
/**
|
4159
|
-
*
|
4161
|
+
* Lookup387: tangle_primitives::services::ServiceMetadata<C>
|
4160
4162
|
**/ TanglePrimitivesServicesServiceMetadata: {
|
4161
4163
|
name: 'Bytes',
|
4162
4164
|
description: 'Option<Bytes>',
|
@@ -4168,7 +4170,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4168
4170
|
license: 'Option<Bytes>'
|
4169
4171
|
},
|
4170
4172
|
/**
|
4171
|
-
*
|
4173
|
+
* Lookup392: tangle_primitives::services::JobDefinition<C>
|
4172
4174
|
**/ TanglePrimitivesServicesJobDefinition: {
|
4173
4175
|
metadata: 'TanglePrimitivesServicesJobMetadata',
|
4174
4176
|
params: 'Vec<TanglePrimitivesServicesFieldFieldType>',
|
@@ -4176,13 +4178,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4176
4178
|
verifier: 'TanglePrimitivesServicesJobResultVerifier'
|
4177
4179
|
},
|
4178
4180
|
/**
|
4179
|
-
*
|
4181
|
+
* Lookup393: tangle_primitives::services::JobMetadata<C>
|
4180
4182
|
**/ TanglePrimitivesServicesJobMetadata: {
|
4181
4183
|
name: 'Bytes',
|
4182
4184
|
description: 'Option<Bytes>'
|
4183
4185
|
},
|
4184
4186
|
/**
|
4185
|
-
*
|
4187
|
+
* Lookup395: tangle_primitives::services::field::FieldType
|
4186
4188
|
**/ TanglePrimitivesServicesFieldFieldType: {
|
4187
4189
|
_enum: {
|
4188
4190
|
Void: 'Null',
|
@@ -4289,7 +4291,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4289
4291
|
}
|
4290
4292
|
},
|
4291
4293
|
/**
|
4292
|
-
*
|
4294
|
+
* Lookup400: tangle_primitives::services::JobResultVerifier
|
4293
4295
|
**/ TanglePrimitivesServicesJobResultVerifier: {
|
4294
4296
|
_enum: {
|
4295
4297
|
None: 'Null',
|
@@ -4297,7 +4299,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4297
4299
|
}
|
4298
4300
|
},
|
4299
4301
|
/**
|
4300
|
-
*
|
4302
|
+
* Lookup402: tangle_primitives::services::ServiceRegistrationHook
|
4301
4303
|
**/ TanglePrimitivesServicesServiceRegistrationHook: {
|
4302
4304
|
_enum: {
|
4303
4305
|
None: 'Null',
|
@@ -4305,7 +4307,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4305
4307
|
}
|
4306
4308
|
},
|
4307
4309
|
/**
|
4308
|
-
*
|
4310
|
+
* Lookup403: tangle_primitives::services::ServiceRequestHook
|
4309
4311
|
**/ TanglePrimitivesServicesServiceRequestHook: {
|
4310
4312
|
_enum: {
|
4311
4313
|
None: 'Null',
|
@@ -4313,6 +4315,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4313
4315
|
}
|
4314
4316
|
},
|
4315
4317
|
/**
|
4318
|
+
* Lookup404: tangle_primitives::services::BlueprintManager
|
4319
|
+
**/ TanglePrimitivesServicesBlueprintManager: {
|
4320
|
+
_enum: {
|
4321
|
+
Evm: 'H160'
|
4322
|
+
}
|
4323
|
+
},
|
4324
|
+
/**
|
4316
4325
|
* Lookup405: tangle_primitives::services::Gadget<C>
|
4317
4326
|
**/ TanglePrimitivesServicesGadget: {
|
4318
4327
|
_enum: {
|
@@ -4421,7 +4430,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4421
4430
|
sources: 'Vec<TanglePrimitivesServicesGadgetSource>'
|
4422
4431
|
},
|
4423
4432
|
/**
|
4424
|
-
*
|
4433
|
+
* Lookup439: pallet_tangle_lst::pallet::Call<T>
|
4425
4434
|
**/ PalletTangleLstCall: {
|
4426
4435
|
_enum: {
|
4427
4436
|
join: {
|
@@ -4452,7 +4461,8 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4452
4461
|
root: 'MultiAddress',
|
4453
4462
|
nominator: 'MultiAddress',
|
4454
4463
|
bouncer: 'MultiAddress',
|
4455
|
-
name: 'Bytes'
|
4464
|
+
name: 'Option<Bytes>',
|
4465
|
+
icon: 'Option<Bytes>'
|
4456
4466
|
},
|
4457
4467
|
create_with_pool_id: {
|
4458
4468
|
amount: 'Compact<u128>',
|
@@ -4460,7 +4470,8 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4460
4470
|
nominator: 'MultiAddress',
|
4461
4471
|
bouncer: 'MultiAddress',
|
4462
4472
|
poolId: 'u32',
|
4463
|
-
name: 'Bytes'
|
4473
|
+
name: 'Option<Bytes>',
|
4474
|
+
icon: 'Option<Bytes>'
|
4464
4475
|
},
|
4465
4476
|
nominate: {
|
4466
4477
|
poolId: 'u32',
|
@@ -4521,14 +4532,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4521
4532
|
}
|
4522
4533
|
},
|
4523
4534
|
/**
|
4524
|
-
*
|
4535
|
+
* Lookup440: pallet_tangle_lst::types::BondExtra<Balance>
|
4525
4536
|
**/ PalletTangleLstBondExtra: {
|
4526
4537
|
_enum: {
|
4527
4538
|
FreeBalance: 'u128'
|
4528
4539
|
}
|
4529
4540
|
},
|
4530
4541
|
/**
|
4531
|
-
*
|
4542
|
+
* Lookup445: pallet_tangle_lst::types::ConfigOp<T>
|
4532
4543
|
**/ PalletTangleLstConfigOpU128: {
|
4533
4544
|
_enum: {
|
4534
4545
|
Noop: 'Null',
|
@@ -4537,7 +4548,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4537
4548
|
}
|
4538
4549
|
},
|
4539
4550
|
/**
|
4540
|
-
*
|
4551
|
+
* Lookup446: pallet_tangle_lst::types::ConfigOp<T>
|
4541
4552
|
**/ PalletTangleLstConfigOpU32: {
|
4542
4553
|
_enum: {
|
4543
4554
|
Noop: 'Null',
|
@@ -4546,7 +4557,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4546
4557
|
}
|
4547
4558
|
},
|
4548
4559
|
/**
|
4549
|
-
*
|
4560
|
+
* Lookup447: pallet_tangle_lst::types::ConfigOp<sp_arithmetic::per_things::Perbill>
|
4550
4561
|
**/ PalletTangleLstConfigOpPerbill: {
|
4551
4562
|
_enum: {
|
4552
4563
|
Noop: 'Null',
|
@@ -4555,7 +4566,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4555
4566
|
}
|
4556
4567
|
},
|
4557
4568
|
/**
|
4558
|
-
*
|
4569
|
+
* Lookup448: pallet_tangle_lst::types::ConfigOp<sp_core::crypto::AccountId32>
|
4559
4570
|
**/ PalletTangleLstConfigOpAccountId32: {
|
4560
4571
|
_enum: {
|
4561
4572
|
Noop: 'Null',
|
@@ -4564,14 +4575,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4564
4575
|
}
|
4565
4576
|
},
|
4566
4577
|
/**
|
4567
|
-
*
|
4578
|
+
* Lookup449: pallet_sudo::pallet::Error<T>
|
4568
4579
|
**/ PalletSudoError: {
|
4569
4580
|
_enum: [
|
4570
4581
|
'RequireSudo'
|
4571
4582
|
]
|
4572
4583
|
},
|
4573
4584
|
/**
|
4574
|
-
*
|
4585
|
+
* Lookup451: pallet_assets::types::AssetDetails<Balance, sp_core::crypto::AccountId32, DepositBalance>
|
4575
4586
|
**/ PalletAssetsAssetDetails: {
|
4576
4587
|
owner: 'AccountId32',
|
4577
4588
|
issuer: 'AccountId32',
|
@@ -4587,7 +4598,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4587
4598
|
status: 'PalletAssetsAssetStatus'
|
4588
4599
|
},
|
4589
4600
|
/**
|
4590
|
-
*
|
4601
|
+
* Lookup452: pallet_assets::types::AssetStatus
|
4591
4602
|
**/ PalletAssetsAssetStatus: {
|
4592
4603
|
_enum: [
|
4593
4604
|
'Live',
|
@@ -4596,7 +4607,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4596
4607
|
]
|
4597
4608
|
},
|
4598
4609
|
/**
|
4599
|
-
*
|
4610
|
+
* Lookup454: pallet_assets::types::AssetAccount<Balance, DepositBalance, Extra, sp_core::crypto::AccountId32>
|
4600
4611
|
**/ PalletAssetsAssetAccount: {
|
4601
4612
|
balance: 'u128',
|
4602
4613
|
status: 'PalletAssetsAccountStatus',
|
@@ -4604,7 +4615,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4604
4615
|
extra: 'Null'
|
4605
4616
|
},
|
4606
4617
|
/**
|
4607
|
-
*
|
4618
|
+
* Lookup455: pallet_assets::types::AccountStatus
|
4608
4619
|
**/ PalletAssetsAccountStatus: {
|
4609
4620
|
_enum: [
|
4610
4621
|
'Liquid',
|
@@ -4613,7 +4624,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4613
4624
|
]
|
4614
4625
|
},
|
4615
4626
|
/**
|
4616
|
-
*
|
4627
|
+
* Lookup456: pallet_assets::types::ExistenceReason<Balance, sp_core::crypto::AccountId32>
|
4617
4628
|
**/ PalletAssetsExistenceReason: {
|
4618
4629
|
_enum: {
|
4619
4630
|
Consumer: 'Null',
|
@@ -4624,13 +4635,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4624
4635
|
}
|
4625
4636
|
},
|
4626
4637
|
/**
|
4627
|
-
*
|
4638
|
+
* Lookup458: pallet_assets::types::Approval<Balance, DepositBalance>
|
4628
4639
|
**/ PalletAssetsApproval: {
|
4629
4640
|
amount: 'u128',
|
4630
4641
|
deposit: 'u128'
|
4631
4642
|
},
|
4632
4643
|
/**
|
4633
|
-
*
|
4644
|
+
* Lookup459: pallet_assets::types::AssetMetadata<DepositBalance, bounded_collections::bounded_vec::BoundedVec<T, S>>
|
4634
4645
|
**/ PalletAssetsAssetMetadata: {
|
4635
4646
|
deposit: 'u128',
|
4636
4647
|
name: 'Bytes',
|
@@ -4639,7 +4650,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4639
4650
|
isFrozen: 'bool'
|
4640
4651
|
},
|
4641
4652
|
/**
|
4642
|
-
*
|
4653
|
+
* Lookup461: pallet_assets::pallet::Error<T, I>
|
4643
4654
|
**/ PalletAssetsError: {
|
4644
4655
|
_enum: [
|
4645
4656
|
'BalanceLow',
|
@@ -4666,14 +4677,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4666
4677
|
]
|
4667
4678
|
},
|
4668
4679
|
/**
|
4669
|
-
*
|
4680
|
+
* Lookup463: pallet_balances::types::BalanceLock<Balance>
|
4670
4681
|
**/ PalletBalancesBalanceLock: {
|
4671
4682
|
id: '[u8;8]',
|
4672
4683
|
amount: 'u128',
|
4673
4684
|
reasons: 'PalletBalancesReasons'
|
4674
4685
|
},
|
4675
4686
|
/**
|
4676
|
-
*
|
4687
|
+
* Lookup464: pallet_balances::types::Reasons
|
4677
4688
|
**/ PalletBalancesReasons: {
|
4678
4689
|
_enum: [
|
4679
4690
|
'Fee',
|
@@ -4682,19 +4693,19 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4682
4693
|
]
|
4683
4694
|
},
|
4684
4695
|
/**
|
4685
|
-
*
|
4696
|
+
* Lookup467: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
4686
4697
|
**/ PalletBalancesReserveData: {
|
4687
4698
|
id: '[u8;8]',
|
4688
4699
|
amount: 'u128'
|
4689
4700
|
},
|
4690
4701
|
/**
|
4691
|
-
*
|
4702
|
+
* Lookup470: frame_support::traits::tokens::misc::IdAmount<tangle_testnet_runtime::RuntimeHoldReason, Balance>
|
4692
4703
|
**/ FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
4693
4704
|
id: 'TangleTestnetRuntimeRuntimeHoldReason',
|
4694
4705
|
amount: 'u128'
|
4695
4706
|
},
|
4696
4707
|
/**
|
4697
|
-
*
|
4708
|
+
* Lookup471: tangle_testnet_runtime::RuntimeHoldReason
|
4698
4709
|
**/ TangleTestnetRuntimeRuntimeHoldReason: {
|
4699
4710
|
_enum: {
|
4700
4711
|
__Unused0: 'Null',
|
@@ -4727,20 +4738,20 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4727
4738
|
}
|
4728
4739
|
},
|
4729
4740
|
/**
|
4730
|
-
*
|
4741
|
+
* Lookup472: pallet_preimage::pallet::HoldReason
|
4731
4742
|
**/ PalletPreimageHoldReason: {
|
4732
4743
|
_enum: [
|
4733
4744
|
'Preimage'
|
4734
4745
|
]
|
4735
4746
|
},
|
4736
4747
|
/**
|
4737
|
-
*
|
4748
|
+
* Lookup475: frame_support::traits::tokens::misc::IdAmount<tangle_testnet_runtime::RuntimeFreezeReason, Balance>
|
4738
4749
|
**/ FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
4739
4750
|
id: 'TangleTestnetRuntimeRuntimeFreezeReason',
|
4740
4751
|
amount: 'u128'
|
4741
4752
|
},
|
4742
4753
|
/**
|
4743
|
-
*
|
4754
|
+
* Lookup476: tangle_testnet_runtime::RuntimeFreezeReason
|
4744
4755
|
**/ TangleTestnetRuntimeRuntimeFreezeReason: {
|
4745
4756
|
_enum: {
|
4746
4757
|
__Unused0: 'Null',
|
@@ -4799,21 +4810,21 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4799
4810
|
}
|
4800
4811
|
},
|
4801
4812
|
/**
|
4802
|
-
*
|
4813
|
+
* Lookup477: pallet_nomination_pools::pallet::FreezeReason
|
4803
4814
|
**/ PalletNominationPoolsFreezeReason: {
|
4804
4815
|
_enum: [
|
4805
4816
|
'PoolMinBalance'
|
4806
4817
|
]
|
4807
4818
|
},
|
4808
4819
|
/**
|
4809
|
-
*
|
4820
|
+
* Lookup478: pallet_tangle_lst::pallet::FreezeReason
|
4810
4821
|
**/ PalletTangleLstFreezeReason: {
|
4811
4822
|
_enum: [
|
4812
4823
|
'PoolMinBalance'
|
4813
4824
|
]
|
4814
4825
|
},
|
4815
4826
|
/**
|
4816
|
-
*
|
4827
|
+
* Lookup480: pallet_balances::pallet::Error<T, I>
|
4817
4828
|
**/ PalletBalancesError: {
|
4818
4829
|
_enum: [
|
4819
4830
|
'VestingBalance',
|
@@ -4831,7 +4842,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4831
4842
|
]
|
4832
4843
|
},
|
4833
4844
|
/**
|
4834
|
-
*
|
4845
|
+
* Lookup482: pallet_transaction_payment::Releases
|
4835
4846
|
**/ PalletTransactionPaymentReleases: {
|
4836
4847
|
_enum: [
|
4837
4848
|
'V1Ancient',
|
@@ -4839,7 +4850,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4839
4850
|
]
|
4840
4851
|
},
|
4841
4852
|
/**
|
4842
|
-
*
|
4853
|
+
* Lookup489: sp_consensus_babe::digests::PreDigest
|
4843
4854
|
**/ SpConsensusBabeDigestsPreDigest: {
|
4844
4855
|
_enum: {
|
4845
4856
|
__Unused0: 'Null',
|
@@ -4849,39 +4860,39 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4849
4860
|
}
|
4850
4861
|
},
|
4851
4862
|
/**
|
4852
|
-
*
|
4863
|
+
* Lookup490: sp_consensus_babe::digests::PrimaryPreDigest
|
4853
4864
|
**/ SpConsensusBabeDigestsPrimaryPreDigest: {
|
4854
4865
|
authorityIndex: 'u32',
|
4855
4866
|
slot: 'u64',
|
4856
4867
|
vrfSignature: 'SpCoreSr25519VrfVrfSignature'
|
4857
4868
|
},
|
4858
4869
|
/**
|
4859
|
-
*
|
4870
|
+
* Lookup491: sp_core::sr25519::vrf::VrfSignature
|
4860
4871
|
**/ SpCoreSr25519VrfVrfSignature: {
|
4861
4872
|
preOutput: '[u8;32]',
|
4862
4873
|
proof: '[u8;64]'
|
4863
4874
|
},
|
4864
4875
|
/**
|
4865
|
-
*
|
4876
|
+
* Lookup492: sp_consensus_babe::digests::SecondaryPlainPreDigest
|
4866
4877
|
**/ SpConsensusBabeDigestsSecondaryPlainPreDigest: {
|
4867
4878
|
authorityIndex: 'u32',
|
4868
4879
|
slot: 'u64'
|
4869
4880
|
},
|
4870
4881
|
/**
|
4871
|
-
*
|
4882
|
+
* Lookup493: sp_consensus_babe::digests::SecondaryVRFPreDigest
|
4872
4883
|
**/ SpConsensusBabeDigestsSecondaryVRFPreDigest: {
|
4873
4884
|
authorityIndex: 'u32',
|
4874
4885
|
slot: 'u64',
|
4875
4886
|
vrfSignature: 'SpCoreSr25519VrfVrfSignature'
|
4876
4887
|
},
|
4877
4888
|
/**
|
4878
|
-
*
|
4889
|
+
* Lookup494: sp_consensus_babe::BabeEpochConfiguration
|
4879
4890
|
**/ SpConsensusBabeBabeEpochConfiguration: {
|
4880
4891
|
c: '(u64,u64)',
|
4881
4892
|
allowedSlots: 'SpConsensusBabeAllowedSlots'
|
4882
4893
|
},
|
4883
4894
|
/**
|
4884
|
-
*
|
4895
|
+
* Lookup496: pallet_babe::pallet::Error<T>
|
4885
4896
|
**/ PalletBabeError: {
|
4886
4897
|
_enum: [
|
4887
4898
|
'InvalidEquivocationProof',
|
@@ -4891,7 +4902,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4891
4902
|
]
|
4892
4903
|
},
|
4893
4904
|
/**
|
4894
|
-
*
|
4905
|
+
* Lookup497: pallet_grandpa::StoredState<N>
|
4895
4906
|
**/ PalletGrandpaStoredState: {
|
4896
4907
|
_enum: {
|
4897
4908
|
Live: 'Null',
|
@@ -4907,7 +4918,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4907
4918
|
}
|
4908
4919
|
},
|
4909
4920
|
/**
|
4910
|
-
*
|
4921
|
+
* Lookup498: pallet_grandpa::StoredPendingChange<N, Limit>
|
4911
4922
|
**/ PalletGrandpaStoredPendingChange: {
|
4912
4923
|
scheduledAt: 'u64',
|
4913
4924
|
delay: 'u64',
|
@@ -4915,7 +4926,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4915
4926
|
forced: 'Option<u64>'
|
4916
4927
|
},
|
4917
4928
|
/**
|
4918
|
-
*
|
4929
|
+
* Lookup500: pallet_grandpa::pallet::Error<T>
|
4919
4930
|
**/ PalletGrandpaError: {
|
4920
4931
|
_enum: [
|
4921
4932
|
'PauseFailed',
|
@@ -4928,7 +4939,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4928
4939
|
]
|
4929
4940
|
},
|
4930
4941
|
/**
|
4931
|
-
*
|
4942
|
+
* Lookup502: pallet_indices::pallet::Error<T>
|
4932
4943
|
**/ PalletIndicesError: {
|
4933
4944
|
_enum: [
|
4934
4945
|
'NotAssigned',
|
@@ -4939,7 +4950,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4939
4950
|
]
|
4940
4951
|
},
|
4941
4952
|
/**
|
4942
|
-
*
|
4953
|
+
* Lookup507: pallet_democracy::types::ReferendumInfo<BlockNumber, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance>
|
4943
4954
|
**/ PalletDemocracyReferendumInfo: {
|
4944
4955
|
_enum: {
|
4945
4956
|
Ongoing: 'PalletDemocracyReferendumStatus',
|
@@ -4950,7 +4961,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4950
4961
|
}
|
4951
4962
|
},
|
4952
4963
|
/**
|
4953
|
-
*
|
4964
|
+
* Lookup508: pallet_democracy::types::ReferendumStatus<BlockNumber, frame_support::traits::preimages::Bounded<tangle_testnet_runtime::RuntimeCall, sp_runtime::traits::BlakeTwo256>, Balance>
|
4954
4965
|
**/ PalletDemocracyReferendumStatus: {
|
4955
4966
|
end: 'u64',
|
4956
4967
|
proposal: 'FrameSupportPreimagesBounded',
|
@@ -4959,14 +4970,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4959
4970
|
tally: 'PalletDemocracyTally'
|
4960
4971
|
},
|
4961
4972
|
/**
|
4962
|
-
*
|
4973
|
+
* Lookup509: pallet_democracy::types::Tally<Balance>
|
4963
4974
|
**/ PalletDemocracyTally: {
|
4964
4975
|
ayes: 'u128',
|
4965
4976
|
nays: 'u128',
|
4966
4977
|
turnout: 'u128'
|
4967
4978
|
},
|
4968
4979
|
/**
|
4969
|
-
*
|
4980
|
+
* Lookup510: pallet_democracy::vote::Voting<Balance, sp_core::crypto::AccountId32, BlockNumber, MaxVotes>
|
4970
4981
|
**/ PalletDemocracyVoteVoting: {
|
4971
4982
|
_enum: {
|
4972
4983
|
Direct: {
|
@@ -4984,16 +4995,16 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
4984
4995
|
}
|
4985
4996
|
},
|
4986
4997
|
/**
|
4987
|
-
*
|
4998
|
+
* Lookup514: pallet_democracy::types::Delegations<Balance>
|
4988
4999
|
**/ PalletDemocracyDelegations: {
|
4989
5000
|
votes: 'u128',
|
4990
5001
|
capital: 'u128'
|
4991
5002
|
},
|
4992
5003
|
/**
|
4993
|
-
*
|
5004
|
+
* Lookup515: pallet_democracy::vote::PriorLock<BlockNumber, Balance>
|
4994
5005
|
**/ PalletDemocracyVotePriorLock: '(u64,u128)',
|
4995
5006
|
/**
|
4996
|
-
*
|
5007
|
+
* Lookup518: pallet_democracy::pallet::Error<T>
|
4997
5008
|
**/ PalletDemocracyError: {
|
4998
5009
|
_enum: [
|
4999
5010
|
'ValueLow',
|
@@ -5023,7 +5034,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5023
5034
|
]
|
5024
5035
|
},
|
5025
5036
|
/**
|
5026
|
-
*
|
5037
|
+
* Lookup520: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber>
|
5027
5038
|
**/ PalletCollectiveVotes: {
|
5028
5039
|
index: 'u32',
|
5029
5040
|
threshold: 'u32',
|
@@ -5032,7 +5043,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5032
5043
|
end: 'u64'
|
5033
5044
|
},
|
5034
5045
|
/**
|
5035
|
-
*
|
5046
|
+
* Lookup521: pallet_collective::pallet::Error<T, I>
|
5036
5047
|
**/ PalletCollectiveError: {
|
5037
5048
|
_enum: [
|
5038
5049
|
'NotMember',
|
@@ -5049,7 +5060,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5049
5060
|
]
|
5050
5061
|
},
|
5051
5062
|
/**
|
5052
|
-
*
|
5063
|
+
* Lookup524: pallet_vesting::Releases
|
5053
5064
|
**/ PalletVestingReleases: {
|
5054
5065
|
_enum: [
|
5055
5066
|
'V0',
|
@@ -5057,7 +5068,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5057
5068
|
]
|
5058
5069
|
},
|
5059
5070
|
/**
|
5060
|
-
*
|
5071
|
+
* Lookup525: pallet_vesting::pallet::Error<T>
|
5061
5072
|
**/ PalletVestingError: {
|
5062
5073
|
_enum: [
|
5063
5074
|
'NotVesting',
|
@@ -5068,21 +5079,21 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5068
5079
|
]
|
5069
5080
|
},
|
5070
5081
|
/**
|
5071
|
-
*
|
5082
|
+
* Lookup527: pallet_elections_phragmen::SeatHolder<sp_core::crypto::AccountId32, Balance>
|
5072
5083
|
**/ PalletElectionsPhragmenSeatHolder: {
|
5073
5084
|
who: 'AccountId32',
|
5074
5085
|
stake: 'u128',
|
5075
5086
|
deposit: 'u128'
|
5076
5087
|
},
|
5077
5088
|
/**
|
5078
|
-
*
|
5089
|
+
* Lookup528: pallet_elections_phragmen::Voter<sp_core::crypto::AccountId32, Balance>
|
5079
5090
|
**/ PalletElectionsPhragmenVoter: {
|
5080
5091
|
votes: 'Vec<AccountId32>',
|
5081
5092
|
stake: 'u128',
|
5082
5093
|
deposit: 'u128'
|
5083
5094
|
},
|
5084
5095
|
/**
|
5085
|
-
*
|
5096
|
+
* Lookup529: pallet_elections_phragmen::pallet::Error<T>
|
5086
5097
|
**/ PalletElectionsPhragmenError: {
|
5087
5098
|
_enum: [
|
5088
5099
|
'UnableToVote',
|
@@ -5105,20 +5116,20 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5105
5116
|
]
|
5106
5117
|
},
|
5107
5118
|
/**
|
5108
|
-
*
|
5119
|
+
* Lookup530: pallet_election_provider_multi_phase::ReadySolution<AccountId, MaxWinners>
|
5109
5120
|
**/ PalletElectionProviderMultiPhaseReadySolution: {
|
5110
5121
|
supports: 'Vec<(AccountId32,SpNposElectionsSupport)>',
|
5111
5122
|
score: 'SpNposElectionsElectionScore',
|
5112
5123
|
compute: 'PalletElectionProviderMultiPhaseElectionCompute'
|
5113
5124
|
},
|
5114
5125
|
/**
|
5115
|
-
*
|
5126
|
+
* Lookup532: pallet_election_provider_multi_phase::RoundSnapshot<sp_core::crypto::AccountId32, DataProvider>
|
5116
5127
|
**/ PalletElectionProviderMultiPhaseRoundSnapshot: {
|
5117
5128
|
voters: 'Vec<(AccountId32,u64,Vec<AccountId32>)>',
|
5118
5129
|
targets: 'Vec<AccountId32>'
|
5119
5130
|
},
|
5120
5131
|
/**
|
5121
|
-
*
|
5132
|
+
* Lookup539: pallet_election_provider_multi_phase::signed::SignedSubmission<sp_core::crypto::AccountId32, Balance, tangle_testnet_runtime::NposSolution16>
|
5122
5133
|
**/ PalletElectionProviderMultiPhaseSignedSignedSubmission: {
|
5123
5134
|
who: 'AccountId32',
|
5124
5135
|
deposit: 'u128',
|
@@ -5126,7 +5137,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5126
5137
|
callFee: 'u128'
|
5127
5138
|
},
|
5128
5139
|
/**
|
5129
|
-
*
|
5140
|
+
* Lookup540: pallet_election_provider_multi_phase::pallet::Error<T>
|
5130
5141
|
**/ PalletElectionProviderMultiPhaseError: {
|
5131
5142
|
_enum: [
|
5132
5143
|
'PreDispatchEarlySubmission',
|
@@ -5147,7 +5158,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5147
5158
|
]
|
5148
5159
|
},
|
5149
5160
|
/**
|
5150
|
-
*
|
5161
|
+
* Lookup541: pallet_staking::StakingLedger<T>
|
5151
5162
|
**/ PalletStakingStakingLedger: {
|
5152
5163
|
stash: 'AccountId32',
|
5153
5164
|
total: 'Compact<u128>',
|
@@ -5156,20 +5167,20 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5156
5167
|
legacyClaimedRewards: 'Vec<u32>'
|
5157
5168
|
},
|
5158
5169
|
/**
|
5159
|
-
*
|
5170
|
+
* Lookup543: pallet_staking::Nominations<T>
|
5160
5171
|
**/ PalletStakingNominations: {
|
5161
5172
|
targets: 'Vec<AccountId32>',
|
5162
5173
|
submittedIn: 'u32',
|
5163
5174
|
suppressed: 'bool'
|
5164
5175
|
},
|
5165
5176
|
/**
|
5166
|
-
*
|
5177
|
+
* Lookup544: pallet_staking::ActiveEraInfo
|
5167
5178
|
**/ PalletStakingActiveEraInfo: {
|
5168
5179
|
index: 'u32',
|
5169
5180
|
start: 'Option<u64>'
|
5170
5181
|
},
|
5171
5182
|
/**
|
5172
|
-
*
|
5183
|
+
* Lookup546: sp_staking::PagedExposureMetadata<Balance>
|
5173
5184
|
**/ SpStakingPagedExposureMetadata: {
|
5174
5185
|
total: 'Compact<u128>',
|
5175
5186
|
own: 'Compact<u128>',
|
@@ -5177,19 +5188,19 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5177
5188
|
pageCount: 'u32'
|
5178
5189
|
},
|
5179
5190
|
/**
|
5180
|
-
*
|
5191
|
+
* Lookup548: sp_staking::ExposurePage<sp_core::crypto::AccountId32, Balance>
|
5181
5192
|
**/ SpStakingExposurePage: {
|
5182
5193
|
pageTotal: 'Compact<u128>',
|
5183
5194
|
others: 'Vec<SpStakingIndividualExposure>'
|
5184
5195
|
},
|
5185
5196
|
/**
|
5186
|
-
*
|
5197
|
+
* Lookup549: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
|
5187
5198
|
**/ PalletStakingEraRewardPoints: {
|
5188
5199
|
total: 'u32',
|
5189
5200
|
individual: 'BTreeMap<AccountId32, u32>'
|
5190
5201
|
},
|
5191
5202
|
/**
|
5192
|
-
*
|
5203
|
+
* Lookup554: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
|
5193
5204
|
**/ PalletStakingUnappliedSlash: {
|
5194
5205
|
validator: 'AccountId32',
|
5195
5206
|
own: 'u128',
|
@@ -5198,7 +5209,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5198
5209
|
payout: 'u128'
|
5199
5210
|
},
|
5200
5211
|
/**
|
5201
|
-
*
|
5212
|
+
* Lookup558: pallet_staking::slashing::SlashingSpans
|
5202
5213
|
**/ PalletStakingSlashingSlashingSpans: {
|
5203
5214
|
spanIndex: 'u32',
|
5204
5215
|
lastStart: 'u32',
|
@@ -5206,13 +5217,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5206
5217
|
prior: 'Vec<u32>'
|
5207
5218
|
},
|
5208
5219
|
/**
|
5209
|
-
*
|
5220
|
+
* Lookup559: pallet_staking::slashing::SpanRecord<Balance>
|
5210
5221
|
**/ PalletStakingSlashingSpanRecord: {
|
5211
5222
|
slashed: 'u128',
|
5212
5223
|
paidOut: 'u128'
|
5213
5224
|
},
|
5214
5225
|
/**
|
5215
|
-
*
|
5226
|
+
* Lookup560: pallet_staking::pallet::pallet::Error<T>
|
5216
5227
|
**/ PalletStakingPalletError: {
|
5217
5228
|
_enum: [
|
5218
5229
|
'NotController',
|
@@ -5249,10 +5260,10 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5249
5260
|
]
|
5250
5261
|
},
|
5251
5262
|
/**
|
5252
|
-
*
|
5263
|
+
* Lookup564: sp_core::crypto::KeyTypeId
|
5253
5264
|
**/ SpCoreCryptoKeyTypeId: '[u8;4]',
|
5254
5265
|
/**
|
5255
|
-
*
|
5266
|
+
* Lookup565: pallet_session::pallet::Error<T>
|
5256
5267
|
**/ PalletSessionError: {
|
5257
5268
|
_enum: [
|
5258
5269
|
'InvalidProof',
|
@@ -5263,7 +5274,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5263
5274
|
]
|
5264
5275
|
},
|
5265
5276
|
/**
|
5266
|
-
*
|
5277
|
+
* Lookup567: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
|
5267
5278
|
**/ PalletTreasuryProposal: {
|
5268
5279
|
proposer: 'AccountId32',
|
5269
5280
|
value: 'u128',
|
@@ -5271,7 +5282,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5271
5282
|
bond: 'u128'
|
5272
5283
|
},
|
5273
5284
|
/**
|
5274
|
-
*
|
5285
|
+
* Lookup569: pallet_treasury::SpendStatus<AssetKind, AssetBalance, sp_core::crypto::AccountId32, BlockNumber, PaymentId>
|
5275
5286
|
**/ PalletTreasurySpendStatus: {
|
5276
5287
|
assetKind: 'Null',
|
5277
5288
|
amount: 'u128',
|
@@ -5281,7 +5292,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5281
5292
|
status: 'PalletTreasuryPaymentState'
|
5282
5293
|
},
|
5283
5294
|
/**
|
5284
|
-
*
|
5295
|
+
* Lookup570: pallet_treasury::PaymentState<Id>
|
5285
5296
|
**/ PalletTreasuryPaymentState: {
|
5286
5297
|
_enum: {
|
5287
5298
|
Pending: 'Null',
|
@@ -5292,10 +5303,10 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5292
5303
|
}
|
5293
5304
|
},
|
5294
5305
|
/**
|
5295
|
-
*
|
5306
|
+
* Lookup571: frame_support::PalletId
|
5296
5307
|
**/ FrameSupportPalletId: '[u8;8]',
|
5297
5308
|
/**
|
5298
|
-
*
|
5309
|
+
* Lookup572: pallet_treasury::pallet::Error<T, I>
|
5299
5310
|
**/ PalletTreasuryError: {
|
5300
5311
|
_enum: [
|
5301
5312
|
'InvalidIndex',
|
@@ -5312,7 +5323,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5312
5323
|
]
|
5313
5324
|
},
|
5314
5325
|
/**
|
5315
|
-
*
|
5326
|
+
* Lookup573: pallet_bounties::Bounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
5316
5327
|
**/ PalletBountiesBounty: {
|
5317
5328
|
proposer: 'AccountId32',
|
5318
5329
|
value: 'u128',
|
@@ -5322,7 +5333,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5322
5333
|
status: 'PalletBountiesBountyStatus'
|
5323
5334
|
},
|
5324
5335
|
/**
|
5325
|
-
*
|
5336
|
+
* Lookup574: pallet_bounties::BountyStatus<sp_core::crypto::AccountId32, BlockNumber>
|
5326
5337
|
**/ PalletBountiesBountyStatus: {
|
5327
5338
|
_enum: {
|
5328
5339
|
Proposed: 'Null',
|
@@ -5343,7 +5354,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5343
5354
|
}
|
5344
5355
|
},
|
5345
5356
|
/**
|
5346
|
-
*
|
5357
|
+
* Lookup576: pallet_bounties::pallet::Error<T, I>
|
5347
5358
|
**/ PalletBountiesError: {
|
5348
5359
|
_enum: [
|
5349
5360
|
'InsufficientProposersBalance',
|
@@ -5360,7 +5371,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5360
5371
|
]
|
5361
5372
|
},
|
5362
5373
|
/**
|
5363
|
-
*
|
5374
|
+
* Lookup577: pallet_child_bounties::ChildBounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
5364
5375
|
**/ PalletChildBountiesChildBounty: {
|
5365
5376
|
parentBounty: 'u32',
|
5366
5377
|
value: 'u128',
|
@@ -5369,7 +5380,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5369
5380
|
status: 'PalletChildBountiesChildBountyStatus'
|
5370
5381
|
},
|
5371
5382
|
/**
|
5372
|
-
*
|
5383
|
+
* Lookup578: pallet_child_bounties::ChildBountyStatus<sp_core::crypto::AccountId32, BlockNumber>
|
5373
5384
|
**/ PalletChildBountiesChildBountyStatus: {
|
5374
5385
|
_enum: {
|
5375
5386
|
Added: 'Null',
|
@@ -5387,7 +5398,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5387
5398
|
}
|
5388
5399
|
},
|
5389
5400
|
/**
|
5390
|
-
*
|
5401
|
+
* Lookup579: pallet_child_bounties::pallet::Error<T>
|
5391
5402
|
**/ PalletChildBountiesError: {
|
5392
5403
|
_enum: [
|
5393
5404
|
'ParentBountyNotActive',
|
@@ -5396,7 +5407,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5396
5407
|
]
|
5397
5408
|
},
|
5398
5409
|
/**
|
5399
|
-
*
|
5410
|
+
* Lookup580: pallet_bags_list::list::Node<T, I>
|
5400
5411
|
**/ PalletBagsListListNode: {
|
5401
5412
|
id: 'AccountId32',
|
5402
5413
|
prev: 'Option<AccountId32>',
|
@@ -5405,20 +5416,20 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5405
5416
|
score: 'u64'
|
5406
5417
|
},
|
5407
5418
|
/**
|
5408
|
-
*
|
5419
|
+
* Lookup581: pallet_bags_list::list::Bag<T, I>
|
5409
5420
|
**/ PalletBagsListListBag: {
|
5410
5421
|
head: 'Option<AccountId32>',
|
5411
5422
|
tail: 'Option<AccountId32>'
|
5412
5423
|
},
|
5413
5424
|
/**
|
5414
|
-
*
|
5425
|
+
* Lookup583: pallet_bags_list::pallet::Error<T, I>
|
5415
5426
|
**/ PalletBagsListError: {
|
5416
5427
|
_enum: {
|
5417
5428
|
List: 'PalletBagsListListListError'
|
5418
5429
|
}
|
5419
5430
|
},
|
5420
5431
|
/**
|
5421
|
-
*
|
5432
|
+
* Lookup584: pallet_bags_list::list::ListError
|
5422
5433
|
**/ PalletBagsListListListError: {
|
5423
5434
|
_enum: [
|
5424
5435
|
'Duplicate',
|
@@ -5428,7 +5439,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5428
5439
|
]
|
5429
5440
|
},
|
5430
5441
|
/**
|
5431
|
-
*
|
5442
|
+
* Lookup585: pallet_nomination_pools::PoolMember<T>
|
5432
5443
|
**/ PalletNominationPoolsPoolMember: {
|
5433
5444
|
poolId: 'u32',
|
5434
5445
|
points: 'u128',
|
@@ -5436,7 +5447,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5436
5447
|
unbondingEras: 'BTreeMap<u32, u128>'
|
5437
5448
|
},
|
5438
5449
|
/**
|
5439
|
-
*
|
5450
|
+
* Lookup590: pallet_nomination_pools::BondedPoolInner<T>
|
5440
5451
|
**/ PalletNominationPoolsBondedPoolInner: {
|
5441
5452
|
commission: 'PalletNominationPoolsCommission',
|
5442
5453
|
memberCounter: 'u32',
|
@@ -5445,7 +5456,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5445
5456
|
state: 'PalletNominationPoolsPoolState'
|
5446
5457
|
},
|
5447
5458
|
/**
|
5448
|
-
*
|
5459
|
+
* Lookup591: pallet_nomination_pools::Commission<T>
|
5449
5460
|
**/ PalletNominationPoolsCommission: {
|
5450
5461
|
current: 'Option<(Perbill,AccountId32)>',
|
5451
5462
|
max: 'Option<Perbill>',
|
@@ -5454,7 +5465,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5454
5465
|
claimPermission: 'Option<PalletNominationPoolsCommissionClaimPermission>'
|
5455
5466
|
},
|
5456
5467
|
/**
|
5457
|
-
*
|
5468
|
+
* Lookup594: pallet_nomination_pools::PoolRoles<sp_core::crypto::AccountId32>
|
5458
5469
|
**/ PalletNominationPoolsPoolRoles: {
|
5459
5470
|
depositor: 'AccountId32',
|
5460
5471
|
root: 'Option<AccountId32>',
|
@@ -5462,7 +5473,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5462
5473
|
bouncer: 'Option<AccountId32>'
|
5463
5474
|
},
|
5464
5475
|
/**
|
5465
|
-
*
|
5476
|
+
* Lookup595: pallet_nomination_pools::RewardPool<T>
|
5466
5477
|
**/ PalletNominationPoolsRewardPool: {
|
5467
5478
|
lastRecordedRewardCounter: 'u128',
|
5468
5479
|
lastRecordedTotalPayouts: 'u128',
|
@@ -5471,19 +5482,19 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5471
5482
|
totalCommissionClaimed: 'u128'
|
5472
5483
|
},
|
5473
5484
|
/**
|
5474
|
-
*
|
5485
|
+
* Lookup596: pallet_nomination_pools::SubPools<T>
|
5475
5486
|
**/ PalletNominationPoolsSubPools: {
|
5476
5487
|
noEra: 'PalletNominationPoolsUnbondPool',
|
5477
5488
|
withEra: 'BTreeMap<u32, PalletNominationPoolsUnbondPool>'
|
5478
5489
|
},
|
5479
5490
|
/**
|
5480
|
-
*
|
5491
|
+
* Lookup597: pallet_nomination_pools::UnbondPool<T>
|
5481
5492
|
**/ PalletNominationPoolsUnbondPool: {
|
5482
5493
|
points: 'u128',
|
5483
5494
|
balance: 'u128'
|
5484
5495
|
},
|
5485
5496
|
/**
|
5486
|
-
*
|
5497
|
+
* Lookup602: pallet_nomination_pools::pallet::Error<T>
|
5487
5498
|
**/ PalletNominationPoolsError: {
|
5488
5499
|
_enum: {
|
5489
5500
|
PoolNotFound: 'Null',
|
@@ -5525,7 +5536,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5525
5536
|
}
|
5526
5537
|
},
|
5527
5538
|
/**
|
5528
|
-
*
|
5539
|
+
* Lookup603: pallet_nomination_pools::pallet::DefensiveError
|
5529
5540
|
**/ PalletNominationPoolsDefensiveError: {
|
5530
5541
|
_enum: [
|
5531
5542
|
'NotEnoughSpaceInUnbondPool',
|
@@ -5538,7 +5549,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5538
5549
|
]
|
5539
5550
|
},
|
5540
5551
|
/**
|
5541
|
-
*
|
5552
|
+
* Lookup606: 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>
|
5542
5553
|
**/ PalletSchedulerScheduled: {
|
5543
5554
|
maybeId: 'Option<[u8;32]>',
|
5544
5555
|
priority: 'u8',
|
@@ -5547,14 +5558,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5547
5558
|
origin: 'TangleTestnetRuntimeOriginCaller'
|
5548
5559
|
},
|
5549
5560
|
/**
|
5550
|
-
*
|
5561
|
+
* Lookup608: pallet_scheduler::RetryConfig<Period>
|
5551
5562
|
**/ PalletSchedulerRetryConfig: {
|
5552
5563
|
totalRetries: 'u8',
|
5553
5564
|
remaining: 'u8',
|
5554
5565
|
period: 'u64'
|
5555
5566
|
},
|
5556
5567
|
/**
|
5557
|
-
*
|
5568
|
+
* Lookup609: pallet_scheduler::pallet::Error<T>
|
5558
5569
|
**/ PalletSchedulerError: {
|
5559
5570
|
_enum: [
|
5560
5571
|
'FailedToSchedule',
|
@@ -5565,7 +5576,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5565
5576
|
]
|
5566
5577
|
},
|
5567
5578
|
/**
|
5568
|
-
*
|
5579
|
+
* Lookup610: pallet_preimage::OldRequestStatus<sp_core::crypto::AccountId32, Balance>
|
5569
5580
|
**/ PalletPreimageOldRequestStatus: {
|
5570
5581
|
_enum: {
|
5571
5582
|
Unrequested: {
|
@@ -5580,7 +5591,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5580
5591
|
}
|
5581
5592
|
},
|
5582
5593
|
/**
|
5583
|
-
*
|
5594
|
+
* Lookup612: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Ticket>
|
5584
5595
|
**/ PalletPreimageRequestStatus: {
|
5585
5596
|
_enum: {
|
5586
5597
|
Unrequested: {
|
@@ -5595,7 +5606,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5595
5606
|
}
|
5596
5607
|
},
|
5597
5608
|
/**
|
5598
|
-
*
|
5609
|
+
* Lookup616: pallet_preimage::pallet::Error<T>
|
5599
5610
|
**/ PalletPreimageError: {
|
5600
5611
|
_enum: [
|
5601
5612
|
'TooBig',
|
@@ -5610,13 +5621,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5610
5621
|
]
|
5611
5622
|
},
|
5612
5623
|
/**
|
5613
|
-
*
|
5624
|
+
* Lookup617: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
|
5614
5625
|
**/ SpStakingOffenceOffenceDetails: {
|
5615
5626
|
offender: '(AccountId32,SpStakingExposure)',
|
5616
5627
|
reporters: 'Vec<AccountId32>'
|
5617
5628
|
},
|
5618
5629
|
/**
|
5619
|
-
*
|
5630
|
+
* Lookup619: pallet_tx_pause::pallet::Error<T>
|
5620
5631
|
**/ PalletTxPauseError: {
|
5621
5632
|
_enum: [
|
5622
5633
|
'IsPaused',
|
@@ -5626,7 +5637,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5626
5637
|
]
|
5627
5638
|
},
|
5628
5639
|
/**
|
5629
|
-
*
|
5640
|
+
* Lookup622: pallet_im_online::pallet::Error<T>
|
5630
5641
|
**/ PalletImOnlineError: {
|
5631
5642
|
_enum: [
|
5632
5643
|
'InvalidKey',
|
@@ -5634,27 +5645,27 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5634
5645
|
]
|
5635
5646
|
},
|
5636
5647
|
/**
|
5637
|
-
*
|
5648
|
+
* Lookup624: pallet_identity::types::Registration<Balance, MaxJudgements, pallet_identity::legacy::IdentityInfo<FieldLimit>>
|
5638
5649
|
**/ PalletIdentityRegistration: {
|
5639
5650
|
judgements: 'Vec<(u32,PalletIdentityJudgement)>',
|
5640
5651
|
deposit: 'u128',
|
5641
5652
|
info: 'PalletIdentityLegacyIdentityInfo'
|
5642
5653
|
},
|
5643
5654
|
/**
|
5644
|
-
*
|
5655
|
+
* Lookup633: pallet_identity::types::RegistrarInfo<Balance, sp_core::crypto::AccountId32, IdField>
|
5645
5656
|
**/ PalletIdentityRegistrarInfo: {
|
5646
5657
|
account: 'AccountId32',
|
5647
5658
|
fee: 'u128',
|
5648
5659
|
fields: 'u64'
|
5649
5660
|
},
|
5650
5661
|
/**
|
5651
|
-
*
|
5662
|
+
* Lookup635: pallet_identity::types::AuthorityProperties<bounded_collections::bounded_vec::BoundedVec<T, S>>
|
5652
5663
|
**/ PalletIdentityAuthorityProperties: {
|
5653
5664
|
suffix: 'Bytes',
|
5654
5665
|
allocation: 'u32'
|
5655
5666
|
},
|
5656
5667
|
/**
|
5657
|
-
*
|
5668
|
+
* Lookup638: pallet_identity::pallet::Error<T>
|
5658
5669
|
**/ PalletIdentityError: {
|
5659
5670
|
_enum: [
|
5660
5671
|
'TooManySubAccounts',
|
@@ -5686,14 +5697,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5686
5697
|
]
|
5687
5698
|
},
|
5688
5699
|
/**
|
5689
|
-
*
|
5700
|
+
* Lookup639: pallet_utility::pallet::Error<T>
|
5690
5701
|
**/ PalletUtilityError: {
|
5691
5702
|
_enum: [
|
5692
5703
|
'TooManyCalls'
|
5693
5704
|
]
|
5694
5705
|
},
|
5695
5706
|
/**
|
5696
|
-
*
|
5707
|
+
* Lookup641: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
|
5697
5708
|
**/ PalletMultisigMultisig: {
|
5698
5709
|
when: 'PalletMultisigTimepoint',
|
5699
5710
|
deposit: 'u128',
|
@@ -5701,7 +5712,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5701
5712
|
approvals: 'Vec<AccountId32>'
|
5702
5713
|
},
|
5703
5714
|
/**
|
5704
|
-
*
|
5715
|
+
* Lookup642: pallet_multisig::pallet::Error<T>
|
5705
5716
|
**/ PalletMultisigError: {
|
5706
5717
|
_enum: [
|
5707
5718
|
'MinimumThreshold',
|
@@ -5721,7 +5732,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5721
5732
|
]
|
5722
5733
|
},
|
5723
5734
|
/**
|
5724
|
-
*
|
5735
|
+
* Lookup645: fp_rpc::TransactionStatus
|
5725
5736
|
**/ FpRpcTransactionStatus: {
|
5726
5737
|
transactionHash: 'H256',
|
5727
5738
|
transactionIndex: 'u32',
|
@@ -5732,10 +5743,10 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5732
5743
|
logsBloom: 'EthbloomBloom'
|
5733
5744
|
},
|
5734
5745
|
/**
|
5735
|
-
*
|
5746
|
+
* Lookup648: ethbloom::Bloom
|
5736
5747
|
**/ EthbloomBloom: '[u8;256]',
|
5737
5748
|
/**
|
5738
|
-
*
|
5749
|
+
* Lookup650: ethereum::receipt::ReceiptV3
|
5739
5750
|
**/ EthereumReceiptReceiptV3: {
|
5740
5751
|
_enum: {
|
5741
5752
|
Legacy: 'EthereumReceiptEip658ReceiptData',
|
@@ -5744,7 +5755,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5744
5755
|
}
|
5745
5756
|
},
|
5746
5757
|
/**
|
5747
|
-
*
|
5758
|
+
* Lookup651: ethereum::receipt::EIP658ReceiptData
|
5748
5759
|
**/ EthereumReceiptEip658ReceiptData: {
|
5749
5760
|
statusCode: 'u8',
|
5750
5761
|
usedGas: 'U256',
|
@@ -5752,14 +5763,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5752
5763
|
logs: 'Vec<EthereumLog>'
|
5753
5764
|
},
|
5754
5765
|
/**
|
5755
|
-
*
|
5766
|
+
* Lookup652: ethereum::block::Block<ethereum::transaction::TransactionV2>
|
5756
5767
|
**/ EthereumBlock: {
|
5757
5768
|
header: 'EthereumHeader',
|
5758
5769
|
transactions: 'Vec<EthereumTransactionTransactionV2>',
|
5759
5770
|
ommers: 'Vec<EthereumHeader>'
|
5760
5771
|
},
|
5761
5772
|
/**
|
5762
|
-
*
|
5773
|
+
* Lookup653: ethereum::header::Header
|
5763
5774
|
**/ EthereumHeader: {
|
5764
5775
|
parentHash: 'H256',
|
5765
5776
|
ommersHash: 'H256',
|
@@ -5778,10 +5789,10 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5778
5789
|
nonce: 'EthereumTypesHashH64'
|
5779
5790
|
},
|
5780
5791
|
/**
|
5781
|
-
*
|
5792
|
+
* Lookup654: ethereum_types::hash::H64
|
5782
5793
|
**/ EthereumTypesHashH64: '[u8;8]',
|
5783
5794
|
/**
|
5784
|
-
*
|
5795
|
+
* Lookup659: pallet_ethereum::pallet::Error<T>
|
5785
5796
|
**/ PalletEthereumError: {
|
5786
5797
|
_enum: [
|
5787
5798
|
'InvalidSignature',
|
@@ -5789,7 +5800,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5789
5800
|
]
|
5790
5801
|
},
|
5791
5802
|
/**
|
5792
|
-
*
|
5803
|
+
* Lookup660: pallet_evm::CodeMetadata
|
5793
5804
|
**/ PalletEvmCodeMetadata: {
|
5794
5805
|
_alias: {
|
5795
5806
|
size_: 'size',
|
@@ -5799,7 +5810,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5799
5810
|
hash_: 'H256'
|
5800
5811
|
},
|
5801
5812
|
/**
|
5802
|
-
*
|
5813
|
+
* Lookup662: pallet_evm::pallet::Error<T>
|
5803
5814
|
**/ PalletEvmError: {
|
5804
5815
|
_enum: [
|
5805
5816
|
'BalanceLow',
|
@@ -5818,14 +5829,14 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5818
5829
|
]
|
5819
5830
|
},
|
5820
5831
|
/**
|
5821
|
-
*
|
5832
|
+
* Lookup663: pallet_hotfix_sufficients::pallet::Error<T>
|
5822
5833
|
**/ PalletHotfixSufficientsError: {
|
5823
5834
|
_enum: [
|
5824
5835
|
'MaxAddressCountExceeded'
|
5825
5836
|
]
|
5826
5837
|
},
|
5827
5838
|
/**
|
5828
|
-
*
|
5839
|
+
* Lookup665: pallet_airdrop_claims::pallet::Error<T>
|
5829
5840
|
**/ PalletAirdropClaimsError: {
|
5830
5841
|
_enum: [
|
5831
5842
|
'InvalidEthereumSignature',
|
@@ -5839,21 +5850,21 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5839
5850
|
]
|
5840
5851
|
},
|
5841
5852
|
/**
|
5842
|
-
*
|
5853
|
+
* Lookup668: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, tangle_testnet_runtime::ProxyType, BlockNumber>
|
5843
5854
|
**/ PalletProxyProxyDefinition: {
|
5844
5855
|
delegate: 'AccountId32',
|
5845
5856
|
proxyType: 'TangleTestnetRuntimeProxyType',
|
5846
5857
|
delay: 'u64'
|
5847
5858
|
},
|
5848
5859
|
/**
|
5849
|
-
*
|
5860
|
+
* Lookup672: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
|
5850
5861
|
**/ PalletProxyAnnouncement: {
|
5851
5862
|
real: 'AccountId32',
|
5852
5863
|
callHash: 'H256',
|
5853
5864
|
height: 'u64'
|
5854
5865
|
},
|
5855
5866
|
/**
|
5856
|
-
*
|
5867
|
+
* Lookup674: pallet_proxy::pallet::Error<T>
|
5857
5868
|
**/ PalletProxyError: {
|
5858
5869
|
_enum: [
|
5859
5870
|
'TooMany',
|
@@ -5867,7 +5878,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5867
5878
|
]
|
5868
5879
|
},
|
5869
5880
|
/**
|
5870
|
-
*
|
5881
|
+
* Lookup675: pallet_multi_asset_delegation::types::operator::OperatorMetadata<sp_core::crypto::AccountId32, Balance, AssetId>
|
5871
5882
|
**/ PalletMultiAssetDelegationOperatorOperatorMetadata: {
|
5872
5883
|
stake: 'u128',
|
5873
5884
|
delegationCount: 'u32',
|
@@ -5876,20 +5887,20 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5876
5887
|
status: 'PalletMultiAssetDelegationOperatorOperatorStatus'
|
5877
5888
|
},
|
5878
5889
|
/**
|
5879
|
-
*
|
5890
|
+
* Lookup677: pallet_multi_asset_delegation::types::operator::OperatorBondLessRequest<Balance>
|
5880
5891
|
**/ PalletMultiAssetDelegationOperatorOperatorBondLessRequest: {
|
5881
5892
|
amount: 'u128',
|
5882
5893
|
requestTime: 'u32'
|
5883
5894
|
},
|
5884
5895
|
/**
|
5885
|
-
*
|
5896
|
+
* Lookup679: pallet_multi_asset_delegation::types::operator::DelegatorBond<sp_core::crypto::AccountId32, Balance, AssetId>
|
5886
5897
|
**/ PalletMultiAssetDelegationOperatorDelegatorBond: {
|
5887
5898
|
delegator: 'AccountId32',
|
5888
5899
|
amount: 'u128',
|
5889
5900
|
assetId: 'u128'
|
5890
5901
|
},
|
5891
5902
|
/**
|
5892
|
-
*
|
5903
|
+
* Lookup680: pallet_multi_asset_delegation::types::operator::OperatorStatus
|
5893
5904
|
**/ PalletMultiAssetDelegationOperatorOperatorStatus: {
|
5894
5905
|
_enum: {
|
5895
5906
|
Active: 'Null',
|
@@ -5898,13 +5909,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5898
5909
|
}
|
5899
5910
|
},
|
5900
5911
|
/**
|
5901
|
-
*
|
5912
|
+
* Lookup681: pallet_multi_asset_delegation::types::operator::OperatorSnapshot<sp_core::crypto::AccountId32, Balance, AssetId>
|
5902
5913
|
**/ PalletMultiAssetDelegationOperatorOperatorSnapshot: {
|
5903
5914
|
stake: 'u128',
|
5904
5915
|
delegations: 'Vec<PalletMultiAssetDelegationOperatorDelegatorBond>'
|
5905
5916
|
},
|
5906
5917
|
/**
|
5907
|
-
*
|
5918
|
+
* Lookup682: pallet_multi_asset_delegation::types::delegator::DelegatorMetadata<sp_core::crypto::AccountId32, Balance, AssetId>
|
5908
5919
|
**/ PalletMultiAssetDelegationDelegatorDelegatorMetadata: {
|
5909
5920
|
deposits: 'BTreeMap<u128, u128>',
|
5910
5921
|
withdrawRequests: 'Vec<PalletMultiAssetDelegationDelegatorWithdrawRequest>',
|
@@ -5913,21 +5924,21 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5913
5924
|
status: 'PalletMultiAssetDelegationDelegatorDelegatorStatus'
|
5914
5925
|
},
|
5915
5926
|
/**
|
5916
|
-
*
|
5927
|
+
* Lookup687: pallet_multi_asset_delegation::types::delegator::WithdrawRequest<AssetId, Balance>
|
5917
5928
|
**/ PalletMultiAssetDelegationDelegatorWithdrawRequest: {
|
5918
5929
|
assetId: 'u128',
|
5919
5930
|
amount: 'u128',
|
5920
5931
|
requestedRound: 'u32'
|
5921
5932
|
},
|
5922
5933
|
/**
|
5923
|
-
*
|
5934
|
+
* Lookup689: pallet_multi_asset_delegation::types::delegator::BondInfoDelegator<sp_core::crypto::AccountId32, Balance, AssetId>
|
5924
5935
|
**/ PalletMultiAssetDelegationDelegatorBondInfoDelegator: {
|
5925
5936
|
operator: 'AccountId32',
|
5926
5937
|
amount: 'u128',
|
5927
5938
|
assetId: 'u128'
|
5928
5939
|
},
|
5929
5940
|
/**
|
5930
|
-
*
|
5941
|
+
* Lookup691: pallet_multi_asset_delegation::types::delegator::BondLessRequest<sp_core::crypto::AccountId32, AssetId, Balance>
|
5931
5942
|
**/ PalletMultiAssetDelegationDelegatorBondLessRequest: {
|
5932
5943
|
operator: 'AccountId32',
|
5933
5944
|
assetId: 'u128',
|
@@ -5935,7 +5946,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5935
5946
|
requestedRound: 'u32'
|
5936
5947
|
},
|
5937
5948
|
/**
|
5938
|
-
*
|
5949
|
+
* Lookup692: pallet_multi_asset_delegation::types::delegator::DelegatorStatus
|
5939
5950
|
**/ PalletMultiAssetDelegationDelegatorDelegatorStatus: {
|
5940
5951
|
_enum: {
|
5941
5952
|
Active: 'Null',
|
@@ -5943,19 +5954,19 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5943
5954
|
}
|
5944
5955
|
},
|
5945
5956
|
/**
|
5946
|
-
*
|
5957
|
+
* Lookup693: pallet_multi_asset_delegation::types::rewards::RewardConfig<VaultId, Balance>
|
5947
5958
|
**/ PalletMultiAssetDelegationRewardsRewardConfig: {
|
5948
5959
|
configs: 'BTreeMap<u128, PalletMultiAssetDelegationRewardsRewardConfigForAssetVault>',
|
5949
5960
|
whitelistedBlueprintIds: 'Vec<u32>'
|
5950
5961
|
},
|
5951
5962
|
/**
|
5952
|
-
*
|
5963
|
+
* Lookup695: pallet_multi_asset_delegation::types::rewards::RewardConfigForAssetVault<Balance>
|
5953
5964
|
**/ PalletMultiAssetDelegationRewardsRewardConfigForAssetVault: {
|
5954
5965
|
apy: 'Percent',
|
5955
5966
|
cap: 'u128'
|
5956
5967
|
},
|
5957
5968
|
/**
|
5958
|
-
*
|
5969
|
+
* Lookup698: pallet_multi_asset_delegation::pallet::Error<T>
|
5959
5970
|
**/ PalletMultiAssetDelegationError: {
|
5960
5971
|
_enum: [
|
5961
5972
|
'AlreadyOperator',
|
@@ -5991,7 +6002,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
5991
6002
|
]
|
5992
6003
|
},
|
5993
6004
|
/**
|
5994
|
-
*
|
6005
|
+
* Lookup701: tangle_primitives::services::ServiceRequest<C, sp_core::crypto::AccountId32, BlockNumber, AssetId>
|
5995
6006
|
**/ TanglePrimitivesServicesServiceRequest: {
|
5996
6007
|
blueprint: 'u64',
|
5997
6008
|
owner: 'AccountId32',
|
@@ -6002,47 +6013,59 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6002
6013
|
operatorsWithApprovalState: 'Vec<(AccountId32,TanglePrimitivesServicesApprovalState)>'
|
6003
6014
|
},
|
6004
6015
|
/**
|
6005
|
-
*
|
6016
|
+
* Lookup707: tangle_primitives::services::ApprovalState
|
6006
6017
|
**/ TanglePrimitivesServicesApprovalState: {
|
6007
|
-
_enum:
|
6008
|
-
|
6009
|
-
|
6010
|
-
|
6011
|
-
|
6018
|
+
_enum: {
|
6019
|
+
Pending: 'Null',
|
6020
|
+
Approved: {
|
6021
|
+
restakingPercent: 'Percent'
|
6022
|
+
},
|
6023
|
+
Rejected: 'Null'
|
6024
|
+
}
|
6012
6025
|
},
|
6013
6026
|
/**
|
6014
|
-
*
|
6027
|
+
* Lookup709: tangle_primitives::services::Service<C, sp_core::crypto::AccountId32, BlockNumber, AssetId>
|
6015
6028
|
**/ TanglePrimitivesServicesService: {
|
6016
6029
|
id: 'u64',
|
6017
6030
|
blueprint: 'u64',
|
6018
6031
|
owner: 'AccountId32',
|
6019
6032
|
permittedCallers: 'Vec<AccountId32>',
|
6020
|
-
operators: 'Vec<AccountId32>',
|
6033
|
+
operators: 'Vec<(AccountId32,Percent)>',
|
6021
6034
|
assets: 'Vec<u128>',
|
6022
6035
|
ttl: 'u64'
|
6023
6036
|
},
|
6024
6037
|
/**
|
6025
|
-
*
|
6038
|
+
* Lookup715: tangle_primitives::services::JobCall<C, sp_core::crypto::AccountId32>
|
6026
6039
|
**/ TanglePrimitivesServicesJobCall: {
|
6027
6040
|
serviceId: 'u64',
|
6028
6041
|
job: 'u8',
|
6029
6042
|
args: 'Vec<TanglePrimitivesServicesField>'
|
6030
6043
|
},
|
6031
6044
|
/**
|
6032
|
-
*
|
6045
|
+
* Lookup716: tangle_primitives::services::JobCallResult<C, sp_core::crypto::AccountId32>
|
6033
6046
|
**/ TanglePrimitivesServicesJobCallResult: {
|
6034
6047
|
serviceId: 'u64',
|
6035
6048
|
callId: 'u64',
|
6036
6049
|
result: 'Vec<TanglePrimitivesServicesField>'
|
6037
6050
|
},
|
6038
6051
|
/**
|
6039
|
-
*
|
6052
|
+
* Lookup717: pallet_services::types::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
|
6053
|
+
**/ PalletServicesUnappliedSlash: {
|
6054
|
+
serviceId: 'u64',
|
6055
|
+
operator: 'AccountId32',
|
6056
|
+
own: 'u128',
|
6057
|
+
others: 'Vec<(AccountId32,u128)>',
|
6058
|
+
reporters: 'Vec<AccountId32>',
|
6059
|
+
payout: 'u128'
|
6060
|
+
},
|
6061
|
+
/**
|
6062
|
+
* Lookup718: tangle_primitives::services::OperatorProfile<C>
|
6040
6063
|
**/ TanglePrimitivesServicesOperatorProfile: {
|
6041
6064
|
services: 'BTreeSet<u64>',
|
6042
6065
|
blueprints: 'BTreeSet<u64>'
|
6043
6066
|
},
|
6044
6067
|
/**
|
6045
|
-
*
|
6068
|
+
* Lookup721: pallet_services::module::Error<T>
|
6046
6069
|
**/ PalletServicesModuleError: {
|
6047
6070
|
_enum: {
|
6048
6071
|
BlueprintNotFound: 'Null',
|
@@ -6069,11 +6092,16 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6069
6092
|
MaxServicesPerProviderExceeded: 'Null',
|
6070
6093
|
OperatorNotActive: 'Null',
|
6071
6094
|
NoAssetsProvided: 'Null',
|
6072
|
-
MaxAssetsPerServiceExceeded: 'Null'
|
6095
|
+
MaxAssetsPerServiceExceeded: 'Null',
|
6096
|
+
OffenderNotOperator: 'Null',
|
6097
|
+
OffenderNotActiveOperator: 'Null',
|
6098
|
+
NoSlashingOrigin: 'Null',
|
6099
|
+
NoDisputeOrigin: 'Null',
|
6100
|
+
UnappliedSlashNotFound: 'Null'
|
6073
6101
|
}
|
6074
6102
|
},
|
6075
6103
|
/**
|
6076
|
-
*
|
6104
|
+
* Lookup722: tangle_primitives::services::TypeCheckError
|
6077
6105
|
**/ TanglePrimitivesServicesTypeCheckError: {
|
6078
6106
|
_enum: {
|
6079
6107
|
ArgumentTypeMismatch: {
|
@@ -6093,7 +6121,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6093
6121
|
}
|
6094
6122
|
},
|
6095
6123
|
/**
|
6096
|
-
*
|
6124
|
+
* Lookup723: pallet_tangle_lst::types::bonded_pool::BondedPoolInner<T>
|
6097
6125
|
**/ PalletTangleLstBondedPoolBondedPoolInner: {
|
6098
6126
|
commission: 'PalletTangleLstCommission',
|
6099
6127
|
roles: 'PalletTangleLstPoolsPoolRoles',
|
@@ -6101,7 +6129,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6101
6129
|
metadata: 'PalletTangleLstBondedPoolPoolMetadata'
|
6102
6130
|
},
|
6103
6131
|
/**
|
6104
|
-
*
|
6132
|
+
* Lookup724: pallet_tangle_lst::types::commission::Commission<T>
|
6105
6133
|
**/ PalletTangleLstCommission: {
|
6106
6134
|
current: 'Option<(Perbill,AccountId32)>',
|
6107
6135
|
max: 'Option<Perbill>',
|
@@ -6110,7 +6138,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6110
6138
|
claimPermission: 'Option<PalletTangleLstCommissionCommissionClaimPermission>'
|
6111
6139
|
},
|
6112
6140
|
/**
|
6113
|
-
*
|
6141
|
+
* Lookup726: pallet_tangle_lst::types::pools::PoolRoles<sp_core::crypto::AccountId32>
|
6114
6142
|
**/ PalletTangleLstPoolsPoolRoles: {
|
6115
6143
|
depositor: 'AccountId32',
|
6116
6144
|
root: 'Option<AccountId32>',
|
@@ -6118,12 +6146,13 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6118
6146
|
bouncer: 'Option<AccountId32>'
|
6119
6147
|
},
|
6120
6148
|
/**
|
6121
|
-
*
|
6149
|
+
* Lookup727: pallet_tangle_lst::types::bonded_pool::PoolMetadata<T>
|
6122
6150
|
**/ PalletTangleLstBondedPoolPoolMetadata: {
|
6123
|
-
name: 'Bytes'
|
6151
|
+
name: 'Option<Bytes>',
|
6152
|
+
icon: 'Option<Bytes>'
|
6124
6153
|
},
|
6125
6154
|
/**
|
6126
|
-
*
|
6155
|
+
* Lookup728: pallet_tangle_lst::types::sub_pools::RewardPool<T>
|
6127
6156
|
**/ PalletTangleLstSubPoolsRewardPool: {
|
6128
6157
|
lastRecordedRewardCounter: 'u128',
|
6129
6158
|
lastRecordedTotalPayouts: 'u128',
|
@@ -6132,25 +6161,25 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6132
6161
|
totalCommissionClaimed: 'u128'
|
6133
6162
|
},
|
6134
6163
|
/**
|
6135
|
-
*
|
6164
|
+
* Lookup729: pallet_tangle_lst::types::sub_pools::SubPools<T>
|
6136
6165
|
**/ PalletTangleLstSubPools: {
|
6137
6166
|
noEra: 'PalletTangleLstSubPoolsUnbondPool',
|
6138
6167
|
withEra: 'BTreeMap<u32, PalletTangleLstSubPoolsUnbondPool>'
|
6139
6168
|
},
|
6140
6169
|
/**
|
6141
|
-
*
|
6170
|
+
* Lookup730: pallet_tangle_lst::types::sub_pools::UnbondPool<T>
|
6142
6171
|
**/ PalletTangleLstSubPoolsUnbondPool: {
|
6143
6172
|
points: 'u128',
|
6144
6173
|
balance: 'u128'
|
6145
6174
|
},
|
6146
6175
|
/**
|
6147
|
-
*
|
6176
|
+
* Lookup736: pallet_tangle_lst::types::pools::PoolMember<T>
|
6148
6177
|
**/ PalletTangleLstPoolsPoolMember: {
|
6149
6178
|
poolId: 'u32',
|
6150
6179
|
unbondingEras: 'BTreeMap<u32, u128>'
|
6151
6180
|
},
|
6152
6181
|
/**
|
6153
|
-
*
|
6182
|
+
* Lookup738: pallet_tangle_lst::types::ClaimPermission
|
6154
6183
|
**/ PalletTangleLstClaimPermission: {
|
6155
6184
|
_enum: [
|
6156
6185
|
'Permissioned',
|
@@ -6160,7 +6189,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6160
6189
|
]
|
6161
6190
|
},
|
6162
6191
|
/**
|
6163
|
-
*
|
6192
|
+
* Lookup739: pallet_tangle_lst::pallet::Error<T>
|
6164
6193
|
**/ PalletTangleLstError: {
|
6165
6194
|
_enum: {
|
6166
6195
|
PoolNotFound: 'Null',
|
@@ -6199,7 +6228,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6199
6228
|
}
|
6200
6229
|
},
|
6201
6230
|
/**
|
6202
|
-
*
|
6231
|
+
* Lookup740: pallet_tangle_lst::pallet::DefensiveError
|
6203
6232
|
**/ PalletTangleLstDefensiveError: {
|
6204
6233
|
_enum: [
|
6205
6234
|
'NotEnoughSpaceInUnbondPool',
|
@@ -6210,33 +6239,33 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6210
6239
|
]
|
6211
6240
|
},
|
6212
6241
|
/**
|
6213
|
-
*
|
6242
|
+
* Lookup743: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
6214
6243
|
**/ FrameSystemExtensionsCheckNonZeroSender: 'Null',
|
6215
6244
|
/**
|
6216
|
-
*
|
6245
|
+
* Lookup744: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
6217
6246
|
**/ FrameSystemExtensionsCheckSpecVersion: 'Null',
|
6218
6247
|
/**
|
6219
|
-
*
|
6248
|
+
* Lookup745: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
6220
6249
|
**/ FrameSystemExtensionsCheckTxVersion: 'Null',
|
6221
6250
|
/**
|
6222
|
-
*
|
6251
|
+
* Lookup746: frame_system::extensions::check_genesis::CheckGenesis<T>
|
6223
6252
|
**/ FrameSystemExtensionsCheckGenesis: 'Null',
|
6224
6253
|
/**
|
6225
|
-
*
|
6254
|
+
* Lookup749: frame_system::extensions::check_nonce::CheckNonce<T>
|
6226
6255
|
**/ FrameSystemExtensionsCheckNonce: 'Compact<u32>',
|
6227
6256
|
/**
|
6228
|
-
*
|
6257
|
+
* Lookup750: frame_system::extensions::check_weight::CheckWeight<T>
|
6229
6258
|
**/ FrameSystemExtensionsCheckWeight: 'Null',
|
6230
6259
|
/**
|
6231
|
-
*
|
6260
|
+
* Lookup751: pallet_transaction_payment::ChargeTransactionPayment<T>
|
6232
6261
|
**/ PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
|
6233
6262
|
/**
|
6234
|
-
*
|
6263
|
+
* Lookup752: frame_metadata_hash_extension::CheckMetadataHash<T>
|
6235
6264
|
**/ FrameMetadataHashExtensionCheckMetadataHash: {
|
6236
6265
|
mode: 'FrameMetadataHashExtensionMode'
|
6237
6266
|
},
|
6238
6267
|
/**
|
6239
|
-
*
|
6268
|
+
* Lookup753: frame_metadata_hash_extension::Mode
|
6240
6269
|
**/ FrameMetadataHashExtensionMode: {
|
6241
6270
|
_enum: [
|
6242
6271
|
'Disabled',
|
@@ -6244,7 +6273,7 @@ function typesFromDefs(definitions, initTypes = {}) {
|
|
6244
6273
|
]
|
6245
6274
|
},
|
6246
6275
|
/**
|
6247
|
-
*
|
6276
|
+
* Lookup755: tangle_testnet_runtime::Runtime
|
6248
6277
|
**/ TangleTestnetRuntimeRuntime: 'Null'
|
6249
6278
|
};
|
6250
6279
|
|