@functionland/react-native-fula 1.44.0 → 1.44.2
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/LICENSE +20 -20
- package/README.md +226 -226
- package/android/gradle.properties +5 -5
- package/android/src/main/AndroidManifest.xml +3 -3
- package/android/src/main/AndroidManifestNew.xml +2 -2
- package/android/src/main/java/land/fx/fula/ConfigRef.java +7 -7
- package/android/src/main/java/land/fx/fula/Cryptography.java +62 -62
- package/android/src/main/java/land/fx/fula/FulaModule.java +18 -2
- package/android/src/main/java/land/fx/fula/FulaPackage.java +32 -32
- package/android/src/main/java/land/fx/fula/SharedPreferenceHelper.java +65 -65
- package/android/src/main/java/land/fx/fula/StaticHelper.java +13 -13
- package/android/src/main/java/land/fx/fula/ThreadUtils.java +42 -42
- package/ios/Cryptography.swift +49 -49
- package/ios/Fula-Bridging-Header.h +3 -3
- package/ios/Fula.mm +2 -0
- package/ios/Fula.swift +12 -0
- package/ios/UserDataHelper.swift +143 -143
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/interfaces/augment-api-errors.js.map +1 -1
- package/lib/commonjs/interfaces/augment-api-rpc.js.map +1 -1
- package/lib/commonjs/interfaces/augment-api-runtime.js.map +1 -1
- package/lib/commonjs/interfaces/augment-api.js.map +1 -1
- package/lib/commonjs/interfaces/augment-types.js.map +1 -1
- package/lib/commonjs/interfaces/fulaNativeModule.js.map +1 -1
- package/lib/commonjs/interfaces/index.js.map +1 -1
- package/lib/commonjs/interfaces/lookup.js +278 -278
- package/lib/commonjs/interfaces/lookup.js.map +1 -1
- package/lib/commonjs/interfaces/registry.js.map +1 -1
- package/lib/commonjs/interfaces/types-lookup.js.map +1 -1
- package/lib/commonjs/interfaces/types.js.map +1 -1
- package/lib/commonjs/protocols/blockchain.js.map +1 -1
- package/lib/commonjs/protocols/chain-api.js.map +1 -1
- package/lib/commonjs/protocols/fula.js +106 -106
- package/lib/commonjs/protocols/fula.js.map +1 -1
- package/lib/commonjs/protocols/fxblox.js +22 -1
- package/lib/commonjs/protocols/fxblox.js.map +1 -1
- package/lib/commonjs/types/blockchain.js.map +1 -1
- package/lib/commonjs/types/fxblox.js.map +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/interfaces/augment-api-errors.js.map +1 -1
- package/lib/module/interfaces/augment-api-rpc.js.map +1 -1
- package/lib/module/interfaces/augment-api-runtime.js.map +1 -1
- package/lib/module/interfaces/augment-api.js.map +1 -1
- package/lib/module/interfaces/augment-types.js.map +1 -1
- package/lib/module/interfaces/fulaNativeModule.js.map +1 -1
- package/lib/module/interfaces/index.js.map +1 -1
- package/lib/module/interfaces/lookup.js +278 -278
- package/lib/module/interfaces/lookup.js.map +1 -1
- package/lib/module/interfaces/registry.js.map +1 -1
- package/lib/module/interfaces/types-lookup.js.map +1 -1
- package/lib/module/interfaces/types.js.map +1 -1
- package/lib/module/protocols/blockchain.js.map +1 -1
- package/lib/module/protocols/chain-api.js.map +1 -1
- package/lib/module/protocols/fula.js +106 -106
- package/lib/module/protocols/fula.js.map +1 -1
- package/lib/module/protocols/fxblox.js +20 -0
- package/lib/module/protocols/fxblox.js.map +1 -1
- package/lib/module/types/blockchain.js.map +1 -1
- package/lib/module/types/fxblox.js.map +1 -1
- package/lib/typescript/interfaces/fulaNativeModule.d.ts +1 -0
- package/lib/typescript/interfaces/fulaNativeModule.d.ts.map +1 -1
- package/lib/typescript/protocols/fxblox.d.ts +1 -0
- package/lib/typescript/protocols/fxblox.d.ts.map +1 -1
- package/lib/typescript/types/fxblox.d.ts +4 -0
- package/lib/typescript/types/fxblox.d.ts.map +1 -1
- package/package.json +1 -1
- package/react-native-fula.podspec +47 -47
- package/src/index.tsx +4 -4
- package/src/interfaces/augment-api-errors.ts +449 -449
- package/src/interfaces/augment-api-rpc.ts +617 -617
- package/src/interfaces/augment-api-runtime.ts +224 -224
- package/src/interfaces/augment-api.ts +10 -10
- package/src/interfaces/augment-types.ts +1230 -1230
- package/src/interfaces/fulaNativeModule.ts +1 -0
- package/src/interfaces/index.ts +4 -4
- package/src/interfaces/lookup.ts +1889 -1889
- package/src/interfaces/registry.ts +152 -152
- package/src/interfaces/types-lookup.ts +2043 -2043
- package/src/interfaces/types.ts +3 -3
- package/src/protocols/fula.ts +427 -427
- package/src/protocols/fxblox.ts +23 -0
- package/src/types/fxblox.ts +4 -0
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
/* eslint-disable sort-keys */
|
|
5
5
|
|
|
6
6
|
export default {
|
|
7
|
-
/**
|
|
8
|
-
* Lookup3: frame_system::AccountInfo<Index, pallet_balances::types::AccountData<Balance>>
|
|
7
|
+
/**
|
|
8
|
+
* Lookup3: frame_system::AccountInfo<Index, pallet_balances::types::AccountData<Balance>>
|
|
9
9
|
**/
|
|
10
10
|
FrameSystemAccountInfo: {
|
|
11
11
|
nonce: 'u32',
|
|
@@ -14,8 +14,8 @@ export default {
|
|
|
14
14
|
sufficients: 'u32',
|
|
15
15
|
data: 'PalletBalancesAccountData'
|
|
16
16
|
},
|
|
17
|
-
/**
|
|
18
|
-
* Lookup5: pallet_balances::types::AccountData<Balance>
|
|
17
|
+
/**
|
|
18
|
+
* Lookup5: pallet_balances::types::AccountData<Balance>
|
|
19
19
|
**/
|
|
20
20
|
PalletBalancesAccountData: {
|
|
21
21
|
free: 'u128',
|
|
@@ -23,29 +23,29 @@ export default {
|
|
|
23
23
|
frozen: 'u128',
|
|
24
24
|
flags: 'u128'
|
|
25
25
|
},
|
|
26
|
-
/**
|
|
27
|
-
* Lookup8: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>
|
|
26
|
+
/**
|
|
27
|
+
* Lookup8: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>
|
|
28
28
|
**/
|
|
29
29
|
FrameSupportDispatchPerDispatchClassWeight: {
|
|
30
30
|
normal: 'SpWeightsWeightV2Weight',
|
|
31
31
|
operational: 'SpWeightsWeightV2Weight',
|
|
32
32
|
mandatory: 'SpWeightsWeightV2Weight'
|
|
33
33
|
},
|
|
34
|
-
/**
|
|
35
|
-
* Lookup9: sp_weights::weight_v2::Weight
|
|
34
|
+
/**
|
|
35
|
+
* Lookup9: sp_weights::weight_v2::Weight
|
|
36
36
|
**/
|
|
37
37
|
SpWeightsWeightV2Weight: {
|
|
38
38
|
refTime: 'Compact<u64>',
|
|
39
39
|
proofSize: 'Compact<u64>'
|
|
40
40
|
},
|
|
41
|
-
/**
|
|
42
|
-
* Lookup14: sp_runtime::generic::digest::Digest
|
|
41
|
+
/**
|
|
42
|
+
* Lookup14: sp_runtime::generic::digest::Digest
|
|
43
43
|
**/
|
|
44
44
|
SpRuntimeDigest: {
|
|
45
45
|
logs: 'Vec<SpRuntimeDigestDigestItem>'
|
|
46
46
|
},
|
|
47
|
-
/**
|
|
48
|
-
* Lookup16: sp_runtime::generic::digest::DigestItem
|
|
47
|
+
/**
|
|
48
|
+
* Lookup16: sp_runtime::generic::digest::DigestItem
|
|
49
49
|
**/
|
|
50
50
|
SpRuntimeDigestDigestItem: {
|
|
51
51
|
_enum: {
|
|
@@ -60,16 +60,16 @@ export default {
|
|
|
60
60
|
RuntimeEnvironmentUpdated: 'Null'
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
|
-
/**
|
|
64
|
-
* Lookup19: frame_system::EventRecord<sugarfunge_runtime::RuntimeEvent, primitive_types::H256>
|
|
63
|
+
/**
|
|
64
|
+
* Lookup19: frame_system::EventRecord<sugarfunge_runtime::RuntimeEvent, primitive_types::H256>
|
|
65
65
|
**/
|
|
66
66
|
FrameSystemEventRecord: {
|
|
67
67
|
phase: 'FrameSystemPhase',
|
|
68
68
|
event: 'Event',
|
|
69
69
|
topics: 'Vec<H256>'
|
|
70
70
|
},
|
|
71
|
-
/**
|
|
72
|
-
* Lookup21: frame_system::pallet::Event<T>
|
|
71
|
+
/**
|
|
72
|
+
* Lookup21: frame_system::pallet::Event<T>
|
|
73
73
|
**/
|
|
74
74
|
FrameSystemEvent: {
|
|
75
75
|
_enum: {
|
|
@@ -96,28 +96,28 @@ export default {
|
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
|
-
/**
|
|
100
|
-
* Lookup22: frame_support::dispatch::DispatchInfo
|
|
99
|
+
/**
|
|
100
|
+
* Lookup22: frame_support::dispatch::DispatchInfo
|
|
101
101
|
**/
|
|
102
102
|
FrameSupportDispatchDispatchInfo: {
|
|
103
103
|
weight: 'SpWeightsWeightV2Weight',
|
|
104
104
|
class: 'FrameSupportDispatchDispatchClass',
|
|
105
105
|
paysFee: 'FrameSupportDispatchPays'
|
|
106
106
|
},
|
|
107
|
-
/**
|
|
108
|
-
* Lookup23: frame_support::dispatch::DispatchClass
|
|
107
|
+
/**
|
|
108
|
+
* Lookup23: frame_support::dispatch::DispatchClass
|
|
109
109
|
**/
|
|
110
110
|
FrameSupportDispatchDispatchClass: {
|
|
111
111
|
_enum: ['Normal', 'Operational', 'Mandatory']
|
|
112
112
|
},
|
|
113
|
-
/**
|
|
114
|
-
* Lookup24: frame_support::dispatch::Pays
|
|
113
|
+
/**
|
|
114
|
+
* Lookup24: frame_support::dispatch::Pays
|
|
115
115
|
**/
|
|
116
116
|
FrameSupportDispatchPays: {
|
|
117
117
|
_enum: ['Yes', 'No']
|
|
118
118
|
},
|
|
119
|
-
/**
|
|
120
|
-
* Lookup25: sp_runtime::DispatchError
|
|
119
|
+
/**
|
|
120
|
+
* Lookup25: sp_runtime::DispatchError
|
|
121
121
|
**/
|
|
122
122
|
SpRuntimeDispatchError: {
|
|
123
123
|
_enum: {
|
|
@@ -137,33 +137,33 @@ export default {
|
|
|
137
137
|
RootNotAllowed: 'Null'
|
|
138
138
|
}
|
|
139
139
|
},
|
|
140
|
-
/**
|
|
141
|
-
* Lookup26: sp_runtime::ModuleError
|
|
140
|
+
/**
|
|
141
|
+
* Lookup26: sp_runtime::ModuleError
|
|
142
142
|
**/
|
|
143
143
|
SpRuntimeModuleError: {
|
|
144
144
|
index: 'u8',
|
|
145
145
|
error: '[u8;4]'
|
|
146
146
|
},
|
|
147
|
-
/**
|
|
148
|
-
* Lookup27: sp_runtime::TokenError
|
|
147
|
+
/**
|
|
148
|
+
* Lookup27: sp_runtime::TokenError
|
|
149
149
|
**/
|
|
150
150
|
SpRuntimeTokenError: {
|
|
151
151
|
_enum: ['FundsUnavailable', 'OnlyProvider', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported', 'CannotCreateHold', 'NotExpendable', 'Blocked']
|
|
152
152
|
},
|
|
153
|
-
/**
|
|
154
|
-
* Lookup28: sp_arithmetic::ArithmeticError
|
|
153
|
+
/**
|
|
154
|
+
* Lookup28: sp_arithmetic::ArithmeticError
|
|
155
155
|
**/
|
|
156
156
|
SpArithmeticArithmeticError: {
|
|
157
157
|
_enum: ['Underflow', 'Overflow', 'DivisionByZero']
|
|
158
158
|
},
|
|
159
|
-
/**
|
|
160
|
-
* Lookup29: sp_runtime::TransactionalError
|
|
159
|
+
/**
|
|
160
|
+
* Lookup29: sp_runtime::TransactionalError
|
|
161
161
|
**/
|
|
162
162
|
SpRuntimeTransactionalError: {
|
|
163
163
|
_enum: ['LimitReached', 'NoLayer']
|
|
164
164
|
},
|
|
165
|
-
/**
|
|
166
|
-
* Lookup30: pallet_grandpa::pallet::Event
|
|
165
|
+
/**
|
|
166
|
+
* Lookup30: pallet_grandpa::pallet::Event
|
|
167
167
|
**/
|
|
168
168
|
PalletGrandpaEvent: {
|
|
169
169
|
_enum: {
|
|
@@ -174,16 +174,16 @@ export default {
|
|
|
174
174
|
Resumed: 'Null'
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
|
-
/**
|
|
178
|
-
* Lookup33: sp_consensus_grandpa::app::Public
|
|
177
|
+
/**
|
|
178
|
+
* Lookup33: sp_consensus_grandpa::app::Public
|
|
179
179
|
**/
|
|
180
180
|
SpConsensusGrandpaAppPublic: 'SpCoreEd25519Public',
|
|
181
|
-
/**
|
|
182
|
-
* Lookup34: sp_core::ed25519::Public
|
|
181
|
+
/**
|
|
182
|
+
* Lookup34: sp_core::ed25519::Public
|
|
183
183
|
**/
|
|
184
184
|
SpCoreEd25519Public: '[u8;32]',
|
|
185
|
-
/**
|
|
186
|
-
* Lookup35: pallet_balances::pallet::Event<T, I>
|
|
185
|
+
/**
|
|
186
|
+
* Lookup35: pallet_balances::pallet::Event<T, I>
|
|
187
187
|
**/
|
|
188
188
|
PalletBalancesEvent: {
|
|
189
189
|
_enum: {
|
|
@@ -273,14 +273,14 @@ export default {
|
|
|
273
273
|
}
|
|
274
274
|
}
|
|
275
275
|
},
|
|
276
|
-
/**
|
|
277
|
-
* Lookup36: frame_support::traits::tokens::misc::BalanceStatus
|
|
276
|
+
/**
|
|
277
|
+
* Lookup36: frame_support::traits::tokens::misc::BalanceStatus
|
|
278
278
|
**/
|
|
279
279
|
FrameSupportTokensMiscBalanceStatus: {
|
|
280
280
|
_enum: ['Free', 'Reserved']
|
|
281
281
|
},
|
|
282
|
-
/**
|
|
283
|
-
* Lookup37: pallet_transaction_payment::pallet::Event<T>
|
|
282
|
+
/**
|
|
283
|
+
* Lookup37: pallet_transaction_payment::pallet::Event<T>
|
|
284
284
|
**/
|
|
285
285
|
PalletTransactionPaymentEvent: {
|
|
286
286
|
_enum: {
|
|
@@ -291,8 +291,8 @@ export default {
|
|
|
291
291
|
}
|
|
292
292
|
}
|
|
293
293
|
},
|
|
294
|
-
/**
|
|
295
|
-
* Lookup38: pallet_sudo::pallet::Event<T>
|
|
294
|
+
/**
|
|
295
|
+
* Lookup38: pallet_sudo::pallet::Event<T>
|
|
296
296
|
**/
|
|
297
297
|
PalletSudoEvent: {
|
|
298
298
|
_enum: {
|
|
@@ -307,8 +307,8 @@ export default {
|
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
},
|
|
310
|
-
/**
|
|
311
|
-
* Lookup42: pallet_scheduler::pallet::Event<T>
|
|
310
|
+
/**
|
|
311
|
+
* Lookup42: pallet_scheduler::pallet::Event<T>
|
|
312
312
|
**/
|
|
313
313
|
PalletSchedulerEvent: {
|
|
314
314
|
_enum: {
|
|
@@ -339,8 +339,8 @@ export default {
|
|
|
339
339
|
}
|
|
340
340
|
}
|
|
341
341
|
},
|
|
342
|
-
/**
|
|
343
|
-
* Lookup45: pallet_collective::pallet::Event<T, I>
|
|
342
|
+
/**
|
|
343
|
+
* Lookup45: pallet_collective::pallet::Event<T, I>
|
|
344
344
|
**/
|
|
345
345
|
PalletCollectiveEvent: {
|
|
346
346
|
_enum: {
|
|
@@ -378,8 +378,8 @@ export default {
|
|
|
378
378
|
}
|
|
379
379
|
}
|
|
380
380
|
},
|
|
381
|
-
/**
|
|
382
|
-
* Lookup47: sugarfunge_validator_set::pallet::Event<T>
|
|
381
|
+
/**
|
|
382
|
+
* Lookup47: sugarfunge_validator_set::pallet::Event<T>
|
|
383
383
|
**/
|
|
384
384
|
SugarfungeValidatorSetEvent: {
|
|
385
385
|
_enum: {
|
|
@@ -387,8 +387,8 @@ export default {
|
|
|
387
387
|
ValidatorRemovalInitiated: 'AccountId32'
|
|
388
388
|
}
|
|
389
389
|
},
|
|
390
|
-
/**
|
|
391
|
-
* Lookup48: pallet_session::pallet::Event
|
|
390
|
+
/**
|
|
391
|
+
* Lookup48: pallet_session::pallet::Event
|
|
392
392
|
**/
|
|
393
393
|
PalletSessionEvent: {
|
|
394
394
|
_enum: {
|
|
@@ -397,8 +397,8 @@ export default {
|
|
|
397
397
|
}
|
|
398
398
|
}
|
|
399
399
|
},
|
|
400
|
-
/**
|
|
401
|
-
* Lookup49: sugarfunge_asset::pallet::Event<T>
|
|
400
|
+
/**
|
|
401
|
+
* Lookup49: sugarfunge_asset::pallet::Event<T>
|
|
402
402
|
**/
|
|
403
403
|
SugarfungeAssetEvent: {
|
|
404
404
|
_enum: {
|
|
@@ -469,16 +469,16 @@ export default {
|
|
|
469
469
|
}
|
|
470
470
|
}
|
|
471
471
|
},
|
|
472
|
-
/**
|
|
473
|
-
* Lookup52: sugarfunge_dao::pallet::Event<T>
|
|
472
|
+
/**
|
|
473
|
+
* Lookup52: sugarfunge_dao::pallet::Event<T>
|
|
474
474
|
**/
|
|
475
475
|
SugarfungeDaoEvent: {
|
|
476
476
|
_enum: {
|
|
477
477
|
SomethingStored: '(u32,AccountId32)'
|
|
478
478
|
}
|
|
479
479
|
},
|
|
480
|
-
/**
|
|
481
|
-
* Lookup53: sugarfunge_bundle::pallet::Event<T>
|
|
480
|
+
/**
|
|
481
|
+
* Lookup53: sugarfunge_bundle::pallet::Event<T>
|
|
482
482
|
**/
|
|
483
483
|
SugarfungeBundleEvent: {
|
|
484
484
|
_enum: {
|
|
@@ -504,8 +504,8 @@ export default {
|
|
|
504
504
|
}
|
|
505
505
|
}
|
|
506
506
|
},
|
|
507
|
-
/**
|
|
508
|
-
* Lookup54: sugarfunge_bag::pallet::Event<T>
|
|
507
|
+
/**
|
|
508
|
+
* Lookup54: sugarfunge_bag::pallet::Event<T>
|
|
509
509
|
**/
|
|
510
510
|
SugarfungeBagEvent: {
|
|
511
511
|
_enum: {
|
|
@@ -531,16 +531,16 @@ export default {
|
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
533
|
},
|
|
534
|
-
/**
|
|
535
|
-
* Lookup56: sugarfunge_exgine::pallet::Event<T>
|
|
534
|
+
/**
|
|
535
|
+
* Lookup56: sugarfunge_exgine::pallet::Event<T>
|
|
536
536
|
**/
|
|
537
537
|
SugarfungeExgineEvent: {
|
|
538
538
|
_enum: {
|
|
539
539
|
SomethingStored: '(u32,AccountId32)'
|
|
540
540
|
}
|
|
541
541
|
},
|
|
542
|
-
/**
|
|
543
|
-
* Lookup57: sugarfunge_market::pallet::Event<T>
|
|
542
|
+
/**
|
|
543
|
+
* Lookup57: sugarfunge_market::pallet::Event<T>
|
|
544
544
|
**/
|
|
545
545
|
SugarfungeMarketEvent: {
|
|
546
546
|
_enum: {
|
|
@@ -587,15 +587,15 @@ export default {
|
|
|
587
587
|
}
|
|
588
588
|
}
|
|
589
589
|
},
|
|
590
|
-
/**
|
|
591
|
-
* Lookup61: sugarfunge_market::RateBalance<sp_core::crypto::AccountId32, ClassId, AssetId>
|
|
590
|
+
/**
|
|
591
|
+
* Lookup61: sugarfunge_market::RateBalance<sp_core::crypto::AccountId32, ClassId, AssetId>
|
|
592
592
|
**/
|
|
593
593
|
SugarfungeMarketRateBalance: {
|
|
594
594
|
rate: 'SugarfungeMarketAssetRate',
|
|
595
595
|
balance: 'i128'
|
|
596
596
|
},
|
|
597
|
-
/**
|
|
598
|
-
* Lookup62: sugarfunge_market::AssetRate<sp_core::crypto::AccountId32, ClassId, AssetId>
|
|
597
|
+
/**
|
|
598
|
+
* Lookup62: sugarfunge_market::AssetRate<sp_core::crypto::AccountId32, ClassId, AssetId>
|
|
599
599
|
**/
|
|
600
600
|
SugarfungeMarketAssetRate: {
|
|
601
601
|
classId: 'u64',
|
|
@@ -604,8 +604,8 @@ export default {
|
|
|
604
604
|
from: 'SugarfungeMarketRateAccount',
|
|
605
605
|
to: 'SugarfungeMarketRateAccount'
|
|
606
606
|
},
|
|
607
|
-
/**
|
|
608
|
-
* Lookup63: sugarfunge_market::RateAction<ClassId, AssetId>
|
|
607
|
+
/**
|
|
608
|
+
* Lookup63: sugarfunge_market::RateAction<ClassId, AssetId>
|
|
609
609
|
**/
|
|
610
610
|
SugarfungeMarketRateAction: {
|
|
611
611
|
_enum: {
|
|
@@ -616,20 +616,20 @@ export default {
|
|
|
616
616
|
Has: '(SugarfungeMarketAmountOp,i128)'
|
|
617
617
|
}
|
|
618
618
|
},
|
|
619
|
-
/**
|
|
620
|
-
* Lookup65: sugarfunge_market::AMM
|
|
619
|
+
/**
|
|
620
|
+
* Lookup65: sugarfunge_market::AMM
|
|
621
621
|
**/
|
|
622
622
|
SugarfungeMarketAmm: {
|
|
623
623
|
_enum: ['Constant']
|
|
624
624
|
},
|
|
625
|
-
/**
|
|
626
|
-
* Lookup66: sugarfunge_market::AmountOp
|
|
625
|
+
/**
|
|
626
|
+
* Lookup66: sugarfunge_market::AmountOp
|
|
627
627
|
**/
|
|
628
628
|
SugarfungeMarketAmountOp: {
|
|
629
629
|
_enum: ['Equal', 'LessThan', 'LessEqualThan', 'GreaterThan', 'GreaterEqualThan']
|
|
630
630
|
},
|
|
631
|
-
/**
|
|
632
|
-
* Lookup67: sugarfunge_market::RateAccount<sp_core::crypto::AccountId32>
|
|
631
|
+
/**
|
|
632
|
+
* Lookup67: sugarfunge_market::RateAccount<sp_core::crypto::AccountId32>
|
|
633
633
|
**/
|
|
634
634
|
SugarfungeMarketRateAccount: {
|
|
635
635
|
_enum: {
|
|
@@ -638,8 +638,8 @@ export default {
|
|
|
638
638
|
Buyer: 'Null'
|
|
639
639
|
}
|
|
640
640
|
},
|
|
641
|
-
/**
|
|
642
|
-
* Lookup68: functionland_fula::pallet::Event<T>
|
|
641
|
+
/**
|
|
642
|
+
* Lookup68: functionland_fula::pallet::Event<T>
|
|
643
643
|
**/
|
|
644
644
|
FunctionlandFulaEvent: {
|
|
645
645
|
_enum: {
|
|
@@ -741,8 +741,8 @@ export default {
|
|
|
741
741
|
}
|
|
742
742
|
}
|
|
743
743
|
},
|
|
744
|
-
/**
|
|
745
|
-
* Lookup74: functionland_fula::ManifestWithPoolId<PoolId, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
744
|
+
/**
|
|
745
|
+
* Lookup74: functionland_fula::ManifestWithPoolId<PoolId, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
746
746
|
**/
|
|
747
747
|
FunctionlandFulaManifestWithPoolId: {
|
|
748
748
|
_alias: {
|
|
@@ -753,24 +753,24 @@ export default {
|
|
|
753
753
|
manifestMetadata: 'Bytes',
|
|
754
754
|
size_: 'Option<u64>'
|
|
755
755
|
},
|
|
756
|
-
/**
|
|
757
|
-
* Lookup77: functionland_fula::UploaderData<sp_core::crypto::AccountId32>
|
|
756
|
+
/**
|
|
757
|
+
* Lookup77: functionland_fula::UploaderData<sp_core::crypto::AccountId32>
|
|
758
758
|
**/
|
|
759
759
|
FunctionlandFulaUploaderData: {
|
|
760
760
|
uploader: 'AccountId32',
|
|
761
761
|
storers: 'Vec<AccountId32>',
|
|
762
762
|
replicationFactor: 'u16'
|
|
763
763
|
},
|
|
764
|
-
/**
|
|
765
|
-
* Lookup80: functionland_fula::ManifestAvailable<PoolId, bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
764
|
+
/**
|
|
765
|
+
* Lookup80: functionland_fula::ManifestAvailable<PoolId, bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
766
766
|
**/
|
|
767
767
|
FunctionlandFulaManifestAvailable: {
|
|
768
768
|
poolId: 'u32',
|
|
769
769
|
replicationFactor: 'u16',
|
|
770
770
|
manifestMetadata: 'Bytes'
|
|
771
771
|
},
|
|
772
|
-
/**
|
|
773
|
-
* Lookup82: functionland_fula::StorerData<PoolId, bounded_collections::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
|
|
772
|
+
/**
|
|
773
|
+
* Lookup82: functionland_fula::StorerData<PoolId, bounded_collections::bounded_vec::BoundedVec<T, S>, sp_core::crypto::AccountId32>
|
|
774
774
|
**/
|
|
775
775
|
FunctionlandFulaStorerData: {
|
|
776
776
|
poolId: 'u32',
|
|
@@ -778,8 +778,8 @@ export default {
|
|
|
778
778
|
account: 'AccountId32',
|
|
779
779
|
manifestData: 'FunctionlandFulaManifestStorageData'
|
|
780
780
|
},
|
|
781
|
-
/**
|
|
782
|
-
* Lookup84: functionland_fula::ManifestStorageData
|
|
781
|
+
/**
|
|
782
|
+
* Lookup84: functionland_fula::ManifestStorageData
|
|
783
783
|
**/
|
|
784
784
|
FunctionlandFulaManifestStorageData: {
|
|
785
785
|
activeCycles: 'u16',
|
|
@@ -787,14 +787,14 @@ export default {
|
|
|
787
787
|
activeDays: 'i32',
|
|
788
788
|
challengeState: 'FunctionlandFulaChallengeState'
|
|
789
789
|
},
|
|
790
|
-
/**
|
|
791
|
-
* Lookup85: functionland_fula::ChallengeState
|
|
790
|
+
/**
|
|
791
|
+
* Lookup85: functionland_fula::ChallengeState
|
|
792
792
|
**/
|
|
793
793
|
FunctionlandFulaChallengeState: {
|
|
794
794
|
_enum: ['Open', 'Successful', 'Failed']
|
|
795
795
|
},
|
|
796
|
-
/**
|
|
797
|
-
* Lookup86: fula_pool::pallet::Event<T>
|
|
796
|
+
/**
|
|
797
|
+
* Lookup86: fula_pool::pallet::Event<T>
|
|
798
798
|
**/
|
|
799
799
|
FulaPoolEvent: {
|
|
800
800
|
_enum: {
|
|
@@ -824,8 +824,8 @@ export default {
|
|
|
824
824
|
}
|
|
825
825
|
}
|
|
826
826
|
},
|
|
827
|
-
/**
|
|
828
|
-
* Lookup87: frame_system::Phase
|
|
827
|
+
/**
|
|
828
|
+
* Lookup87: frame_system::Phase
|
|
829
829
|
**/
|
|
830
830
|
FrameSystemPhase: {
|
|
831
831
|
_enum: {
|
|
@@ -834,15 +834,15 @@ export default {
|
|
|
834
834
|
Initialization: 'Null'
|
|
835
835
|
}
|
|
836
836
|
},
|
|
837
|
-
/**
|
|
838
|
-
* Lookup90: frame_system::LastRuntimeUpgradeInfo
|
|
837
|
+
/**
|
|
838
|
+
* Lookup90: frame_system::LastRuntimeUpgradeInfo
|
|
839
839
|
**/
|
|
840
840
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
841
841
|
specVersion: 'Compact<u32>',
|
|
842
842
|
specName: 'Text'
|
|
843
843
|
},
|
|
844
|
-
/**
|
|
845
|
-
* Lookup93: frame_system::pallet::Call<T>
|
|
844
|
+
/**
|
|
845
|
+
* Lookup93: frame_system::pallet::Call<T>
|
|
846
846
|
**/
|
|
847
847
|
FrameSystemCall: {
|
|
848
848
|
_enum: {
|
|
@@ -876,24 +876,24 @@ export default {
|
|
|
876
876
|
}
|
|
877
877
|
}
|
|
878
878
|
},
|
|
879
|
-
/**
|
|
880
|
-
* Lookup96: frame_system::limits::BlockWeights
|
|
879
|
+
/**
|
|
880
|
+
* Lookup96: frame_system::limits::BlockWeights
|
|
881
881
|
**/
|
|
882
882
|
FrameSystemLimitsBlockWeights: {
|
|
883
883
|
baseBlock: 'SpWeightsWeightV2Weight',
|
|
884
884
|
maxBlock: 'SpWeightsWeightV2Weight',
|
|
885
885
|
perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
|
|
886
886
|
},
|
|
887
|
-
/**
|
|
888
|
-
* Lookup97: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
887
|
+
/**
|
|
888
|
+
* Lookup97: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
889
889
|
**/
|
|
890
890
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
891
891
|
normal: 'FrameSystemLimitsWeightsPerClass',
|
|
892
892
|
operational: 'FrameSystemLimitsWeightsPerClass',
|
|
893
893
|
mandatory: 'FrameSystemLimitsWeightsPerClass'
|
|
894
894
|
},
|
|
895
|
-
/**
|
|
896
|
-
* Lookup98: frame_system::limits::WeightsPerClass
|
|
895
|
+
/**
|
|
896
|
+
* Lookup98: frame_system::limits::WeightsPerClass
|
|
897
897
|
**/
|
|
898
898
|
FrameSystemLimitsWeightsPerClass: {
|
|
899
899
|
baseExtrinsic: 'SpWeightsWeightV2Weight',
|
|
@@ -901,29 +901,29 @@ export default {
|
|
|
901
901
|
maxTotal: 'Option<SpWeightsWeightV2Weight>',
|
|
902
902
|
reserved: 'Option<SpWeightsWeightV2Weight>'
|
|
903
903
|
},
|
|
904
|
-
/**
|
|
905
|
-
* Lookup100: frame_system::limits::BlockLength
|
|
904
|
+
/**
|
|
905
|
+
* Lookup100: frame_system::limits::BlockLength
|
|
906
906
|
**/
|
|
907
907
|
FrameSystemLimitsBlockLength: {
|
|
908
908
|
max: 'FrameSupportDispatchPerDispatchClassU32'
|
|
909
909
|
},
|
|
910
|
-
/**
|
|
911
|
-
* Lookup101: frame_support::dispatch::PerDispatchClass<T>
|
|
910
|
+
/**
|
|
911
|
+
* Lookup101: frame_support::dispatch::PerDispatchClass<T>
|
|
912
912
|
**/
|
|
913
913
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
914
914
|
normal: 'u32',
|
|
915
915
|
operational: 'u32',
|
|
916
916
|
mandatory: 'u32'
|
|
917
917
|
},
|
|
918
|
-
/**
|
|
919
|
-
* Lookup102: sp_weights::RuntimeDbWeight
|
|
918
|
+
/**
|
|
919
|
+
* Lookup102: sp_weights::RuntimeDbWeight
|
|
920
920
|
**/
|
|
921
921
|
SpWeightsRuntimeDbWeight: {
|
|
922
922
|
read: 'u64',
|
|
923
923
|
write: 'u64'
|
|
924
924
|
},
|
|
925
|
-
/**
|
|
926
|
-
* Lookup103: sp_version::RuntimeVersion
|
|
925
|
+
/**
|
|
926
|
+
* Lookup103: sp_version::RuntimeVersion
|
|
927
927
|
**/
|
|
928
928
|
SpVersionRuntimeVersion: {
|
|
929
929
|
specName: 'Text',
|
|
@@ -935,14 +935,14 @@ export default {
|
|
|
935
935
|
transactionVersion: 'u32',
|
|
936
936
|
stateVersion: 'u8'
|
|
937
937
|
},
|
|
938
|
-
/**
|
|
939
|
-
* Lookup108: frame_system::pallet::Error<T>
|
|
938
|
+
/**
|
|
939
|
+
* Lookup108: frame_system::pallet::Error<T>
|
|
940
940
|
**/
|
|
941
941
|
FrameSystemError: {
|
|
942
942
|
_enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered']
|
|
943
943
|
},
|
|
944
|
-
/**
|
|
945
|
-
* Lookup109: pallet_timestamp::pallet::Call<T>
|
|
944
|
+
/**
|
|
945
|
+
* Lookup109: pallet_timestamp::pallet::Call<T>
|
|
946
946
|
**/
|
|
947
947
|
PalletTimestampCall: {
|
|
948
948
|
_enum: {
|
|
@@ -951,8 +951,8 @@ export default {
|
|
|
951
951
|
}
|
|
952
952
|
}
|
|
953
953
|
},
|
|
954
|
-
/**
|
|
955
|
-
* Lookup110: pallet_grandpa::StoredState<N>
|
|
954
|
+
/**
|
|
955
|
+
* Lookup110: pallet_grandpa::StoredState<N>
|
|
956
956
|
**/
|
|
957
957
|
PalletGrandpaStoredState: {
|
|
958
958
|
_enum: {
|
|
@@ -968,8 +968,8 @@ export default {
|
|
|
968
968
|
}
|
|
969
969
|
}
|
|
970
970
|
},
|
|
971
|
-
/**
|
|
972
|
-
* Lookup111: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
971
|
+
/**
|
|
972
|
+
* Lookup111: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
973
973
|
**/
|
|
974
974
|
PalletGrandpaStoredPendingChange: {
|
|
975
975
|
scheduledAt: 'u32',
|
|
@@ -977,8 +977,8 @@ export default {
|
|
|
977
977
|
nextAuthorities: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
|
|
978
978
|
forced: 'Option<u32>'
|
|
979
979
|
},
|
|
980
|
-
/**
|
|
981
|
-
* Lookup114: pallet_grandpa::pallet::Call<T>
|
|
980
|
+
/**
|
|
981
|
+
* Lookup114: pallet_grandpa::pallet::Call<T>
|
|
982
982
|
**/
|
|
983
983
|
PalletGrandpaCall: {
|
|
984
984
|
_enum: {
|
|
@@ -996,15 +996,15 @@ export default {
|
|
|
996
996
|
}
|
|
997
997
|
}
|
|
998
998
|
},
|
|
999
|
-
/**
|
|
1000
|
-
* Lookup115: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
999
|
+
/**
|
|
1000
|
+
* Lookup115: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
1001
1001
|
**/
|
|
1002
1002
|
SpConsensusGrandpaEquivocationProof: {
|
|
1003
1003
|
setId: 'u64',
|
|
1004
1004
|
equivocation: 'SpConsensusGrandpaEquivocation'
|
|
1005
1005
|
},
|
|
1006
|
-
/**
|
|
1007
|
-
* Lookup116: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
1006
|
+
/**
|
|
1007
|
+
* Lookup116: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
1008
1008
|
**/
|
|
1009
1009
|
SpConsensusGrandpaEquivocation: {
|
|
1010
1010
|
_enum: {
|
|
@@ -1012,8 +1012,8 @@ export default {
|
|
|
1012
1012
|
Precommit: 'FinalityGrandpaEquivocationPrecommit'
|
|
1013
1013
|
}
|
|
1014
1014
|
},
|
|
1015
|
-
/**
|
|
1016
|
-
* Lookup117: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
1015
|
+
/**
|
|
1016
|
+
* Lookup117: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
1017
1017
|
**/
|
|
1018
1018
|
FinalityGrandpaEquivocationPrevote: {
|
|
1019
1019
|
roundNumber: 'u64',
|
|
@@ -1021,23 +1021,23 @@ export default {
|
|
|
1021
1021
|
first: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
|
|
1022
1022
|
second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
|
|
1023
1023
|
},
|
|
1024
|
-
/**
|
|
1025
|
-
* Lookup118: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
1024
|
+
/**
|
|
1025
|
+
* Lookup118: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
1026
1026
|
**/
|
|
1027
1027
|
FinalityGrandpaPrevote: {
|
|
1028
1028
|
targetHash: 'H256',
|
|
1029
1029
|
targetNumber: 'u32'
|
|
1030
1030
|
},
|
|
1031
|
-
/**
|
|
1032
|
-
* Lookup119: sp_consensus_grandpa::app::Signature
|
|
1031
|
+
/**
|
|
1032
|
+
* Lookup119: sp_consensus_grandpa::app::Signature
|
|
1033
1033
|
**/
|
|
1034
1034
|
SpConsensusGrandpaAppSignature: 'SpCoreEd25519Signature',
|
|
1035
|
-
/**
|
|
1036
|
-
* Lookup120: sp_core::ed25519::Signature
|
|
1035
|
+
/**
|
|
1036
|
+
* Lookup120: sp_core::ed25519::Signature
|
|
1037
1037
|
**/
|
|
1038
1038
|
SpCoreEd25519Signature: '[u8;64]',
|
|
1039
|
-
/**
|
|
1040
|
-
* Lookup123: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
1039
|
+
/**
|
|
1040
|
+
* Lookup123: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
1041
1041
|
**/
|
|
1042
1042
|
FinalityGrandpaEquivocationPrecommit: {
|
|
1043
1043
|
roundNumber: 'u64',
|
|
@@ -1045,53 +1045,53 @@ export default {
|
|
|
1045
1045
|
first: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
|
|
1046
1046
|
second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
|
|
1047
1047
|
},
|
|
1048
|
-
/**
|
|
1049
|
-
* Lookup124: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
1048
|
+
/**
|
|
1049
|
+
* Lookup124: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
1050
1050
|
**/
|
|
1051
1051
|
FinalityGrandpaPrecommit: {
|
|
1052
1052
|
targetHash: 'H256',
|
|
1053
1053
|
targetNumber: 'u32'
|
|
1054
1054
|
},
|
|
1055
|
-
/**
|
|
1056
|
-
* Lookup126: sp_core::Void
|
|
1055
|
+
/**
|
|
1056
|
+
* Lookup126: sp_core::Void
|
|
1057
1057
|
**/
|
|
1058
1058
|
SpCoreVoid: 'Null',
|
|
1059
|
-
/**
|
|
1060
|
-
* Lookup127: pallet_grandpa::pallet::Error<T>
|
|
1059
|
+
/**
|
|
1060
|
+
* Lookup127: pallet_grandpa::pallet::Error<T>
|
|
1061
1061
|
**/
|
|
1062
1062
|
PalletGrandpaError: {
|
|
1063
1063
|
_enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport']
|
|
1064
1064
|
},
|
|
1065
|
-
/**
|
|
1066
|
-
* Lookup129: pallet_balances::types::BalanceLock<Balance>
|
|
1065
|
+
/**
|
|
1066
|
+
* Lookup129: pallet_balances::types::BalanceLock<Balance>
|
|
1067
1067
|
**/
|
|
1068
1068
|
PalletBalancesBalanceLock: {
|
|
1069
1069
|
id: '[u8;8]',
|
|
1070
1070
|
amount: 'u128',
|
|
1071
1071
|
reasons: 'PalletBalancesReasons'
|
|
1072
1072
|
},
|
|
1073
|
-
/**
|
|
1074
|
-
* Lookup130: pallet_balances::types::Reasons
|
|
1073
|
+
/**
|
|
1074
|
+
* Lookup130: pallet_balances::types::Reasons
|
|
1075
1075
|
**/
|
|
1076
1076
|
PalletBalancesReasons: {
|
|
1077
1077
|
_enum: ['Fee', 'Misc', 'All']
|
|
1078
1078
|
},
|
|
1079
|
-
/**
|
|
1080
|
-
* Lookup133: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
1079
|
+
/**
|
|
1080
|
+
* Lookup133: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
1081
1081
|
**/
|
|
1082
1082
|
PalletBalancesReserveData: {
|
|
1083
1083
|
id: '[u8;8]',
|
|
1084
1084
|
amount: 'u128'
|
|
1085
1085
|
},
|
|
1086
|
-
/**
|
|
1087
|
-
* Lookup136: pallet_balances::types::IdAmount<Id, Balance>
|
|
1086
|
+
/**
|
|
1087
|
+
* Lookup136: pallet_balances::types::IdAmount<Id, Balance>
|
|
1088
1088
|
**/
|
|
1089
1089
|
PalletBalancesIdAmount: {
|
|
1090
1090
|
id: 'Null',
|
|
1091
1091
|
amount: 'u128'
|
|
1092
1092
|
},
|
|
1093
|
-
/**
|
|
1094
|
-
* Lookup138: pallet_balances::pallet::Call<T, I>
|
|
1093
|
+
/**
|
|
1094
|
+
* Lookup138: pallet_balances::pallet::Call<T, I>
|
|
1095
1095
|
**/
|
|
1096
1096
|
PalletBalancesCall: {
|
|
1097
1097
|
_enum: {
|
|
@@ -1134,20 +1134,20 @@ export default {
|
|
|
1134
1134
|
}
|
|
1135
1135
|
}
|
|
1136
1136
|
},
|
|
1137
|
-
/**
|
|
1138
|
-
* Lookup143: pallet_balances::pallet::Error<T, I>
|
|
1137
|
+
/**
|
|
1138
|
+
* Lookup143: pallet_balances::pallet::Error<T, I>
|
|
1139
1139
|
**/
|
|
1140
1140
|
PalletBalancesError: {
|
|
1141
1141
|
_enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes']
|
|
1142
1142
|
},
|
|
1143
|
-
/**
|
|
1144
|
-
* Lookup145: pallet_transaction_payment::Releases
|
|
1143
|
+
/**
|
|
1144
|
+
* Lookup145: pallet_transaction_payment::Releases
|
|
1145
1145
|
**/
|
|
1146
1146
|
PalletTransactionPaymentReleases: {
|
|
1147
1147
|
_enum: ['V1Ancient', 'V2']
|
|
1148
1148
|
},
|
|
1149
|
-
/**
|
|
1150
|
-
* Lookup146: pallet_sudo::pallet::Call<T>
|
|
1149
|
+
/**
|
|
1150
|
+
* Lookup146: pallet_sudo::pallet::Call<T>
|
|
1151
1151
|
**/
|
|
1152
1152
|
PalletSudoCall: {
|
|
1153
1153
|
_enum: {
|
|
@@ -1170,8 +1170,8 @@ export default {
|
|
|
1170
1170
|
}
|
|
1171
1171
|
}
|
|
1172
1172
|
},
|
|
1173
|
-
/**
|
|
1174
|
-
* Lookup148: pallet_scheduler::pallet::Call<T>
|
|
1173
|
+
/**
|
|
1174
|
+
* Lookup148: pallet_scheduler::pallet::Call<T>
|
|
1175
1175
|
**/
|
|
1176
1176
|
PalletSchedulerCall: {
|
|
1177
1177
|
_enum: {
|
|
@@ -1210,8 +1210,8 @@ export default {
|
|
|
1210
1210
|
}
|
|
1211
1211
|
}
|
|
1212
1212
|
},
|
|
1213
|
-
/**
|
|
1214
|
-
* Lookup150: pallet_collective::pallet::Call<T, I>
|
|
1213
|
+
/**
|
|
1214
|
+
* Lookup150: pallet_collective::pallet::Call<T, I>
|
|
1215
1215
|
**/
|
|
1216
1216
|
PalletCollectiveCall: {
|
|
1217
1217
|
_enum: {
|
|
@@ -1246,8 +1246,8 @@ export default {
|
|
|
1246
1246
|
}
|
|
1247
1247
|
}
|
|
1248
1248
|
},
|
|
1249
|
-
/**
|
|
1250
|
-
* Lookup151: sugarfunge_validator_set::pallet::Call<T>
|
|
1249
|
+
/**
|
|
1250
|
+
* Lookup151: sugarfunge_validator_set::pallet::Call<T>
|
|
1251
1251
|
**/
|
|
1252
1252
|
SugarfungeValidatorSetCall: {
|
|
1253
1253
|
_enum: {
|
|
@@ -1262,8 +1262,8 @@ export default {
|
|
|
1262
1262
|
}
|
|
1263
1263
|
}
|
|
1264
1264
|
},
|
|
1265
|
-
/**
|
|
1266
|
-
* Lookup152: pallet_session::pallet::Call<T>
|
|
1265
|
+
/**
|
|
1266
|
+
* Lookup152: pallet_session::pallet::Call<T>
|
|
1267
1267
|
**/
|
|
1268
1268
|
PalletSessionCall: {
|
|
1269
1269
|
_enum: {
|
|
@@ -1277,23 +1277,23 @@ export default {
|
|
|
1277
1277
|
purge_keys: 'Null'
|
|
1278
1278
|
}
|
|
1279
1279
|
},
|
|
1280
|
-
/**
|
|
1281
|
-
* Lookup153: sugarfunge_runtime::opaque::SessionKeys
|
|
1280
|
+
/**
|
|
1281
|
+
* Lookup153: sugarfunge_runtime::opaque::SessionKeys
|
|
1282
1282
|
**/
|
|
1283
1283
|
SugarfungeRuntimeOpaqueSessionKeys: {
|
|
1284
1284
|
aura: 'SpConsensusAuraSr25519AppSr25519Public',
|
|
1285
1285
|
grandpa: 'SpConsensusGrandpaAppPublic'
|
|
1286
1286
|
},
|
|
1287
|
-
/**
|
|
1288
|
-
* Lookup154: sp_consensus_aura::sr25519::app_sr25519::Public
|
|
1287
|
+
/**
|
|
1288
|
+
* Lookup154: sp_consensus_aura::sr25519::app_sr25519::Public
|
|
1289
1289
|
**/
|
|
1290
1290
|
SpConsensusAuraSr25519AppSr25519Public: 'SpCoreSr25519Public',
|
|
1291
|
-
/**
|
|
1292
|
-
* Lookup155: sp_core::sr25519::Public
|
|
1291
|
+
/**
|
|
1292
|
+
* Lookup155: sp_core::sr25519::Public
|
|
1293
1293
|
**/
|
|
1294
1294
|
SpCoreSr25519Public: '[u8;32]',
|
|
1295
|
-
/**
|
|
1296
|
-
* Lookup156: sugarfunge_asset::pallet::Call<T>
|
|
1295
|
+
/**
|
|
1296
|
+
* Lookup156: sugarfunge_asset::pallet::Call<T>
|
|
1297
1297
|
**/
|
|
1298
1298
|
SugarfungeAssetCall: {
|
|
1299
1299
|
_enum: {
|
|
@@ -1356,8 +1356,8 @@ export default {
|
|
|
1356
1356
|
}
|
|
1357
1357
|
}
|
|
1358
1358
|
},
|
|
1359
|
-
/**
|
|
1360
|
-
* Lookup159: sugarfunge_dao::pallet::Call<T>
|
|
1359
|
+
/**
|
|
1360
|
+
* Lookup159: sugarfunge_dao::pallet::Call<T>
|
|
1361
1361
|
**/
|
|
1362
1362
|
SugarfungeDaoCall: {
|
|
1363
1363
|
_enum: {
|
|
@@ -1367,8 +1367,8 @@ export default {
|
|
|
1367
1367
|
cause_error: 'Null'
|
|
1368
1368
|
}
|
|
1369
1369
|
},
|
|
1370
|
-
/**
|
|
1371
|
-
* Lookup160: sugarfunge_bundle::pallet::Call<T>
|
|
1370
|
+
/**
|
|
1371
|
+
* Lookup160: sugarfunge_bundle::pallet::Call<T>
|
|
1372
1372
|
**/
|
|
1373
1373
|
SugarfungeBundleCall: {
|
|
1374
1374
|
_enum: {
|
|
@@ -1393,8 +1393,8 @@ export default {
|
|
|
1393
1393
|
}
|
|
1394
1394
|
}
|
|
1395
1395
|
},
|
|
1396
|
-
/**
|
|
1397
|
-
* Lookup168: sugarfunge_bag::pallet::Call<T>
|
|
1396
|
+
/**
|
|
1397
|
+
* Lookup168: sugarfunge_bag::pallet::Call<T>
|
|
1398
1398
|
**/
|
|
1399
1399
|
SugarfungeBagCall: {
|
|
1400
1400
|
_enum: {
|
|
@@ -1419,8 +1419,8 @@ export default {
|
|
|
1419
1419
|
}
|
|
1420
1420
|
}
|
|
1421
1421
|
},
|
|
1422
|
-
/**
|
|
1423
|
-
* Lookup169: sugarfunge_exgine::pallet::Call<T>
|
|
1422
|
+
/**
|
|
1423
|
+
* Lookup169: sugarfunge_exgine::pallet::Call<T>
|
|
1424
1424
|
**/
|
|
1425
1425
|
SugarfungeExgineCall: {
|
|
1426
1426
|
_enum: {
|
|
@@ -1430,8 +1430,8 @@ export default {
|
|
|
1430
1430
|
cause_error: 'Null'
|
|
1431
1431
|
}
|
|
1432
1432
|
},
|
|
1433
|
-
/**
|
|
1434
|
-
* Lookup170: sugarfunge_market::pallet::Call<T>
|
|
1433
|
+
/**
|
|
1434
|
+
* Lookup170: sugarfunge_market::pallet::Call<T>
|
|
1435
1435
|
**/
|
|
1436
1436
|
SugarfungeMarketCall: {
|
|
1437
1437
|
_enum: {
|
|
@@ -1455,8 +1455,8 @@ export default {
|
|
|
1455
1455
|
}
|
|
1456
1456
|
}
|
|
1457
1457
|
},
|
|
1458
|
-
/**
|
|
1459
|
-
* Lookup173: functionland_fula::pallet::Call<T>
|
|
1458
|
+
/**
|
|
1459
|
+
* Lookup173: functionland_fula::pallet::Call<T>
|
|
1460
1460
|
**/
|
|
1461
1461
|
FunctionlandFulaCall: {
|
|
1462
1462
|
_enum: {
|
|
@@ -1543,8 +1543,8 @@ export default {
|
|
|
1543
1543
|
}
|
|
1544
1544
|
}
|
|
1545
1545
|
},
|
|
1546
|
-
/**
|
|
1547
|
-
* Lookup177: fula_pool::pallet::Call<T>
|
|
1546
|
+
/**
|
|
1547
|
+
* Lookup177: fula_pool::pallet::Call<T>
|
|
1548
1548
|
**/
|
|
1549
1549
|
FulaPoolCall: {
|
|
1550
1550
|
_enum: {
|
|
@@ -1571,14 +1571,14 @@ export default {
|
|
|
1571
1571
|
}
|
|
1572
1572
|
}
|
|
1573
1573
|
},
|
|
1574
|
-
/**
|
|
1575
|
-
* Lookup179: pallet_sudo::pallet::Error<T>
|
|
1574
|
+
/**
|
|
1575
|
+
* Lookup179: pallet_sudo::pallet::Error<T>
|
|
1576
1576
|
**/
|
|
1577
1577
|
PalletSudoError: {
|
|
1578
1578
|
_enum: ['RequireSudo']
|
|
1579
1579
|
},
|
|
1580
|
-
/**
|
|
1581
|
-
* Lookup182: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<sugarfunge_runtime::RuntimeCall>, BlockNumber, sugarfunge_runtime::OriginCaller, sp_core::crypto::AccountId32>
|
|
1580
|
+
/**
|
|
1581
|
+
* Lookup182: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<sugarfunge_runtime::RuntimeCall>, BlockNumber, sugarfunge_runtime::OriginCaller, sp_core::crypto::AccountId32>
|
|
1582
1582
|
**/
|
|
1583
1583
|
PalletSchedulerScheduled: {
|
|
1584
1584
|
maybeId: 'Option<[u8;32]>',
|
|
@@ -1587,8 +1587,8 @@ export default {
|
|
|
1587
1587
|
maybePeriodic: 'Option<(u32,u32)>',
|
|
1588
1588
|
origin: 'SugarfungeRuntimeOriginCaller'
|
|
1589
1589
|
},
|
|
1590
|
-
/**
|
|
1591
|
-
* Lookup183: frame_support::traits::preimages::Bounded<sugarfunge_runtime::RuntimeCall>
|
|
1590
|
+
/**
|
|
1591
|
+
* Lookup183: frame_support::traits::preimages::Bounded<sugarfunge_runtime::RuntimeCall>
|
|
1592
1592
|
**/
|
|
1593
1593
|
FrameSupportPreimagesBounded: {
|
|
1594
1594
|
_enum: {
|
|
@@ -1608,8 +1608,8 @@ export default {
|
|
|
1608
1608
|
}
|
|
1609
1609
|
}
|
|
1610
1610
|
},
|
|
1611
|
-
/**
|
|
1612
|
-
* Lookup185: sugarfunge_runtime::OriginCaller
|
|
1611
|
+
/**
|
|
1612
|
+
* Lookup185: sugarfunge_runtime::OriginCaller
|
|
1613
1613
|
**/
|
|
1614
1614
|
SugarfungeRuntimeOriginCaller: {
|
|
1615
1615
|
_enum: {
|
|
@@ -1624,8 +1624,8 @@ export default {
|
|
|
1624
1624
|
Council: 'PalletCollectiveRawOrigin'
|
|
1625
1625
|
}
|
|
1626
1626
|
},
|
|
1627
|
-
/**
|
|
1628
|
-
* Lookup186: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
1627
|
+
/**
|
|
1628
|
+
* Lookup186: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
1629
1629
|
**/
|
|
1630
1630
|
FrameSupportDispatchRawOrigin: {
|
|
1631
1631
|
_enum: {
|
|
@@ -1634,8 +1634,8 @@ export default {
|
|
|
1634
1634
|
None: 'Null'
|
|
1635
1635
|
}
|
|
1636
1636
|
},
|
|
1637
|
-
/**
|
|
1638
|
-
* Lookup187: pallet_collective::RawOrigin<sp_core::crypto::AccountId32, I>
|
|
1637
|
+
/**
|
|
1638
|
+
* Lookup187: pallet_collective::RawOrigin<sp_core::crypto::AccountId32, I>
|
|
1639
1639
|
**/
|
|
1640
1640
|
PalletCollectiveRawOrigin: {
|
|
1641
1641
|
_enum: {
|
|
@@ -1644,14 +1644,14 @@ export default {
|
|
|
1644
1644
|
_Phantom: 'Null'
|
|
1645
1645
|
}
|
|
1646
1646
|
},
|
|
1647
|
-
/**
|
|
1648
|
-
* Lookup189: pallet_scheduler::pallet::Error<T>
|
|
1647
|
+
/**
|
|
1648
|
+
* Lookup189: pallet_scheduler::pallet::Error<T>
|
|
1649
1649
|
**/
|
|
1650
1650
|
PalletSchedulerError: {
|
|
1651
1651
|
_enum: ['FailedToSchedule', 'NotFound', 'TargetBlockNumberInPast', 'RescheduleNoChange', 'Named']
|
|
1652
1652
|
},
|
|
1653
|
-
/**
|
|
1654
|
-
* Lookup191: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber>
|
|
1653
|
+
/**
|
|
1654
|
+
* Lookup191: pallet_collective::Votes<sp_core::crypto::AccountId32, BlockNumber>
|
|
1655
1655
|
**/
|
|
1656
1656
|
PalletCollectiveVotes: {
|
|
1657
1657
|
index: 'u32',
|
|
@@ -1660,57 +1660,57 @@ export default {
|
|
|
1660
1660
|
nays: 'Vec<AccountId32>',
|
|
1661
1661
|
end: 'u32'
|
|
1662
1662
|
},
|
|
1663
|
-
/**
|
|
1664
|
-
* Lookup192: pallet_collective::pallet::Error<T, I>
|
|
1663
|
+
/**
|
|
1664
|
+
* Lookup192: pallet_collective::pallet::Error<T, I>
|
|
1665
1665
|
**/
|
|
1666
1666
|
PalletCollectiveError: {
|
|
1667
1667
|
_enum: ['NotMember', 'DuplicateProposal', 'ProposalMissing', 'WrongIndex', 'DuplicateVote', 'AlreadyInitialized', 'TooEarly', 'TooManyProposals', 'WrongProposalWeight', 'WrongProposalLength']
|
|
1668
1668
|
},
|
|
1669
|
-
/**
|
|
1670
|
-
* Lookup194: sugarfunge_validator_set::pallet::Error<T>
|
|
1669
|
+
/**
|
|
1670
|
+
* Lookup194: sugarfunge_validator_set::pallet::Error<T>
|
|
1671
1671
|
**/
|
|
1672
1672
|
SugarfungeValidatorSetError: {
|
|
1673
1673
|
_enum: ['TooLowValidatorCount', 'Duplicate', 'ValidatorNotApproved', 'BadOrigin']
|
|
1674
1674
|
},
|
|
1675
|
-
/**
|
|
1676
|
-
* Lookup198: sp_core::crypto::KeyTypeId
|
|
1675
|
+
/**
|
|
1676
|
+
* Lookup198: sp_core::crypto::KeyTypeId
|
|
1677
1677
|
**/
|
|
1678
1678
|
SpCoreCryptoKeyTypeId: '[u8;4]',
|
|
1679
|
-
/**
|
|
1680
|
-
* Lookup199: pallet_session::pallet::Error<T>
|
|
1679
|
+
/**
|
|
1680
|
+
* Lookup199: pallet_session::pallet::Error<T>
|
|
1681
1681
|
**/
|
|
1682
1682
|
PalletSessionError: {
|
|
1683
1683
|
_enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount']
|
|
1684
1684
|
},
|
|
1685
|
-
/**
|
|
1686
|
-
* Lookup200: sugarfunge_asset::Class<sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
1685
|
+
/**
|
|
1686
|
+
* Lookup200: sugarfunge_asset::Class<sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
1687
1687
|
**/
|
|
1688
1688
|
SugarfungeAssetClass: {
|
|
1689
1689
|
owner: 'AccountId32',
|
|
1690
1690
|
metadata: 'Bytes'
|
|
1691
1691
|
},
|
|
1692
|
-
/**
|
|
1693
|
-
* Lookup202: sugarfunge_asset::Asset<ClassId, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
1692
|
+
/**
|
|
1693
|
+
* Lookup202: sugarfunge_asset::Asset<ClassId, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
1694
1694
|
**/
|
|
1695
1695
|
SugarfungeAssetAsset: {
|
|
1696
1696
|
classId: 'u64',
|
|
1697
1697
|
creator: 'AccountId32',
|
|
1698
1698
|
metadata: 'Bytes'
|
|
1699
1699
|
},
|
|
1700
|
-
/**
|
|
1701
|
-
* Lookup204: sugarfunge_asset::pallet::Error<T>
|
|
1700
|
+
/**
|
|
1701
|
+
* Lookup204: sugarfunge_asset::pallet::Error<T>
|
|
1702
1702
|
**/
|
|
1703
1703
|
SugarfungeAssetError: {
|
|
1704
1704
|
_enum: ['Unknown', 'InUse', 'InvalidAssetId', 'InsufficientBalance', 'NumOverflow', 'InvalidArrayLength', 'Overflow', 'InvalidClassId', 'NoPermission', 'ClassNotFound', 'AssetNotFound']
|
|
1705
1705
|
},
|
|
1706
|
-
/**
|
|
1707
|
-
* Lookup205: sugarfunge_dao::pallet::Error<T>
|
|
1706
|
+
/**
|
|
1707
|
+
* Lookup205: sugarfunge_dao::pallet::Error<T>
|
|
1708
1708
|
**/
|
|
1709
1709
|
SugarfungeDaoError: {
|
|
1710
1710
|
_enum: ['NoneValue', 'StorageOverflow']
|
|
1711
1711
|
},
|
|
1712
|
-
/**
|
|
1713
|
-
* Lookup206: sugarfunge_bundle::Bundle<ClassId, AssetId, BundleSchema, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
1712
|
+
/**
|
|
1713
|
+
* Lookup206: sugarfunge_bundle::Bundle<ClassId, AssetId, BundleSchema, sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
1714
1714
|
**/
|
|
1715
1715
|
SugarfungeBundleBundle: {
|
|
1716
1716
|
creator: 'AccountId32',
|
|
@@ -1720,25 +1720,25 @@ export default {
|
|
|
1720
1720
|
schema: '(Vec<u64>,Vec<Vec<u64>>,Vec<Vec<u128>>)',
|
|
1721
1721
|
vault: 'AccountId32'
|
|
1722
1722
|
},
|
|
1723
|
-
/**
|
|
1724
|
-
* Lookup207: frame_support::PalletId
|
|
1723
|
+
/**
|
|
1724
|
+
* Lookup207: frame_support::PalletId
|
|
1725
1725
|
**/
|
|
1726
1726
|
FrameSupportPalletId: '[u8;8]',
|
|
1727
|
-
/**
|
|
1728
|
-
* Lookup208: sugarfunge_bundle::pallet::Error<T>
|
|
1727
|
+
/**
|
|
1728
|
+
* Lookup208: sugarfunge_bundle::pallet::Error<T>
|
|
1729
1729
|
**/
|
|
1730
1730
|
SugarfungeBundleError: {
|
|
1731
1731
|
_enum: ['InvalidBundleIdForBundle', 'BundleExists', 'BundleNotFound', 'NumOverflow', 'InvalidArrayLength', 'InsufficientBalance', 'AssetExists', 'AccountNotOwner']
|
|
1732
1732
|
},
|
|
1733
|
-
/**
|
|
1734
|
-
* Lookup209: sugarfunge_bag::BagClass<sp_core::crypto::AccountId32, ClassId>
|
|
1733
|
+
/**
|
|
1734
|
+
* Lookup209: sugarfunge_bag::BagClass<sp_core::crypto::AccountId32, ClassId>
|
|
1735
1735
|
**/
|
|
1736
1736
|
SugarfungeBagBagClass: {
|
|
1737
1737
|
operator: 'AccountId32',
|
|
1738
1738
|
classId: 'u64'
|
|
1739
1739
|
},
|
|
1740
|
-
/**
|
|
1741
|
-
* Lookup210: sugarfunge_bag::Bag<sp_core::crypto::AccountId32, ClassId, AssetId>
|
|
1740
|
+
/**
|
|
1741
|
+
* Lookup210: sugarfunge_bag::Bag<sp_core::crypto::AccountId32, ClassId, AssetId>
|
|
1742
1742
|
**/
|
|
1743
1743
|
SugarfungeBagBag: {
|
|
1744
1744
|
operator: 'AccountId32',
|
|
@@ -1746,33 +1746,33 @@ export default {
|
|
|
1746
1746
|
assetId: 'u64',
|
|
1747
1747
|
totalShares: 'u128'
|
|
1748
1748
|
},
|
|
1749
|
-
/**
|
|
1750
|
-
* Lookup211: sugarfunge_bag::pallet::Error<T>
|
|
1749
|
+
/**
|
|
1750
|
+
* Lookup211: sugarfunge_bag::pallet::Error<T>
|
|
1751
1751
|
**/
|
|
1752
1752
|
SugarfungeBagError: {
|
|
1753
1753
|
_enum: ['BagClassExists', 'BagExists', 'InvalidBagClass', 'InvalidBag', 'InvalidBagOperator', 'InvalidBagOwner', 'InvalidArrayLength', 'InsufficientShares']
|
|
1754
1754
|
},
|
|
1755
|
-
/**
|
|
1756
|
-
* Lookup212: sugarfunge_exgine::pallet::Error<T>
|
|
1755
|
+
/**
|
|
1756
|
+
* Lookup212: sugarfunge_exgine::pallet::Error<T>
|
|
1757
1757
|
**/
|
|
1758
1758
|
SugarfungeExgineError: {
|
|
1759
1759
|
_enum: ['NoneValue', 'StorageOverflow']
|
|
1760
1760
|
},
|
|
1761
|
-
/**
|
|
1762
|
-
* Lookup213: sugarfunge_market::Market<sp_core::crypto::AccountId32>
|
|
1761
|
+
/**
|
|
1762
|
+
* Lookup213: sugarfunge_market::Market<sp_core::crypto::AccountId32>
|
|
1763
1763
|
**/
|
|
1764
1764
|
SugarfungeMarketMarket: {
|
|
1765
1765
|
owner: 'AccountId32',
|
|
1766
1766
|
vault: 'AccountId32'
|
|
1767
1767
|
},
|
|
1768
|
-
/**
|
|
1769
|
-
* Lookup215: sugarfunge_market::pallet::Error<T>
|
|
1768
|
+
/**
|
|
1769
|
+
* Lookup215: sugarfunge_market::pallet::Error<T>
|
|
1770
1770
|
**/
|
|
1771
1771
|
SugarfungeMarketError: {
|
|
1772
1772
|
_enum: ['Overflow', 'InsufficientAmount', 'InsufficientLiquidity', 'InvalidMarket', 'InvalidMarketRate', 'InvalidMarketOwner', 'NotAuthorizedToMintAsset', 'MarketExists', 'MarketRateExists', 'InvalidAsset', 'InvalidAssetRate', 'InvalidRateAccount', 'InvalidRateAmount', 'InvalidBurnPrice', 'InvalidBurnBalance', 'InvalidTransferPrice', 'InvalidTransferBalance', 'InvalidBuyer', 'InvalidArrayLength']
|
|
1773
1773
|
},
|
|
1774
|
-
/**
|
|
1775
|
-
* Lookup217: functionland_fula::Manifest<sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
1774
|
+
/**
|
|
1775
|
+
* Lookup217: functionland_fula::Manifest<sp_core::crypto::AccountId32, bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
1776
1776
|
**/
|
|
1777
1777
|
FunctionlandFulaManifest: {
|
|
1778
1778
|
_alias: {
|
|
@@ -1782,29 +1782,29 @@ export default {
|
|
|
1782
1782
|
manifestMetadata: 'Bytes',
|
|
1783
1783
|
size_: 'Option<u64>'
|
|
1784
1784
|
},
|
|
1785
|
-
/**
|
|
1786
|
-
* Lookup220: functionland_fula::Challenge<sp_core::crypto::AccountId32>
|
|
1785
|
+
/**
|
|
1786
|
+
* Lookup220: functionland_fula::Challenge<sp_core::crypto::AccountId32>
|
|
1787
1787
|
**/
|
|
1788
1788
|
FunctionlandFulaChallenge: {
|
|
1789
1789
|
challenger: 'AccountId32',
|
|
1790
1790
|
challengeState: 'FunctionlandFulaChallengeState'
|
|
1791
1791
|
},
|
|
1792
|
-
/**
|
|
1793
|
-
* Lookup221: functionland_fula::ClaimData
|
|
1792
|
+
/**
|
|
1793
|
+
* Lookup221: functionland_fula::ClaimData
|
|
1794
1794
|
**/
|
|
1795
1795
|
FunctionlandFulaClaimData: {
|
|
1796
1796
|
mintedLaborTokens: 'u128',
|
|
1797
1797
|
expectedLaborTokens: 'u128',
|
|
1798
1798
|
challengeTokens: 'u128'
|
|
1799
1799
|
},
|
|
1800
|
-
/**
|
|
1801
|
-
* Lookup222: functionland_fula::pallet::Error<T>
|
|
1800
|
+
/**
|
|
1801
|
+
* Lookup222: functionland_fula::pallet::Error<T>
|
|
1802
1802
|
**/
|
|
1803
1803
|
FunctionlandFulaError: {
|
|
1804
1804
|
_enum: ['NoneValue', 'StorageOverflow', 'ReplicationFactorLimitReached', 'ReplicationFactorInvalid', 'AccountAlreadyStorer', 'AccountNotStorer', 'AccountNotInPool', 'AccountNotUploader', 'AccountNotFound', 'ManifestAlreadyExist', 'ManifestNotFound', 'ManifestNotStored', 'InvalidArrayLength', 'ErrorPickingCIDToChallenge', 'ErrorPickingAccountToChallenge', 'ManifestStorerDataNotFound', 'NoFileSizeProvided', 'NoAccountsToChallenge']
|
|
1805
1805
|
},
|
|
1806
|
-
/**
|
|
1807
|
-
* Lookup223: fula_pool::Pool<T>
|
|
1806
|
+
/**
|
|
1807
|
+
* Lookup223: fula_pool::Pool<T>
|
|
1808
1808
|
**/
|
|
1809
1809
|
FulaPoolPool: {
|
|
1810
1810
|
name: 'Bytes',
|
|
@@ -1814,30 +1814,30 @@ export default {
|
|
|
1814
1814
|
requestNumber: 'u8',
|
|
1815
1815
|
region: 'Bytes'
|
|
1816
1816
|
},
|
|
1817
|
-
/**
|
|
1818
|
-
* Lookup226: fula_pool::PoolRequest<T>
|
|
1817
|
+
/**
|
|
1818
|
+
* Lookup226: fula_pool::PoolRequest<T>
|
|
1819
1819
|
**/
|
|
1820
1820
|
FulaPoolPoolRequest: {
|
|
1821
1821
|
voted: 'Vec<AccountId32>',
|
|
1822
1822
|
positiveVotes: 'u16',
|
|
1823
1823
|
peerId: 'Bytes'
|
|
1824
1824
|
},
|
|
1825
|
-
/**
|
|
1826
|
-
* Lookup227: fula_pool::User<bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
1825
|
+
/**
|
|
1826
|
+
* Lookup227: fula_pool::User<bounded_collections::bounded_vec::BoundedVec<T, S>>
|
|
1827
1827
|
**/
|
|
1828
1828
|
FulaPoolUser: {
|
|
1829
1829
|
poolId: 'Option<u32>',
|
|
1830
1830
|
requestPoolId: 'Option<u32>',
|
|
1831
1831
|
peerId: 'Bytes'
|
|
1832
1832
|
},
|
|
1833
|
-
/**
|
|
1834
|
-
* Lookup228: fula_pool::pallet::Error<T>
|
|
1833
|
+
/**
|
|
1834
|
+
* Lookup228: fula_pool::pallet::Error<T>
|
|
1835
1835
|
**/
|
|
1836
1836
|
FulaPoolError: {
|
|
1837
1837
|
_enum: ['UserBusy', 'MaxPools', 'NameTooLong', 'PoolDoesNotExist', 'RequestDoesNotExist', 'CapacityReached', 'UserDoesNotExist', 'AccessDenied', 'InternalError', 'AlreadyVoted']
|
|
1838
1838
|
},
|
|
1839
|
-
/**
|
|
1840
|
-
* Lookup230: sp_runtime::MultiSignature
|
|
1839
|
+
/**
|
|
1840
|
+
* Lookup230: sp_runtime::MultiSignature
|
|
1841
1841
|
**/
|
|
1842
1842
|
SpRuntimeMultiSignature: {
|
|
1843
1843
|
_enum: {
|
|
@@ -1846,44 +1846,44 @@ export default {
|
|
|
1846
1846
|
Ecdsa: 'SpCoreEcdsaSignature'
|
|
1847
1847
|
}
|
|
1848
1848
|
},
|
|
1849
|
-
/**
|
|
1850
|
-
* Lookup231: sp_core::sr25519::Signature
|
|
1849
|
+
/**
|
|
1850
|
+
* Lookup231: sp_core::sr25519::Signature
|
|
1851
1851
|
**/
|
|
1852
1852
|
SpCoreSr25519Signature: '[u8;64]',
|
|
1853
|
-
/**
|
|
1854
|
-
* Lookup232: sp_core::ecdsa::Signature
|
|
1853
|
+
/**
|
|
1854
|
+
* Lookup232: sp_core::ecdsa::Signature
|
|
1855
1855
|
**/
|
|
1856
1856
|
SpCoreEcdsaSignature: '[u8;65]',
|
|
1857
|
-
/**
|
|
1858
|
-
* Lookup235: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
1857
|
+
/**
|
|
1858
|
+
* Lookup235: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
1859
1859
|
**/
|
|
1860
1860
|
FrameSystemExtensionsCheckNonZeroSender: 'Null',
|
|
1861
|
-
/**
|
|
1862
|
-
* Lookup236: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
1861
|
+
/**
|
|
1862
|
+
* Lookup236: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
1863
1863
|
**/
|
|
1864
1864
|
FrameSystemExtensionsCheckSpecVersion: 'Null',
|
|
1865
|
-
/**
|
|
1866
|
-
* Lookup237: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
1865
|
+
/**
|
|
1866
|
+
* Lookup237: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
1867
1867
|
**/
|
|
1868
1868
|
FrameSystemExtensionsCheckTxVersion: 'Null',
|
|
1869
|
-
/**
|
|
1870
|
-
* Lookup238: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
1869
|
+
/**
|
|
1870
|
+
* Lookup238: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
1871
1871
|
**/
|
|
1872
1872
|
FrameSystemExtensionsCheckGenesis: 'Null',
|
|
1873
|
-
/**
|
|
1874
|
-
* Lookup241: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
1873
|
+
/**
|
|
1874
|
+
* Lookup241: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
1875
1875
|
**/
|
|
1876
1876
|
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
|
|
1877
|
-
/**
|
|
1878
|
-
* Lookup242: frame_system::extensions::check_weight::CheckWeight<T>
|
|
1877
|
+
/**
|
|
1878
|
+
* Lookup242: frame_system::extensions::check_weight::CheckWeight<T>
|
|
1879
1879
|
**/
|
|
1880
1880
|
FrameSystemExtensionsCheckWeight: 'Null',
|
|
1881
|
-
/**
|
|
1882
|
-
* Lookup243: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
1881
|
+
/**
|
|
1882
|
+
* Lookup243: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
1883
1883
|
**/
|
|
1884
1884
|
PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
|
|
1885
|
-
/**
|
|
1886
|
-
* Lookup244: sugarfunge_runtime::Runtime
|
|
1885
|
+
/**
|
|
1886
|
+
* Lookup244: sugarfunge_runtime::Runtime
|
|
1887
1887
|
**/
|
|
1888
1888
|
SugarfungeRuntimeRuntime: 'Null'
|
|
1889
1889
|
};
|