@argonprotocol/mainchain 1.4.3-dev.5e4d8d6a → 1.4.3-dev.6de0a801
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/browser/index.d.ts +409 -1556
- package/browser/index.js +45 -11
- package/browser/index.js.map +1 -1
- package/lib/index.cjs +45 -11
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +409 -1556
- package/lib/index.d.ts +409 -1556
- package/lib/index.js +45 -11
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
- package/src/interfaces/augment-api-consts.ts +23 -29
- package/src/interfaces/augment-api-errors.ts +5 -3
- package/src/interfaces/augment-api-events.ts +167 -1272
- package/src/interfaces/augment-api-query.ts +148 -787
- package/src/interfaces/augment-api-rpc.ts +85 -597
- package/src/interfaces/augment-api-runtime.ts +24 -177
- package/src/interfaces/augment-api-tx.ts +275 -1400
- package/src/interfaces/augment-types.ts +46 -1352
- package/src/interfaces/ethereum/types.ts +1 -7
- package/src/interfaces/lookup.ts +371 -682
- package/src/interfaces/registry.ts +1 -275
- package/src/interfaces/types-lookup.ts +56 -698
package/src/interfaces/lookup.ts
CHANGED
|
@@ -12,7 +12,7 @@ export default {
|
|
|
12
12
|
consumers: 'u32',
|
|
13
13
|
providers: 'u32',
|
|
14
14
|
sufficients: 'u32',
|
|
15
|
-
data: 'PalletBalancesAccountData'
|
|
15
|
+
data: 'PalletBalancesAccountData'
|
|
16
16
|
},
|
|
17
17
|
/**
|
|
18
18
|
* Lookup5: pallet_balances::types::AccountData<Balance>
|
|
@@ -21,7 +21,7 @@ export default {
|
|
|
21
21
|
free: 'u128',
|
|
22
22
|
reserved: 'u128',
|
|
23
23
|
frozen: 'u128',
|
|
24
|
-
flags: 'u128'
|
|
24
|
+
flags: 'u128'
|
|
25
25
|
},
|
|
26
26
|
/**
|
|
27
27
|
* Lookup9: frame_support::dispatch::PerDispatchClass<sp_weights::weight_v2::Weight>
|
|
@@ -29,20 +29,20 @@ export default {
|
|
|
29
29
|
FrameSupportDispatchPerDispatchClassWeight: {
|
|
30
30
|
normal: 'SpWeightsWeightV2Weight',
|
|
31
31
|
operational: 'SpWeightsWeightV2Weight',
|
|
32
|
-
mandatory: 'SpWeightsWeightV2Weight'
|
|
32
|
+
mandatory: 'SpWeightsWeightV2Weight'
|
|
33
33
|
},
|
|
34
34
|
/**
|
|
35
35
|
* Lookup10: sp_weights::weight_v2::Weight
|
|
36
36
|
**/
|
|
37
37
|
SpWeightsWeightV2Weight: {
|
|
38
38
|
refTime: 'Compact<u64>',
|
|
39
|
-
proofSize: 'Compact<u64>'
|
|
39
|
+
proofSize: 'Compact<u64>'
|
|
40
40
|
},
|
|
41
41
|
/**
|
|
42
42
|
* Lookup15: sp_runtime::generic::digest::Digest
|
|
43
43
|
**/
|
|
44
44
|
SpRuntimeDigest: {
|
|
45
|
-
logs: 'Vec<SpRuntimeDigestDigestItem>'
|
|
45
|
+
logs: 'Vec<SpRuntimeDigestDigestItem>'
|
|
46
46
|
},
|
|
47
47
|
/**
|
|
48
48
|
* Lookup17: sp_runtime::generic::digest::DigestItem
|
|
@@ -57,8 +57,8 @@ export default {
|
|
|
57
57
|
Seal: '([u8;4],Bytes)',
|
|
58
58
|
PreRuntime: '([u8;4],Bytes)',
|
|
59
59
|
__Unused7: 'Null',
|
|
60
|
-
RuntimeEnvironmentUpdated: 'Null'
|
|
61
|
-
}
|
|
60
|
+
RuntimeEnvironmentUpdated: 'Null'
|
|
61
|
+
}
|
|
62
62
|
},
|
|
63
63
|
/**
|
|
64
64
|
* Lookup20: frame_system::EventRecord<argon_runtime::RuntimeEvent, primitive_types::H256>
|
|
@@ -66,7 +66,7 @@ export default {
|
|
|
66
66
|
FrameSystemEventRecord: {
|
|
67
67
|
phase: 'FrameSystemPhase',
|
|
68
68
|
event: 'Event',
|
|
69
|
-
topics: 'Vec<H256>'
|
|
69
|
+
topics: 'Vec<H256>'
|
|
70
70
|
},
|
|
71
71
|
/**
|
|
72
72
|
* Lookup22: frame_system::pallet::Event<T>
|
|
@@ -100,9 +100,9 @@ export default {
|
|
|
100
100
|
},
|
|
101
101
|
RejectedInvalidAuthorizedUpgrade: {
|
|
102
102
|
codeHash: 'H256',
|
|
103
|
-
error: 'SpRuntimeDispatchError'
|
|
104
|
-
}
|
|
105
|
-
}
|
|
103
|
+
error: 'SpRuntimeDispatchError'
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
106
|
},
|
|
107
107
|
/**
|
|
108
108
|
* Lookup23: frame_system::DispatchEventInfo
|
|
@@ -110,19 +110,19 @@ export default {
|
|
|
110
110
|
FrameSystemDispatchEventInfo: {
|
|
111
111
|
weight: 'SpWeightsWeightV2Weight',
|
|
112
112
|
class: 'FrameSupportDispatchDispatchClass',
|
|
113
|
-
paysFee: 'FrameSupportDispatchPays'
|
|
113
|
+
paysFee: 'FrameSupportDispatchPays'
|
|
114
114
|
},
|
|
115
115
|
/**
|
|
116
116
|
* Lookup24: frame_support::dispatch::DispatchClass
|
|
117
117
|
**/
|
|
118
118
|
FrameSupportDispatchDispatchClass: {
|
|
119
|
-
_enum: ['Normal', 'Operational', 'Mandatory']
|
|
119
|
+
_enum: ['Normal', 'Operational', 'Mandatory']
|
|
120
120
|
},
|
|
121
121
|
/**
|
|
122
122
|
* Lookup25: frame_support::dispatch::Pays
|
|
123
123
|
**/
|
|
124
124
|
FrameSupportDispatchPays: {
|
|
125
|
-
_enum: ['Yes', 'No']
|
|
125
|
+
_enum: ['Yes', 'No']
|
|
126
126
|
},
|
|
127
127
|
/**
|
|
128
128
|
* Lookup26: sp_runtime::DispatchError
|
|
@@ -143,65 +143,39 @@ export default {
|
|
|
143
143
|
Corruption: 'Null',
|
|
144
144
|
Unavailable: 'Null',
|
|
145
145
|
RootNotAllowed: 'Null',
|
|
146
|
-
Trie: 'SpRuntimeProvingTrieTrieError'
|
|
147
|
-
}
|
|
146
|
+
Trie: 'SpRuntimeProvingTrieTrieError'
|
|
147
|
+
}
|
|
148
148
|
},
|
|
149
149
|
/**
|
|
150
150
|
* Lookup27: sp_runtime::ModuleError
|
|
151
151
|
**/
|
|
152
152
|
SpRuntimeModuleError: {
|
|
153
153
|
index: 'u8',
|
|
154
|
-
error: '[u8;4]'
|
|
154
|
+
error: '[u8;4]'
|
|
155
155
|
},
|
|
156
156
|
/**
|
|
157
157
|
* Lookup28: sp_runtime::TokenError
|
|
158
158
|
**/
|
|
159
159
|
SpRuntimeTokenError: {
|
|
160
|
-
_enum: [
|
|
161
|
-
'FundsUnavailable',
|
|
162
|
-
'OnlyProvider',
|
|
163
|
-
'BelowMinimum',
|
|
164
|
-
'CannotCreate',
|
|
165
|
-
'UnknownAsset',
|
|
166
|
-
'Frozen',
|
|
167
|
-
'Unsupported',
|
|
168
|
-
'CannotCreateHold',
|
|
169
|
-
'NotExpendable',
|
|
170
|
-
'Blocked',
|
|
171
|
-
],
|
|
160
|
+
_enum: ['FundsUnavailable', 'OnlyProvider', 'BelowMinimum', 'CannotCreate', 'UnknownAsset', 'Frozen', 'Unsupported', 'CannotCreateHold', 'NotExpendable', 'Blocked']
|
|
172
161
|
},
|
|
173
162
|
/**
|
|
174
163
|
* Lookup29: sp_arithmetic::ArithmeticError
|
|
175
164
|
**/
|
|
176
165
|
SpArithmeticArithmeticError: {
|
|
177
|
-
_enum: ['Underflow', 'Overflow', 'DivisionByZero']
|
|
166
|
+
_enum: ['Underflow', 'Overflow', 'DivisionByZero']
|
|
178
167
|
},
|
|
179
168
|
/**
|
|
180
169
|
* Lookup30: sp_runtime::TransactionalError
|
|
181
170
|
**/
|
|
182
171
|
SpRuntimeTransactionalError: {
|
|
183
|
-
_enum: ['LimitReached', 'NoLayer']
|
|
172
|
+
_enum: ['LimitReached', 'NoLayer']
|
|
184
173
|
},
|
|
185
174
|
/**
|
|
186
175
|
* Lookup31: sp_runtime::proving_trie::TrieError
|
|
187
176
|
**/
|
|
188
177
|
SpRuntimeProvingTrieTrieError: {
|
|
189
|
-
_enum: [
|
|
190
|
-
'InvalidStateRoot',
|
|
191
|
-
'IncompleteDatabase',
|
|
192
|
-
'ValueAtIncompleteKey',
|
|
193
|
-
'DecoderError',
|
|
194
|
-
'InvalidHash',
|
|
195
|
-
'DuplicateKey',
|
|
196
|
-
'ExtraneousNode',
|
|
197
|
-
'ExtraneousValue',
|
|
198
|
-
'ExtraneousHashReference',
|
|
199
|
-
'InvalidChildReference',
|
|
200
|
-
'ValueMismatch',
|
|
201
|
-
'IncompleteProof',
|
|
202
|
-
'RootMismatch',
|
|
203
|
-
'DecodeError',
|
|
204
|
-
],
|
|
178
|
+
_enum: ['InvalidStateRoot', 'IncompleteDatabase', 'ValueAtIncompleteKey', 'DecoderError', 'InvalidHash', 'DuplicateKey', 'ExtraneousNode', 'ExtraneousValue', 'ExtraneousHashReference', 'InvalidChildReference', 'ValueMismatch', 'IncompleteProof', 'RootMismatch', 'DecodeError']
|
|
205
179
|
},
|
|
206
180
|
/**
|
|
207
181
|
* Lookup32: pallet_digests::pallet::Event<T>
|
|
@@ -240,16 +214,16 @@ export default {
|
|
|
240
214
|
who: 'AccountId32',
|
|
241
215
|
callHash: '[u8;32]',
|
|
242
216
|
oldDeposit: 'u128',
|
|
243
|
-
newDeposit: 'u128'
|
|
244
|
-
}
|
|
245
|
-
}
|
|
217
|
+
newDeposit: 'u128'
|
|
218
|
+
}
|
|
219
|
+
}
|
|
246
220
|
},
|
|
247
221
|
/**
|
|
248
222
|
* Lookup34: pallet_multisig::Timepoint<BlockNumber>
|
|
249
223
|
**/
|
|
250
224
|
PalletMultisigTimepoint: {
|
|
251
225
|
height: 'u32',
|
|
252
|
-
index: 'u32'
|
|
226
|
+
index: 'u32'
|
|
253
227
|
},
|
|
254
228
|
/**
|
|
255
229
|
* Lookup37: pallet_proxy::pallet::Event<T>
|
|
@@ -294,30 +268,21 @@ export default {
|
|
|
294
268
|
who: 'AccountId32',
|
|
295
269
|
kind: 'PalletProxyDepositKind',
|
|
296
270
|
oldDeposit: 'u128',
|
|
297
|
-
newDeposit: 'u128'
|
|
298
|
-
}
|
|
299
|
-
}
|
|
271
|
+
newDeposit: 'u128'
|
|
272
|
+
}
|
|
273
|
+
}
|
|
300
274
|
},
|
|
301
275
|
/**
|
|
302
276
|
* Lookup38: argon_runtime::ProxyType
|
|
303
277
|
**/
|
|
304
278
|
ArgonRuntimeProxyType: {
|
|
305
|
-
_enum: [
|
|
306
|
-
'Any',
|
|
307
|
-
'NonTransfer',
|
|
308
|
-
'PriceIndex',
|
|
309
|
-
'MiningBid',
|
|
310
|
-
'MiningBidRealPaysFee',
|
|
311
|
-
'Bitcoin',
|
|
312
|
-
'VaultAdmin',
|
|
313
|
-
'BitcoinInitializeFor',
|
|
314
|
-
],
|
|
279
|
+
_enum: ['Any', 'NonTransfer', 'PriceIndex', 'MiningBid', 'MiningBidRealPaysFee', 'Bitcoin', 'VaultAdmin', 'BitcoinInitializeFor']
|
|
315
280
|
},
|
|
316
281
|
/**
|
|
317
282
|
* Lookup40: pallet_proxy::DepositKind
|
|
318
283
|
**/
|
|
319
284
|
PalletProxyDepositKind: {
|
|
320
|
-
_enum: ['Proxies', 'Announcements']
|
|
285
|
+
_enum: ['Proxies', 'Announcements']
|
|
321
286
|
},
|
|
322
287
|
/**
|
|
323
288
|
* Lookup41: pallet_mining_slot::pallet::Event<T>
|
|
@@ -352,9 +317,9 @@ export default {
|
|
|
352
317
|
},
|
|
353
318
|
ReleaseBidError: {
|
|
354
319
|
accountId: 'AccountId32',
|
|
355
|
-
error: 'SpRuntimeDispatchError'
|
|
356
|
-
}
|
|
357
|
-
}
|
|
320
|
+
error: 'SpRuntimeDispatchError'
|
|
321
|
+
}
|
|
322
|
+
}
|
|
358
323
|
},
|
|
359
324
|
/**
|
|
360
325
|
* Lookup43: argon_primitives::block_seal::MiningRegistration<sp_core::crypto::AccountId32, Balance, argon_runtime::SessionKeys>
|
|
@@ -366,14 +331,14 @@ export default {
|
|
|
366
331
|
argonots: 'Compact<u128>',
|
|
367
332
|
authorityKeys: 'ArgonRuntimeSessionKeys',
|
|
368
333
|
startingFrameId: 'Compact<u64>',
|
|
369
|
-
bidAtTick: 'Compact<u64>'
|
|
334
|
+
bidAtTick: 'Compact<u64>'
|
|
370
335
|
},
|
|
371
336
|
/**
|
|
372
337
|
* Lookup44: argon_runtime::SessionKeys
|
|
373
338
|
**/
|
|
374
339
|
ArgonRuntimeSessionKeys: {
|
|
375
340
|
grandpa: 'SpConsensusGrandpaAppPublic',
|
|
376
|
-
blockSealAuthority: 'ArgonPrimitivesBlockSealAppPublic'
|
|
341
|
+
blockSealAuthority: 'ArgonPrimitivesBlockSealAppPublic'
|
|
377
342
|
},
|
|
378
343
|
/**
|
|
379
344
|
* Lookup45: sp_consensus_grandpa::app::Public
|
|
@@ -415,16 +380,16 @@ export default {
|
|
|
415
380
|
},
|
|
416
381
|
UtxoRejectedError: {
|
|
417
382
|
utxoId: 'u64',
|
|
418
|
-
error: 'SpRuntimeDispatchError'
|
|
419
|
-
}
|
|
420
|
-
}
|
|
383
|
+
error: 'SpRuntimeDispatchError'
|
|
384
|
+
}
|
|
385
|
+
}
|
|
421
386
|
},
|
|
422
387
|
/**
|
|
423
388
|
* Lookup51: argon_primitives::bitcoin::UtxoRef
|
|
424
389
|
**/
|
|
425
390
|
ArgonPrimitivesBitcoinUtxoRef: {
|
|
426
391
|
txid: 'ArgonPrimitivesBitcoinH256Le',
|
|
427
|
-
outputIndex: 'Compact<u32>'
|
|
392
|
+
outputIndex: 'Compact<u32>'
|
|
428
393
|
},
|
|
429
394
|
/**
|
|
430
395
|
* Lookup52: argon_primitives::bitcoin::H256Le
|
|
@@ -434,7 +399,7 @@ export default {
|
|
|
434
399
|
* Lookup54: argon_primitives::bitcoin::BitcoinRejectedReason
|
|
435
400
|
**/
|
|
436
401
|
ArgonPrimitivesBitcoinBitcoinRejectedReason: {
|
|
437
|
-
_enum: ['SatoshisOutsideAcceptedRange', 'Spent', 'VerificationExpired', 'AlreadyVerified']
|
|
402
|
+
_enum: ['SatoshisOutsideAcceptedRange', 'Spent', 'VerificationExpired', 'AlreadyVerified']
|
|
438
403
|
},
|
|
439
404
|
/**
|
|
440
405
|
* Lookup55: pallet_vaults::pallet::Event<T>
|
|
@@ -513,9 +478,9 @@ export default {
|
|
|
513
478
|
vaultId: 'u32',
|
|
514
479
|
frameId: 'u64',
|
|
515
480
|
vaultEarnings: 'u128',
|
|
516
|
-
error: 'SpRuntimeDispatchError'
|
|
517
|
-
}
|
|
518
|
-
}
|
|
481
|
+
error: 'SpRuntimeDispatchError'
|
|
482
|
+
}
|
|
483
|
+
}
|
|
519
484
|
},
|
|
520
485
|
/**
|
|
521
486
|
* Lookup57: pallet_bitcoin_locks::pallet::Event<T>
|
|
@@ -602,9 +567,9 @@ export default {
|
|
|
602
567
|
utxoId: 'u64',
|
|
603
568
|
vaultId: 'u32',
|
|
604
569
|
newSatoshis: 'u64',
|
|
605
|
-
accountId: 'AccountId32'
|
|
606
|
-
}
|
|
607
|
-
}
|
|
570
|
+
accountId: 'AccountId32'
|
|
571
|
+
}
|
|
572
|
+
}
|
|
608
573
|
},
|
|
609
574
|
/**
|
|
610
575
|
* Lookup60: pallet_notaries::pallet::Event<T>
|
|
@@ -631,9 +596,9 @@ export default {
|
|
|
631
596
|
NotaryMetaUpdateError: {
|
|
632
597
|
notaryId: 'u32',
|
|
633
598
|
error: 'SpRuntimeDispatchError',
|
|
634
|
-
meta: 'ArgonPrimitivesNotaryNotaryMeta'
|
|
635
|
-
}
|
|
636
|
-
}
|
|
599
|
+
meta: 'ArgonPrimitivesNotaryNotaryMeta'
|
|
600
|
+
}
|
|
601
|
+
}
|
|
637
602
|
},
|
|
638
603
|
/**
|
|
639
604
|
* Lookup61: argon_primitives::notary::NotaryMeta<MaxHosts>
|
|
@@ -641,7 +606,7 @@ export default {
|
|
|
641
606
|
ArgonPrimitivesNotaryNotaryMeta: {
|
|
642
607
|
name: 'Bytes',
|
|
643
608
|
public: '[u8;32]',
|
|
644
|
-
hosts: 'Vec<Bytes>'
|
|
609
|
+
hosts: 'Vec<Bytes>'
|
|
645
610
|
},
|
|
646
611
|
/**
|
|
647
612
|
* Lookup68: argon_primitives::notary::NotaryRecord<sp_core::crypto::AccountId32, BlockNumber, MaxHosts>
|
|
@@ -652,7 +617,7 @@ export default {
|
|
|
652
617
|
activatedBlock: 'Compact<u32>',
|
|
653
618
|
metaUpdatedBlock: 'Compact<u32>',
|
|
654
619
|
metaUpdatedTick: 'Compact<u64>',
|
|
655
|
-
meta: 'ArgonPrimitivesNotaryNotaryMeta'
|
|
620
|
+
meta: 'ArgonPrimitivesNotaryNotaryMeta'
|
|
656
621
|
},
|
|
657
622
|
/**
|
|
658
623
|
* Lookup69: pallet_notebook::pallet::Event<T>
|
|
@@ -671,9 +636,9 @@ export default {
|
|
|
671
636
|
},
|
|
672
637
|
NotebookReadyForReprocess: {
|
|
673
638
|
notaryId: 'u32',
|
|
674
|
-
notebookNumber: 'u32'
|
|
675
|
-
}
|
|
676
|
-
}
|
|
639
|
+
notebookNumber: 'u32'
|
|
640
|
+
}
|
|
641
|
+
}
|
|
677
642
|
},
|
|
678
643
|
/**
|
|
679
644
|
* Lookup70: argon_notary_audit::error::VerifyError
|
|
@@ -782,25 +747,20 @@ export default {
|
|
|
782
747
|
author: 'AccountId32',
|
|
783
748
|
expected: 'AccountId32',
|
|
784
749
|
},
|
|
785
|
-
NoDefaultBlockVote: 'Null'
|
|
786
|
-
}
|
|
750
|
+
NoDefaultBlockVote: 'Null'
|
|
751
|
+
}
|
|
787
752
|
},
|
|
788
753
|
/**
|
|
789
754
|
* Lookup71: argon_primitives::account::AccountType
|
|
790
755
|
**/
|
|
791
756
|
ArgonPrimitivesAccountAccountType: {
|
|
792
|
-
_enum: ['Tax', 'Deposit']
|
|
757
|
+
_enum: ['Tax', 'Deposit']
|
|
793
758
|
},
|
|
794
759
|
/**
|
|
795
760
|
* Lookup72: argon_notary_audit::AccountHistoryLookupError
|
|
796
761
|
**/
|
|
797
762
|
ArgonNotaryAuditAccountHistoryLookupError: {
|
|
798
|
-
_enum: [
|
|
799
|
-
'RootNotFound',
|
|
800
|
-
'LastChangeNotFound',
|
|
801
|
-
'InvalidTransferToLocalchain',
|
|
802
|
-
'BlockSpecificationNotFound',
|
|
803
|
-
],
|
|
763
|
+
_enum: ['RootNotFound', 'LastChangeNotFound', 'InvalidTransferToLocalchain', 'BlockSpecificationNotFound']
|
|
804
764
|
},
|
|
805
765
|
/**
|
|
806
766
|
* Lookup76: pallet_localchain_transfer::pallet::Event<T>
|
|
@@ -847,9 +807,9 @@ export default {
|
|
|
847
807
|
notaryId: 'u32',
|
|
848
808
|
notebookNumber: 'u32',
|
|
849
809
|
tax: 'u128',
|
|
850
|
-
error: 'SpRuntimeDispatchError'
|
|
851
|
-
}
|
|
852
|
-
}
|
|
810
|
+
error: 'SpRuntimeDispatchError'
|
|
811
|
+
}
|
|
812
|
+
}
|
|
853
813
|
},
|
|
854
814
|
/**
|
|
855
815
|
* Lookup77: pallet_block_seal_spec::pallet::Event<T>
|
|
@@ -866,9 +826,9 @@ export default {
|
|
|
866
826
|
expectedBlockTime: 'u64',
|
|
867
827
|
actualBlockTime: 'u64',
|
|
868
828
|
startDifficulty: 'u128',
|
|
869
|
-
newDifficulty: 'u128'
|
|
870
|
-
}
|
|
871
|
-
}
|
|
829
|
+
newDifficulty: 'u128'
|
|
830
|
+
}
|
|
831
|
+
}
|
|
872
832
|
},
|
|
873
833
|
/**
|
|
874
834
|
* Lookup78: pallet_domains::pallet::Event<T>
|
|
@@ -896,9 +856,9 @@ export default {
|
|
|
896
856
|
DomainRegistrationError: {
|
|
897
857
|
domainHash: 'H256',
|
|
898
858
|
accountId: 'AccountId32',
|
|
899
|
-
error: 'SpRuntimeDispatchError'
|
|
900
|
-
}
|
|
901
|
-
}
|
|
859
|
+
error: 'SpRuntimeDispatchError'
|
|
860
|
+
}
|
|
861
|
+
}
|
|
902
862
|
},
|
|
903
863
|
/**
|
|
904
864
|
* Lookup79: argon_primitives::domain::ZoneRecord<sp_core::crypto::AccountId32>
|
|
@@ -906,7 +866,7 @@ export default {
|
|
|
906
866
|
ArgonPrimitivesDomainZoneRecord: {
|
|
907
867
|
paymentAccount: 'AccountId32',
|
|
908
868
|
notaryId: 'u32',
|
|
909
|
-
versions: 'BTreeMap<ArgonPrimitivesDomainSemver, ArgonPrimitivesDomainVersionHost>'
|
|
869
|
+
versions: 'BTreeMap<ArgonPrimitivesDomainSemver, ArgonPrimitivesDomainVersionHost>'
|
|
910
870
|
},
|
|
911
871
|
/**
|
|
912
872
|
* Lookup81: argon_primitives::domain::Semver
|
|
@@ -914,21 +874,21 @@ export default {
|
|
|
914
874
|
ArgonPrimitivesDomainSemver: {
|
|
915
875
|
major: 'u32',
|
|
916
876
|
minor: 'u32',
|
|
917
|
-
patch: 'u32'
|
|
877
|
+
patch: 'u32'
|
|
918
878
|
},
|
|
919
879
|
/**
|
|
920
880
|
* Lookup82: argon_primitives::domain::VersionHost
|
|
921
881
|
**/
|
|
922
882
|
ArgonPrimitivesDomainVersionHost: {
|
|
923
883
|
datastoreId: 'Bytes',
|
|
924
|
-
host: 'Bytes'
|
|
884
|
+
host: 'Bytes'
|
|
925
885
|
},
|
|
926
886
|
/**
|
|
927
887
|
* Lookup87: pallet_domains::DomainRegistration<sp_core::crypto::AccountId32>
|
|
928
888
|
**/
|
|
929
889
|
PalletDomainsDomainRegistration: {
|
|
930
890
|
accountId: 'AccountId32',
|
|
931
|
-
registeredAtTick: 'u64'
|
|
891
|
+
registeredAtTick: 'u64'
|
|
932
892
|
},
|
|
933
893
|
/**
|
|
934
894
|
* Lookup88: pallet_price_index::pallet::Event<T>
|
|
@@ -937,9 +897,9 @@ export default {
|
|
|
937
897
|
_enum: {
|
|
938
898
|
NewIndex: 'Null',
|
|
939
899
|
OperatorChanged: {
|
|
940
|
-
operatorId: 'AccountId32'
|
|
941
|
-
}
|
|
942
|
-
}
|
|
900
|
+
operatorId: 'AccountId32'
|
|
901
|
+
}
|
|
902
|
+
}
|
|
943
903
|
},
|
|
944
904
|
/**
|
|
945
905
|
* Lookup89: pallet_grandpa::pallet::Event
|
|
@@ -950,8 +910,8 @@ export default {
|
|
|
950
910
|
authoritySet: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
|
|
951
911
|
},
|
|
952
912
|
Paused: 'Null',
|
|
953
|
-
Resumed: 'Null'
|
|
954
|
-
}
|
|
913
|
+
Resumed: 'Null'
|
|
914
|
+
}
|
|
955
915
|
},
|
|
956
916
|
/**
|
|
957
917
|
* Lookup92: pallet_block_rewards::pallet::Event<T>
|
|
@@ -965,9 +925,9 @@ export default {
|
|
|
965
925
|
accountId: 'AccountId32',
|
|
966
926
|
argons: 'Option<u128>',
|
|
967
927
|
ownership: 'Option<u128>',
|
|
968
|
-
error: 'SpRuntimeDispatchError'
|
|
969
|
-
}
|
|
970
|
-
}
|
|
928
|
+
error: 'SpRuntimeDispatchError'
|
|
929
|
+
}
|
|
930
|
+
}
|
|
971
931
|
},
|
|
972
932
|
/**
|
|
973
933
|
* Lookup94: argon_primitives::block_seal::BlockPayout<sp_core::crypto::AccountId32, Balance>
|
|
@@ -977,13 +937,13 @@ export default {
|
|
|
977
937
|
ownership: 'Compact<u128>',
|
|
978
938
|
argons: 'Compact<u128>',
|
|
979
939
|
rewardType: 'ArgonPrimitivesBlockSealBlockRewardType',
|
|
980
|
-
blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>'
|
|
940
|
+
blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>'
|
|
981
941
|
},
|
|
982
942
|
/**
|
|
983
943
|
* Lookup95: argon_primitives::block_seal::BlockRewardType
|
|
984
944
|
**/
|
|
985
945
|
ArgonPrimitivesBlockSealBlockRewardType: {
|
|
986
|
-
_enum: ['Miner', 'Voter', 'ProfitShare']
|
|
946
|
+
_enum: ['Miner', 'Voter', 'ProfitShare']
|
|
987
947
|
},
|
|
988
948
|
/**
|
|
989
949
|
* Lookup98: pallet_mint::pallet::Event<T>
|
|
@@ -1006,15 +966,15 @@ export default {
|
|
|
1006
966
|
accountId: 'AccountId32',
|
|
1007
967
|
utxoId: 'Option<u64>',
|
|
1008
968
|
amount: 'u128',
|
|
1009
|
-
error: 'SpRuntimeDispatchError'
|
|
1010
|
-
}
|
|
1011
|
-
}
|
|
969
|
+
error: 'SpRuntimeDispatchError'
|
|
970
|
+
}
|
|
971
|
+
}
|
|
1012
972
|
},
|
|
1013
973
|
/**
|
|
1014
974
|
* Lookup101: pallet_mint::pallet::MintType
|
|
1015
975
|
**/
|
|
1016
976
|
PalletMintMintType: {
|
|
1017
|
-
_enum: ['Bitcoin', 'Mining']
|
|
977
|
+
_enum: ['Bitcoin', 'Mining']
|
|
1018
978
|
},
|
|
1019
979
|
/**
|
|
1020
980
|
* Lookup102: pallet_balances::pallet::Event<T, I>
|
|
@@ -1145,14 +1105,14 @@ export default {
|
|
|
1145
1105
|
who: 'AccountId32',
|
|
1146
1106
|
amount: 'u128',
|
|
1147
1107
|
},
|
|
1148
|
-
Unexpected: 'PalletBalancesUnexpectedKind'
|
|
1149
|
-
}
|
|
1108
|
+
Unexpected: 'PalletBalancesUnexpectedKind'
|
|
1109
|
+
}
|
|
1150
1110
|
},
|
|
1151
1111
|
/**
|
|
1152
1112
|
* Lookup103: frame_support::traits::tokens::misc::BalanceStatus
|
|
1153
1113
|
**/
|
|
1154
1114
|
FrameSupportTokensMiscBalanceStatus: {
|
|
1155
|
-
_enum: ['Free', 'Reserved']
|
|
1115
|
+
_enum: ['Free', 'Reserved']
|
|
1156
1116
|
},
|
|
1157
1117
|
/**
|
|
1158
1118
|
* Lookup104: argon_runtime::RuntimeHoldReason
|
|
@@ -1190,44 +1150,44 @@ export default {
|
|
|
1190
1150
|
__Unused28: 'Null',
|
|
1191
1151
|
__Unused29: 'Null',
|
|
1192
1152
|
__Unused30: 'Null',
|
|
1193
|
-
Treasury: 'PalletTreasuryHoldReason'
|
|
1194
|
-
}
|
|
1153
|
+
Treasury: 'PalletTreasuryHoldReason'
|
|
1154
|
+
}
|
|
1195
1155
|
},
|
|
1196
1156
|
/**
|
|
1197
1157
|
* Lookup105: pallet_mining_slot::pallet::HoldReason
|
|
1198
1158
|
**/
|
|
1199
1159
|
PalletMiningSlotHoldReason: {
|
|
1200
|
-
_enum: ['RegisterAsMiner']
|
|
1160
|
+
_enum: ['RegisterAsMiner']
|
|
1201
1161
|
},
|
|
1202
1162
|
/**
|
|
1203
1163
|
* Lookup106: pallet_vaults::pallet::HoldReason
|
|
1204
1164
|
**/
|
|
1205
1165
|
PalletVaultsHoldReason: {
|
|
1206
|
-
_enum: ['EnterVault', 'ObligationFee', 'PendingCollect']
|
|
1166
|
+
_enum: ['EnterVault', 'ObligationFee', 'PendingCollect']
|
|
1207
1167
|
},
|
|
1208
1168
|
/**
|
|
1209
1169
|
* Lookup107: pallet_bitcoin_locks::pallet::HoldReason
|
|
1210
1170
|
**/
|
|
1211
1171
|
PalletBitcoinLocksHoldReason: {
|
|
1212
|
-
_enum: ['ReleaseBitcoinLock']
|
|
1172
|
+
_enum: ['ReleaseBitcoinLock']
|
|
1213
1173
|
},
|
|
1214
1174
|
/**
|
|
1215
1175
|
* Lookup108: pallet_block_rewards::pallet::HoldReason
|
|
1216
1176
|
**/
|
|
1217
1177
|
PalletBlockRewardsHoldReason: {
|
|
1218
|
-
_enum: ['MaturationPeriod']
|
|
1178
|
+
_enum: ['MaturationPeriod']
|
|
1219
1179
|
},
|
|
1220
1180
|
/**
|
|
1221
1181
|
* Lookup109: pallet_treasury::pallet::HoldReason
|
|
1222
1182
|
**/
|
|
1223
1183
|
PalletTreasuryHoldReason: {
|
|
1224
|
-
_enum: ['ContributedToTreasury']
|
|
1184
|
+
_enum: ['ContributedToTreasury']
|
|
1225
1185
|
},
|
|
1226
1186
|
/**
|
|
1227
1187
|
* Lookup110: pallet_balances::pallet::UnexpectedKind
|
|
1228
1188
|
**/
|
|
1229
1189
|
PalletBalancesUnexpectedKind: {
|
|
1230
|
-
_enum: ['BalanceUpdated', 'FailedToMutateAccount']
|
|
1190
|
+
_enum: ['BalanceUpdated', 'FailedToMutateAccount']
|
|
1231
1191
|
},
|
|
1232
1192
|
/**
|
|
1233
1193
|
* Lookup112: pallet_tx_pause::pallet::Event<T>
|
|
@@ -1238,9 +1198,9 @@ export default {
|
|
|
1238
1198
|
fullName: '(Bytes,Bytes)',
|
|
1239
1199
|
},
|
|
1240
1200
|
CallUnpaused: {
|
|
1241
|
-
fullName: '(Bytes,Bytes)'
|
|
1242
|
-
}
|
|
1243
|
-
}
|
|
1201
|
+
fullName: '(Bytes,Bytes)'
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1244
1204
|
},
|
|
1245
1205
|
/**
|
|
1246
1206
|
* Lookup115: pallet_transaction_payment::pallet::Event<T>
|
|
@@ -1250,9 +1210,9 @@ export default {
|
|
|
1250
1210
|
TransactionFeePaid: {
|
|
1251
1211
|
who: 'AccountId32',
|
|
1252
1212
|
actualFee: 'u128',
|
|
1253
|
-
tip: 'u128'
|
|
1254
|
-
}
|
|
1255
|
-
}
|
|
1213
|
+
tip: 'u128'
|
|
1214
|
+
}
|
|
1215
|
+
}
|
|
1256
1216
|
},
|
|
1257
1217
|
/**
|
|
1258
1218
|
* Lookup116: pallet_utility::pallet::Event
|
|
@@ -1274,9 +1234,9 @@ export default {
|
|
|
1274
1234
|
},
|
|
1275
1235
|
IfElseMainSuccess: 'Null',
|
|
1276
1236
|
IfElseFallbackCalled: {
|
|
1277
|
-
mainError: 'SpRuntimeDispatchError'
|
|
1278
|
-
}
|
|
1279
|
-
}
|
|
1237
|
+
mainError: 'SpRuntimeDispatchError'
|
|
1238
|
+
}
|
|
1239
|
+
}
|
|
1280
1240
|
},
|
|
1281
1241
|
/**
|
|
1282
1242
|
* Lookup117: pallet_sudo::pallet::Event<T>
|
|
@@ -1295,9 +1255,9 @@ export default {
|
|
|
1295
1255
|
},
|
|
1296
1256
|
KeyRemoved: 'Null',
|
|
1297
1257
|
SudoAsDone: {
|
|
1298
|
-
sudoResult: 'Result<Null, SpRuntimeDispatchError>'
|
|
1299
|
-
}
|
|
1300
|
-
}
|
|
1258
|
+
sudoResult: 'Result<Null, SpRuntimeDispatchError>'
|
|
1259
|
+
}
|
|
1260
|
+
}
|
|
1301
1261
|
},
|
|
1302
1262
|
/**
|
|
1303
1263
|
* Lookup118: pallet_treasury::pallet::Event<T>
|
|
@@ -1355,15 +1315,15 @@ export default {
|
|
|
1355
1315
|
vaultId: 'u32',
|
|
1356
1316
|
bondLotId: 'u64',
|
|
1357
1317
|
accountId: 'AccountId32',
|
|
1358
|
-
bonds: 'u32'
|
|
1359
|
-
}
|
|
1360
|
-
}
|
|
1318
|
+
bonds: 'u32'
|
|
1319
|
+
}
|
|
1320
|
+
}
|
|
1361
1321
|
},
|
|
1362
1322
|
/**
|
|
1363
1323
|
* Lookup119: pallet_treasury::pallet::BondReleaseReason
|
|
1364
1324
|
**/
|
|
1365
1325
|
PalletTreasuryBondReleaseReason: {
|
|
1366
|
-
_enum: ['UserLiquidation', 'Bumped', 'VaultClosed']
|
|
1326
|
+
_enum: ['UserLiquidation', 'Bumped', 'VaultClosed']
|
|
1367
1327
|
},
|
|
1368
1328
|
/**
|
|
1369
1329
|
* Lookup120: pallet_fee_control::pallet::Event<T>
|
|
@@ -1376,17 +1336,17 @@ export default {
|
|
|
1376
1336
|
FeeDelegated: {
|
|
1377
1337
|
origin: 'ArgonRuntimeOriginCaller',
|
|
1378
1338
|
from: 'AccountId32',
|
|
1379
|
-
to: 'AccountId32'
|
|
1380
|
-
}
|
|
1381
|
-
}
|
|
1339
|
+
to: 'AccountId32'
|
|
1340
|
+
}
|
|
1341
|
+
}
|
|
1382
1342
|
},
|
|
1383
1343
|
/**
|
|
1384
1344
|
* Lookup121: argon_runtime::OriginCaller
|
|
1385
1345
|
**/
|
|
1386
1346
|
ArgonRuntimeOriginCaller: {
|
|
1387
1347
|
_enum: {
|
|
1388
|
-
system: 'FrameSupportDispatchRawOrigin'
|
|
1389
|
-
}
|
|
1348
|
+
system: 'FrameSupportDispatchRawOrigin'
|
|
1349
|
+
}
|
|
1390
1350
|
},
|
|
1391
1351
|
/**
|
|
1392
1352
|
* Lookup122: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
@@ -1396,8 +1356,8 @@ export default {
|
|
|
1396
1356
|
Root: 'Null',
|
|
1397
1357
|
Signed: 'AccountId32',
|
|
1398
1358
|
None: 'Null',
|
|
1399
|
-
Authorized: 'Null'
|
|
1400
|
-
}
|
|
1359
|
+
Authorized: 'Null'
|
|
1360
|
+
}
|
|
1401
1361
|
},
|
|
1402
1362
|
/**
|
|
1403
1363
|
* Lookup123: pallet_operational_accounts::pallet::Event<T>
|
|
@@ -1440,15 +1400,15 @@ export default {
|
|
|
1440
1400
|
},
|
|
1441
1401
|
EncryptedServerUpdated: {
|
|
1442
1402
|
sponsor: 'AccountId32',
|
|
1443
|
-
sponsee: 'AccountId32'
|
|
1444
|
-
}
|
|
1445
|
-
}
|
|
1403
|
+
sponsee: 'AccountId32'
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1446
1406
|
},
|
|
1447
1407
|
/**
|
|
1448
1408
|
* Lookup124: argon_primitives::providers::OperationalRewardKind
|
|
1449
1409
|
**/
|
|
1450
1410
|
ArgonPrimitivesProvidersOperationalRewardKind: {
|
|
1451
|
-
_enum: ['Activation', 'ReferralBonus']
|
|
1411
|
+
_enum: ['Activation', 'ReferralBonus']
|
|
1452
1412
|
},
|
|
1453
1413
|
/**
|
|
1454
1414
|
* Lookup125: pallet_ethereum_verifier::pallet::Event<T>
|
|
@@ -1467,15 +1427,15 @@ export default {
|
|
|
1467
1427
|
period: 'u64',
|
|
1468
1428
|
},
|
|
1469
1429
|
OperatingModeChanged: {
|
|
1470
|
-
mode: 'PalletEthereumVerifierBasicOperatingMode'
|
|
1471
|
-
}
|
|
1472
|
-
}
|
|
1430
|
+
mode: 'PalletEthereumVerifierBasicOperatingMode'
|
|
1431
|
+
}
|
|
1432
|
+
}
|
|
1473
1433
|
},
|
|
1474
1434
|
/**
|
|
1475
1435
|
* Lookup126: pallet_ethereum_verifier::types::BasicOperatingMode
|
|
1476
1436
|
**/
|
|
1477
1437
|
PalletEthereumVerifierBasicOperatingMode: {
|
|
1478
|
-
_enum: ['Normal', 'Halted']
|
|
1438
|
+
_enum: ['Normal', 'Halted']
|
|
1479
1439
|
},
|
|
1480
1440
|
/**
|
|
1481
1441
|
* Lookup127: pallet_crosschain_transfer::pallet::Event<T>
|
|
@@ -1484,15 +1444,15 @@ export default {
|
|
|
1484
1444
|
_enum: {
|
|
1485
1445
|
BurnNoticeAccepted: {
|
|
1486
1446
|
sourceChain: 'PalletCrosschainTransferSourceChain',
|
|
1487
|
-
notice: 'PalletCrosschainTransferBurnNotice'
|
|
1488
|
-
}
|
|
1489
|
-
}
|
|
1447
|
+
notice: 'PalletCrosschainTransferBurnNotice'
|
|
1448
|
+
}
|
|
1449
|
+
}
|
|
1490
1450
|
},
|
|
1491
1451
|
/**
|
|
1492
1452
|
* Lookup128: pallet_crosschain_transfer::pallet::SourceChain
|
|
1493
1453
|
**/
|
|
1494
1454
|
PalletCrosschainTransferSourceChain: {
|
|
1495
|
-
_enum: ['Ethereum']
|
|
1455
|
+
_enum: ['Ethereum']
|
|
1496
1456
|
},
|
|
1497
1457
|
/**
|
|
1498
1458
|
* Lookup129: pallet_crosschain_transfer::pallet::BurnNotice<T>
|
|
@@ -1502,13 +1462,13 @@ export default {
|
|
|
1502
1462
|
to: 'AccountId32',
|
|
1503
1463
|
assetKind: 'PalletCrosschainTransferAssetKind',
|
|
1504
1464
|
amount: 'u128',
|
|
1505
|
-
accountNonce: 'Compact<u64>'
|
|
1465
|
+
accountNonce: 'Compact<u64>'
|
|
1506
1466
|
},
|
|
1507
1467
|
/**
|
|
1508
1468
|
* Lookup132: pallet_crosschain_transfer::pallet::AssetKind
|
|
1509
1469
|
**/
|
|
1510
1470
|
PalletCrosschainTransferAssetKind: {
|
|
1511
|
-
_enum: ['Argon', 'Argonot']
|
|
1471
|
+
_enum: ['Argon', 'Argonot']
|
|
1512
1472
|
},
|
|
1513
1473
|
/**
|
|
1514
1474
|
* Lookup133: frame_system::Phase
|
|
@@ -1517,22 +1477,22 @@ export default {
|
|
|
1517
1477
|
_enum: {
|
|
1518
1478
|
ApplyExtrinsic: 'u32',
|
|
1519
1479
|
Finalization: 'Null',
|
|
1520
|
-
Initialization: 'Null'
|
|
1521
|
-
}
|
|
1480
|
+
Initialization: 'Null'
|
|
1481
|
+
}
|
|
1522
1482
|
},
|
|
1523
1483
|
/**
|
|
1524
1484
|
* Lookup137: frame_system::LastRuntimeUpgradeInfo
|
|
1525
1485
|
**/
|
|
1526
1486
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
1527
1487
|
specVersion: 'Compact<u32>',
|
|
1528
|
-
specName: 'Text'
|
|
1488
|
+
specName: 'Text'
|
|
1529
1489
|
},
|
|
1530
1490
|
/**
|
|
1531
1491
|
* Lookup140: frame_system::CodeUpgradeAuthorization<T>
|
|
1532
1492
|
**/
|
|
1533
1493
|
FrameSystemCodeUpgradeAuthorization: {
|
|
1534
1494
|
codeHash: 'H256',
|
|
1535
|
-
checkVersion: 'bool'
|
|
1495
|
+
checkVersion: 'bool'
|
|
1536
1496
|
},
|
|
1537
1497
|
/**
|
|
1538
1498
|
* Lookup141: frame_system::pallet::Call<T>
|
|
@@ -1575,9 +1535,9 @@ export default {
|
|
|
1575
1535
|
codeHash: 'H256',
|
|
1576
1536
|
},
|
|
1577
1537
|
apply_authorized_upgrade: {
|
|
1578
|
-
code: 'Bytes'
|
|
1579
|
-
}
|
|
1580
|
-
}
|
|
1538
|
+
code: 'Bytes'
|
|
1539
|
+
}
|
|
1540
|
+
}
|
|
1581
1541
|
},
|
|
1582
1542
|
/**
|
|
1583
1543
|
* Lookup145: frame_system::limits::BlockWeights
|
|
@@ -1585,7 +1545,7 @@ export default {
|
|
|
1585
1545
|
FrameSystemLimitsBlockWeights: {
|
|
1586
1546
|
baseBlock: 'SpWeightsWeightV2Weight',
|
|
1587
1547
|
maxBlock: 'SpWeightsWeightV2Weight',
|
|
1588
|
-
perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
|
|
1548
|
+
perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass'
|
|
1589
1549
|
},
|
|
1590
1550
|
/**
|
|
1591
1551
|
* Lookup146: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
@@ -1593,7 +1553,7 @@ export default {
|
|
|
1593
1553
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
1594
1554
|
normal: 'FrameSystemLimitsWeightsPerClass',
|
|
1595
1555
|
operational: 'FrameSystemLimitsWeightsPerClass',
|
|
1596
|
-
mandatory: 'FrameSystemLimitsWeightsPerClass'
|
|
1556
|
+
mandatory: 'FrameSystemLimitsWeightsPerClass'
|
|
1597
1557
|
},
|
|
1598
1558
|
/**
|
|
1599
1559
|
* Lookup147: frame_system::limits::WeightsPerClass
|
|
@@ -1602,14 +1562,14 @@ export default {
|
|
|
1602
1562
|
baseExtrinsic: 'SpWeightsWeightV2Weight',
|
|
1603
1563
|
maxExtrinsic: 'Option<SpWeightsWeightV2Weight>',
|
|
1604
1564
|
maxTotal: 'Option<SpWeightsWeightV2Weight>',
|
|
1605
|
-
reserved: 'Option<SpWeightsWeightV2Weight>'
|
|
1565
|
+
reserved: 'Option<SpWeightsWeightV2Weight>'
|
|
1606
1566
|
},
|
|
1607
1567
|
/**
|
|
1608
1568
|
* Lookup149: frame_system::limits::BlockLength
|
|
1609
1569
|
**/
|
|
1610
1570
|
FrameSystemLimitsBlockLength: {
|
|
1611
1571
|
max: 'FrameSupportDispatchPerDispatchClassU32',
|
|
1612
|
-
maxHeaderSize: 'Option<u32>'
|
|
1572
|
+
maxHeaderSize: 'Option<u32>'
|
|
1613
1573
|
},
|
|
1614
1574
|
/**
|
|
1615
1575
|
* Lookup150: frame_support::dispatch::PerDispatchClass<T>
|
|
@@ -1617,14 +1577,14 @@ export default {
|
|
|
1617
1577
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
1618
1578
|
normal: 'u32',
|
|
1619
1579
|
operational: 'u32',
|
|
1620
|
-
mandatory: 'u32'
|
|
1580
|
+
mandatory: 'u32'
|
|
1621
1581
|
},
|
|
1622
1582
|
/**
|
|
1623
1583
|
* Lookup152: sp_weights::RuntimeDbWeight
|
|
1624
1584
|
**/
|
|
1625
1585
|
SpWeightsRuntimeDbWeight: {
|
|
1626
1586
|
read: 'u64',
|
|
1627
|
-
write: 'u64'
|
|
1587
|
+
write: 'u64'
|
|
1628
1588
|
},
|
|
1629
1589
|
/**
|
|
1630
1590
|
* Lookup153: sp_version::RuntimeVersion
|
|
@@ -1637,23 +1597,13 @@ export default {
|
|
|
1637
1597
|
implVersion: 'u32',
|
|
1638
1598
|
apis: 'Vec<([u8;8],u32)>',
|
|
1639
1599
|
transactionVersion: 'u32',
|
|
1640
|
-
systemVersion: 'u8'
|
|
1600
|
+
systemVersion: 'u8'
|
|
1641
1601
|
},
|
|
1642
1602
|
/**
|
|
1643
1603
|
* Lookup158: frame_system::pallet::Error<T>
|
|
1644
1604
|
**/
|
|
1645
1605
|
FrameSystemError: {
|
|
1646
|
-
_enum: [
|
|
1647
|
-
'InvalidSpecName',
|
|
1648
|
-
'SpecVersionNeedsToIncrease',
|
|
1649
|
-
'FailedToExtractRuntimeVersion',
|
|
1650
|
-
'NonDefaultComposite',
|
|
1651
|
-
'NonZeroRefCount',
|
|
1652
|
-
'CallFiltered',
|
|
1653
|
-
'MultiBlockMigrationsOngoing',
|
|
1654
|
-
'NothingAuthorized',
|
|
1655
|
-
'Unauthorized',
|
|
1656
|
-
],
|
|
1606
|
+
_enum: ['InvalidSpecName', 'SpecVersionNeedsToIncrease', 'FailedToExtractRuntimeVersion', 'NonDefaultComposite', 'NonZeroRefCount', 'CallFiltered', 'MultiBlockMigrationsOngoing', 'NothingAuthorized', 'Unauthorized']
|
|
1657
1607
|
},
|
|
1658
1608
|
/**
|
|
1659
1609
|
* Lookup159: argon_primitives::digests::Digestset<argon_notary_audit::error::VerifyError, sp_core::crypto::AccountId32>
|
|
@@ -1665,20 +1615,20 @@ export default {
|
|
|
1665
1615
|
forkPower: 'Option<ArgonPrimitivesForkPower>',
|
|
1666
1616
|
frameInfo: 'Option<ArgonPrimitivesDigestsFrameInfo>',
|
|
1667
1617
|
tick: 'u64',
|
|
1668
|
-
notebooks: 'ArgonPrimitivesDigestsNotebookDigest'
|
|
1618
|
+
notebooks: 'ArgonPrimitivesDigestsNotebookDigest'
|
|
1669
1619
|
},
|
|
1670
1620
|
/**
|
|
1671
1621
|
* Lookup160: argon_primitives::digests::BlockVoteDigest
|
|
1672
1622
|
**/
|
|
1673
1623
|
ArgonPrimitivesDigestsBlockVoteDigest: {
|
|
1674
1624
|
votingPower: 'Compact<u128>',
|
|
1675
|
-
votesCount: 'Compact<u32>'
|
|
1625
|
+
votesCount: 'Compact<u32>'
|
|
1676
1626
|
},
|
|
1677
1627
|
/**
|
|
1678
1628
|
* Lookup162: argon_primitives::digests::ParentVotingKeyDigest
|
|
1679
1629
|
**/
|
|
1680
1630
|
ArgonPrimitivesDigestsParentVotingKeyDigest: {
|
|
1681
|
-
parentVotingKey: 'Option<H256>'
|
|
1631
|
+
parentVotingKey: 'Option<H256>'
|
|
1682
1632
|
},
|
|
1683
1633
|
/**
|
|
1684
1634
|
* Lookup165: argon_primitives::fork_power::ForkPower
|
|
@@ -1690,7 +1640,7 @@ export default {
|
|
|
1690
1640
|
sealStrength: 'U256',
|
|
1691
1641
|
totalComputeDifficulty: 'U256',
|
|
1692
1642
|
voteCreatedBlocks: 'Compact<u128>',
|
|
1693
|
-
minerNonceScore: 'Option<U256>'
|
|
1643
|
+
minerNonceScore: 'Option<U256>'
|
|
1694
1644
|
},
|
|
1695
1645
|
/**
|
|
1696
1646
|
* Lookup170: argon_primitives::digests::FrameInfo
|
|
@@ -1698,13 +1648,13 @@ export default {
|
|
|
1698
1648
|
ArgonPrimitivesDigestsFrameInfo: {
|
|
1699
1649
|
frameId: 'Compact<u64>',
|
|
1700
1650
|
frameRewardTicksRemaining: 'Compact<u32>',
|
|
1701
|
-
isNewFrame: 'bool'
|
|
1651
|
+
isNewFrame: 'bool'
|
|
1702
1652
|
},
|
|
1703
1653
|
/**
|
|
1704
1654
|
* Lookup172: argon_primitives::digests::NotebookDigest<argon_notary_audit::error::VerifyError>
|
|
1705
1655
|
**/
|
|
1706
1656
|
ArgonPrimitivesDigestsNotebookDigest: {
|
|
1707
|
-
notebooks: 'Vec<ArgonPrimitivesNotebookNotebookAuditResult>'
|
|
1657
|
+
notebooks: 'Vec<ArgonPrimitivesNotebookNotebookAuditResult>'
|
|
1708
1658
|
},
|
|
1709
1659
|
/**
|
|
1710
1660
|
* Lookup174: argon_primitives::notebook::NotebookAuditResult<argon_notary_audit::error::VerifyError>
|
|
@@ -1713,27 +1663,13 @@ export default {
|
|
|
1713
1663
|
notaryId: 'Compact<u32>',
|
|
1714
1664
|
notebookNumber: 'Compact<u32>',
|
|
1715
1665
|
tick: 'Compact<u64>',
|
|
1716
|
-
auditFirstFailure: 'Option<ArgonNotaryAuditErrorVerifyError>'
|
|
1666
|
+
auditFirstFailure: 'Option<ArgonNotaryAuditErrorVerifyError>'
|
|
1717
1667
|
},
|
|
1718
1668
|
/**
|
|
1719
1669
|
* Lookup177: pallet_digests::pallet::Error<T>
|
|
1720
1670
|
**/
|
|
1721
1671
|
PalletDigestsError: {
|
|
1722
|
-
_enum: [
|
|
1723
|
-
'DuplicateBlockVoteDigest',
|
|
1724
|
-
'DuplicateAuthorDigest',
|
|
1725
|
-
'DuplicateTickDigest',
|
|
1726
|
-
'DuplicateParentVotingKeyDigest',
|
|
1727
|
-
'DuplicateNotebookDigest',
|
|
1728
|
-
'DuplicateForkPowerDigest',
|
|
1729
|
-
'MissingBlockVoteDigest',
|
|
1730
|
-
'MissingAuthorDigest',
|
|
1731
|
-
'MissingTickDigest',
|
|
1732
|
-
'MissingParentVotingKeyDigest',
|
|
1733
|
-
'MissingNotebookDigest',
|
|
1734
|
-
'CouldNotDecodeDigest',
|
|
1735
|
-
'DuplicateFrameInfoDigest',
|
|
1736
|
-
],
|
|
1672
|
+
_enum: ['DuplicateBlockVoteDigest', 'DuplicateAuthorDigest', 'DuplicateTickDigest', 'DuplicateParentVotingKeyDigest', 'DuplicateNotebookDigest', 'DuplicateForkPowerDigest', 'MissingBlockVoteDigest', 'MissingAuthorDigest', 'MissingTickDigest', 'MissingParentVotingKeyDigest', 'MissingNotebookDigest', 'CouldNotDecodeDigest', 'DuplicateFrameInfoDigest']
|
|
1737
1673
|
},
|
|
1738
1674
|
/**
|
|
1739
1675
|
* Lookup178: pallet_timestamp::pallet::Call<T>
|
|
@@ -1741,9 +1677,9 @@ export default {
|
|
|
1741
1677
|
PalletTimestampCall: {
|
|
1742
1678
|
_enum: {
|
|
1743
1679
|
set: {
|
|
1744
|
-
now: 'Compact<u64>'
|
|
1745
|
-
}
|
|
1746
|
-
}
|
|
1680
|
+
now: 'Compact<u64>'
|
|
1681
|
+
}
|
|
1682
|
+
}
|
|
1747
1683
|
},
|
|
1748
1684
|
/**
|
|
1749
1685
|
* Lookup180: pallet_multisig::Multisig<BlockNumber, Balance, sp_core::crypto::AccountId32, MaxApprovals>
|
|
@@ -1752,7 +1688,7 @@ export default {
|
|
|
1752
1688
|
when: 'PalletMultisigTimepoint',
|
|
1753
1689
|
deposit: 'u128',
|
|
1754
1690
|
depositor: 'AccountId32',
|
|
1755
|
-
approvals: 'Vec<AccountId32>'
|
|
1691
|
+
approvals: 'Vec<AccountId32>'
|
|
1756
1692
|
},
|
|
1757
1693
|
/**
|
|
1758
1694
|
* Lookup183: pallet_multisig::pallet::Call<T>
|
|
@@ -1786,9 +1722,9 @@ export default {
|
|
|
1786
1722
|
poke_deposit: {
|
|
1787
1723
|
threshold: 'u16',
|
|
1788
1724
|
otherSignatories: 'Vec<AccountId32>',
|
|
1789
|
-
callHash: '[u8;32]'
|
|
1790
|
-
}
|
|
1791
|
-
}
|
|
1725
|
+
callHash: '[u8;32]'
|
|
1726
|
+
}
|
|
1727
|
+
}
|
|
1792
1728
|
},
|
|
1793
1729
|
/**
|
|
1794
1730
|
* Lookup185: pallet_proxy::pallet::Call<T>
|
|
@@ -1841,8 +1777,8 @@ export default {
|
|
|
1841
1777
|
forceProxyType: 'Option<ArgonRuntimeProxyType>',
|
|
1842
1778
|
call: 'Call',
|
|
1843
1779
|
},
|
|
1844
|
-
poke_deposit: 'Null'
|
|
1845
|
-
}
|
|
1780
|
+
poke_deposit: 'Null'
|
|
1781
|
+
}
|
|
1846
1782
|
},
|
|
1847
1783
|
/**
|
|
1848
1784
|
* Lookup189: pallet_ticks::pallet::Call<T>
|
|
@@ -1863,9 +1799,9 @@ export default {
|
|
|
1863
1799
|
},
|
|
1864
1800
|
configure_mining_slot_delay: {
|
|
1865
1801
|
miningSlotDelay: 'Option<u64>',
|
|
1866
|
-
ticksBeforeBidEndForVrfClose: 'Option<u64>'
|
|
1867
|
-
}
|
|
1868
|
-
}
|
|
1802
|
+
ticksBeforeBidEndForVrfClose: 'Option<u64>'
|
|
1803
|
+
}
|
|
1804
|
+
}
|
|
1869
1805
|
},
|
|
1870
1806
|
/**
|
|
1871
1807
|
* Lookup191: pallet_bitcoin_utxos::pallet::Call<T>
|
|
@@ -1888,9 +1824,9 @@ export default {
|
|
|
1888
1824
|
},
|
|
1889
1825
|
reject_utxo_candidate: {
|
|
1890
1826
|
utxoId: 'u64',
|
|
1891
|
-
utxoRef: 'ArgonPrimitivesBitcoinUtxoRef'
|
|
1892
|
-
}
|
|
1893
|
-
}
|
|
1827
|
+
utxoRef: 'ArgonPrimitivesBitcoinUtxoRef'
|
|
1828
|
+
}
|
|
1829
|
+
}
|
|
1894
1830
|
},
|
|
1895
1831
|
/**
|
|
1896
1832
|
* Lookup192: argon_primitives::inherents::BitcoinUtxoSync
|
|
@@ -1898,7 +1834,7 @@ export default {
|
|
|
1898
1834
|
ArgonPrimitivesInherentsBitcoinUtxoSync: {
|
|
1899
1835
|
spent: 'Vec<ArgonPrimitivesInherentsBitcoinUtxoSpend>',
|
|
1900
1836
|
funded: 'Vec<ArgonPrimitivesInherentsBitcoinUtxoFunding>',
|
|
1901
|
-
syncToBlock: 'ArgonPrimitivesBitcoinBitcoinBlock'
|
|
1837
|
+
syncToBlock: 'ArgonPrimitivesBitcoinBitcoinBlock'
|
|
1902
1838
|
},
|
|
1903
1839
|
/**
|
|
1904
1840
|
* Lookup194: argon_primitives::inherents::BitcoinUtxoSpend
|
|
@@ -1906,7 +1842,7 @@ export default {
|
|
|
1906
1842
|
ArgonPrimitivesInherentsBitcoinUtxoSpend: {
|
|
1907
1843
|
utxoId: 'Compact<u64>',
|
|
1908
1844
|
utxoRef: 'Option<ArgonPrimitivesBitcoinUtxoRef>',
|
|
1909
|
-
bitcoinHeight: 'Compact<u64>'
|
|
1845
|
+
bitcoinHeight: 'Compact<u64>'
|
|
1910
1846
|
},
|
|
1911
1847
|
/**
|
|
1912
1848
|
* Lookup197: argon_primitives::inherents::BitcoinUtxoFunding
|
|
@@ -1916,14 +1852,14 @@ export default {
|
|
|
1916
1852
|
utxoRef: 'ArgonPrimitivesBitcoinUtxoRef',
|
|
1917
1853
|
satoshis: 'Compact<u64>',
|
|
1918
1854
|
expectedSatoshis: 'Compact<u64>',
|
|
1919
|
-
bitcoinHeight: 'Compact<u64>'
|
|
1855
|
+
bitcoinHeight: 'Compact<u64>'
|
|
1920
1856
|
},
|
|
1921
1857
|
/**
|
|
1922
1858
|
* Lookup198: argon_primitives::bitcoin::BitcoinBlock
|
|
1923
1859
|
**/
|
|
1924
1860
|
ArgonPrimitivesBitcoinBitcoinBlock: {
|
|
1925
1861
|
blockHeight: 'Compact<u64>',
|
|
1926
|
-
blockHash: 'ArgonPrimitivesBitcoinH256Le'
|
|
1862
|
+
blockHash: 'ArgonPrimitivesBitcoinH256Le'
|
|
1927
1863
|
},
|
|
1928
1864
|
/**
|
|
1929
1865
|
* Lookup199: pallet_vaults::pallet::Call<T>
|
|
@@ -1956,9 +1892,9 @@ export default {
|
|
|
1956
1892
|
delegateAccountId: 'Option<AccountId32>',
|
|
1957
1893
|
},
|
|
1958
1894
|
set_name: {
|
|
1959
|
-
name: 'Option<Bytes>'
|
|
1960
|
-
}
|
|
1961
|
-
}
|
|
1895
|
+
name: 'Option<Bytes>'
|
|
1896
|
+
}
|
|
1897
|
+
}
|
|
1962
1898
|
},
|
|
1963
1899
|
/**
|
|
1964
1900
|
* Lookup200: pallet_vaults::pallet::VaultConfig<Balance>
|
|
@@ -1968,7 +1904,7 @@ export default {
|
|
|
1968
1904
|
name: 'Option<Bytes>',
|
|
1969
1905
|
securitization: 'Compact<u128>',
|
|
1970
1906
|
bitcoinXpubkey: 'ArgonPrimitivesBitcoinOpaqueBitcoinXpub',
|
|
1971
|
-
securitizationRatio: 'Compact<u128>'
|
|
1907
|
+
securitizationRatio: 'Compact<u128>'
|
|
1972
1908
|
},
|
|
1973
1909
|
/**
|
|
1974
1910
|
* Lookup201: argon_primitives::vault::VaultTerms<Balance>
|
|
@@ -1976,7 +1912,7 @@ export default {
|
|
|
1976
1912
|
ArgonPrimitivesVaultVaultTerms: {
|
|
1977
1913
|
bitcoinAnnualPercentRate: 'Compact<u128>',
|
|
1978
1914
|
bitcoinBaseFee: 'Compact<u128>',
|
|
1979
|
-
treasuryProfitSharing: 'Compact<Permill>'
|
|
1915
|
+
treasuryProfitSharing: 'Compact<Permill>'
|
|
1980
1916
|
},
|
|
1981
1917
|
/**
|
|
1982
1918
|
* Lookup207: argon_primitives::bitcoin::OpaqueBitcoinXpub
|
|
@@ -2029,9 +1965,9 @@ export default {
|
|
|
2029
1965
|
},
|
|
2030
1966
|
increase_securitization: {
|
|
2031
1967
|
utxoId: 'u64',
|
|
2032
|
-
newSatoshis: 'Compact<u64>'
|
|
2033
|
-
}
|
|
2034
|
-
}
|
|
1968
|
+
newSatoshis: 'Compact<u64>'
|
|
1969
|
+
}
|
|
1970
|
+
}
|
|
2035
1971
|
},
|
|
2036
1972
|
/**
|
|
2037
1973
|
* Lookup210: argon_primitives::bitcoin::CompressedBitcoinPubkey
|
|
@@ -2043,9 +1979,9 @@ export default {
|
|
|
2043
1979
|
PalletBitcoinLocksLockOptions: {
|
|
2044
1980
|
_enum: {
|
|
2045
1981
|
V1: {
|
|
2046
|
-
microgonsAtTargetPerBtc: 'Option<u128>'
|
|
2047
|
-
}
|
|
2048
|
-
}
|
|
1982
|
+
microgonsAtTargetPerBtc: 'Option<u128>'
|
|
1983
|
+
}
|
|
1984
|
+
}
|
|
2049
1985
|
},
|
|
2050
1986
|
/**
|
|
2051
1987
|
* Lookup216: pallet_notaries::pallet::Call<T>
|
|
@@ -2061,9 +1997,9 @@ export default {
|
|
|
2061
1997
|
update: {
|
|
2062
1998
|
notaryId: 'Compact<u32>',
|
|
2063
1999
|
meta: 'ArgonPrimitivesNotaryNotaryMeta',
|
|
2064
|
-
effectiveTick: 'Compact<u64>'
|
|
2065
|
-
}
|
|
2066
|
-
}
|
|
2000
|
+
effectiveTick: 'Compact<u64>'
|
|
2001
|
+
}
|
|
2002
|
+
}
|
|
2067
2003
|
},
|
|
2068
2004
|
/**
|
|
2069
2005
|
* Lookup217: pallet_notebook::pallet::Call<T>
|
|
@@ -2074,16 +2010,16 @@ export default {
|
|
|
2074
2010
|
notebooks: 'Vec<ArgonPrimitivesNotebookSignedNotebookHeader>',
|
|
2075
2011
|
},
|
|
2076
2012
|
unlock: {
|
|
2077
|
-
notaryId: 'u32'
|
|
2078
|
-
}
|
|
2079
|
-
}
|
|
2013
|
+
notaryId: 'u32'
|
|
2014
|
+
}
|
|
2015
|
+
}
|
|
2080
2016
|
},
|
|
2081
2017
|
/**
|
|
2082
2018
|
* Lookup219: argon_primitives::notebook::SignedNotebookHeader
|
|
2083
2019
|
**/
|
|
2084
2020
|
ArgonPrimitivesNotebookSignedNotebookHeader: {
|
|
2085
2021
|
header: 'ArgonPrimitivesNotebookNotebookHeader',
|
|
2086
|
-
signature: '[u8;64]'
|
|
2022
|
+
signature: '[u8;64]'
|
|
2087
2023
|
},
|
|
2088
2024
|
/**
|
|
2089
2025
|
* Lookup220: argon_primitives::notebook::NotebookHeader
|
|
@@ -2103,7 +2039,7 @@ export default {
|
|
|
2103
2039
|
blockVotingPower: 'Compact<u128>',
|
|
2104
2040
|
secretHash: 'H256',
|
|
2105
2041
|
parentSecret: 'Option<H256>',
|
|
2106
|
-
domains: 'Vec<(H256,AccountId32)>'
|
|
2042
|
+
domains: 'Vec<(H256,AccountId32)>'
|
|
2107
2043
|
},
|
|
2108
2044
|
/**
|
|
2109
2045
|
* Lookup223: argon_primitives::notebook::ChainTransfer
|
|
@@ -2115,16 +2051,16 @@ export default {
|
|
|
2115
2051
|
amount: 'Compact<u128>',
|
|
2116
2052
|
},
|
|
2117
2053
|
ToLocalchain: {
|
|
2118
|
-
transferId: 'Compact<u32>'
|
|
2119
|
-
}
|
|
2120
|
-
}
|
|
2054
|
+
transferId: 'Compact<u32>'
|
|
2055
|
+
}
|
|
2056
|
+
}
|
|
2121
2057
|
},
|
|
2122
2058
|
/**
|
|
2123
2059
|
* Lookup226: argon_primitives::balance_change::AccountOrigin
|
|
2124
2060
|
**/
|
|
2125
2061
|
ArgonPrimitivesBalanceChangeAccountOrigin: {
|
|
2126
2062
|
notebookNumber: 'Compact<u32>',
|
|
2127
|
-
accountUid: 'Compact<u32>'
|
|
2063
|
+
accountUid: 'Compact<u32>'
|
|
2128
2064
|
},
|
|
2129
2065
|
/**
|
|
2130
2066
|
* Lookup233: pallet_localchain_transfer::pallet::Call<T>
|
|
@@ -2133,9 +2069,9 @@ export default {
|
|
|
2133
2069
|
_enum: {
|
|
2134
2070
|
send_to_localchain: {
|
|
2135
2071
|
amount: 'Compact<u128>',
|
|
2136
|
-
notaryId: 'u32'
|
|
2137
|
-
}
|
|
2138
|
-
}
|
|
2072
|
+
notaryId: 'u32'
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
2139
2075
|
},
|
|
2140
2076
|
/**
|
|
2141
2077
|
* Lookup234: pallet_block_seal_spec::pallet::Call<T>
|
|
@@ -2144,9 +2080,9 @@ export default {
|
|
|
2144
2080
|
_enum: {
|
|
2145
2081
|
configure: {
|
|
2146
2082
|
voteMinimum: 'Option<u128>',
|
|
2147
|
-
computeDifficulty: 'Option<u128>'
|
|
2148
|
-
}
|
|
2149
|
-
}
|
|
2083
|
+
computeDifficulty: 'Option<u128>'
|
|
2084
|
+
}
|
|
2085
|
+
}
|
|
2150
2086
|
},
|
|
2151
2087
|
/**
|
|
2152
2088
|
* Lookup235: pallet_domains::pallet::Call<T>
|
|
@@ -2155,9 +2091,9 @@ export default {
|
|
|
2155
2091
|
_enum: {
|
|
2156
2092
|
set_zone_record: {
|
|
2157
2093
|
domainHash: 'H256',
|
|
2158
|
-
zoneRecord: 'ArgonPrimitivesDomainZoneRecord'
|
|
2159
|
-
}
|
|
2160
|
-
}
|
|
2094
|
+
zoneRecord: 'ArgonPrimitivesDomainZoneRecord'
|
|
2095
|
+
}
|
|
2096
|
+
}
|
|
2161
2097
|
},
|
|
2162
2098
|
/**
|
|
2163
2099
|
* Lookup236: pallet_price_index::pallet::Call<T>
|
|
@@ -2168,9 +2104,9 @@ export default {
|
|
|
2168
2104
|
index: 'PalletPriceIndexPriceIndex',
|
|
2169
2105
|
},
|
|
2170
2106
|
set_operator: {
|
|
2171
|
-
accountId: 'AccountId32'
|
|
2172
|
-
}
|
|
2173
|
-
}
|
|
2107
|
+
accountId: 'AccountId32'
|
|
2108
|
+
}
|
|
2109
|
+
}
|
|
2174
2110
|
},
|
|
2175
2111
|
/**
|
|
2176
2112
|
* Lookup237: pallet_price_index::PriceIndex
|
|
@@ -2181,7 +2117,7 @@ export default {
|
|
|
2181
2117
|
argonUsdPrice: 'Compact<u128>',
|
|
2182
2118
|
argonUsdTargetPrice: 'u128',
|
|
2183
2119
|
argonTimeWeightedAverageLiquidity: 'u128',
|
|
2184
|
-
tick: 'Compact<u64>'
|
|
2120
|
+
tick: 'Compact<u64>'
|
|
2185
2121
|
},
|
|
2186
2122
|
/**
|
|
2187
2123
|
* Lookup238: pallet_grandpa::pallet::Call<T>
|
|
@@ -2198,16 +2134,16 @@ export default {
|
|
|
2198
2134
|
},
|
|
2199
2135
|
note_stalled: {
|
|
2200
2136
|
delay: 'u32',
|
|
2201
|
-
bestFinalizedBlockNumber: 'u32'
|
|
2202
|
-
}
|
|
2203
|
-
}
|
|
2137
|
+
bestFinalizedBlockNumber: 'u32'
|
|
2138
|
+
}
|
|
2139
|
+
}
|
|
2204
2140
|
},
|
|
2205
2141
|
/**
|
|
2206
2142
|
* Lookup239: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
2207
2143
|
**/
|
|
2208
2144
|
SpConsensusGrandpaEquivocationProof: {
|
|
2209
2145
|
setId: 'u64',
|
|
2210
|
-
equivocation: 'SpConsensusGrandpaEquivocation'
|
|
2146
|
+
equivocation: 'SpConsensusGrandpaEquivocation'
|
|
2211
2147
|
},
|
|
2212
2148
|
/**
|
|
2213
2149
|
* Lookup240: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
@@ -2215,8 +2151,8 @@ export default {
|
|
|
2215
2151
|
SpConsensusGrandpaEquivocation: {
|
|
2216
2152
|
_enum: {
|
|
2217
2153
|
Prevote: 'FinalityGrandpaEquivocationPrevote',
|
|
2218
|
-
Precommit: 'FinalityGrandpaEquivocationPrecommit'
|
|
2219
|
-
}
|
|
2154
|
+
Precommit: 'FinalityGrandpaEquivocationPrecommit'
|
|
2155
|
+
}
|
|
2220
2156
|
},
|
|
2221
2157
|
/**
|
|
2222
2158
|
* Lookup241: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
@@ -2225,14 +2161,14 @@ export default {
|
|
|
2225
2161
|
roundNumber: 'u64',
|
|
2226
2162
|
identity: 'SpConsensusGrandpaAppPublic',
|
|
2227
2163
|
first: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
|
|
2228
|
-
second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
|
|
2164
|
+
second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)'
|
|
2229
2165
|
},
|
|
2230
2166
|
/**
|
|
2231
2167
|
* Lookup242: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
2232
2168
|
**/
|
|
2233
2169
|
FinalityGrandpaPrevote: {
|
|
2234
2170
|
targetHash: 'H256',
|
|
2235
|
-
targetNumber: 'u32'
|
|
2171
|
+
targetNumber: 'u32'
|
|
2236
2172
|
},
|
|
2237
2173
|
/**
|
|
2238
2174
|
* Lookup243: sp_consensus_grandpa::app::Signature
|
|
@@ -2245,14 +2181,14 @@ export default {
|
|
|
2245
2181
|
roundNumber: 'u64',
|
|
2246
2182
|
identity: 'SpConsensusGrandpaAppPublic',
|
|
2247
2183
|
first: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
|
|
2248
|
-
second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
|
|
2184
|
+
second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)'
|
|
2249
2185
|
},
|
|
2250
2186
|
/**
|
|
2251
2187
|
* Lookup246: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
2252
2188
|
**/
|
|
2253
2189
|
FinalityGrandpaPrecommit: {
|
|
2254
2190
|
targetHash: 'H256',
|
|
2255
|
-
targetNumber: 'u32'
|
|
2191
|
+
targetNumber: 'u32'
|
|
2256
2192
|
},
|
|
2257
2193
|
/**
|
|
2258
2194
|
* Lookup248: sp_core::Void
|
|
@@ -2264,9 +2200,9 @@ export default {
|
|
|
2264
2200
|
PalletBlockSealCall: {
|
|
2265
2201
|
_enum: {
|
|
2266
2202
|
apply: {
|
|
2267
|
-
seal: 'ArgonPrimitivesInherentsBlockSealInherent'
|
|
2268
|
-
}
|
|
2269
|
-
}
|
|
2203
|
+
seal: 'ArgonPrimitivesInherentsBlockSealInherent'
|
|
2204
|
+
}
|
|
2205
|
+
}
|
|
2270
2206
|
},
|
|
2271
2207
|
/**
|
|
2272
2208
|
* Lookup250: argon_primitives::inherents::BlockSealInherent
|
|
@@ -2281,8 +2217,8 @@ export default {
|
|
|
2281
2217
|
blockVote: 'ArgonPrimitivesBlockVoteBlockVoteT',
|
|
2282
2218
|
minerNonceScore: 'Option<U256>',
|
|
2283
2219
|
},
|
|
2284
|
-
Compute: 'Null'
|
|
2285
|
-
}
|
|
2220
|
+
Compute: 'Null'
|
|
2221
|
+
}
|
|
2286
2222
|
},
|
|
2287
2223
|
/**
|
|
2288
2224
|
* Lookup251: argon_primitives::balance_change::MerkleProof
|
|
@@ -2290,7 +2226,7 @@ export default {
|
|
|
2290
2226
|
ArgonPrimitivesBalanceChangeMerkleProof: {
|
|
2291
2227
|
proof: 'Vec<H256>',
|
|
2292
2228
|
numberOfLeaves: 'Compact<u32>',
|
|
2293
|
-
leafIndex: 'Compact<u32>'
|
|
2229
|
+
leafIndex: 'Compact<u32>'
|
|
2294
2230
|
},
|
|
2295
2231
|
/**
|
|
2296
2232
|
* Lookup253: argon_primitives::block_vote::BlockVoteT<primitive_types::H256>
|
|
@@ -2302,7 +2238,7 @@ export default {
|
|
|
2302
2238
|
power: 'Compact<u128>',
|
|
2303
2239
|
signature: 'SpRuntimeMultiSignature',
|
|
2304
2240
|
blockRewardsAccountId: 'AccountId32',
|
|
2305
|
-
tick: 'Compact<u64>'
|
|
2241
|
+
tick: 'Compact<u64>'
|
|
2306
2242
|
},
|
|
2307
2243
|
/**
|
|
2308
2244
|
* Lookup254: sp_runtime::MultiSignature
|
|
@@ -2312,8 +2248,8 @@ export default {
|
|
|
2312
2248
|
Ed25519: '[u8;64]',
|
|
2313
2249
|
Sr25519: '[u8;64]',
|
|
2314
2250
|
Ecdsa: '[u8;65]',
|
|
2315
|
-
Eth: '[u8;65]'
|
|
2316
|
-
}
|
|
2251
|
+
Eth: '[u8;65]'
|
|
2252
|
+
}
|
|
2317
2253
|
},
|
|
2318
2254
|
/**
|
|
2319
2255
|
* Lookup256: pallet_block_rewards::pallet::Call<T>
|
|
@@ -2321,9 +2257,9 @@ export default {
|
|
|
2321
2257
|
PalletBlockRewardsCall: {
|
|
2322
2258
|
_enum: {
|
|
2323
2259
|
set_block_rewards_paused: {
|
|
2324
|
-
paused: 'bool'
|
|
2325
|
-
}
|
|
2326
|
-
}
|
|
2260
|
+
paused: 'bool'
|
|
2261
|
+
}
|
|
2262
|
+
}
|
|
2327
2263
|
},
|
|
2328
2264
|
/**
|
|
2329
2265
|
* Lookup257: pallet_mint::pallet::Call<T>
|
|
@@ -2370,15 +2306,15 @@ export default {
|
|
|
2370
2306
|
},
|
|
2371
2307
|
burn: {
|
|
2372
2308
|
value: 'Compact<u128>',
|
|
2373
|
-
keepAlive: 'bool'
|
|
2374
|
-
}
|
|
2375
|
-
}
|
|
2309
|
+
keepAlive: 'bool'
|
|
2310
|
+
}
|
|
2311
|
+
}
|
|
2376
2312
|
},
|
|
2377
2313
|
/**
|
|
2378
2314
|
* Lookup259: pallet_balances::types::AdjustmentDirection
|
|
2379
2315
|
**/
|
|
2380
2316
|
PalletBalancesAdjustmentDirection: {
|
|
2381
|
-
_enum: ['Increase', 'Decrease']
|
|
2317
|
+
_enum: ['Increase', 'Decrease']
|
|
2382
2318
|
},
|
|
2383
2319
|
/**
|
|
2384
2320
|
* Lookup261: pallet_tx_pause::pallet::Call<T>
|
|
@@ -2389,9 +2325,9 @@ export default {
|
|
|
2389
2325
|
fullName: '(Bytes,Bytes)',
|
|
2390
2326
|
},
|
|
2391
2327
|
unpause: {
|
|
2392
|
-
ident: '(Bytes,Bytes)'
|
|
2393
|
-
}
|
|
2394
|
-
}
|
|
2328
|
+
ident: '(Bytes,Bytes)'
|
|
2329
|
+
}
|
|
2330
|
+
}
|
|
2395
2331
|
},
|
|
2396
2332
|
/**
|
|
2397
2333
|
* Lookup262: pallet_utility::pallet::Call<T>
|
|
@@ -2425,9 +2361,9 @@ export default {
|
|
|
2425
2361
|
},
|
|
2426
2362
|
dispatch_as_fallible: {
|
|
2427
2363
|
asOrigin: 'ArgonRuntimeOriginCaller',
|
|
2428
|
-
call: 'Call'
|
|
2429
|
-
}
|
|
2430
|
-
}
|
|
2364
|
+
call: 'Call'
|
|
2365
|
+
}
|
|
2366
|
+
}
|
|
2431
2367
|
},
|
|
2432
2368
|
/**
|
|
2433
2369
|
* Lookup264: pallet_sudo::pallet::Call<T>
|
|
@@ -2451,8 +2387,8 @@ export default {
|
|
|
2451
2387
|
who: 'MultiAddress',
|
|
2452
2388
|
call: 'Call',
|
|
2453
2389
|
},
|
|
2454
|
-
remove_key: 'Null'
|
|
2455
|
-
}
|
|
2390
|
+
remove_key: 'Null'
|
|
2391
|
+
}
|
|
2456
2392
|
},
|
|
2457
2393
|
/**
|
|
2458
2394
|
* Lookup265: pallet_treasury::pallet::Call<T>
|
|
@@ -2468,9 +2404,9 @@ export default {
|
|
|
2468
2404
|
bonds: 'u32',
|
|
2469
2405
|
},
|
|
2470
2406
|
liquidate_bond_lot: {
|
|
2471
|
-
bondLotId: 'u64'
|
|
2472
|
-
}
|
|
2473
|
-
}
|
|
2407
|
+
bondLotId: 'u64'
|
|
2408
|
+
}
|
|
2409
|
+
}
|
|
2474
2410
|
},
|
|
2475
2411
|
/**
|
|
2476
2412
|
* Lookup266: pallet_operational_accounts::pallet::Call<T>
|
|
@@ -2496,17 +2432,17 @@ export default {
|
|
|
2496
2432
|
},
|
|
2497
2433
|
activate: 'Null',
|
|
2498
2434
|
claim_rewards: {
|
|
2499
|
-
amount: 'u128'
|
|
2500
|
-
}
|
|
2501
|
-
}
|
|
2435
|
+
amount: 'u128'
|
|
2436
|
+
}
|
|
2437
|
+
}
|
|
2502
2438
|
},
|
|
2503
2439
|
/**
|
|
2504
2440
|
* Lookup267: pallet_operational_accounts::pallet::Registration<T>
|
|
2505
2441
|
**/
|
|
2506
2442
|
PalletOperationalAccountsRegistration: {
|
|
2507
2443
|
_enum: {
|
|
2508
|
-
V1: 'PalletOperationalAccountsRegistrationV1'
|
|
2509
|
-
}
|
|
2444
|
+
V1: 'PalletOperationalAccountsRegistrationV1'
|
|
2445
|
+
}
|
|
2510
2446
|
},
|
|
2511
2447
|
/**
|
|
2512
2448
|
* Lookup268: pallet_operational_accounts::pallet::RegistrationV1<T>
|
|
@@ -2521,7 +2457,7 @@ export default {
|
|
|
2521
2457
|
vaultAccountProof: 'PalletOperationalAccountsAccountOwnershipProof',
|
|
2522
2458
|
miningFundingAccountProof: 'PalletOperationalAccountsAccountOwnershipProof',
|
|
2523
2459
|
miningBotAccountProof: 'PalletOperationalAccountsAccountOwnershipProof',
|
|
2524
|
-
referralProof: 'Option<PalletOperationalAccountsReferralProof>'
|
|
2460
|
+
referralProof: 'Option<PalletOperationalAccountsReferralProof>'
|
|
2525
2461
|
},
|
|
2526
2462
|
/**
|
|
2527
2463
|
* Lookup269: pallet_operational_accounts::pallet::OpaqueEncryptionPubkey
|
|
@@ -2531,7 +2467,7 @@ export default {
|
|
|
2531
2467
|
* Lookup270: pallet_operational_accounts::pallet::AccountOwnershipProof
|
|
2532
2468
|
**/
|
|
2533
2469
|
PalletOperationalAccountsAccountOwnershipProof: {
|
|
2534
|
-
signature: 'SpRuntimeMultiSignature'
|
|
2470
|
+
signature: 'SpRuntimeMultiSignature'
|
|
2535
2471
|
},
|
|
2536
2472
|
/**
|
|
2537
2473
|
* Lookup272: pallet_operational_accounts::pallet::ReferralProof<sp_core::crypto::AccountId32>
|
|
@@ -2541,7 +2477,7 @@ export default {
|
|
|
2541
2477
|
referralSignature: '[u8;64]',
|
|
2542
2478
|
sponsor: 'AccountId32',
|
|
2543
2479
|
expiresAtFrame: 'Compact<u64>',
|
|
2544
|
-
sponsorSignature: 'SpRuntimeMultiSignature'
|
|
2480
|
+
sponsorSignature: 'SpRuntimeMultiSignature'
|
|
2545
2481
|
},
|
|
2546
2482
|
/**
|
|
2547
2483
|
* Lookup273: pallet_operational_accounts::pallet::OperationalProgressPatch<Balance>
|
|
@@ -2551,7 +2487,7 @@ export default {
|
|
|
2551
2487
|
vaultCreated: 'Option<bool>',
|
|
2552
2488
|
hasTreasuryPoolParticipation: 'Option<bool>',
|
|
2553
2489
|
observedBitcoinTotal: 'Option<u128>',
|
|
2554
|
-
observedMiningSeatTotal: 'Option<u32>'
|
|
2490
|
+
observedMiningSeatTotal: 'Option<u32>'
|
|
2555
2491
|
},
|
|
2556
2492
|
/**
|
|
2557
2493
|
* Lookup275: pallet_ethereum_verifier::pallet::Call<T>
|
|
@@ -2569,9 +2505,9 @@ export default {
|
|
|
2569
2505
|
executionProof: 'PalletEthereumVerifierExecutionProof',
|
|
2570
2506
|
},
|
|
2571
2507
|
set_operating_mode: {
|
|
2572
|
-
mode: 'PalletEthereumVerifierBasicOperatingMode'
|
|
2573
|
-
}
|
|
2574
|
-
}
|
|
2508
|
+
mode: 'PalletEthereumVerifierBasicOperatingMode'
|
|
2509
|
+
}
|
|
2510
|
+
}
|
|
2575
2511
|
},
|
|
2576
2512
|
/**
|
|
2577
2513
|
* Lookup276: pallet_ethereum_verifier::types::CheckpointUpdate
|
|
@@ -2580,7 +2516,7 @@ export default {
|
|
|
2580
2516
|
header: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
2581
2517
|
currentSyncCommittee: 'PalletEthereumVerifierSyncCommittee',
|
|
2582
2518
|
currentSyncCommitteeBranch: 'Vec<H256>',
|
|
2583
|
-
validatorsRoot: 'H256'
|
|
2519
|
+
validatorsRoot: 'H256'
|
|
2584
2520
|
},
|
|
2585
2521
|
/**
|
|
2586
2522
|
* Lookup277: snowbridge_beacon_primitives::types::BeaconHeader
|
|
@@ -2590,14 +2526,14 @@ export default {
|
|
|
2590
2526
|
proposerIndex: 'u64',
|
|
2591
2527
|
parentRoot: 'H256',
|
|
2592
2528
|
stateRoot: 'H256',
|
|
2593
|
-
bodyRoot: 'H256'
|
|
2529
|
+
bodyRoot: 'H256'
|
|
2594
2530
|
},
|
|
2595
2531
|
/**
|
|
2596
2532
|
* Lookup278: pallet_ethereum_verifier::types::SyncCommittee
|
|
2597
2533
|
**/
|
|
2598
2534
|
PalletEthereumVerifierSyncCommittee: {
|
|
2599
2535
|
pubkeys: 'Vec<SnowbridgeBeaconPrimitivesPublicKey>',
|
|
2600
|
-
aggregatePubkey: 'SnowbridgeBeaconPrimitivesPublicKey'
|
|
2536
|
+
aggregatePubkey: 'SnowbridgeBeaconPrimitivesPublicKey'
|
|
2601
2537
|
},
|
|
2602
2538
|
/**
|
|
2603
2539
|
* Lookup280: snowbridge_beacon_primitives::types::PublicKey
|
|
@@ -2613,14 +2549,14 @@ export default {
|
|
|
2613
2549
|
capella: 'PalletEthereumVerifierFork',
|
|
2614
2550
|
deneb: 'PalletEthereumVerifierFork',
|
|
2615
2551
|
electra: 'PalletEthereumVerifierFork',
|
|
2616
|
-
fulu: 'PalletEthereumVerifierFork'
|
|
2552
|
+
fulu: 'PalletEthereumVerifierFork'
|
|
2617
2553
|
},
|
|
2618
2554
|
/**
|
|
2619
2555
|
* Lookup285: pallet_ethereum_verifier::types::Fork
|
|
2620
2556
|
**/
|
|
2621
2557
|
PalletEthereumVerifierFork: {
|
|
2622
2558
|
version: '[u8;4]',
|
|
2623
|
-
epoch: 'Compact<u64>'
|
|
2559
|
+
epoch: 'Compact<u64>'
|
|
2624
2560
|
},
|
|
2625
2561
|
/**
|
|
2626
2562
|
* Lookup286: pallet_ethereum_verifier::types::Update
|
|
@@ -2631,14 +2567,14 @@ export default {
|
|
|
2631
2567
|
signatureSlot: 'Compact<u64>',
|
|
2632
2568
|
nextSyncCommitteeUpdate: 'Option<PalletEthereumVerifierNextSyncCommitteeUpdate>',
|
|
2633
2569
|
finalizedHeader: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
2634
|
-
finalityBranch: 'Vec<H256>'
|
|
2570
|
+
finalityBranch: 'Vec<H256>'
|
|
2635
2571
|
},
|
|
2636
2572
|
/**
|
|
2637
2573
|
* Lookup287: pallet_ethereum_verifier::types::SyncAggregate
|
|
2638
2574
|
**/
|
|
2639
2575
|
PalletEthereumVerifierSyncAggregate: {
|
|
2640
2576
|
syncCommitteeBits: 'Bytes',
|
|
2641
|
-
syncCommitteeSignature: 'SnowbridgeBeaconPrimitivesSignature'
|
|
2577
|
+
syncCommitteeSignature: 'SnowbridgeBeaconPrimitivesSignature'
|
|
2642
2578
|
},
|
|
2643
2579
|
/**
|
|
2644
2580
|
* Lookup289: snowbridge_beacon_primitives::types::Signature
|
|
@@ -2649,7 +2585,7 @@ export default {
|
|
|
2649
2585
|
**/
|
|
2650
2586
|
PalletEthereumVerifierNextSyncCommitteeUpdate: {
|
|
2651
2587
|
nextSyncCommittee: 'PalletEthereumVerifierSyncCommittee',
|
|
2652
|
-
nextSyncCommitteeBranch: 'Vec<H256>'
|
|
2588
|
+
nextSyncCommitteeBranch: 'Vec<H256>'
|
|
2653
2589
|
},
|
|
2654
2590
|
/**
|
|
2655
2591
|
* Lookup293: pallet_ethereum_verifier::types::ExecutionProof
|
|
@@ -2657,7 +2593,7 @@ export default {
|
|
|
2657
2593
|
PalletEthereumVerifierExecutionProof: {
|
|
2658
2594
|
header: 'SnowbridgeBeaconPrimitivesBeaconHeader',
|
|
2659
2595
|
executionHeader: 'SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader',
|
|
2660
|
-
executionBranch: 'Vec<H256>'
|
|
2596
|
+
executionBranch: 'Vec<H256>'
|
|
2661
2597
|
},
|
|
2662
2598
|
/**
|
|
2663
2599
|
* Lookup294: snowbridge_beacon_primitives::types::VersionedExecutionPayloadHeader
|
|
@@ -2665,8 +2601,8 @@ export default {
|
|
|
2665
2601
|
SnowbridgeBeaconPrimitivesVersionedExecutionPayloadHeader: {
|
|
2666
2602
|
_enum: {
|
|
2667
2603
|
Capella: 'SnowbridgeBeaconPrimitivesExecutionPayloadHeader',
|
|
2668
|
-
Deneb: 'SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader'
|
|
2669
|
-
}
|
|
2604
|
+
Deneb: 'SnowbridgeBeaconPrimitivesDenebExecutionPayloadHeader'
|
|
2605
|
+
}
|
|
2670
2606
|
},
|
|
2671
2607
|
/**
|
|
2672
2608
|
* Lookup295: snowbridge_beacon_primitives::types::ExecutionPayloadHeader
|
|
@@ -2686,7 +2622,7 @@ export default {
|
|
|
2686
2622
|
baseFeePerGas: 'U256',
|
|
2687
2623
|
blockHash: 'H256',
|
|
2688
2624
|
transactionsRoot: 'H256',
|
|
2689
|
-
withdrawalsRoot: 'H256'
|
|
2625
|
+
withdrawalsRoot: 'H256'
|
|
2690
2626
|
},
|
|
2691
2627
|
/**
|
|
2692
2628
|
* Lookup296: snowbridge_beacon_primitives::types::deneb::ExecutionPayloadHeader
|
|
@@ -2708,7 +2644,7 @@ export default {
|
|
|
2708
2644
|
transactionsRoot: 'H256',
|
|
2709
2645
|
withdrawalsRoot: 'H256',
|
|
2710
2646
|
blobGasUsed: 'u64',
|
|
2711
|
-
excessBlobGas: 'u64'
|
|
2647
|
+
excessBlobGas: 'u64'
|
|
2712
2648
|
},
|
|
2713
2649
|
/**
|
|
2714
2650
|
* Lookup297: pallet_crosschain_transfer::pallet::Call<T>
|
|
@@ -2719,9 +2655,9 @@ export default {
|
|
|
2719
2655
|
config: 'PalletCrosschainTransferChainConfig',
|
|
2720
2656
|
},
|
|
2721
2657
|
prove_transfer: {
|
|
2722
|
-
proof: 'PalletCrosschainTransferTransferProof'
|
|
2723
|
-
}
|
|
2724
|
-
}
|
|
2658
|
+
proof: 'PalletCrosschainTransferTransferProof'
|
|
2659
|
+
}
|
|
2660
|
+
}
|
|
2725
2661
|
},
|
|
2726
2662
|
/**
|
|
2727
2663
|
* Lookup298: pallet_crosschain_transfer::pallet::ChainConfig
|
|
@@ -2733,9 +2669,9 @@ export default {
|
|
|
2733
2669
|
argonToken: 'H160',
|
|
2734
2670
|
argonotToken: 'H160',
|
|
2735
2671
|
previousGateway: 'Option<H160>',
|
|
2736
|
-
previousReleaseExpiration: 'Option<u64>'
|
|
2737
|
-
}
|
|
2738
|
-
}
|
|
2672
|
+
previousReleaseExpiration: 'Option<u64>'
|
|
2673
|
+
}
|
|
2674
|
+
}
|
|
2739
2675
|
},
|
|
2740
2676
|
/**
|
|
2741
2677
|
* Lookup300: pallet_crosschain_transfer::pallet::TransferProof
|
|
@@ -2745,9 +2681,9 @@ export default {
|
|
|
2745
2681
|
Ethereum: {
|
|
2746
2682
|
sourceChain: 'PalletCrosschainTransferSourceChain',
|
|
2747
2683
|
eventLog: 'ArgonPrimitivesEthereumEthereumLog',
|
|
2748
|
-
proof: 'ArgonPrimitivesEthereumEthereumProof'
|
|
2749
|
-
}
|
|
2750
|
-
}
|
|
2684
|
+
proof: 'ArgonPrimitivesEthereumEthereumProof'
|
|
2685
|
+
}
|
|
2686
|
+
}
|
|
2751
2687
|
},
|
|
2752
2688
|
/**
|
|
2753
2689
|
* Lookup301: argon_primitives::ethereum::EthereumLog
|
|
@@ -2755,55 +2691,40 @@ export default {
|
|
|
2755
2691
|
ArgonPrimitivesEthereumEthereumLog: {
|
|
2756
2692
|
address: 'H160',
|
|
2757
2693
|
topics: 'Vec<H256>',
|
|
2758
|
-
data: 'Bytes'
|
|
2694
|
+
data: 'Bytes'
|
|
2759
2695
|
},
|
|
2760
2696
|
/**
|
|
2761
2697
|
* Lookup304: argon_primitives::ethereum::EthereumProof
|
|
2762
2698
|
**/
|
|
2763
2699
|
ArgonPrimitivesEthereumEthereumProof: {
|
|
2764
2700
|
executionBlockProof: 'ArgonPrimitivesEthereumEthereumExecutionBlockProof',
|
|
2765
|
-
receiptProof: 'ArgonPrimitivesEthereumEthereumReceiptProof'
|
|
2701
|
+
receiptProof: 'ArgonPrimitivesEthereumEthereumReceiptProof'
|
|
2766
2702
|
},
|
|
2767
2703
|
/**
|
|
2768
2704
|
* Lookup305: argon_primitives::ethereum::EthereumExecutionBlockProof
|
|
2769
2705
|
**/
|
|
2770
2706
|
ArgonPrimitivesEthereumEthereumExecutionBlockProof: {
|
|
2771
2707
|
anchorBlockHash: 'H256',
|
|
2772
|
-
targetToAnchorHeaderChain: 'Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>'
|
|
2708
|
+
targetToAnchorHeaderChain: 'Vec<ArgonPrimitivesEthereumEthereumExecutionHeader>'
|
|
2773
2709
|
},
|
|
2774
2710
|
/**
|
|
2775
2711
|
* Lookup307: argon_primitives::ethereum::EthereumExecutionHeader
|
|
2776
2712
|
**/
|
|
2777
2713
|
ArgonPrimitivesEthereumEthereumExecutionHeader: {
|
|
2778
|
-
rlp: 'Bytes'
|
|
2714
|
+
rlp: 'Bytes'
|
|
2779
2715
|
},
|
|
2780
2716
|
/**
|
|
2781
2717
|
* Lookup310: argon_primitives::ethereum::EthereumReceiptProof
|
|
2782
2718
|
**/
|
|
2783
2719
|
ArgonPrimitivesEthereumEthereumReceiptProof: {
|
|
2784
2720
|
transactionIndex: 'Compact<u64>',
|
|
2785
|
-
nodes: 'Vec<Bytes>'
|
|
2721
|
+
nodes: 'Vec<Bytes>'
|
|
2786
2722
|
},
|
|
2787
2723
|
/**
|
|
2788
2724
|
* Lookup314: pallet_multisig::pallet::Error<T>
|
|
2789
2725
|
**/
|
|
2790
2726
|
PalletMultisigError: {
|
|
2791
|
-
_enum: [
|
|
2792
|
-
'MinimumThreshold',
|
|
2793
|
-
'AlreadyApproved',
|
|
2794
|
-
'NoApprovalsNeeded',
|
|
2795
|
-
'TooFewSignatories',
|
|
2796
|
-
'TooManySignatories',
|
|
2797
|
-
'SignatoriesOutOfOrder',
|
|
2798
|
-
'SenderInSignatories',
|
|
2799
|
-
'NotFound',
|
|
2800
|
-
'NotOwner',
|
|
2801
|
-
'NoTimepoint',
|
|
2802
|
-
'WrongTimepoint',
|
|
2803
|
-
'UnexpectedTimepoint',
|
|
2804
|
-
'MaxWeightTooLow',
|
|
2805
|
-
'AlreadyStored',
|
|
2806
|
-
],
|
|
2727
|
+
_enum: ['MinimumThreshold', 'AlreadyApproved', 'NoApprovalsNeeded', 'TooFewSignatories', 'TooManySignatories', 'SignatoriesOutOfOrder', 'SenderInSignatories', 'NotFound', 'NotOwner', 'NoTimepoint', 'WrongTimepoint', 'UnexpectedTimepoint', 'MaxWeightTooLow', 'AlreadyStored']
|
|
2807
2728
|
},
|
|
2808
2729
|
/**
|
|
2809
2730
|
* Lookup317: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, argon_runtime::ProxyType, BlockNumber>
|
|
@@ -2811,7 +2732,7 @@ export default {
|
|
|
2811
2732
|
PalletProxyProxyDefinition: {
|
|
2812
2733
|
delegate: 'AccountId32',
|
|
2813
2734
|
proxyType: 'ArgonRuntimeProxyType',
|
|
2814
|
-
delay: 'u32'
|
|
2735
|
+
delay: 'u32'
|
|
2815
2736
|
},
|
|
2816
2737
|
/**
|
|
2817
2738
|
* Lookup321: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
|
|
@@ -2819,29 +2740,20 @@ export default {
|
|
|
2819
2740
|
PalletProxyAnnouncement: {
|
|
2820
2741
|
real: 'AccountId32',
|
|
2821
2742
|
callHash: 'H256',
|
|
2822
|
-
height: 'u32'
|
|
2743
|
+
height: 'u32'
|
|
2823
2744
|
},
|
|
2824
2745
|
/**
|
|
2825
2746
|
* Lookup323: pallet_proxy::pallet::Error<T>
|
|
2826
2747
|
**/
|
|
2827
2748
|
PalletProxyError: {
|
|
2828
|
-
_enum: [
|
|
2829
|
-
'TooMany',
|
|
2830
|
-
'NotFound',
|
|
2831
|
-
'NotProxy',
|
|
2832
|
-
'Unproxyable',
|
|
2833
|
-
'Duplicate',
|
|
2834
|
-
'NoPermission',
|
|
2835
|
-
'Unannounced',
|
|
2836
|
-
'NoSelfProxy',
|
|
2837
|
-
],
|
|
2749
|
+
_enum: ['TooMany', 'NotFound', 'NotProxy', 'Unproxyable', 'Duplicate', 'NoPermission', 'Unannounced', 'NoSelfProxy']
|
|
2838
2750
|
},
|
|
2839
2751
|
/**
|
|
2840
2752
|
* Lookup324: argon_primitives::tick::Ticker
|
|
2841
2753
|
**/
|
|
2842
2754
|
ArgonPrimitivesTickTicker: {
|
|
2843
2755
|
tickDurationMillis: 'Compact<u64>',
|
|
2844
|
-
channelHoldExpirationTicks: 'Compact<u64>'
|
|
2756
|
+
channelHoldExpirationTicks: 'Compact<u64>'
|
|
2845
2757
|
},
|
|
2846
2758
|
/**
|
|
2847
2759
|
* Lookup326: pallet_ticks::pallet::Error<T>
|
|
@@ -2854,7 +2766,7 @@ export default {
|
|
|
2854
2766
|
nonce: 'U256',
|
|
2855
2767
|
lastWinBlock: 'Option<u32>',
|
|
2856
2768
|
blocksWonInFrame: 'u16',
|
|
2857
|
-
frameStartBlocksWonSurplus: 'i16'
|
|
2769
|
+
frameStartBlocksWonSurplus: 'i16'
|
|
2858
2770
|
},
|
|
2859
2771
|
/**
|
|
2860
2772
|
* Lookup341: argon_primitives::block_seal::MiningBidStats
|
|
@@ -2863,7 +2775,7 @@ export default {
|
|
|
2863
2775
|
bidsCount: 'u32',
|
|
2864
2776
|
bidAmountMin: 'u128',
|
|
2865
2777
|
bidAmountMax: 'u128',
|
|
2866
|
-
bidAmountSum: 'u128'
|
|
2778
|
+
bidAmountSum: 'u128'
|
|
2867
2779
|
},
|
|
2868
2780
|
/**
|
|
2869
2781
|
* Lookup345: argon_primitives::block_seal::MiningSlotConfig
|
|
@@ -2871,24 +2783,13 @@ export default {
|
|
|
2871
2783
|
ArgonPrimitivesBlockSealMiningSlotConfig: {
|
|
2872
2784
|
ticksBeforeBidEndForVrfClose: 'Compact<u64>',
|
|
2873
2785
|
ticksBetweenSlots: 'Compact<u64>',
|
|
2874
|
-
slotBiddingStartAfterTicks: 'Compact<u64>'
|
|
2786
|
+
slotBiddingStartAfterTicks: 'Compact<u64>'
|
|
2875
2787
|
},
|
|
2876
2788
|
/**
|
|
2877
2789
|
* Lookup356: pallet_mining_slot::pallet::Error<T>
|
|
2878
2790
|
**/
|
|
2879
2791
|
PalletMiningSlotError: {
|
|
2880
|
-
_enum: [
|
|
2881
|
-
'SlotNotTakingBids',
|
|
2882
|
-
'TooManyBlockRegistrants',
|
|
2883
|
-
'InsufficientOwnershipTokens',
|
|
2884
|
-
'BidTooLow',
|
|
2885
|
-
'CannotRegisterOverlappingSessions',
|
|
2886
|
-
'CannotChangeFundingAccount',
|
|
2887
|
-
'InsufficientFunds',
|
|
2888
|
-
'BidCannotBeReduced',
|
|
2889
|
-
'InvalidBidAmount',
|
|
2890
|
-
'UnrecoverableHold',
|
|
2891
|
-
],
|
|
2792
|
+
_enum: ['SlotNotTakingBids', 'TooManyBlockRegistrants', 'InsufficientOwnershipTokens', 'BidTooLow', 'CannotRegisterOverlappingSessions', 'CannotChangeFundingAccount', 'InsufficientFunds', 'BidCannotBeReduced', 'InvalidBidAmount', 'UnrecoverableHold']
|
|
2892
2793
|
},
|
|
2893
2794
|
/**
|
|
2894
2795
|
* Lookup357: argon_primitives::bitcoin::UtxoValue
|
|
@@ -2898,7 +2799,7 @@ export default {
|
|
|
2898
2799
|
scriptPubkey: 'ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey',
|
|
2899
2800
|
satoshis: 'Compact<u64>',
|
|
2900
2801
|
submittedAtHeight: 'Compact<u64>',
|
|
2901
|
-
watchForSpentUntilHeight: 'Compact<u64>'
|
|
2802
|
+
watchForSpentUntilHeight: 'Compact<u64>'
|
|
2902
2803
|
},
|
|
2903
2804
|
/**
|
|
2904
2805
|
* Lookup358: argon_primitives::bitcoin::BitcoinCosignScriptPubkey
|
|
@@ -2906,37 +2807,21 @@ export default {
|
|
|
2906
2807
|
ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey: {
|
|
2907
2808
|
_enum: {
|
|
2908
2809
|
P2WSH: {
|
|
2909
|
-
wscriptHash: 'H256'
|
|
2910
|
-
}
|
|
2911
|
-
}
|
|
2810
|
+
wscriptHash: 'H256'
|
|
2811
|
+
}
|
|
2812
|
+
}
|
|
2912
2813
|
},
|
|
2913
2814
|
/**
|
|
2914
2815
|
* Lookup367: argon_primitives::bitcoin::BitcoinNetwork
|
|
2915
2816
|
**/
|
|
2916
2817
|
ArgonPrimitivesBitcoinBitcoinNetwork: {
|
|
2917
|
-
_enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest']
|
|
2818
|
+
_enum: ['Bitcoin', 'Testnet', 'Signet', 'Regtest']
|
|
2918
2819
|
},
|
|
2919
2820
|
/**
|
|
2920
2821
|
* Lookup368: pallet_bitcoin_utxos::pallet::Error<T>
|
|
2921
2822
|
**/
|
|
2922
2823
|
PalletBitcoinUtxosError: {
|
|
2923
|
-
_enum: [
|
|
2924
|
-
'NoPermissions',
|
|
2925
|
-
'NoBitcoinConfirmedBlock',
|
|
2926
|
-
'InsufficientBitcoinAmount',
|
|
2927
|
-
'NoBitcoinPricesAvailable',
|
|
2928
|
-
'ScriptPubkeyConflict',
|
|
2929
|
-
'UtxoNotLocked',
|
|
2930
|
-
'RedemptionsUnavailable',
|
|
2931
|
-
'InvalidBitcoinSyncHeight',
|
|
2932
|
-
'BitcoinHeightNotConfirmed',
|
|
2933
|
-
'MaxUtxosExceeded',
|
|
2934
|
-
'InvalidBitcoinScript',
|
|
2935
|
-
'DuplicateUtxoId',
|
|
2936
|
-
'MaxCandidateUtxosExceeded',
|
|
2937
|
-
'UtxoNotCandidate',
|
|
2938
|
-
'LockAlreadyFunded',
|
|
2939
|
-
],
|
|
2824
|
+
_enum: ['NoPermissions', 'NoBitcoinConfirmedBlock', 'InsufficientBitcoinAmount', 'NoBitcoinPricesAvailable', 'ScriptPubkeyConflict', 'UtxoNotLocked', 'RedemptionsUnavailable', 'InvalidBitcoinSyncHeight', 'BitcoinHeightNotConfirmed', 'MaxUtxosExceeded', 'InvalidBitcoinScript', 'DuplicateUtxoId', 'MaxCandidateUtxosExceeded', 'UtxoNotCandidate', 'LockAlreadyFunded']
|
|
2940
2825
|
},
|
|
2941
2826
|
/**
|
|
2942
2827
|
* Lookup369: argon_primitives::vault::Vault<sp_core::crypto::AccountId32, Balance>
|
|
@@ -2958,7 +2843,7 @@ export default {
|
|
|
2958
2843
|
terms: 'ArgonPrimitivesVaultVaultTerms',
|
|
2959
2844
|
pendingTerms: 'Option<(u64,ArgonPrimitivesVaultVaultTerms)>',
|
|
2960
2845
|
openedTick: 'Compact<u64>',
|
|
2961
|
-
operationalMinimumReleaseTick: 'Option<u64>'
|
|
2846
|
+
operationalMinimumReleaseTick: 'Option<u64>'
|
|
2962
2847
|
},
|
|
2963
2848
|
/**
|
|
2964
2849
|
* Lookup377: argon_primitives::bitcoin::BitcoinXPub
|
|
@@ -2969,13 +2854,13 @@ export default {
|
|
|
2969
2854
|
parentFingerprint: '[u8;4]',
|
|
2970
2855
|
childNumber: 'Compact<u32>',
|
|
2971
2856
|
chainCode: '[u8;32]',
|
|
2972
|
-
network: 'ArgonPrimitivesBitcoinNetworkKind'
|
|
2857
|
+
network: 'ArgonPrimitivesBitcoinNetworkKind'
|
|
2973
2858
|
},
|
|
2974
2859
|
/**
|
|
2975
2860
|
* Lookup379: argon_primitives::bitcoin::NetworkKind
|
|
2976
2861
|
**/
|
|
2977
2862
|
ArgonPrimitivesBitcoinNetworkKind: {
|
|
2978
|
-
_enum: ['Main', 'Test']
|
|
2863
|
+
_enum: ['Main', 'Test']
|
|
2979
2864
|
},
|
|
2980
2865
|
/**
|
|
2981
2866
|
* Lookup388: pallet_vaults::pallet::VaultFrameRevenue<T>
|
|
@@ -2996,7 +2881,7 @@ export default {
|
|
|
2996
2881
|
treasuryTotalEarnings: 'Compact<u128>',
|
|
2997
2882
|
treasuryVaultCapital: 'Compact<u128>',
|
|
2998
2883
|
treasuryExternalCapital: 'Compact<u128>',
|
|
2999
|
-
uncollectedRevenue: 'Compact<u128>'
|
|
2884
|
+
uncollectedRevenue: 'Compact<u128>'
|
|
3000
2885
|
},
|
|
3001
2886
|
/**
|
|
3002
2887
|
* Lookup391: pallet_vaults::pallet::RecentCapacityDrop<Balance, BlockNumber>
|
|
@@ -3005,44 +2890,13 @@ export default {
|
|
|
3005
2890
|
blockNumber: 'Compact<u32>',
|
|
3006
2891
|
availableBeforeDrop: 'Compact<u128>',
|
|
3007
2892
|
availableAfterDrop: 'Compact<u128>',
|
|
3008
|
-
noFeeFailuresUsed: 'Compact<u32>'
|
|
2893
|
+
noFeeFailuresUsed: 'Compact<u32>'
|
|
3009
2894
|
},
|
|
3010
2895
|
/**
|
|
3011
2896
|
* Lookup393: pallet_vaults::pallet::Error<T>
|
|
3012
2897
|
**/
|
|
3013
2898
|
PalletVaultsError: {
|
|
3014
|
-
_enum: [
|
|
3015
|
-
'NoMoreVaultIds',
|
|
3016
|
-
'InsufficientFunds',
|
|
3017
|
-
'InsufficientVaultFunds',
|
|
3018
|
-
'AccountBelowMinimumBalance',
|
|
3019
|
-
'VaultClosed',
|
|
3020
|
-
'InvalidVaultAmount',
|
|
3021
|
-
'VaultReductionBelowSecuritization',
|
|
3022
|
-
'InvalidSecuritization',
|
|
3023
|
-
'ReusedVaultBitcoinXpub',
|
|
3024
|
-
'InvalidBitcoinScript',
|
|
3025
|
-
'InvalidXpubkey',
|
|
3026
|
-
'WrongXpubNetwork',
|
|
3027
|
-
'UnsafeXpubkey',
|
|
3028
|
-
'UnableToDeriveVaultXpubChild',
|
|
3029
|
-
'BitcoinConversionFailed',
|
|
3030
|
-
'NoPermissions',
|
|
3031
|
-
'HoldUnexpectedlyModified',
|
|
3032
|
-
'UnrecoverableHold',
|
|
3033
|
-
'VaultNotFound',
|
|
3034
|
-
'VaultNotYetActive',
|
|
3035
|
-
'NoVaultBitcoinPubkeysAvailable',
|
|
3036
|
-
'TermsModificationOverflow',
|
|
3037
|
-
'TermsChangeAlreadyScheduled',
|
|
3038
|
-
'InternalError',
|
|
3039
|
-
'UnableToGenerateVaultBitcoinPubkey',
|
|
3040
|
-
'FundingChangeAlreadyScheduled',
|
|
3041
|
-
'InvalidVaultName',
|
|
3042
|
-
'PendingCosignsBeforeCollect',
|
|
3043
|
-
'PendingOrphanedUtxoCosignsBeforeCollect',
|
|
3044
|
-
'AccountAlreadyHasVault',
|
|
3045
|
-
],
|
|
2899
|
+
_enum: ['NoMoreVaultIds', 'InsufficientFunds', 'InsufficientVaultFunds', 'AccountBelowMinimumBalance', 'VaultClosed', 'InvalidVaultAmount', 'VaultReductionBelowSecuritization', 'InvalidSecuritization', 'ReusedVaultBitcoinXpub', 'InvalidBitcoinScript', 'InvalidXpubkey', 'WrongXpubNetwork', 'UnsafeXpubkey', 'UnableToDeriveVaultXpubChild', 'BitcoinConversionFailed', 'NoPermissions', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'VaultNotYetActive', 'NoVaultBitcoinPubkeysAvailable', 'TermsModificationOverflow', 'TermsChangeAlreadyScheduled', 'InternalError', 'UnableToGenerateVaultBitcoinPubkey', 'FundingChangeAlreadyScheduled', 'InvalidVaultName', 'PendingCosignsBeforeCollect', 'PendingOrphanedUtxoCosignsBeforeCollect', 'AccountAlreadyHasVault']
|
|
3046
2900
|
},
|
|
3047
2901
|
/**
|
|
3048
2902
|
* Lookup394: pallet_bitcoin_locks::pallet::LockedBitcoin<T>
|
|
@@ -3067,7 +2921,7 @@ export default {
|
|
|
3067
2921
|
utxoScriptPubkey: 'ArgonPrimitivesBitcoinBitcoinCosignScriptPubkey',
|
|
3068
2922
|
isFunded: 'bool',
|
|
3069
2923
|
fundHoldExtensions: 'BTreeMap<u64, u128>',
|
|
3070
|
-
createdAtArgonBlock: 'Compact<u32>'
|
|
2924
|
+
createdAtArgonBlock: 'Compact<u32>'
|
|
3071
2925
|
},
|
|
3072
2926
|
/**
|
|
3073
2927
|
* Lookup397: pallet_bitcoin_locks::pallet::LockReleaseRequest<Balance>
|
|
@@ -3078,7 +2932,7 @@ export default {
|
|
|
3078
2932
|
bitcoinNetworkFee: 'Compact<u64>',
|
|
3079
2933
|
cosignDueFrame: 'Compact<u64>',
|
|
3080
2934
|
toScriptPubkey: 'Bytes',
|
|
3081
|
-
redemptionAmount: 'Compact<u128>'
|
|
2935
|
+
redemptionAmount: 'Compact<u128>'
|
|
3082
2936
|
},
|
|
3083
2937
|
/**
|
|
3084
2938
|
* Lookup399: pallet_bitcoin_locks::pallet::OrphanedUtxo<BlockNumber>
|
|
@@ -3088,7 +2942,7 @@ export default {
|
|
|
3088
2942
|
vaultId: 'Compact<u32>',
|
|
3089
2943
|
satoshis: 'Compact<u64>',
|
|
3090
2944
|
recordedArgonBlockNumber: 'Compact<u32>',
|
|
3091
|
-
cosignRequest: 'Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>'
|
|
2945
|
+
cosignRequest: 'Option<PalletBitcoinLocksOrphanedUtxoCosignRequest>'
|
|
3092
2946
|
},
|
|
3093
2947
|
/**
|
|
3094
2948
|
* Lookup401: pallet_bitcoin_locks::pallet::OrphanedUtxoCosignRequest<BlockNumber>
|
|
@@ -3096,7 +2950,7 @@ export default {
|
|
|
3096
2950
|
PalletBitcoinLocksOrphanedUtxoCosignRequest: {
|
|
3097
2951
|
bitcoinNetworkFee: 'u64',
|
|
3098
2952
|
toScriptPubkey: 'Bytes',
|
|
3099
|
-
createdAtArgonBlockNumber: 'u32'
|
|
2953
|
+
createdAtArgonBlockNumber: 'u32'
|
|
3100
2954
|
},
|
|
3101
2955
|
/**
|
|
3102
2956
|
* Lookup408: pallet_bitcoin_locks::pallet::Error<T>
|
|
@@ -3137,43 +2991,20 @@ export default {
|
|
|
3137
2991
|
OrphanedUtxoFundingConflict: 'Null',
|
|
3138
2992
|
OrphanedUtxoReleaseRequested: 'Null',
|
|
3139
2993
|
FundingUtxoCannotBeReleased: 'Null',
|
|
3140
|
-
MaxOrphanedUtxoReleaseRequestsExceeded: 'Null'
|
|
3141
|
-
}
|
|
2994
|
+
MaxOrphanedUtxoReleaseRequestsExceeded: 'Null'
|
|
2995
|
+
}
|
|
3142
2996
|
},
|
|
3143
2997
|
/**
|
|
3144
2998
|
* Lookup409: argon_primitives::vault::VaultError
|
|
3145
2999
|
**/
|
|
3146
3000
|
ArgonPrimitivesVaultVaultError: {
|
|
3147
|
-
_enum: [
|
|
3148
|
-
'VaultClosed',
|
|
3149
|
-
'AccountWouldBeBelowMinimum',
|
|
3150
|
-
'InsufficientFunds',
|
|
3151
|
-
'InsufficientVaultFunds',
|
|
3152
|
-
'HoldUnexpectedlyModified',
|
|
3153
|
-
'UnrecoverableHold',
|
|
3154
|
-
'VaultNotFound',
|
|
3155
|
-
'NoVaultBitcoinPubkeysAvailable',
|
|
3156
|
-
'UnableToGenerateVaultBitcoinPubkey',
|
|
3157
|
-
'InvalidBitcoinScript',
|
|
3158
|
-
'InternalError',
|
|
3159
|
-
'VaultNotYetActive',
|
|
3160
|
-
],
|
|
3001
|
+
_enum: ['VaultClosed', 'AccountWouldBeBelowMinimum', 'InsufficientFunds', 'InsufficientVaultFunds', 'HoldUnexpectedlyModified', 'UnrecoverableHold', 'VaultNotFound', 'NoVaultBitcoinPubkeysAvailable', 'UnableToGenerateVaultBitcoinPubkey', 'InvalidBitcoinScript', 'InternalError', 'VaultNotYetActive']
|
|
3161
3002
|
},
|
|
3162
3003
|
/**
|
|
3163
3004
|
* Lookup421: pallet_notaries::pallet::Error<T>
|
|
3164
3005
|
**/
|
|
3165
3006
|
PalletNotariesError: {
|
|
3166
|
-
_enum: [
|
|
3167
|
-
'ProposalNotFound',
|
|
3168
|
-
'MaxNotariesExceeded',
|
|
3169
|
-
'MaxProposalsPerBlockExceeded',
|
|
3170
|
-
'NotAnActiveNotary',
|
|
3171
|
-
'InvalidNotaryOperator',
|
|
3172
|
-
'NoMoreNotaryIds',
|
|
3173
|
-
'EffectiveTickTooSoon',
|
|
3174
|
-
'TooManyKeys',
|
|
3175
|
-
'InvalidNotary',
|
|
3176
|
-
],
|
|
3007
|
+
_enum: ['ProposalNotFound', 'MaxNotariesExceeded', 'MaxProposalsPerBlockExceeded', 'NotAnActiveNotary', 'InvalidNotaryOperator', 'NoMoreNotaryIds', 'EffectiveTickTooSoon', 'TooManyKeys', 'InvalidNotary']
|
|
3177
3008
|
},
|
|
3178
3009
|
/**
|
|
3179
3010
|
* Lookup425: argon_primitives::notary::NotaryNotebookKeyDetails
|
|
@@ -3183,29 +3014,13 @@ export default {
|
|
|
3183
3014
|
tick: 'Compact<u64>',
|
|
3184
3015
|
blockVotesRoot: 'H256',
|
|
3185
3016
|
secretHash: 'H256',
|
|
3186
|
-
parentSecret: 'Option<H256>'
|
|
3017
|
+
parentSecret: 'Option<H256>'
|
|
3187
3018
|
},
|
|
3188
3019
|
/**
|
|
3189
3020
|
* Lookup428: pallet_notebook::pallet::Error<T>
|
|
3190
3021
|
**/
|
|
3191
3022
|
PalletNotebookError: {
|
|
3192
|
-
_enum: [
|
|
3193
|
-
'DuplicateNotebookNumber',
|
|
3194
|
-
'MissingNotebookNumber',
|
|
3195
|
-
'NotebookTickAlreadyUsed',
|
|
3196
|
-
'InvalidNotebookSignature',
|
|
3197
|
-
'InvalidSecretProvided',
|
|
3198
|
-
'CouldNotDecodeNotebook',
|
|
3199
|
-
'DuplicateNotebookDigest',
|
|
3200
|
-
'MissingNotebookDigest',
|
|
3201
|
-
'InvalidNotebookDigest',
|
|
3202
|
-
'MultipleNotebookInherentsProvided',
|
|
3203
|
-
'InternalError',
|
|
3204
|
-
'NotebookSubmittedForLockedNotary',
|
|
3205
|
-
'InvalidReprocessNotebook',
|
|
3206
|
-
'InvalidNotaryOperator',
|
|
3207
|
-
'InvalidNotebookSubmissionTick',
|
|
3208
|
-
],
|
|
3023
|
+
_enum: ['DuplicateNotebookNumber', 'MissingNotebookNumber', 'NotebookTickAlreadyUsed', 'InvalidNotebookSignature', 'InvalidSecretProvided', 'CouldNotDecodeNotebook', 'DuplicateNotebookDigest', 'MissingNotebookDigest', 'InvalidNotebookDigest', 'MultipleNotebookInherentsProvided', 'InternalError', 'NotebookSubmittedForLockedNotary', 'InvalidReprocessNotebook', 'InvalidNotaryOperator', 'InvalidNotebookSubmissionTick']
|
|
3209
3024
|
},
|
|
3210
3025
|
/**
|
|
3211
3026
|
* Lookup429: pallet_localchain_transfer::QueuedTransferOut<sp_core::crypto::AccountId32, Balance>
|
|
@@ -3214,7 +3029,7 @@ export default {
|
|
|
3214
3029
|
accountId: 'AccountId32',
|
|
3215
3030
|
amount: 'u128',
|
|
3216
3031
|
expirationTick: 'u64',
|
|
3217
|
-
notaryId: 'u32'
|
|
3032
|
+
notaryId: 'u32'
|
|
3218
3033
|
},
|
|
3219
3034
|
/**
|
|
3220
3035
|
* Lookup431: frame_support::PalletId
|
|
@@ -3224,16 +3039,7 @@ export default {
|
|
|
3224
3039
|
* Lookup432: pallet_localchain_transfer::pallet::Error<T>
|
|
3225
3040
|
**/
|
|
3226
3041
|
PalletLocalchainTransferError: {
|
|
3227
|
-
_enum: [
|
|
3228
|
-
'MaxBlockTransfersExceeded',
|
|
3229
|
-
'InsufficientFunds',
|
|
3230
|
-
'InsufficientNotarizedFunds',
|
|
3231
|
-
'InvalidOrDuplicatedLocalchainTransfer',
|
|
3232
|
-
'NotebookIncludesExpiredLocalchainTransfer',
|
|
3233
|
-
'InvalidNotaryUsedForTransfer',
|
|
3234
|
-
'NotaryLockedForTransfer',
|
|
3235
|
-
'NoAvailableTransferId',
|
|
3236
|
-
],
|
|
3042
|
+
_enum: ['MaxBlockTransfersExceeded', 'InsufficientFunds', 'InsufficientNotarizedFunds', 'InvalidOrDuplicatedLocalchainTransfer', 'NotebookIncludesExpiredLocalchainTransfer', 'InvalidNotaryUsedForTransfer', 'NotaryLockedForTransfer', 'NoAvailableTransferId']
|
|
3237
3043
|
},
|
|
3238
3044
|
/**
|
|
3239
3045
|
* Lookup436: argon_primitives::notary::NotaryNotebookVoteDigestDetails
|
|
@@ -3243,25 +3049,19 @@ export default {
|
|
|
3243
3049
|
notebookNumber: 'Compact<u32>',
|
|
3244
3050
|
tick: 'Compact<u64>',
|
|
3245
3051
|
blockVotesCount: 'Compact<u32>',
|
|
3246
|
-
blockVotingPower: 'Compact<u128>'
|
|
3052
|
+
blockVotingPower: 'Compact<u128>'
|
|
3247
3053
|
},
|
|
3248
3054
|
/**
|
|
3249
3055
|
* Lookup441: pallet_block_seal_spec::pallet::Error<T>
|
|
3250
3056
|
**/
|
|
3251
3057
|
PalletBlockSealSpecError: {
|
|
3252
|
-
_enum: ['MaxNotebooksAtTickExceeded']
|
|
3058
|
+
_enum: ['MaxNotebooksAtTickExceeded']
|
|
3253
3059
|
},
|
|
3254
3060
|
/**
|
|
3255
3061
|
* Lookup443: pallet_domains::pallet::Error<T>
|
|
3256
3062
|
**/
|
|
3257
3063
|
PalletDomainsError: {
|
|
3258
|
-
_enum: [
|
|
3259
|
-
'DomainNotRegistered',
|
|
3260
|
-
'NotDomainOwner',
|
|
3261
|
-
'FailedToAddToAddressHistory',
|
|
3262
|
-
'FailedToAddExpiringDomain',
|
|
3263
|
-
'AccountDecodingError',
|
|
3264
|
-
],
|
|
3064
|
+
_enum: ['DomainNotRegistered', 'NotDomainOwner', 'FailedToAddToAddressHistory', 'FailedToAddExpiringDomain', 'AccountDecodingError']
|
|
3265
3065
|
},
|
|
3266
3066
|
/**
|
|
3267
3067
|
* Lookup445: pallet_price_index::CpiMeasurementBucket
|
|
@@ -3269,18 +3069,13 @@ export default {
|
|
|
3269
3069
|
PalletPriceIndexCpiMeasurementBucket: {
|
|
3270
3070
|
tickRange: '(u64,u64)',
|
|
3271
3071
|
totalCpi: 'i128',
|
|
3272
|
-
measurementsCount: 'u32'
|
|
3072
|
+
measurementsCount: 'u32'
|
|
3273
3073
|
},
|
|
3274
3074
|
/**
|
|
3275
3075
|
* Lookup447: pallet_price_index::pallet::Error<T>
|
|
3276
3076
|
**/
|
|
3277
3077
|
PalletPriceIndexError: {
|
|
3278
|
-
_enum: [
|
|
3279
|
-
'NotAuthorizedOperator',
|
|
3280
|
-
'MissingValue',
|
|
3281
|
-
'PricesTooOld',
|
|
3282
|
-
'MaxPriceChangePerTickExceeded',
|
|
3283
|
-
],
|
|
3078
|
+
_enum: ['NotAuthorizedOperator', 'MissingValue', 'PricesTooOld', 'MaxPriceChangePerTickExceeded']
|
|
3284
3079
|
},
|
|
3285
3080
|
/**
|
|
3286
3081
|
* Lookup448: pallet_grandpa::StoredState<N>
|
|
@@ -3295,9 +3090,9 @@ export default {
|
|
|
3295
3090
|
Paused: 'Null',
|
|
3296
3091
|
PendingResume: {
|
|
3297
3092
|
scheduledAt: 'u32',
|
|
3298
|
-
delay: 'u32'
|
|
3299
|
-
}
|
|
3300
|
-
}
|
|
3093
|
+
delay: 'u32'
|
|
3094
|
+
}
|
|
3095
|
+
}
|
|
3301
3096
|
},
|
|
3302
3097
|
/**
|
|
3303
3098
|
* Lookup449: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
@@ -3306,21 +3101,13 @@ export default {
|
|
|
3306
3101
|
scheduledAt: 'u32',
|
|
3307
3102
|
delay: 'u32',
|
|
3308
3103
|
nextAuthorities: 'Vec<(SpConsensusGrandpaAppPublic,u64)>',
|
|
3309
|
-
forced: 'Option<u32>'
|
|
3104
|
+
forced: 'Option<u32>'
|
|
3310
3105
|
},
|
|
3311
3106
|
/**
|
|
3312
3107
|
* Lookup451: pallet_grandpa::pallet::Error<T>
|
|
3313
3108
|
**/
|
|
3314
3109
|
PalletGrandpaError: {
|
|
3315
|
-
_enum: [
|
|
3316
|
-
'PauseFailed',
|
|
3317
|
-
'ResumeFailed',
|
|
3318
|
-
'ChangePending',
|
|
3319
|
-
'TooSoon',
|
|
3320
|
-
'InvalidKeyOwnershipProof',
|
|
3321
|
-
'InvalidEquivocationProof',
|
|
3322
|
-
'DuplicateOffenceReport',
|
|
3323
|
-
],
|
|
3110
|
+
_enum: ['PauseFailed', 'ResumeFailed', 'ChangePending', 'TooSoon', 'InvalidKeyOwnershipProof', 'InvalidEquivocationProof', 'DuplicateOffenceReport']
|
|
3324
3111
|
},
|
|
3325
3112
|
/**
|
|
3326
3113
|
* Lookup452: argon_primitives::providers::BlockSealerInfo<sp_core::crypto::AccountId32, argon_primitives::block_seal::app::Public>
|
|
@@ -3328,35 +3115,13 @@ export default {
|
|
|
3328
3115
|
ArgonPrimitivesProvidersBlockSealerInfo: {
|
|
3329
3116
|
blockAuthorAccountId: 'AccountId32',
|
|
3330
3117
|
blockVoteRewardsAccount: 'Option<AccountId32>',
|
|
3331
|
-
blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>'
|
|
3118
|
+
blockSealAuthority: 'Option<ArgonPrimitivesBlockSealAppPublic>'
|
|
3332
3119
|
},
|
|
3333
3120
|
/**
|
|
3334
3121
|
* Lookup454: pallet_block_seal::pallet::Error<T>
|
|
3335
3122
|
**/
|
|
3336
3123
|
PalletBlockSealError: {
|
|
3337
|
-
_enum: [
|
|
3338
|
-
'InvalidVoteSealStrength',
|
|
3339
|
-
'InvalidSubmitter',
|
|
3340
|
-
'UnableToDecodeVoteAccount',
|
|
3341
|
-
'UnregisteredBlockAuthor',
|
|
3342
|
-
'InvalidBlockVoteProof',
|
|
3343
|
-
'NoGrandparentVoteMinimum',
|
|
3344
|
-
'DuplicateBlockSealProvided',
|
|
3345
|
-
'InsufficientVotingPower',
|
|
3346
|
-
'ParentVotingKeyNotFound',
|
|
3347
|
-
'InvalidVoteGrandparentHash',
|
|
3348
|
-
'IneligibleNotebookUsed',
|
|
3349
|
-
'NoEligibleVotingRoot',
|
|
3350
|
-
'CouldNotDecodeVote',
|
|
3351
|
-
'MaxNotebooksAtTickExceeded',
|
|
3352
|
-
'NoClosestMinerFoundForVote',
|
|
3353
|
-
'BlockVoteInvalidSignature',
|
|
3354
|
-
'InvalidForkPowerParent',
|
|
3355
|
-
'BlockSealDecodeError',
|
|
3356
|
-
'InvalidComputeBlockTick',
|
|
3357
|
-
'InvalidMinerNonceScore',
|
|
3358
|
-
'DuplicateVoteBlockAtTick',
|
|
3359
|
-
],
|
|
3124
|
+
_enum: ['InvalidVoteSealStrength', 'InvalidSubmitter', 'UnableToDecodeVoteAccount', 'UnregisteredBlockAuthor', 'InvalidBlockVoteProof', 'NoGrandparentVoteMinimum', 'DuplicateBlockSealProvided', 'InsufficientVotingPower', 'ParentVotingKeyNotFound', 'InvalidVoteGrandparentHash', 'IneligibleNotebookUsed', 'NoEligibleVotingRoot', 'CouldNotDecodeVote', 'MaxNotebooksAtTickExceeded', 'NoClosestMinerFoundForVote', 'BlockVoteInvalidSignature', 'InvalidForkPowerParent', 'BlockSealDecodeError', 'InvalidComputeBlockTick', 'InvalidMinerNonceScore', 'DuplicateVoteBlockAtTick']
|
|
3360
3125
|
},
|
|
3361
3126
|
/**
|
|
3362
3127
|
* Lookup458: pallet_block_rewards::pallet::Error<T>
|
|
@@ -3368,13 +3133,13 @@ export default {
|
|
|
3368
3133
|
PalletMintMintAction: {
|
|
3369
3134
|
argonBurned: 'u128',
|
|
3370
3135
|
argonMinted: 'u128',
|
|
3371
|
-
bitcoinMinted: 'u128'
|
|
3136
|
+
bitcoinMinted: 'u128'
|
|
3372
3137
|
},
|
|
3373
3138
|
/**
|
|
3374
3139
|
* Lookup465: pallet_mint::pallet::Error<T>
|
|
3375
3140
|
**/
|
|
3376
3141
|
PalletMintError: {
|
|
3377
|
-
_enum: ['TooManyPendingMints']
|
|
3142
|
+
_enum: ['TooManyPendingMints']
|
|
3378
3143
|
},
|
|
3379
3144
|
/**
|
|
3380
3145
|
* Lookup467: pallet_balances::types::BalanceLock<Balance>
|
|
@@ -3382,34 +3147,34 @@ export default {
|
|
|
3382
3147
|
PalletBalancesBalanceLock: {
|
|
3383
3148
|
id: '[u8;8]',
|
|
3384
3149
|
amount: 'u128',
|
|
3385
|
-
reasons: 'PalletBalancesReasons'
|
|
3150
|
+
reasons: 'PalletBalancesReasons'
|
|
3386
3151
|
},
|
|
3387
3152
|
/**
|
|
3388
3153
|
* Lookup468: pallet_balances::types::Reasons
|
|
3389
3154
|
**/
|
|
3390
3155
|
PalletBalancesReasons: {
|
|
3391
|
-
_enum: ['Fee', 'Misc', 'All']
|
|
3156
|
+
_enum: ['Fee', 'Misc', 'All']
|
|
3392
3157
|
},
|
|
3393
3158
|
/**
|
|
3394
3159
|
* Lookup471: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
3395
3160
|
**/
|
|
3396
3161
|
PalletBalancesReserveData: {
|
|
3397
3162
|
id: '[u8;8]',
|
|
3398
|
-
amount: 'u128'
|
|
3163
|
+
amount: 'u128'
|
|
3399
3164
|
},
|
|
3400
3165
|
/**
|
|
3401
3166
|
* Lookup474: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeHoldReason, Balance>
|
|
3402
3167
|
**/
|
|
3403
3168
|
FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
3404
3169
|
id: 'ArgonRuntimeRuntimeHoldReason',
|
|
3405
|
-
amount: 'u128'
|
|
3170
|
+
amount: 'u128'
|
|
3406
3171
|
},
|
|
3407
3172
|
/**
|
|
3408
3173
|
* Lookup477: frame_support::traits::tokens::misc::IdAmount<argon_runtime::RuntimeFreezeReason, Balance>
|
|
3409
3174
|
**/
|
|
3410
3175
|
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
3411
3176
|
id: 'ArgonRuntimeRuntimeFreezeReason',
|
|
3412
|
-
amount: 'u128'
|
|
3177
|
+
amount: 'u128'
|
|
3413
3178
|
},
|
|
3414
3179
|
/**
|
|
3415
3180
|
* Lookup478: argon_runtime::RuntimeFreezeReason
|
|
@@ -3435,45 +3200,32 @@ export default {
|
|
|
3435
3200
|
__Unused16: 'Null',
|
|
3436
3201
|
__Unused17: 'Null',
|
|
3437
3202
|
__Unused18: 'Null',
|
|
3438
|
-
BlockRewards: 'PalletBlockRewardsFreezeReason'
|
|
3439
|
-
}
|
|
3203
|
+
BlockRewards: 'PalletBlockRewardsFreezeReason'
|
|
3204
|
+
}
|
|
3440
3205
|
},
|
|
3441
3206
|
/**
|
|
3442
3207
|
* Lookup479: pallet_block_rewards::pallet::FreezeReason
|
|
3443
3208
|
**/
|
|
3444
3209
|
PalletBlockRewardsFreezeReason: {
|
|
3445
|
-
_enum: ['MaturationPeriod']
|
|
3210
|
+
_enum: ['MaturationPeriod']
|
|
3446
3211
|
},
|
|
3447
3212
|
/**
|
|
3448
3213
|
* Lookup481: pallet_balances::pallet::Error<T, I>
|
|
3449
3214
|
**/
|
|
3450
3215
|
PalletBalancesError: {
|
|
3451
|
-
_enum: [
|
|
3452
|
-
'VestingBalance',
|
|
3453
|
-
'LiquidityRestrictions',
|
|
3454
|
-
'InsufficientBalance',
|
|
3455
|
-
'ExistentialDeposit',
|
|
3456
|
-
'Expendability',
|
|
3457
|
-
'ExistingVestingSchedule',
|
|
3458
|
-
'DeadAccount',
|
|
3459
|
-
'TooManyReserves',
|
|
3460
|
-
'TooManyHolds',
|
|
3461
|
-
'TooManyFreezes',
|
|
3462
|
-
'IssuanceDeactivated',
|
|
3463
|
-
'DeltaZero',
|
|
3464
|
-
],
|
|
3216
|
+
_enum: ['VestingBalance', 'LiquidityRestrictions', 'InsufficientBalance', 'ExistentialDeposit', 'Expendability', 'ExistingVestingSchedule', 'DeadAccount', 'TooManyReserves', 'TooManyHolds', 'TooManyFreezes', 'IssuanceDeactivated', 'DeltaZero']
|
|
3465
3217
|
},
|
|
3466
3218
|
/**
|
|
3467
3219
|
* Lookup483: pallet_tx_pause::pallet::Error<T>
|
|
3468
3220
|
**/
|
|
3469
3221
|
PalletTxPauseError: {
|
|
3470
|
-
_enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound']
|
|
3222
|
+
_enum: ['IsPaused', 'IsUnpaused', 'Unpausable', 'NotFound']
|
|
3471
3223
|
},
|
|
3472
3224
|
/**
|
|
3473
3225
|
* Lookup484: pallet_transaction_payment::Releases
|
|
3474
3226
|
**/
|
|
3475
3227
|
PalletTransactionPaymentReleases: {
|
|
3476
|
-
_enum: ['V1Ancient', 'V2']
|
|
3228
|
+
_enum: ['V1Ancient', 'V2']
|
|
3477
3229
|
},
|
|
3478
3230
|
/**
|
|
3479
3231
|
* Lookup485: frame_support::traits::storage::NoDrop<frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>>
|
|
@@ -3483,26 +3235,26 @@ export default {
|
|
|
3483
3235
|
* Lookup486: frame_support::traits::tokens::fungible::imbalance::Imbalance<B, OnDrop, OppositeOnDrop>
|
|
3484
3236
|
**/
|
|
3485
3237
|
FrameSupportTokensFungibleImbalance: {
|
|
3486
|
-
amount: 'u128'
|
|
3238
|
+
amount: 'u128'
|
|
3487
3239
|
},
|
|
3488
3240
|
/**
|
|
3489
3241
|
* Lookup487: pallet_utility::pallet::Error<T>
|
|
3490
3242
|
**/
|
|
3491
3243
|
PalletUtilityError: {
|
|
3492
|
-
_enum: ['TooManyCalls']
|
|
3244
|
+
_enum: ['TooManyCalls']
|
|
3493
3245
|
},
|
|
3494
3246
|
/**
|
|
3495
3247
|
* Lookup488: pallet_sudo::pallet::Error<T>
|
|
3496
3248
|
**/
|
|
3497
3249
|
PalletSudoError: {
|
|
3498
|
-
_enum: ['RequireSudo']
|
|
3250
|
+
_enum: ['RequireSudo']
|
|
3499
3251
|
},
|
|
3500
3252
|
/**
|
|
3501
3253
|
* Lookup489: pallet_treasury::pallet::FrameVaultCapital<T>
|
|
3502
3254
|
**/
|
|
3503
3255
|
PalletTreasuryFrameVaultCapital: {
|
|
3504
3256
|
frameId: 'Compact<u64>',
|
|
3505
|
-
vaults: 'BTreeMap<u32, PalletTreasuryVaultCapital>'
|
|
3257
|
+
vaults: 'BTreeMap<u32, PalletTreasuryVaultCapital>'
|
|
3506
3258
|
},
|
|
3507
3259
|
/**
|
|
3508
3260
|
* Lookup491: pallet_treasury::pallet::VaultCapital<T>
|
|
@@ -3510,14 +3262,14 @@ export default {
|
|
|
3510
3262
|
PalletTreasuryVaultCapital: {
|
|
3511
3263
|
bondLotAllocations: 'Vec<PalletTreasuryBondLotAllocation>',
|
|
3512
3264
|
eligibleBonds: 'Compact<u32>',
|
|
3513
|
-
vaultSharingPercent: 'Compact<Permill>'
|
|
3265
|
+
vaultSharingPercent: 'Compact<Permill>'
|
|
3514
3266
|
},
|
|
3515
3267
|
/**
|
|
3516
3268
|
* Lookup493: pallet_treasury::pallet::BondLotAllocation
|
|
3517
3269
|
**/
|
|
3518
3270
|
PalletTreasuryBondLotAllocation: {
|
|
3519
3271
|
bondLotId: 'Compact<u64>',
|
|
3520
|
-
prorata: 'u128'
|
|
3272
|
+
prorata: 'u128'
|
|
3521
3273
|
},
|
|
3522
3274
|
/**
|
|
3523
3275
|
* Lookup498: pallet_treasury::pallet::BondLot<T>
|
|
@@ -3532,37 +3284,26 @@ export default {
|
|
|
3532
3284
|
lastFrameEarnings: 'Option<u128>',
|
|
3533
3285
|
cumulativeEarnings: 'Compact<u128>',
|
|
3534
3286
|
releaseFrameId: 'Option<u64>',
|
|
3535
|
-
releaseReason: 'Option<PalletTreasuryBondReleaseReason>'
|
|
3287
|
+
releaseReason: 'Option<PalletTreasuryBondReleaseReason>'
|
|
3536
3288
|
},
|
|
3537
3289
|
/**
|
|
3538
3290
|
* Lookup503: pallet_treasury::pallet::BondLotSummary
|
|
3539
3291
|
**/
|
|
3540
3292
|
PalletTreasuryBondLotSummary: {
|
|
3541
3293
|
bondLotId: 'Compact<u64>',
|
|
3542
|
-
bonds: 'Compact<u32>'
|
|
3294
|
+
bonds: 'Compact<u32>'
|
|
3543
3295
|
},
|
|
3544
3296
|
/**
|
|
3545
3297
|
* Lookup505: pallet_treasury::pallet::Error<T>
|
|
3546
3298
|
**/
|
|
3547
3299
|
PalletTreasuryError: {
|
|
3548
|
-
_enum: [
|
|
3549
|
-
'BondPurchaseRejected',
|
|
3550
|
-
'VaultNotAcceptingBondPurchases',
|
|
3551
|
-
'BondPurchaseBelowMinimum',
|
|
3552
|
-
'InternalError',
|
|
3553
|
-
'MaxAcceptedBondLotsExceeded',
|
|
3554
|
-
'MaxPendingBondReleasesExceeded',
|
|
3555
|
-
'BondLotNotFound',
|
|
3556
|
-
'NotBondLotOwner',
|
|
3557
|
-
'BondLotAlreadyReleasing',
|
|
3558
|
-
'BondPurchaseAboveSecurity',
|
|
3559
|
-
],
|
|
3300
|
+
_enum: ['BondPurchaseRejected', 'VaultNotAcceptingBondPurchases', 'BondPurchaseBelowMinimum', 'InternalError', 'MaxAcceptedBondLotsExceeded', 'MaxPendingBondReleasesExceeded', 'BondLotNotFound', 'NotBondLotOwner', 'BondLotAlreadyReleasing', 'BondPurchaseAboveSecurity']
|
|
3560
3301
|
},
|
|
3561
3302
|
/**
|
|
3562
3303
|
* Lookup506: pallet_fee_control::pallet::Error<T>
|
|
3563
3304
|
**/
|
|
3564
3305
|
PalletFeeControlError: {
|
|
3565
|
-
_enum: ['SponsoredFeeTooHigh']
|
|
3306
|
+
_enum: ['SponsoredFeeTooHigh']
|
|
3566
3307
|
},
|
|
3567
3308
|
/**
|
|
3568
3309
|
* Lookup507: pallet_operational_accounts::pallet::OperationalAccount<T>
|
|
@@ -3586,44 +3327,26 @@ export default {
|
|
|
3586
3327
|
rewardsEarnedCount: 'Compact<u32>',
|
|
3587
3328
|
rewardsEarnedAmount: 'u128',
|
|
3588
3329
|
rewardsCollectedAmount: 'u128',
|
|
3589
|
-
isOperational: 'bool'
|
|
3330
|
+
isOperational: 'bool'
|
|
3590
3331
|
},
|
|
3591
3332
|
/**
|
|
3592
3333
|
* Lookup509: pallet_operational_accounts::pallet::RewardsConfig<Balance>
|
|
3593
3334
|
**/
|
|
3594
3335
|
PalletOperationalAccountsRewardsConfig: {
|
|
3595
3336
|
operationalReferralReward: 'Compact<u128>',
|
|
3596
|
-
referralBonusReward: 'Compact<u128>'
|
|
3337
|
+
referralBonusReward: 'Compact<u128>'
|
|
3597
3338
|
},
|
|
3598
3339
|
/**
|
|
3599
3340
|
* Lookup511: pallet_operational_accounts::pallet::Error<T>
|
|
3600
3341
|
**/
|
|
3601
3342
|
PalletOperationalAccountsError: {
|
|
3602
|
-
_enum: [
|
|
3603
|
-
'AlreadyRegistered',
|
|
3604
|
-
'InvalidRegistrationSubmitter',
|
|
3605
|
-
'AccountAlreadyLinked',
|
|
3606
|
-
'InvalidAccountProof',
|
|
3607
|
-
'NotOperationalAccount',
|
|
3608
|
-
'InvalidReferralProof',
|
|
3609
|
-
'ReferralProofExpired',
|
|
3610
|
-
'NoProgressUpdateProvided',
|
|
3611
|
-
'EncryptedServerTooLong',
|
|
3612
|
-
'NotSponsorOfSponsee',
|
|
3613
|
-
'NoPendingRewards',
|
|
3614
|
-
'RewardClaimBelowMinimum',
|
|
3615
|
-
'RewardClaimNotWholeArgon',
|
|
3616
|
-
'RewardClaimExceedsPending',
|
|
3617
|
-
'TreasuryInsufficientFunds',
|
|
3618
|
-
'AlreadyOperational',
|
|
3619
|
-
'NotEligibleForActivation',
|
|
3620
|
-
],
|
|
3343
|
+
_enum: ['AlreadyRegistered', 'InvalidRegistrationSubmitter', 'AccountAlreadyLinked', 'InvalidAccountProof', 'NotOperationalAccount', 'InvalidReferralProof', 'ReferralProofExpired', 'NoProgressUpdateProvided', 'EncryptedServerTooLong', 'NotSponsorOfSponsee', 'NoPendingRewards', 'RewardClaimBelowMinimum', 'RewardClaimNotWholeArgon', 'RewardClaimExceedsPending', 'TreasuryInsufficientFunds', 'AlreadyOperational', 'NotEligibleForActivation']
|
|
3621
3344
|
},
|
|
3622
3345
|
/**
|
|
3623
3346
|
* Lookup512: pallet_ethereum_verifier::types::FinalizedBeaconHeaderState
|
|
3624
3347
|
**/
|
|
3625
3348
|
PalletEthereumVerifierFinalizedBeaconHeaderState: {
|
|
3626
|
-
slot: 'Compact<u64>'
|
|
3349
|
+
slot: 'Compact<u64>'
|
|
3627
3350
|
},
|
|
3628
3351
|
/**
|
|
3629
3352
|
* Lookup513: pallet_ethereum_verifier::types::ExecutionHeaderAnchor
|
|
@@ -3632,7 +3355,7 @@ export default {
|
|
|
3632
3355
|
blockNumber: 'Compact<u64>',
|
|
3633
3356
|
blockHash: 'H256',
|
|
3634
3357
|
parentHash: 'H256',
|
|
3635
|
-
receiptsRoot: 'H256'
|
|
3358
|
+
receiptsRoot: 'H256'
|
|
3636
3359
|
},
|
|
3637
3360
|
/**
|
|
3638
3361
|
* Lookup514: pallet_ethereum_verifier::types::SyncCommitteePrepared
|
|
@@ -3640,13 +3363,13 @@ export default {
|
|
|
3640
3363
|
PalletEthereumVerifierSyncCommitteePrepared: {
|
|
3641
3364
|
root: 'H256',
|
|
3642
3365
|
pubkeys: 'Vec<SnowbridgeMilagroBlsKeysPublicKey>',
|
|
3643
|
-
aggregatePubkey: 'SnowbridgeMilagroBlsKeysPublicKey'
|
|
3366
|
+
aggregatePubkey: 'SnowbridgeMilagroBlsKeysPublicKey'
|
|
3644
3367
|
},
|
|
3645
3368
|
/**
|
|
3646
3369
|
* Lookup516: snowbridge_milagro_bls::keys::PublicKey
|
|
3647
3370
|
**/
|
|
3648
3371
|
SnowbridgeMilagroBlsKeysPublicKey: {
|
|
3649
|
-
point: 'SnowbridgeAmclBls381Ecp'
|
|
3372
|
+
point: 'SnowbridgeAmclBls381Ecp'
|
|
3650
3373
|
},
|
|
3651
3374
|
/**
|
|
3652
3375
|
* Lookup517: snowbridge_amcl::bls381::ecp::ECP
|
|
@@ -3654,72 +3377,38 @@ export default {
|
|
|
3654
3377
|
SnowbridgeAmclBls381Ecp: {
|
|
3655
3378
|
x: 'SnowbridgeAmclBls381Fp',
|
|
3656
3379
|
y: 'SnowbridgeAmclBls381Fp',
|
|
3657
|
-
z: 'SnowbridgeAmclBls381Fp'
|
|
3380
|
+
z: 'SnowbridgeAmclBls381Fp'
|
|
3658
3381
|
},
|
|
3659
3382
|
/**
|
|
3660
3383
|
* Lookup518: snowbridge_amcl::bls381::fp::FP
|
|
3661
3384
|
**/
|
|
3662
3385
|
SnowbridgeAmclBls381Fp: {
|
|
3663
3386
|
x: 'SnowbridgeAmclBls381Big',
|
|
3664
|
-
xes: 'i32'
|
|
3387
|
+
xes: 'i32'
|
|
3665
3388
|
},
|
|
3666
3389
|
/**
|
|
3667
3390
|
* Lookup519: snowbridge_amcl::bls381::big::Big
|
|
3668
3391
|
**/
|
|
3669
3392
|
SnowbridgeAmclBls381Big: {
|
|
3670
|
-
w: '[i32;14]'
|
|
3393
|
+
w: '[i32;14]'
|
|
3671
3394
|
},
|
|
3672
3395
|
/**
|
|
3673
3396
|
* Lookup523: argon_primitives::ethereum::EthereumBeaconPreset
|
|
3674
3397
|
**/
|
|
3675
3398
|
ArgonPrimitivesEthereumEthereumBeaconPreset: {
|
|
3676
|
-
_enum: ['Mainnet', 'Minimal']
|
|
3399
|
+
_enum: ['Mainnet', 'Minimal']
|
|
3677
3400
|
},
|
|
3678
3401
|
/**
|
|
3679
3402
|
* Lookup524: pallet_ethereum_verifier::pallet::Error<T>
|
|
3680
3403
|
**/
|
|
3681
3404
|
PalletEthereumVerifierError: {
|
|
3682
|
-
_enum: [
|
|
3683
|
-
'SkippedSyncCommitteePeriod',
|
|
3684
|
-
'SyncCommitteeUpdateRequired',
|
|
3685
|
-
'IrrelevantUpdate',
|
|
3686
|
-
'NotBootstrapped',
|
|
3687
|
-
'SyncCommitteeParticipantsNotSupermajority',
|
|
3688
|
-
'InvalidHeaderMerkleProof',
|
|
3689
|
-
'InvalidSyncCommitteeMerkleProof',
|
|
3690
|
-
'InvalidExecutionHeaderProof',
|
|
3691
|
-
'InvalidFinalizedHeaderGap',
|
|
3692
|
-
'HeaderHashTreeRootFailed',
|
|
3693
|
-
'BlockBodyHashTreeRootFailed',
|
|
3694
|
-
'SyncCommitteeHashTreeRootFailed',
|
|
3695
|
-
'SigningRootHashTreeRootFailed',
|
|
3696
|
-
'ForkDataHashTreeRootFailed',
|
|
3697
|
-
'ExpectedFinalizedHeaderNotStored',
|
|
3698
|
-
'BLSPreparePublicKeysFailed',
|
|
3699
|
-
'BLSVerificationFailed',
|
|
3700
|
-
'UnexpectedBeaconPreset',
|
|
3701
|
-
'InvalidUpdateSlot',
|
|
3702
|
-
'InvalidSyncCommitteeUpdate',
|
|
3703
|
-
'Halted',
|
|
3704
|
-
],
|
|
3405
|
+
_enum: ['SkippedSyncCommitteePeriod', 'SyncCommitteeUpdateRequired', 'IrrelevantUpdate', 'NotBootstrapped', 'SyncCommitteeParticipantsNotSupermajority', 'InvalidHeaderMerkleProof', 'InvalidSyncCommitteeMerkleProof', 'InvalidExecutionHeaderProof', 'InvalidFinalizedHeaderGap', 'HeaderHashTreeRootFailed', 'BlockBodyHashTreeRootFailed', 'SyncCommitteeHashTreeRootFailed', 'SigningRootHashTreeRootFailed', 'ForkDataHashTreeRootFailed', 'ExpectedFinalizedHeaderNotStored', 'BLSPreparePublicKeysFailed', 'BLSVerificationFailed', 'UnexpectedBeaconPreset', 'InvalidUpdateSlot', 'InvalidSyncCommitteeUpdate', 'Halted']
|
|
3705
3406
|
},
|
|
3706
3407
|
/**
|
|
3707
3408
|
* Lookup526: pallet_crosschain_transfer::pallet::Error<T>
|
|
3708
3409
|
**/
|
|
3709
3410
|
PalletCrosschainTransferError: {
|
|
3710
|
-
_enum: [
|
|
3711
|
-
'InvalidEthereumEvent',
|
|
3712
|
-
'InvalidProof',
|
|
3713
|
-
'InvalidRecipient',
|
|
3714
|
-
'InvalidAmount',
|
|
3715
|
-
'UnsupportedSource',
|
|
3716
|
-
'UnsupportedGateway',
|
|
3717
|
-
'UnsupportedToken',
|
|
3718
|
-
'UnexpectedNonce',
|
|
3719
|
-
'InvalidChainConfig',
|
|
3720
|
-
'InsufficientLiquidity',
|
|
3721
|
-
'InsufficientBurnAmountForFee',
|
|
3722
|
-
],
|
|
3411
|
+
_enum: ['InvalidEthereumEvent', 'InvalidProof', 'InvalidRecipient', 'InvalidAmount', 'UnsupportedSource', 'UnsupportedGateway', 'UnsupportedToken', 'UnexpectedNonce', 'InvalidChainConfig', 'InsufficientLiquidity', 'InsufficientBurnAmountForFee']
|
|
3723
3412
|
},
|
|
3724
3413
|
/**
|
|
3725
3414
|
* Lookup529: frame_system::extensions::authorize_call::AuthorizeCall<T>
|
|
@@ -3757,13 +3446,13 @@ export default {
|
|
|
3757
3446
|
* Lookup539: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
3758
3447
|
**/
|
|
3759
3448
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
3760
|
-
mode: 'FrameMetadataHashExtensionMode'
|
|
3449
|
+
mode: 'FrameMetadataHashExtensionMode'
|
|
3761
3450
|
},
|
|
3762
3451
|
/**
|
|
3763
3452
|
* Lookup540: frame_metadata_hash_extension::Mode
|
|
3764
3453
|
**/
|
|
3765
3454
|
FrameMetadataHashExtensionMode: {
|
|
3766
|
-
_enum: ['Disabled', 'Enabled']
|
|
3455
|
+
_enum: ['Disabled', 'Enabled']
|
|
3767
3456
|
},
|
|
3768
3457
|
/**
|
|
3769
3458
|
* Lookup541: frame_system::extensions::weight_reclaim::WeightReclaim<T>
|
|
@@ -3772,5 +3461,5 @@ export default {
|
|
|
3772
3461
|
/**
|
|
3773
3462
|
* Lookup543: argon_runtime::Runtime
|
|
3774
3463
|
**/
|
|
3775
|
-
ArgonRuntimeRuntime: 'Null'
|
|
3464
|
+
ArgonRuntimeRuntime: 'Null'
|
|
3776
3465
|
};
|