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