@pezkuwi/types-augment 16.5.23 → 16.5.25
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/cjs/lookup/assetHubDicle.js +58 -58
- package/cjs/lookup/assetHubPezkuwi.js +167 -167
- package/cjs/lookup/bizinikiwi.d.ts +283 -0
- package/cjs/lookup/bizinikiwi.js +996 -713
- package/cjs/lookup/dicle.js +45 -45
- package/cjs/lookup/pezkuwi.js +85 -85
- package/cjs/lookup/types-assetHubDicle.d.ts +65 -59
- package/cjs/lookup/types-assetHubPezkuwi.d.ts +174 -168
- package/cjs/lookup/types-bizinikiwi.d.ts +1238 -715
- package/cjs/lookup/types-dicle.d.ts +53 -47
- package/cjs/lookup/types-pezkuwi.d.ts +92 -86
- package/cjs/packageInfo.js +1 -1
- package/cjs/registry/bizinikiwi.d.ts +5 -1
- package/lookup/assetHubDicle.js +58 -58
- package/lookup/assetHubPezkuwi.js +167 -167
- package/lookup/bizinikiwi.d.ts +283 -0
- package/lookup/bizinikiwi.js +996 -713
- package/lookup/dicle.js +45 -45
- package/lookup/pezkuwi.js +85 -85
- package/lookup/types-assetHubDicle.d.ts +65 -59
- package/lookup/types-assetHubPezkuwi.d.ts +174 -168
- package/lookup/types-bizinikiwi.d.ts +1238 -715
- package/lookup/types-dicle.d.ts +53 -47
- package/lookup/types-pezkuwi.d.ts +92 -86
- package/package.json +3 -3
- package/packageInfo.js +1 -1
- package/registry/bizinikiwi.d.ts +5 -1
package/lookup/bizinikiwi.js
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
2
|
/* eslint-disable sort-keys */
|
|
3
3
|
export default {
|
|
4
|
+
/**
|
|
5
|
+
* Lookup0: sp_core::crypto::AccountId32
|
|
6
|
+
**/
|
|
7
|
+
PezspCoreCryptoAccountId32: '[u8;32]',
|
|
4
8
|
/**
|
|
5
9
|
* Lookup3: frame_system::AccountInfo<Nonce, pallet_balances::types::AccountData<Balance>>
|
|
6
10
|
**/
|
|
@@ -79,16 +83,16 @@ export default {
|
|
|
79
83
|
},
|
|
80
84
|
CodeUpdated: 'Null',
|
|
81
85
|
NewAccount: {
|
|
82
|
-
account: '
|
|
86
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
83
87
|
},
|
|
84
88
|
KilledAccount: {
|
|
85
|
-
account: '
|
|
89
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
86
90
|
},
|
|
87
91
|
Remarked: {
|
|
88
92
|
_alias: {
|
|
89
93
|
hash_: 'hash',
|
|
90
94
|
},
|
|
91
|
-
sender: '
|
|
95
|
+
sender: 'PezspCoreCryptoAccountId32',
|
|
92
96
|
hash_: 'H256',
|
|
93
97
|
},
|
|
94
98
|
UpgradeAuthorized: {
|
|
@@ -204,7 +208,7 @@ export default {
|
|
|
204
208
|
PezpalletIndicesEvent: {
|
|
205
209
|
_enum: {
|
|
206
210
|
IndexAssigned: {
|
|
207
|
-
who: '
|
|
211
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
208
212
|
index: 'u32',
|
|
209
213
|
},
|
|
210
214
|
IndexFreed: {
|
|
@@ -212,10 +216,10 @@ export default {
|
|
|
212
216
|
},
|
|
213
217
|
IndexFrozen: {
|
|
214
218
|
index: 'u32',
|
|
215
|
-
who: '
|
|
219
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
216
220
|
},
|
|
217
221
|
DepositPoked: {
|
|
218
|
-
who: '
|
|
222
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
219
223
|
index: 'u32',
|
|
220
224
|
oldDeposit: 'u128',
|
|
221
225
|
newDeposit: 'u128'
|
|
@@ -228,66 +232,66 @@ export default {
|
|
|
228
232
|
PezpalletBalancesEvent: {
|
|
229
233
|
_enum: {
|
|
230
234
|
Endowed: {
|
|
231
|
-
account: '
|
|
235
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
232
236
|
freeBalance: 'u128',
|
|
233
237
|
},
|
|
234
238
|
DustLost: {
|
|
235
|
-
account: '
|
|
239
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
236
240
|
amount: 'u128',
|
|
237
241
|
},
|
|
238
242
|
Transfer: {
|
|
239
|
-
from: '
|
|
240
|
-
to: '
|
|
243
|
+
from: 'PezspCoreCryptoAccountId32',
|
|
244
|
+
to: 'PezspCoreCryptoAccountId32',
|
|
241
245
|
amount: 'u128',
|
|
242
246
|
},
|
|
243
247
|
BalanceSet: {
|
|
244
|
-
who: '
|
|
248
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
245
249
|
free: 'u128',
|
|
246
250
|
},
|
|
247
251
|
Reserved: {
|
|
248
|
-
who: '
|
|
252
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
249
253
|
amount: 'u128',
|
|
250
254
|
},
|
|
251
255
|
Unreserved: {
|
|
252
|
-
who: '
|
|
256
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
253
257
|
amount: 'u128',
|
|
254
258
|
},
|
|
255
259
|
ReserveRepatriated: {
|
|
256
|
-
from: '
|
|
257
|
-
to: '
|
|
260
|
+
from: 'PezspCoreCryptoAccountId32',
|
|
261
|
+
to: 'PezspCoreCryptoAccountId32',
|
|
258
262
|
amount: 'u128',
|
|
259
263
|
destinationStatus: 'PezframeSupportTokensMiscBalanceStatus',
|
|
260
264
|
},
|
|
261
265
|
Deposit: {
|
|
262
|
-
who: '
|
|
266
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
263
267
|
amount: 'u128',
|
|
264
268
|
},
|
|
265
269
|
Withdraw: {
|
|
266
|
-
who: '
|
|
270
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
267
271
|
amount: 'u128',
|
|
268
272
|
},
|
|
269
273
|
Slashed: {
|
|
270
|
-
who: '
|
|
274
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
271
275
|
amount: 'u128',
|
|
272
276
|
},
|
|
273
277
|
Minted: {
|
|
274
|
-
who: '
|
|
278
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
275
279
|
amount: 'u128',
|
|
276
280
|
},
|
|
277
281
|
Burned: {
|
|
278
|
-
who: '
|
|
282
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
279
283
|
amount: 'u128',
|
|
280
284
|
},
|
|
281
285
|
Suspended: {
|
|
282
|
-
who: '
|
|
286
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
283
287
|
amount: 'u128',
|
|
284
288
|
},
|
|
285
289
|
Restored: {
|
|
286
|
-
who: '
|
|
290
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
287
291
|
amount: 'u128',
|
|
288
292
|
},
|
|
289
293
|
Upgraded: {
|
|
290
|
-
who: '
|
|
294
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
291
295
|
},
|
|
292
296
|
Issued: {
|
|
293
297
|
amount: 'u128',
|
|
@@ -296,19 +300,19 @@ export default {
|
|
|
296
300
|
amount: 'u128',
|
|
297
301
|
},
|
|
298
302
|
Locked: {
|
|
299
|
-
who: '
|
|
303
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
300
304
|
amount: 'u128',
|
|
301
305
|
},
|
|
302
306
|
Unlocked: {
|
|
303
|
-
who: '
|
|
307
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
304
308
|
amount: 'u128',
|
|
305
309
|
},
|
|
306
310
|
Frozen: {
|
|
307
|
-
who: '
|
|
311
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
308
312
|
amount: 'u128',
|
|
309
313
|
},
|
|
310
314
|
Thawed: {
|
|
311
|
-
who: '
|
|
315
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
312
316
|
amount: 'u128',
|
|
313
317
|
},
|
|
314
318
|
TotalIssuanceForced: {
|
|
@@ -332,7 +336,7 @@ export default {
|
|
|
332
336
|
PezpalletTransactionPaymentEvent: {
|
|
333
337
|
_enum: {
|
|
334
338
|
TransactionFeePaid: {
|
|
335
|
-
who: '
|
|
339
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
336
340
|
actualFee: 'u128',
|
|
337
341
|
tip: 'u128'
|
|
338
342
|
}
|
|
@@ -344,7 +348,7 @@ export default {
|
|
|
344
348
|
PezpalletAssetConversionTxPaymentEvent: {
|
|
345
349
|
_enum: {
|
|
346
350
|
AssetTxFeePaid: {
|
|
347
|
-
who: '
|
|
351
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
348
352
|
actualFee: 'u128',
|
|
349
353
|
tip: 'u128',
|
|
350
354
|
assetId: 'PezframeSupportTokensFungibleUnionOfNativeOrWithId',
|
|
@@ -370,7 +374,7 @@ export default {
|
|
|
370
374
|
_enum: {
|
|
371
375
|
SolutionStored: {
|
|
372
376
|
compute: 'PezpalletElectionProviderMultiPhaseElectionCompute',
|
|
373
|
-
origin: 'Option<
|
|
377
|
+
origin: 'Option<PezspCoreCryptoAccountId32>',
|
|
374
378
|
prevEjected: 'bool',
|
|
375
379
|
},
|
|
376
380
|
ElectionFinalized: {
|
|
@@ -379,11 +383,11 @@ export default {
|
|
|
379
383
|
},
|
|
380
384
|
ElectionFailed: 'Null',
|
|
381
385
|
Rewarded: {
|
|
382
|
-
account: '
|
|
386
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
383
387
|
value: 'u128',
|
|
384
388
|
},
|
|
385
389
|
Slashed: {
|
|
386
|
-
account: '
|
|
390
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
387
391
|
value: 'u128',
|
|
388
392
|
},
|
|
389
393
|
PhaseTransitioned: {
|
|
@@ -429,17 +433,17 @@ export default {
|
|
|
429
433
|
remainder: 'u128',
|
|
430
434
|
},
|
|
431
435
|
Rewarded: {
|
|
432
|
-
stash: '
|
|
436
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
433
437
|
dest: 'PezpalletStakingRewardDestination',
|
|
434
438
|
amount: 'u128',
|
|
435
439
|
},
|
|
436
440
|
Slashed: {
|
|
437
|
-
staker: '
|
|
441
|
+
staker: 'PezspCoreCryptoAccountId32',
|
|
438
442
|
amount: 'u128',
|
|
439
443
|
},
|
|
440
444
|
SlashReported: {
|
|
441
|
-
validator: '
|
|
442
|
-
fraction: '
|
|
445
|
+
validator: 'PezspCoreCryptoAccountId32',
|
|
446
|
+
fraction: 'u32',
|
|
443
447
|
slashEra: 'u32',
|
|
444
448
|
},
|
|
445
449
|
OldSlashingReportDiscarded: {
|
|
@@ -447,33 +451,33 @@ export default {
|
|
|
447
451
|
},
|
|
448
452
|
StakersElected: 'Null',
|
|
449
453
|
Bonded: {
|
|
450
|
-
stash: '
|
|
454
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
451
455
|
amount: 'u128',
|
|
452
456
|
},
|
|
453
457
|
Unbonded: {
|
|
454
|
-
stash: '
|
|
458
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
455
459
|
amount: 'u128',
|
|
456
460
|
},
|
|
457
461
|
Withdrawn: {
|
|
458
|
-
stash: '
|
|
462
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
459
463
|
amount: 'u128',
|
|
460
464
|
},
|
|
461
465
|
Kicked: {
|
|
462
|
-
nominator: '
|
|
463
|
-
stash: '
|
|
466
|
+
nominator: 'PezspCoreCryptoAccountId32',
|
|
467
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
464
468
|
},
|
|
465
469
|
StakingElectionFailed: 'Null',
|
|
466
470
|
Chilled: {
|
|
467
|
-
stash: '
|
|
471
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
468
472
|
},
|
|
469
473
|
PayoutStarted: {
|
|
470
474
|
eraIndex: 'u32',
|
|
471
|
-
validatorStash: '
|
|
475
|
+
validatorStash: 'PezspCoreCryptoAccountId32',
|
|
472
476
|
page: 'u32',
|
|
473
477
|
next: 'Option<u32>',
|
|
474
478
|
},
|
|
475
479
|
ValidatorPrefsSet: {
|
|
476
|
-
stash: '
|
|
480
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
477
481
|
prefs: 'PezpalletStakingValidatorPrefs',
|
|
478
482
|
},
|
|
479
483
|
SnapshotVotersSizeExceeded: {
|
|
@@ -495,7 +499,7 @@ export default {
|
|
|
495
499
|
failures: 'u32',
|
|
496
500
|
},
|
|
497
501
|
CurrencyMigrated: {
|
|
498
|
-
stash: '
|
|
502
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
499
503
|
forceWithdraw: 'u128'
|
|
500
504
|
}
|
|
501
505
|
}
|
|
@@ -508,7 +512,7 @@ export default {
|
|
|
508
512
|
Staked: 'Null',
|
|
509
513
|
Stash: 'Null',
|
|
510
514
|
Controller: 'Null',
|
|
511
|
-
Account: '
|
|
515
|
+
Account: 'PezspCoreCryptoAccountId32',
|
|
512
516
|
None: 'Null'
|
|
513
517
|
}
|
|
514
518
|
},
|
|
@@ -516,7 +520,7 @@ export default {
|
|
|
516
520
|
* Lookup51: pallet_staking::ValidatorPrefs
|
|
517
521
|
**/
|
|
518
522
|
PezpalletStakingValidatorPrefs: {
|
|
519
|
-
commission: 'Compact<
|
|
523
|
+
commission: 'Compact<u32>',
|
|
520
524
|
blocked: 'bool'
|
|
521
525
|
},
|
|
522
526
|
/**
|
|
@@ -534,10 +538,10 @@ export default {
|
|
|
534
538
|
sessionIndex: 'u32',
|
|
535
539
|
},
|
|
536
540
|
ValidatorDisabled: {
|
|
537
|
-
validator: '
|
|
541
|
+
validator: 'PezspCoreCryptoAccountId32',
|
|
538
542
|
},
|
|
539
543
|
ValidatorReenabled: {
|
|
540
|
-
validator: '
|
|
544
|
+
validator: 'PezspCoreCryptoAccountId32'
|
|
541
545
|
}
|
|
542
546
|
}
|
|
543
547
|
},
|
|
@@ -569,14 +573,14 @@ export default {
|
|
|
569
573
|
refIndex: 'u32',
|
|
570
574
|
},
|
|
571
575
|
Delegated: {
|
|
572
|
-
who: '
|
|
573
|
-
target: '
|
|
576
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
577
|
+
target: 'PezspCoreCryptoAccountId32',
|
|
574
578
|
},
|
|
575
579
|
Undelegated: {
|
|
576
|
-
account: '
|
|
580
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
577
581
|
},
|
|
578
582
|
Vetoed: {
|
|
579
|
-
who: '
|
|
583
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
580
584
|
proposalHash: 'H256',
|
|
581
585
|
until: 'u32',
|
|
582
586
|
},
|
|
@@ -584,12 +588,12 @@ export default {
|
|
|
584
588
|
proposalHash: 'H256',
|
|
585
589
|
},
|
|
586
590
|
Voted: {
|
|
587
|
-
voter: '
|
|
591
|
+
voter: 'PezspCoreCryptoAccountId32',
|
|
588
592
|
refIndex: 'u32',
|
|
589
593
|
vote: 'PezpalletDemocracyVoteAccountVote',
|
|
590
594
|
},
|
|
591
595
|
Seconded: {
|
|
592
|
-
seconder: '
|
|
596
|
+
seconder: 'PezspCoreCryptoAccountId32',
|
|
593
597
|
propIndex: 'u32',
|
|
594
598
|
},
|
|
595
599
|
ProposalCanceled: {
|
|
@@ -656,13 +660,13 @@ export default {
|
|
|
656
660
|
PezpalletCollectiveEvent: {
|
|
657
661
|
_enum: {
|
|
658
662
|
Proposed: {
|
|
659
|
-
account: '
|
|
663
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
660
664
|
proposalIndex: 'u32',
|
|
661
665
|
proposalHash: 'H256',
|
|
662
666
|
threshold: 'u32',
|
|
663
667
|
},
|
|
664
668
|
Voted: {
|
|
665
|
-
account: '
|
|
669
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
666
670
|
proposalHash: 'H256',
|
|
667
671
|
voted: 'bool',
|
|
668
672
|
yes: 'u32',
|
|
@@ -692,11 +696,11 @@ export default {
|
|
|
692
696
|
},
|
|
693
697
|
ProposalCostBurned: {
|
|
694
698
|
proposalHash: 'H256',
|
|
695
|
-
who: '
|
|
699
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
696
700
|
},
|
|
697
701
|
ProposalCostReleased: {
|
|
698
702
|
proposalHash: 'H256',
|
|
699
|
-
who: '
|
|
703
|
+
who: 'PezspCoreCryptoAccountId32'
|
|
700
704
|
}
|
|
701
705
|
}
|
|
702
706
|
},
|
|
@@ -706,22 +710,22 @@ export default {
|
|
|
706
710
|
PezpalletElectionsPhragmenEvent: {
|
|
707
711
|
_enum: {
|
|
708
712
|
NewTerm: {
|
|
709
|
-
newMembers: 'Vec<(
|
|
713
|
+
newMembers: 'Vec<(PezspCoreCryptoAccountId32,u128)>',
|
|
710
714
|
},
|
|
711
715
|
EmptyTerm: 'Null',
|
|
712
716
|
ElectionError: 'Null',
|
|
713
717
|
MemberKicked: {
|
|
714
|
-
member: '
|
|
718
|
+
member: 'PezspCoreCryptoAccountId32',
|
|
715
719
|
},
|
|
716
720
|
Renounced: {
|
|
717
|
-
candidate: '
|
|
721
|
+
candidate: 'PezspCoreCryptoAccountId32',
|
|
718
722
|
},
|
|
719
723
|
CandidateSlashed: {
|
|
720
|
-
candidate: '
|
|
724
|
+
candidate: 'PezspCoreCryptoAccountId32',
|
|
721
725
|
amount: 'u128',
|
|
722
726
|
},
|
|
723
727
|
SeatHolderSlashed: {
|
|
724
|
-
seatHolder: '
|
|
728
|
+
seatHolder: 'PezspCoreCryptoAccountId32',
|
|
725
729
|
amount: 'u128'
|
|
726
730
|
}
|
|
727
731
|
}
|
|
@@ -759,7 +763,7 @@ export default {
|
|
|
759
763
|
Awarded: {
|
|
760
764
|
proposalIndex: 'u32',
|
|
761
765
|
award: 'u128',
|
|
762
|
-
account: '
|
|
766
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
763
767
|
},
|
|
764
768
|
Burnt: {
|
|
765
769
|
burntFunds: 'u128',
|
|
@@ -773,7 +777,7 @@ export default {
|
|
|
773
777
|
SpendApproved: {
|
|
774
778
|
proposalIndex: 'u32',
|
|
775
779
|
amount: 'u128',
|
|
776
|
-
beneficiary: '
|
|
780
|
+
beneficiary: 'PezspCoreCryptoAccountId32',
|
|
777
781
|
},
|
|
778
782
|
UpdatedInactive: {
|
|
779
783
|
reactivated: 'u128',
|
|
@@ -783,7 +787,7 @@ export default {
|
|
|
783
787
|
index: 'u32',
|
|
784
788
|
assetKind: 'PezframeSupportTokensFungibleUnionOfNativeOrWithId',
|
|
785
789
|
amount: 'u128',
|
|
786
|
-
beneficiary: '
|
|
790
|
+
beneficiary: 'PezspCoreCryptoAccountId32',
|
|
787
791
|
validFrom: 'u32',
|
|
788
792
|
expireAt: 'u32',
|
|
789
793
|
},
|
|
@@ -831,48 +835,48 @@ export default {
|
|
|
831
835
|
PezpalletContractsEvent: {
|
|
832
836
|
_enum: {
|
|
833
837
|
Instantiated: {
|
|
834
|
-
deployer: '
|
|
835
|
-
contract: '
|
|
838
|
+
deployer: 'PezspCoreCryptoAccountId32',
|
|
839
|
+
contract: 'PezspCoreCryptoAccountId32',
|
|
836
840
|
},
|
|
837
841
|
Terminated: {
|
|
838
|
-
contract: '
|
|
839
|
-
beneficiary: '
|
|
842
|
+
contract: 'PezspCoreCryptoAccountId32',
|
|
843
|
+
beneficiary: 'PezspCoreCryptoAccountId32',
|
|
840
844
|
},
|
|
841
845
|
CodeStored: {
|
|
842
846
|
codeHash: 'H256',
|
|
843
847
|
depositHeld: 'u128',
|
|
844
|
-
uploader: '
|
|
848
|
+
uploader: 'PezspCoreCryptoAccountId32',
|
|
845
849
|
},
|
|
846
850
|
ContractEmitted: {
|
|
847
|
-
contract: '
|
|
851
|
+
contract: 'PezspCoreCryptoAccountId32',
|
|
848
852
|
data: 'Bytes',
|
|
849
853
|
},
|
|
850
854
|
CodeRemoved: {
|
|
851
855
|
codeHash: 'H256',
|
|
852
856
|
depositReleased: 'u128',
|
|
853
|
-
remover: '
|
|
857
|
+
remover: 'PezspCoreCryptoAccountId32',
|
|
854
858
|
},
|
|
855
859
|
ContractCodeUpdated: {
|
|
856
|
-
contract: '
|
|
860
|
+
contract: 'PezspCoreCryptoAccountId32',
|
|
857
861
|
newCodeHash: 'H256',
|
|
858
862
|
oldCodeHash: 'H256',
|
|
859
863
|
},
|
|
860
864
|
Called: {
|
|
861
865
|
caller: 'PezpalletContractsOrigin',
|
|
862
|
-
contract: '
|
|
866
|
+
contract: 'PezspCoreCryptoAccountId32',
|
|
863
867
|
},
|
|
864
868
|
DelegateCalled: {
|
|
865
|
-
contract: '
|
|
869
|
+
contract: 'PezspCoreCryptoAccountId32',
|
|
866
870
|
codeHash: 'H256',
|
|
867
871
|
},
|
|
868
872
|
StorageDepositTransferredAndHeld: {
|
|
869
|
-
from: '
|
|
870
|
-
to: '
|
|
873
|
+
from: 'PezspCoreCryptoAccountId32',
|
|
874
|
+
to: 'PezspCoreCryptoAccountId32',
|
|
871
875
|
amount: 'u128',
|
|
872
876
|
},
|
|
873
877
|
StorageDepositTransferredAndReleased: {
|
|
874
|
-
from: '
|
|
875
|
-
to: '
|
|
878
|
+
from: 'PezspCoreCryptoAccountId32',
|
|
879
|
+
to: 'PezspCoreCryptoAccountId32',
|
|
876
880
|
amount: 'u128'
|
|
877
881
|
}
|
|
878
882
|
}
|
|
@@ -883,7 +887,7 @@ export default {
|
|
|
883
887
|
PezpalletContractsOrigin: {
|
|
884
888
|
_enum: {
|
|
885
889
|
Root: 'Null',
|
|
886
|
-
Signed: '
|
|
890
|
+
Signed: 'PezspCoreCryptoAccountId32'
|
|
887
891
|
}
|
|
888
892
|
},
|
|
889
893
|
/**
|
|
@@ -902,8 +906,8 @@ export default {
|
|
|
902
906
|
_alias: {
|
|
903
907
|
new_: 'new',
|
|
904
908
|
},
|
|
905
|
-
old: 'Option<
|
|
906
|
-
new_: '
|
|
909
|
+
old: 'Option<PezspCoreCryptoAccountId32>',
|
|
910
|
+
new_: 'PezspCoreCryptoAccountId32',
|
|
907
911
|
},
|
|
908
912
|
KeyRemoved: 'Null',
|
|
909
913
|
SudoAsDone: {
|
|
@@ -921,7 +925,7 @@ export default {
|
|
|
921
925
|
},
|
|
922
926
|
AllGood: 'Null',
|
|
923
927
|
SomeOffline: {
|
|
924
|
-
offline: 'Vec<(
|
|
928
|
+
offline: 'Vec<(PezspCoreCryptoAccountId32,Null)>'
|
|
925
929
|
}
|
|
926
930
|
}
|
|
927
931
|
},
|
|
@@ -946,79 +950,79 @@ export default {
|
|
|
946
950
|
PezpalletIdentityEvent: {
|
|
947
951
|
_enum: {
|
|
948
952
|
IdentitySet: {
|
|
949
|
-
who: '
|
|
953
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
950
954
|
},
|
|
951
955
|
IdentityCleared: {
|
|
952
|
-
who: '
|
|
956
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
953
957
|
deposit: 'u128',
|
|
954
958
|
},
|
|
955
959
|
IdentityKilled: {
|
|
956
|
-
who: '
|
|
960
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
957
961
|
deposit: 'u128',
|
|
958
962
|
},
|
|
959
963
|
JudgementRequested: {
|
|
960
|
-
who: '
|
|
964
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
961
965
|
registrarIndex: 'u32',
|
|
962
966
|
},
|
|
963
967
|
JudgementUnrequested: {
|
|
964
|
-
who: '
|
|
968
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
965
969
|
registrarIndex: 'u32',
|
|
966
970
|
},
|
|
967
971
|
JudgementGiven: {
|
|
968
|
-
target: '
|
|
972
|
+
target: 'PezspCoreCryptoAccountId32',
|
|
969
973
|
registrarIndex: 'u32',
|
|
970
974
|
},
|
|
971
975
|
RegistrarAdded: {
|
|
972
976
|
registrarIndex: 'u32',
|
|
973
977
|
},
|
|
974
978
|
SubIdentityAdded: {
|
|
975
|
-
sub: '
|
|
976
|
-
main: '
|
|
979
|
+
sub: 'PezspCoreCryptoAccountId32',
|
|
980
|
+
main: 'PezspCoreCryptoAccountId32',
|
|
977
981
|
deposit: 'u128',
|
|
978
982
|
},
|
|
979
983
|
SubIdentitiesSet: {
|
|
980
|
-
main: '
|
|
984
|
+
main: 'PezspCoreCryptoAccountId32',
|
|
981
985
|
numberOfSubs: 'u32',
|
|
982
986
|
newDeposit: 'u128',
|
|
983
987
|
},
|
|
984
988
|
SubIdentityRenamed: {
|
|
985
|
-
sub: '
|
|
986
|
-
main: '
|
|
989
|
+
sub: 'PezspCoreCryptoAccountId32',
|
|
990
|
+
main: 'PezspCoreCryptoAccountId32',
|
|
987
991
|
},
|
|
988
992
|
SubIdentityRemoved: {
|
|
989
|
-
sub: '
|
|
990
|
-
main: '
|
|
993
|
+
sub: 'PezspCoreCryptoAccountId32',
|
|
994
|
+
main: 'PezspCoreCryptoAccountId32',
|
|
991
995
|
deposit: 'u128',
|
|
992
996
|
},
|
|
993
997
|
SubIdentityRevoked: {
|
|
994
|
-
sub: '
|
|
995
|
-
main: '
|
|
998
|
+
sub: 'PezspCoreCryptoAccountId32',
|
|
999
|
+
main: 'PezspCoreCryptoAccountId32',
|
|
996
1000
|
deposit: 'u128',
|
|
997
1001
|
},
|
|
998
1002
|
AuthorityAdded: {
|
|
999
|
-
authority: '
|
|
1003
|
+
authority: 'PezspCoreCryptoAccountId32',
|
|
1000
1004
|
},
|
|
1001
1005
|
AuthorityRemoved: {
|
|
1002
|
-
authority: '
|
|
1006
|
+
authority: 'PezspCoreCryptoAccountId32',
|
|
1003
1007
|
},
|
|
1004
1008
|
UsernameSet: {
|
|
1005
|
-
who: '
|
|
1009
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1006
1010
|
username: 'Bytes',
|
|
1007
1011
|
},
|
|
1008
1012
|
UsernameQueued: {
|
|
1009
|
-
who: '
|
|
1013
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1010
1014
|
username: 'Bytes',
|
|
1011
1015
|
expiration: 'u32',
|
|
1012
1016
|
},
|
|
1013
1017
|
PreapprovalExpired: {
|
|
1014
|
-
whose: '
|
|
1018
|
+
whose: 'PezspCoreCryptoAccountId32',
|
|
1015
1019
|
},
|
|
1016
1020
|
PrimaryUsernameSet: {
|
|
1017
|
-
who: '
|
|
1021
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1018
1022
|
username: 'Bytes',
|
|
1019
1023
|
},
|
|
1020
1024
|
DanglingUsernameRemoved: {
|
|
1021
|
-
who: '
|
|
1025
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1022
1026
|
username: 'Bytes',
|
|
1023
1027
|
},
|
|
1024
1028
|
UsernameUnbound: {
|
|
@@ -1038,63 +1042,63 @@ export default {
|
|
|
1038
1042
|
PezpalletSocietyEvent: {
|
|
1039
1043
|
_enum: {
|
|
1040
1044
|
Founded: {
|
|
1041
|
-
founder: '
|
|
1045
|
+
founder: 'PezspCoreCryptoAccountId32',
|
|
1042
1046
|
},
|
|
1043
1047
|
Bid: {
|
|
1044
|
-
candidateId: '
|
|
1048
|
+
candidateId: 'PezspCoreCryptoAccountId32',
|
|
1045
1049
|
offer: 'u128',
|
|
1046
1050
|
},
|
|
1047
1051
|
Vouch: {
|
|
1048
|
-
candidateId: '
|
|
1052
|
+
candidateId: 'PezspCoreCryptoAccountId32',
|
|
1049
1053
|
offer: 'u128',
|
|
1050
|
-
vouching: '
|
|
1054
|
+
vouching: 'PezspCoreCryptoAccountId32',
|
|
1051
1055
|
},
|
|
1052
1056
|
AutoUnbid: {
|
|
1053
|
-
candidate: '
|
|
1057
|
+
candidate: 'PezspCoreCryptoAccountId32',
|
|
1054
1058
|
},
|
|
1055
1059
|
Unbid: {
|
|
1056
|
-
candidate: '
|
|
1060
|
+
candidate: 'PezspCoreCryptoAccountId32',
|
|
1057
1061
|
},
|
|
1058
1062
|
Unvouch: {
|
|
1059
|
-
candidate: '
|
|
1063
|
+
candidate: 'PezspCoreCryptoAccountId32',
|
|
1060
1064
|
},
|
|
1061
1065
|
Inducted: {
|
|
1062
|
-
primary: '
|
|
1063
|
-
candidates: 'Vec<
|
|
1066
|
+
primary: 'PezspCoreCryptoAccountId32',
|
|
1067
|
+
candidates: 'Vec<PezspCoreCryptoAccountId32>',
|
|
1064
1068
|
},
|
|
1065
1069
|
SuspendedMemberJudgement: {
|
|
1066
|
-
who: '
|
|
1070
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1067
1071
|
judged: 'bool',
|
|
1068
1072
|
},
|
|
1069
1073
|
CandidateSuspended: {
|
|
1070
|
-
candidate: '
|
|
1074
|
+
candidate: 'PezspCoreCryptoAccountId32',
|
|
1071
1075
|
},
|
|
1072
1076
|
MemberSuspended: {
|
|
1073
|
-
member: '
|
|
1077
|
+
member: 'PezspCoreCryptoAccountId32',
|
|
1074
1078
|
},
|
|
1075
1079
|
Challenged: {
|
|
1076
|
-
member: '
|
|
1080
|
+
member: 'PezspCoreCryptoAccountId32',
|
|
1077
1081
|
},
|
|
1078
1082
|
Vote: {
|
|
1079
|
-
candidate: '
|
|
1080
|
-
voter: '
|
|
1083
|
+
candidate: 'PezspCoreCryptoAccountId32',
|
|
1084
|
+
voter: 'PezspCoreCryptoAccountId32',
|
|
1081
1085
|
vote: 'bool',
|
|
1082
1086
|
},
|
|
1083
1087
|
DefenderVote: {
|
|
1084
|
-
voter: '
|
|
1088
|
+
voter: 'PezspCoreCryptoAccountId32',
|
|
1085
1089
|
vote: 'bool',
|
|
1086
1090
|
},
|
|
1087
1091
|
NewParams: {
|
|
1088
1092
|
params: 'PezpalletSocietyGroupParams',
|
|
1089
1093
|
},
|
|
1090
1094
|
Unfounded: {
|
|
1091
|
-
founder: '
|
|
1095
|
+
founder: 'PezspCoreCryptoAccountId32',
|
|
1092
1096
|
},
|
|
1093
1097
|
Deposit: {
|
|
1094
1098
|
value: 'u128',
|
|
1095
1099
|
},
|
|
1096
1100
|
Elevated: {
|
|
1097
|
-
member: '
|
|
1101
|
+
member: 'PezspCoreCryptoAccountId32',
|
|
1098
1102
|
rank: 'u32'
|
|
1099
1103
|
}
|
|
1100
1104
|
}
|
|
@@ -1114,27 +1118,27 @@ export default {
|
|
|
1114
1118
|
PezpalletRecoveryEvent: {
|
|
1115
1119
|
_enum: {
|
|
1116
1120
|
RecoveryCreated: {
|
|
1117
|
-
account: '
|
|
1121
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
1118
1122
|
},
|
|
1119
1123
|
RecoveryInitiated: {
|
|
1120
|
-
lostAccount: '
|
|
1121
|
-
rescuerAccount: '
|
|
1124
|
+
lostAccount: 'PezspCoreCryptoAccountId32',
|
|
1125
|
+
rescuerAccount: 'PezspCoreCryptoAccountId32',
|
|
1122
1126
|
},
|
|
1123
1127
|
RecoveryVouched: {
|
|
1124
|
-
lostAccount: '
|
|
1125
|
-
rescuerAccount: '
|
|
1126
|
-
sender: '
|
|
1128
|
+
lostAccount: 'PezspCoreCryptoAccountId32',
|
|
1129
|
+
rescuerAccount: 'PezspCoreCryptoAccountId32',
|
|
1130
|
+
sender: 'PezspCoreCryptoAccountId32',
|
|
1127
1131
|
},
|
|
1128
1132
|
RecoveryClosed: {
|
|
1129
|
-
lostAccount: '
|
|
1130
|
-
rescuerAccount: '
|
|
1133
|
+
lostAccount: 'PezspCoreCryptoAccountId32',
|
|
1134
|
+
rescuerAccount: 'PezspCoreCryptoAccountId32',
|
|
1131
1135
|
},
|
|
1132
1136
|
AccountRecovered: {
|
|
1133
|
-
lostAccount: '
|
|
1134
|
-
rescuerAccount: '
|
|
1137
|
+
lostAccount: 'PezspCoreCryptoAccountId32',
|
|
1138
|
+
rescuerAccount: 'PezspCoreCryptoAccountId32',
|
|
1135
1139
|
},
|
|
1136
1140
|
RecoveryRemoved: {
|
|
1137
|
-
lostAccount: '
|
|
1141
|
+
lostAccount: 'PezspCoreCryptoAccountId32'
|
|
1138
1142
|
}
|
|
1139
1143
|
}
|
|
1140
1144
|
},
|
|
@@ -1144,11 +1148,11 @@ export default {
|
|
|
1144
1148
|
PezpalletVestingEvent: {
|
|
1145
1149
|
_enum: {
|
|
1146
1150
|
VestingUpdated: {
|
|
1147
|
-
account: '
|
|
1151
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
1148
1152
|
unvested: 'u128',
|
|
1149
1153
|
},
|
|
1150
1154
|
VestingCompleted: {
|
|
1151
|
-
account: '
|
|
1155
|
+
account: 'PezspCoreCryptoAccountId32'
|
|
1152
1156
|
}
|
|
1153
1157
|
}
|
|
1154
1158
|
},
|
|
@@ -1254,30 +1258,30 @@ export default {
|
|
|
1254
1258
|
result: 'Result<Null, PezspRuntimeDispatchError>',
|
|
1255
1259
|
},
|
|
1256
1260
|
PureCreated: {
|
|
1257
|
-
pure: '
|
|
1258
|
-
who: '
|
|
1261
|
+
pure: 'PezspCoreCryptoAccountId32',
|
|
1262
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1259
1263
|
proxyType: 'KitchensinkRuntimeProxyType',
|
|
1260
1264
|
disambiguationIndex: 'u16',
|
|
1261
1265
|
},
|
|
1262
1266
|
Announced: {
|
|
1263
|
-
real: '
|
|
1264
|
-
proxy: '
|
|
1267
|
+
real: 'PezspCoreCryptoAccountId32',
|
|
1268
|
+
proxy: 'PezspCoreCryptoAccountId32',
|
|
1265
1269
|
callHash: 'H256',
|
|
1266
1270
|
},
|
|
1267
1271
|
ProxyAdded: {
|
|
1268
|
-
delegator: '
|
|
1269
|
-
delegatee: '
|
|
1272
|
+
delegator: 'PezspCoreCryptoAccountId32',
|
|
1273
|
+
delegatee: 'PezspCoreCryptoAccountId32',
|
|
1270
1274
|
proxyType: 'KitchensinkRuntimeProxyType',
|
|
1271
1275
|
delay: 'u32',
|
|
1272
1276
|
},
|
|
1273
1277
|
ProxyRemoved: {
|
|
1274
|
-
delegator: '
|
|
1275
|
-
delegatee: '
|
|
1278
|
+
delegator: 'PezspCoreCryptoAccountId32',
|
|
1279
|
+
delegatee: 'PezspCoreCryptoAccountId32',
|
|
1276
1280
|
proxyType: 'KitchensinkRuntimeProxyType',
|
|
1277
1281
|
delay: 'u32',
|
|
1278
1282
|
},
|
|
1279
1283
|
DepositPoked: {
|
|
1280
|
-
who: '
|
|
1284
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1281
1285
|
kind: 'PezpalletProxyDepositKind',
|
|
1282
1286
|
oldDeposit: 'u128',
|
|
1283
1287
|
newDeposit: 'u128'
|
|
@@ -1302,31 +1306,31 @@ export default {
|
|
|
1302
1306
|
PezpalletMultisigEvent: {
|
|
1303
1307
|
_enum: {
|
|
1304
1308
|
NewMultisig: {
|
|
1305
|
-
approving: '
|
|
1306
|
-
multisig: '
|
|
1309
|
+
approving: 'PezspCoreCryptoAccountId32',
|
|
1310
|
+
multisig: 'PezspCoreCryptoAccountId32',
|
|
1307
1311
|
callHash: '[u8;32]',
|
|
1308
1312
|
},
|
|
1309
1313
|
MultisigApproval: {
|
|
1310
|
-
approving: '
|
|
1314
|
+
approving: 'PezspCoreCryptoAccountId32',
|
|
1311
1315
|
timepoint: 'PezpalletMultisigTimepoint',
|
|
1312
|
-
multisig: '
|
|
1316
|
+
multisig: 'PezspCoreCryptoAccountId32',
|
|
1313
1317
|
callHash: '[u8;32]',
|
|
1314
1318
|
},
|
|
1315
1319
|
MultisigExecuted: {
|
|
1316
|
-
approving: '
|
|
1320
|
+
approving: 'PezspCoreCryptoAccountId32',
|
|
1317
1321
|
timepoint: 'PezpalletMultisigTimepoint',
|
|
1318
|
-
multisig: '
|
|
1322
|
+
multisig: 'PezspCoreCryptoAccountId32',
|
|
1319
1323
|
callHash: '[u8;32]',
|
|
1320
1324
|
result: 'Result<Null, PezspRuntimeDispatchError>',
|
|
1321
1325
|
},
|
|
1322
1326
|
MultisigCancelled: {
|
|
1323
|
-
cancelling: '
|
|
1327
|
+
cancelling: 'PezspCoreCryptoAccountId32',
|
|
1324
1328
|
timepoint: 'PezpalletMultisigTimepoint',
|
|
1325
|
-
multisig: '
|
|
1329
|
+
multisig: 'PezspCoreCryptoAccountId32',
|
|
1326
1330
|
callHash: '[u8;32]',
|
|
1327
1331
|
},
|
|
1328
1332
|
DepositPoked: {
|
|
1329
|
-
who: '
|
|
1333
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1330
1334
|
callHash: '[u8;32]',
|
|
1331
1335
|
oldDeposit: 'u128',
|
|
1332
1336
|
newDeposit: 'u128'
|
|
@@ -1357,12 +1361,12 @@ export default {
|
|
|
1357
1361
|
},
|
|
1358
1362
|
BountyAwarded: {
|
|
1359
1363
|
index: 'u32',
|
|
1360
|
-
beneficiary: '
|
|
1364
|
+
beneficiary: 'PezspCoreCryptoAccountId32',
|
|
1361
1365
|
},
|
|
1362
1366
|
BountyClaimed: {
|
|
1363
1367
|
index: 'u32',
|
|
1364
1368
|
payout: 'u128',
|
|
1365
|
-
beneficiary: '
|
|
1369
|
+
beneficiary: 'PezspCoreCryptoAccountId32',
|
|
1366
1370
|
},
|
|
1367
1371
|
BountyCanceled: {
|
|
1368
1372
|
index: 'u32',
|
|
@@ -1375,14 +1379,14 @@ export default {
|
|
|
1375
1379
|
},
|
|
1376
1380
|
CuratorProposed: {
|
|
1377
1381
|
bountyId: 'u32',
|
|
1378
|
-
curator: '
|
|
1382
|
+
curator: 'PezspCoreCryptoAccountId32',
|
|
1379
1383
|
},
|
|
1380
1384
|
CuratorUnassigned: {
|
|
1381
1385
|
bountyId: 'u32',
|
|
1382
1386
|
},
|
|
1383
1387
|
CuratorAccepted: {
|
|
1384
1388
|
bountyId: 'u32',
|
|
1385
|
-
curator: '
|
|
1389
|
+
curator: 'PezspCoreCryptoAccountId32'
|
|
1386
1390
|
}
|
|
1387
1391
|
}
|
|
1388
1392
|
},
|
|
@@ -1399,7 +1403,7 @@ export default {
|
|
|
1399
1403
|
},
|
|
1400
1404
|
TipClosed: {
|
|
1401
1405
|
tipHash: 'H256',
|
|
1402
|
-
who: '
|
|
1406
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1403
1407
|
payout: 'u128',
|
|
1404
1408
|
},
|
|
1405
1409
|
TipRetracted: {
|
|
@@ -1407,7 +1411,7 @@ export default {
|
|
|
1407
1411
|
},
|
|
1408
1412
|
TipSlashed: {
|
|
1409
1413
|
tipHash: 'H256',
|
|
1410
|
-
finder: '
|
|
1414
|
+
finder: 'PezspCoreCryptoAccountId32',
|
|
1411
1415
|
deposit: 'u128'
|
|
1412
1416
|
}
|
|
1413
1417
|
}
|
|
@@ -1419,42 +1423,42 @@ export default {
|
|
|
1419
1423
|
_enum: {
|
|
1420
1424
|
Created: {
|
|
1421
1425
|
assetId: 'u32',
|
|
1422
|
-
creator: '
|
|
1423
|
-
owner: '
|
|
1426
|
+
creator: 'PezspCoreCryptoAccountId32',
|
|
1427
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1424
1428
|
},
|
|
1425
1429
|
Issued: {
|
|
1426
1430
|
assetId: 'u32',
|
|
1427
|
-
owner: '
|
|
1431
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1428
1432
|
amount: 'u128',
|
|
1429
1433
|
},
|
|
1430
1434
|
Transferred: {
|
|
1431
1435
|
assetId: 'u32',
|
|
1432
|
-
from: '
|
|
1433
|
-
to: '
|
|
1436
|
+
from: 'PezspCoreCryptoAccountId32',
|
|
1437
|
+
to: 'PezspCoreCryptoAccountId32',
|
|
1434
1438
|
amount: 'u128',
|
|
1435
1439
|
},
|
|
1436
1440
|
Burned: {
|
|
1437
1441
|
assetId: 'u32',
|
|
1438
|
-
owner: '
|
|
1442
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1439
1443
|
balance: 'u128',
|
|
1440
1444
|
},
|
|
1441
1445
|
TeamChanged: {
|
|
1442
1446
|
assetId: 'u32',
|
|
1443
|
-
issuer: '
|
|
1444
|
-
admin: '
|
|
1445
|
-
freezer: '
|
|
1447
|
+
issuer: 'PezspCoreCryptoAccountId32',
|
|
1448
|
+
admin: 'PezspCoreCryptoAccountId32',
|
|
1449
|
+
freezer: 'PezspCoreCryptoAccountId32',
|
|
1446
1450
|
},
|
|
1447
1451
|
OwnerChanged: {
|
|
1448
1452
|
assetId: 'u32',
|
|
1449
|
-
owner: '
|
|
1453
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1450
1454
|
},
|
|
1451
1455
|
Frozen: {
|
|
1452
1456
|
assetId: 'u32',
|
|
1453
|
-
who: '
|
|
1457
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1454
1458
|
},
|
|
1455
1459
|
Thawed: {
|
|
1456
1460
|
assetId: 'u32',
|
|
1457
|
-
who: '
|
|
1461
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1458
1462
|
},
|
|
1459
1463
|
AssetFrozen: {
|
|
1460
1464
|
assetId: 'u32',
|
|
@@ -1480,7 +1484,7 @@ export default {
|
|
|
1480
1484
|
},
|
|
1481
1485
|
ForceCreated: {
|
|
1482
1486
|
assetId: 'u32',
|
|
1483
|
-
owner: '
|
|
1487
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1484
1488
|
},
|
|
1485
1489
|
MetadataSet: {
|
|
1486
1490
|
assetId: 'u32',
|
|
@@ -1494,20 +1498,20 @@ export default {
|
|
|
1494
1498
|
},
|
|
1495
1499
|
ApprovedTransfer: {
|
|
1496
1500
|
assetId: 'u32',
|
|
1497
|
-
source: '
|
|
1498
|
-
delegate: '
|
|
1501
|
+
source: 'PezspCoreCryptoAccountId32',
|
|
1502
|
+
delegate: 'PezspCoreCryptoAccountId32',
|
|
1499
1503
|
amount: 'u128',
|
|
1500
1504
|
},
|
|
1501
1505
|
ApprovalCancelled: {
|
|
1502
1506
|
assetId: 'u32',
|
|
1503
|
-
owner: '
|
|
1504
|
-
delegate: '
|
|
1507
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1508
|
+
delegate: 'PezspCoreCryptoAccountId32',
|
|
1505
1509
|
},
|
|
1506
1510
|
TransferredApproved: {
|
|
1507
1511
|
assetId: 'u32',
|
|
1508
|
-
owner: '
|
|
1509
|
-
delegate: '
|
|
1510
|
-
destination: '
|
|
1512
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1513
|
+
delegate: 'PezspCoreCryptoAccountId32',
|
|
1514
|
+
destination: 'PezspCoreCryptoAccountId32',
|
|
1511
1515
|
amount: 'u128',
|
|
1512
1516
|
},
|
|
1513
1517
|
AssetStatusChanged: {
|
|
@@ -1519,21 +1523,21 @@ export default {
|
|
|
1519
1523
|
},
|
|
1520
1524
|
Touched: {
|
|
1521
1525
|
assetId: 'u32',
|
|
1522
|
-
who: '
|
|
1523
|
-
depositor: '
|
|
1526
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1527
|
+
depositor: 'PezspCoreCryptoAccountId32',
|
|
1524
1528
|
},
|
|
1525
1529
|
Blocked: {
|
|
1526
1530
|
assetId: 'u32',
|
|
1527
|
-
who: '
|
|
1531
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1528
1532
|
},
|
|
1529
1533
|
Deposited: {
|
|
1530
1534
|
assetId: 'u32',
|
|
1531
|
-
who: '
|
|
1535
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1532
1536
|
amount: 'u128',
|
|
1533
1537
|
},
|
|
1534
1538
|
Withdrawn: {
|
|
1535
1539
|
assetId: 'u32',
|
|
1536
|
-
who: '
|
|
1540
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1537
1541
|
amount: 'u128'
|
|
1538
1542
|
}
|
|
1539
1543
|
}
|
|
@@ -1546,11 +1550,11 @@ export default {
|
|
|
1546
1550
|
LotteryStarted: 'Null',
|
|
1547
1551
|
CallsUpdated: 'Null',
|
|
1548
1552
|
Winner: {
|
|
1549
|
-
winner: '
|
|
1553
|
+
winner: 'PezspCoreCryptoAccountId32',
|
|
1550
1554
|
lotteryBalance: 'u128',
|
|
1551
1555
|
},
|
|
1552
1556
|
TicketBought: {
|
|
1553
|
-
who: '
|
|
1557
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1554
1558
|
callIndex: '(u8,u8)'
|
|
1555
1559
|
}
|
|
1556
1560
|
}
|
|
@@ -1561,31 +1565,31 @@ export default {
|
|
|
1561
1565
|
PezpalletNisEvent: {
|
|
1562
1566
|
_enum: {
|
|
1563
1567
|
BidPlaced: {
|
|
1564
|
-
who: '
|
|
1568
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1565
1569
|
amount: 'u128',
|
|
1566
1570
|
duration: 'u32',
|
|
1567
1571
|
},
|
|
1568
1572
|
BidRetracted: {
|
|
1569
|
-
who: '
|
|
1573
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1570
1574
|
amount: 'u128',
|
|
1571
1575
|
duration: 'u32',
|
|
1572
1576
|
},
|
|
1573
1577
|
BidDropped: {
|
|
1574
|
-
who: '
|
|
1578
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1575
1579
|
amount: 'u128',
|
|
1576
1580
|
duration: 'u32',
|
|
1577
1581
|
},
|
|
1578
1582
|
Issued: {
|
|
1579
1583
|
index: 'u32',
|
|
1580
1584
|
expiry: 'u32',
|
|
1581
|
-
who: '
|
|
1582
|
-
proportion: '
|
|
1585
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1586
|
+
proportion: 'u64',
|
|
1583
1587
|
amount: 'u128',
|
|
1584
1588
|
},
|
|
1585
1589
|
Thawed: {
|
|
1586
1590
|
index: 'u32',
|
|
1587
|
-
who: '
|
|
1588
|
-
proportion: '
|
|
1591
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1592
|
+
proportion: 'u64',
|
|
1589
1593
|
amount: 'u128',
|
|
1590
1594
|
dropped: 'bool',
|
|
1591
1595
|
},
|
|
@@ -1593,8 +1597,8 @@ export default {
|
|
|
1593
1597
|
deficit: 'u128',
|
|
1594
1598
|
},
|
|
1595
1599
|
Transferred: {
|
|
1596
|
-
from: '
|
|
1597
|
-
to: '
|
|
1600
|
+
from: 'PezspCoreCryptoAccountId32',
|
|
1601
|
+
to: 'PezspCoreCryptoAccountId32',
|
|
1598
1602
|
index: 'u32'
|
|
1599
1603
|
}
|
|
1600
1604
|
}
|
|
@@ -1606,12 +1610,12 @@ export default {
|
|
|
1606
1610
|
_enum: {
|
|
1607
1611
|
Created: {
|
|
1608
1612
|
collection: 'u32',
|
|
1609
|
-
creator: '
|
|
1610
|
-
owner: '
|
|
1613
|
+
creator: 'PezspCoreCryptoAccountId32',
|
|
1614
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1611
1615
|
},
|
|
1612
1616
|
ForceCreated: {
|
|
1613
1617
|
collection: 'u32',
|
|
1614
|
-
owner: '
|
|
1618
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1615
1619
|
},
|
|
1616
1620
|
Destroyed: {
|
|
1617
1621
|
collection: 'u32',
|
|
@@ -1619,18 +1623,18 @@ export default {
|
|
|
1619
1623
|
Issued: {
|
|
1620
1624
|
collection: 'u32',
|
|
1621
1625
|
item: 'u32',
|
|
1622
|
-
owner: '
|
|
1626
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1623
1627
|
},
|
|
1624
1628
|
Transferred: {
|
|
1625
1629
|
collection: 'u32',
|
|
1626
1630
|
item: 'u32',
|
|
1627
|
-
from: '
|
|
1628
|
-
to: '
|
|
1631
|
+
from: 'PezspCoreCryptoAccountId32',
|
|
1632
|
+
to: 'PezspCoreCryptoAccountId32',
|
|
1629
1633
|
},
|
|
1630
1634
|
Burned: {
|
|
1631
1635
|
collection: 'u32',
|
|
1632
1636
|
item: 'u32',
|
|
1633
|
-
owner: '
|
|
1637
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1634
1638
|
},
|
|
1635
1639
|
Frozen: {
|
|
1636
1640
|
collection: 'u32',
|
|
@@ -1648,25 +1652,25 @@ export default {
|
|
|
1648
1652
|
},
|
|
1649
1653
|
OwnerChanged: {
|
|
1650
1654
|
collection: 'u32',
|
|
1651
|
-
newOwner: '
|
|
1655
|
+
newOwner: 'PezspCoreCryptoAccountId32',
|
|
1652
1656
|
},
|
|
1653
1657
|
TeamChanged: {
|
|
1654
1658
|
collection: 'u32',
|
|
1655
|
-
issuer: '
|
|
1656
|
-
admin: '
|
|
1657
|
-
freezer: '
|
|
1659
|
+
issuer: 'PezspCoreCryptoAccountId32',
|
|
1660
|
+
admin: 'PezspCoreCryptoAccountId32',
|
|
1661
|
+
freezer: 'PezspCoreCryptoAccountId32',
|
|
1658
1662
|
},
|
|
1659
1663
|
ApprovedTransfer: {
|
|
1660
1664
|
collection: 'u32',
|
|
1661
1665
|
item: 'u32',
|
|
1662
|
-
owner: '
|
|
1663
|
-
delegate: '
|
|
1666
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1667
|
+
delegate: 'PezspCoreCryptoAccountId32',
|
|
1664
1668
|
},
|
|
1665
1669
|
ApprovalCancelled: {
|
|
1666
1670
|
collection: 'u32',
|
|
1667
1671
|
item: 'u32',
|
|
1668
|
-
owner: '
|
|
1669
|
-
delegate: '
|
|
1672
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1673
|
+
delegate: 'PezspCoreCryptoAccountId32',
|
|
1670
1674
|
},
|
|
1671
1675
|
ItemStatusChanged: {
|
|
1672
1676
|
collection: 'u32',
|
|
@@ -1705,7 +1709,7 @@ export default {
|
|
|
1705
1709
|
key: 'Bytes',
|
|
1706
1710
|
},
|
|
1707
1711
|
OwnershipAcceptanceChanged: {
|
|
1708
|
-
who: '
|
|
1712
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1709
1713
|
maybeCollection: 'Option<u32>',
|
|
1710
1714
|
},
|
|
1711
1715
|
CollectionMaxSupplySet: {
|
|
@@ -1716,7 +1720,7 @@ export default {
|
|
|
1716
1720
|
collection: 'u32',
|
|
1717
1721
|
item: 'u32',
|
|
1718
1722
|
price: 'u128',
|
|
1719
|
-
whitelistedBuyer: 'Option<
|
|
1723
|
+
whitelistedBuyer: 'Option<PezspCoreCryptoAccountId32>',
|
|
1720
1724
|
},
|
|
1721
1725
|
ItemPriceRemoved: {
|
|
1722
1726
|
collection: 'u32',
|
|
@@ -1726,8 +1730,8 @@ export default {
|
|
|
1726
1730
|
collection: 'u32',
|
|
1727
1731
|
item: 'u32',
|
|
1728
1732
|
price: 'u128',
|
|
1729
|
-
seller: '
|
|
1730
|
-
buyer: '
|
|
1733
|
+
seller: 'PezspCoreCryptoAccountId32',
|
|
1734
|
+
buyer: 'PezspCoreCryptoAccountId32'
|
|
1731
1735
|
}
|
|
1732
1736
|
}
|
|
1733
1737
|
},
|
|
@@ -1738,12 +1742,12 @@ export default {
|
|
|
1738
1742
|
_enum: {
|
|
1739
1743
|
Created: {
|
|
1740
1744
|
collection: 'u32',
|
|
1741
|
-
creator: '
|
|
1742
|
-
owner: '
|
|
1745
|
+
creator: 'PezspCoreCryptoAccountId32',
|
|
1746
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1743
1747
|
},
|
|
1744
1748
|
ForceCreated: {
|
|
1745
1749
|
collection: 'u32',
|
|
1746
|
-
owner: '
|
|
1750
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1747
1751
|
},
|
|
1748
1752
|
Destroyed: {
|
|
1749
1753
|
collection: 'u32',
|
|
@@ -1751,18 +1755,18 @@ export default {
|
|
|
1751
1755
|
Issued: {
|
|
1752
1756
|
collection: 'u32',
|
|
1753
1757
|
item: 'u32',
|
|
1754
|
-
owner: '
|
|
1758
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1755
1759
|
},
|
|
1756
1760
|
Transferred: {
|
|
1757
1761
|
collection: 'u32',
|
|
1758
1762
|
item: 'u32',
|
|
1759
|
-
from: '
|
|
1760
|
-
to: '
|
|
1763
|
+
from: 'PezspCoreCryptoAccountId32',
|
|
1764
|
+
to: 'PezspCoreCryptoAccountId32',
|
|
1761
1765
|
},
|
|
1762
1766
|
Burned: {
|
|
1763
1767
|
collection: 'u32',
|
|
1764
1768
|
item: 'u32',
|
|
1765
|
-
owner: '
|
|
1769
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1766
1770
|
},
|
|
1767
1771
|
ItemTransferLocked: {
|
|
1768
1772
|
collection: 'u32',
|
|
@@ -1783,31 +1787,31 @@ export default {
|
|
|
1783
1787
|
},
|
|
1784
1788
|
OwnerChanged: {
|
|
1785
1789
|
collection: 'u32',
|
|
1786
|
-
newOwner: '
|
|
1790
|
+
newOwner: 'PezspCoreCryptoAccountId32',
|
|
1787
1791
|
},
|
|
1788
1792
|
TeamChanged: {
|
|
1789
1793
|
collection: 'u32',
|
|
1790
|
-
issuer: 'Option<
|
|
1791
|
-
admin: 'Option<
|
|
1792
|
-
freezer: 'Option<
|
|
1794
|
+
issuer: 'Option<PezspCoreCryptoAccountId32>',
|
|
1795
|
+
admin: 'Option<PezspCoreCryptoAccountId32>',
|
|
1796
|
+
freezer: 'Option<PezspCoreCryptoAccountId32>',
|
|
1793
1797
|
},
|
|
1794
1798
|
TransferApproved: {
|
|
1795
1799
|
collection: 'u32',
|
|
1796
1800
|
item: 'u32',
|
|
1797
|
-
owner: '
|
|
1798
|
-
delegate: '
|
|
1801
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1802
|
+
delegate: 'PezspCoreCryptoAccountId32',
|
|
1799
1803
|
deadline: 'Option<u32>',
|
|
1800
1804
|
},
|
|
1801
1805
|
ApprovalCancelled: {
|
|
1802
1806
|
collection: 'u32',
|
|
1803
1807
|
item: 'u32',
|
|
1804
|
-
owner: '
|
|
1805
|
-
delegate: '
|
|
1808
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1809
|
+
delegate: 'PezspCoreCryptoAccountId32',
|
|
1806
1810
|
},
|
|
1807
1811
|
AllApprovalsCancelled: {
|
|
1808
1812
|
collection: 'u32',
|
|
1809
1813
|
item: 'u32',
|
|
1810
|
-
owner: '
|
|
1814
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
1811
1815
|
},
|
|
1812
1816
|
CollectionConfigChanged: {
|
|
1813
1817
|
collection: 'u32',
|
|
@@ -1848,15 +1852,15 @@ export default {
|
|
|
1848
1852
|
ItemAttributesApprovalAdded: {
|
|
1849
1853
|
collection: 'u32',
|
|
1850
1854
|
item: 'u32',
|
|
1851
|
-
delegate: '
|
|
1855
|
+
delegate: 'PezspCoreCryptoAccountId32',
|
|
1852
1856
|
},
|
|
1853
1857
|
ItemAttributesApprovalRemoved: {
|
|
1854
1858
|
collection: 'u32',
|
|
1855
1859
|
item: 'u32',
|
|
1856
|
-
delegate: '
|
|
1860
|
+
delegate: 'PezspCoreCryptoAccountId32',
|
|
1857
1861
|
},
|
|
1858
1862
|
OwnershipAcceptanceChanged: {
|
|
1859
|
-
who: '
|
|
1863
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1860
1864
|
maybeCollection: 'Option<u32>',
|
|
1861
1865
|
},
|
|
1862
1866
|
CollectionMaxSupplySet: {
|
|
@@ -1873,7 +1877,7 @@ export default {
|
|
|
1873
1877
|
collection: 'u32',
|
|
1874
1878
|
item: 'u32',
|
|
1875
1879
|
price: 'u128',
|
|
1876
|
-
whitelistedBuyer: 'Option<
|
|
1880
|
+
whitelistedBuyer: 'Option<PezspCoreCryptoAccountId32>',
|
|
1877
1881
|
},
|
|
1878
1882
|
ItemPriceRemoved: {
|
|
1879
1883
|
collection: 'u32',
|
|
@@ -1883,14 +1887,14 @@ export default {
|
|
|
1883
1887
|
collection: 'u32',
|
|
1884
1888
|
item: 'u32',
|
|
1885
1889
|
price: 'u128',
|
|
1886
|
-
seller: '
|
|
1887
|
-
buyer: '
|
|
1890
|
+
seller: 'PezspCoreCryptoAccountId32',
|
|
1891
|
+
buyer: 'PezspCoreCryptoAccountId32',
|
|
1888
1892
|
},
|
|
1889
1893
|
TipSent: {
|
|
1890
1894
|
collection: 'u32',
|
|
1891
1895
|
item: 'u32',
|
|
1892
|
-
sender: '
|
|
1893
|
-
receiver: '
|
|
1896
|
+
sender: 'PezspCoreCryptoAccountId32',
|
|
1897
|
+
receiver: 'PezspCoreCryptoAccountId32',
|
|
1894
1898
|
amount: 'u128',
|
|
1895
1899
|
},
|
|
1896
1900
|
SwapCreated: {
|
|
@@ -1912,10 +1916,10 @@ export default {
|
|
|
1912
1916
|
SwapClaimed: {
|
|
1913
1917
|
sentCollection: 'u32',
|
|
1914
1918
|
sentItem: 'u32',
|
|
1915
|
-
sentItemOwner: '
|
|
1919
|
+
sentItemOwner: 'PezspCoreCryptoAccountId32',
|
|
1916
1920
|
receivedCollection: 'u32',
|
|
1917
1921
|
receivedItem: 'u32',
|
|
1918
|
-
receivedItemOwner: '
|
|
1922
|
+
receivedItemOwner: 'PezspCoreCryptoAccountId32',
|
|
1919
1923
|
price: 'Option<PezpalletNftsPriceWithDirection>',
|
|
1920
1924
|
deadline: 'u32',
|
|
1921
1925
|
},
|
|
@@ -1940,7 +1944,7 @@ export default {
|
|
|
1940
1944
|
Pallet: 'Null',
|
|
1941
1945
|
CollectionOwner: 'Null',
|
|
1942
1946
|
ItemOwner: 'Null',
|
|
1943
|
-
Account: '
|
|
1947
|
+
Account: 'PezspCoreCryptoAccountId32'
|
|
1944
1948
|
}
|
|
1945
1949
|
},
|
|
1946
1950
|
/**
|
|
@@ -1975,13 +1979,13 @@ export default {
|
|
|
1975
1979
|
nft: 'u32',
|
|
1976
1980
|
fractions: 'u128',
|
|
1977
1981
|
asset: 'u32',
|
|
1978
|
-
beneficiary: '
|
|
1982
|
+
beneficiary: 'PezspCoreCryptoAccountId32',
|
|
1979
1983
|
},
|
|
1980
1984
|
NftUnified: {
|
|
1981
1985
|
nftCollection: 'u32',
|
|
1982
1986
|
nft: 'u32',
|
|
1983
1987
|
asset: 'u32',
|
|
1984
|
-
beneficiary: '
|
|
1988
|
+
beneficiary: 'PezspCoreCryptoAccountId32'
|
|
1985
1989
|
}
|
|
1986
1990
|
}
|
|
1987
1991
|
},
|
|
@@ -1991,15 +1995,15 @@ export default {
|
|
|
1991
1995
|
PezpalletSalaryEvent: {
|
|
1992
1996
|
_enum: {
|
|
1993
1997
|
Inducted: {
|
|
1994
|
-
who: '
|
|
1998
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1995
1999
|
},
|
|
1996
2000
|
Registered: {
|
|
1997
|
-
who: '
|
|
2001
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
1998
2002
|
amount: 'u128',
|
|
1999
2003
|
},
|
|
2000
2004
|
Paid: {
|
|
2001
|
-
who: '
|
|
2002
|
-
beneficiary: '
|
|
2005
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2006
|
+
beneficiary: 'PezspCoreCryptoAccountId32',
|
|
2003
2007
|
amount: 'u128',
|
|
2004
2008
|
id: 'Null',
|
|
2005
2009
|
},
|
|
@@ -2007,8 +2011,8 @@ export default {
|
|
|
2007
2011
|
index: 'u32',
|
|
2008
2012
|
},
|
|
2009
2013
|
Swapped: {
|
|
2010
|
-
who: '
|
|
2011
|
-
newWho: '
|
|
2014
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2015
|
+
newWho: 'PezspCoreCryptoAccountId32'
|
|
2012
2016
|
}
|
|
2013
2017
|
}
|
|
2014
2018
|
},
|
|
@@ -2021,45 +2025,45 @@ export default {
|
|
|
2021
2025
|
params: 'PezpalletCoreFellowshipParamsTypeU128',
|
|
2022
2026
|
},
|
|
2023
2027
|
ActiveChanged: {
|
|
2024
|
-
who: '
|
|
2028
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2025
2029
|
isActive: 'bool',
|
|
2026
2030
|
},
|
|
2027
2031
|
Inducted: {
|
|
2028
|
-
who: '
|
|
2032
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2029
2033
|
},
|
|
2030
2034
|
Offboarded: {
|
|
2031
|
-
who: '
|
|
2035
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2032
2036
|
},
|
|
2033
2037
|
Promoted: {
|
|
2034
|
-
who: '
|
|
2038
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2035
2039
|
toRank: 'u16',
|
|
2036
2040
|
},
|
|
2037
2041
|
Demoted: {
|
|
2038
|
-
who: '
|
|
2042
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2039
2043
|
toRank: 'u16',
|
|
2040
2044
|
},
|
|
2041
2045
|
Proven: {
|
|
2042
|
-
who: '
|
|
2046
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2043
2047
|
atRank: 'u16',
|
|
2044
2048
|
},
|
|
2045
2049
|
Requested: {
|
|
2046
|
-
who: '
|
|
2050
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2047
2051
|
wish: 'PezpalletCoreFellowshipWish',
|
|
2048
2052
|
},
|
|
2049
2053
|
EvidenceJudged: {
|
|
2050
|
-
who: '
|
|
2054
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2051
2055
|
wish: 'PezpalletCoreFellowshipWish',
|
|
2052
2056
|
evidence: 'Bytes',
|
|
2053
2057
|
oldRank: 'u16',
|
|
2054
2058
|
newRank: 'Option<u16>',
|
|
2055
2059
|
},
|
|
2056
2060
|
Imported: {
|
|
2057
|
-
who: '
|
|
2061
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2058
2062
|
rank: 'u16',
|
|
2059
2063
|
},
|
|
2060
2064
|
Swapped: {
|
|
2061
|
-
who: '
|
|
2062
|
-
newWho: '
|
|
2065
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2066
|
+
newWho: 'PezspCoreCryptoAccountId32'
|
|
2063
2067
|
}
|
|
2064
2068
|
}
|
|
2065
2069
|
},
|
|
@@ -2099,12 +2103,12 @@ export default {
|
|
|
2099
2103
|
PezpalletBagsListEvent: {
|
|
2100
2104
|
_enum: {
|
|
2101
2105
|
Rebagged: {
|
|
2102
|
-
who: '
|
|
2106
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2103
2107
|
from: 'u64',
|
|
2104
2108
|
to: 'u64',
|
|
2105
2109
|
},
|
|
2106
2110
|
ScoreUpdated: {
|
|
2107
|
-
who: '
|
|
2111
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2108
2112
|
newScore: 'u64'
|
|
2109
2113
|
}
|
|
2110
2114
|
}
|
|
@@ -2120,7 +2124,7 @@ export default {
|
|
|
2120
2124
|
compute: 'PezpalletStateTrieMigrationMigrationCompute',
|
|
2121
2125
|
},
|
|
2122
2126
|
Slashed: {
|
|
2123
|
-
who: '
|
|
2127
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2124
2128
|
amount: 'u128',
|
|
2125
2129
|
},
|
|
2126
2130
|
AutoMigrationFinished: 'Null',
|
|
@@ -2153,13 +2157,13 @@ export default {
|
|
|
2153
2157
|
Awarded: {
|
|
2154
2158
|
index: 'u32',
|
|
2155
2159
|
childIndex: 'u32',
|
|
2156
|
-
beneficiary: '
|
|
2160
|
+
beneficiary: 'PezspCoreCryptoAccountId32',
|
|
2157
2161
|
},
|
|
2158
2162
|
Claimed: {
|
|
2159
2163
|
index: 'u32',
|
|
2160
2164
|
childIndex: 'u32',
|
|
2161
2165
|
payout: 'u128',
|
|
2162
|
-
beneficiary: '
|
|
2166
|
+
beneficiary: 'PezspCoreCryptoAccountId32',
|
|
2163
2167
|
},
|
|
2164
2168
|
Canceled: {
|
|
2165
2169
|
index: 'u32',
|
|
@@ -2179,16 +2183,16 @@ export default {
|
|
|
2179
2183
|
},
|
|
2180
2184
|
DecisionDepositPlaced: {
|
|
2181
2185
|
index: 'u32',
|
|
2182
|
-
who: '
|
|
2186
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2183
2187
|
amount: 'u128',
|
|
2184
2188
|
},
|
|
2185
2189
|
DecisionDepositRefunded: {
|
|
2186
2190
|
index: 'u32',
|
|
2187
|
-
who: '
|
|
2191
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2188
2192
|
amount: 'u128',
|
|
2189
2193
|
},
|
|
2190
2194
|
DepositSlashed: {
|
|
2191
|
-
who: '
|
|
2195
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2192
2196
|
amount: 'u128',
|
|
2193
2197
|
},
|
|
2194
2198
|
DecisionStarted: {
|
|
@@ -2228,7 +2232,7 @@ export default {
|
|
|
2228
2232
|
},
|
|
2229
2233
|
SubmissionDepositRefunded: {
|
|
2230
2234
|
index: 'u32',
|
|
2231
|
-
who: '
|
|
2235
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
2232
2236
|
amount: 'u128',
|
|
2233
2237
|
},
|
|
2234
2238
|
MetadataSet: {
|
|
@@ -2423,7 +2427,7 @@ export default {
|
|
|
2423
2427
|
PezframeSupportDispatchRawOrigin: {
|
|
2424
2428
|
_enum: {
|
|
2425
2429
|
Root: 'Null',
|
|
2426
|
-
Signed: '
|
|
2430
|
+
Signed: 'PezspCoreCryptoAccountId32',
|
|
2427
2431
|
None: 'Null'
|
|
2428
2432
|
}
|
|
2429
2433
|
},
|
|
@@ -2433,7 +2437,7 @@ export default {
|
|
|
2433
2437
|
PezpalletCollectiveRawOrigin: {
|
|
2434
2438
|
_enum: {
|
|
2435
2439
|
Members: '(u32,u32)',
|
|
2436
|
-
Member: '
|
|
2440
|
+
Member: 'PezspCoreCryptoAccountId32',
|
|
2437
2441
|
_Phantom: 'Null'
|
|
2438
2442
|
}
|
|
2439
2443
|
},
|
|
@@ -2526,7 +2530,7 @@ export default {
|
|
|
2526
2530
|
_alias: {
|
|
2527
2531
|
new_: 'new',
|
|
2528
2532
|
},
|
|
2529
|
-
new_: '
|
|
2533
|
+
new_: 'PezspRuntimeMultiAddress',
|
|
2530
2534
|
index: 'u32',
|
|
2531
2535
|
},
|
|
2532
2536
|
free: {
|
|
@@ -2536,7 +2540,7 @@ export default {
|
|
|
2536
2540
|
_alias: {
|
|
2537
2541
|
new_: 'new',
|
|
2538
2542
|
},
|
|
2539
|
-
new_: '
|
|
2543
|
+
new_: 'PezspRuntimeMultiAddress',
|
|
2540
2544
|
index: 'u32',
|
|
2541
2545
|
freeze: 'bool',
|
|
2542
2546
|
},
|
|
@@ -2548,39 +2552,51 @@ export default {
|
|
|
2548
2552
|
}
|
|
2549
2553
|
}
|
|
2550
2554
|
},
|
|
2555
|
+
/**
|
|
2556
|
+
* Lookup163: sp_runtime::multiaddress::MultiAddress<sp_core::crypto::AccountId32, AccountIndex>
|
|
2557
|
+
**/
|
|
2558
|
+
PezspRuntimeMultiAddress: {
|
|
2559
|
+
_enum: {
|
|
2560
|
+
Id: 'PezspCoreCryptoAccountId32',
|
|
2561
|
+
Index: 'Compact<u32>',
|
|
2562
|
+
Raw: 'Bytes',
|
|
2563
|
+
Address32: '[u8;32]',
|
|
2564
|
+
Address20: '[u8;20]'
|
|
2565
|
+
}
|
|
2566
|
+
},
|
|
2551
2567
|
/**
|
|
2552
2568
|
* Lookup165: pallet_balances::pallet::Call<T, I>
|
|
2553
2569
|
**/
|
|
2554
2570
|
PezpalletBalancesCall: {
|
|
2555
2571
|
_enum: {
|
|
2556
2572
|
transfer_allow_death: {
|
|
2557
|
-
dest: '
|
|
2573
|
+
dest: 'PezspRuntimeMultiAddress',
|
|
2558
2574
|
value: 'Compact<u128>',
|
|
2559
2575
|
},
|
|
2560
2576
|
__Unused1: 'Null',
|
|
2561
2577
|
force_transfer: {
|
|
2562
|
-
source: '
|
|
2563
|
-
dest: '
|
|
2578
|
+
source: 'PezspRuntimeMultiAddress',
|
|
2579
|
+
dest: 'PezspRuntimeMultiAddress',
|
|
2564
2580
|
value: 'Compact<u128>',
|
|
2565
2581
|
},
|
|
2566
2582
|
transfer_keep_alive: {
|
|
2567
|
-
dest: '
|
|
2583
|
+
dest: 'PezspRuntimeMultiAddress',
|
|
2568
2584
|
value: 'Compact<u128>',
|
|
2569
2585
|
},
|
|
2570
2586
|
transfer_all: {
|
|
2571
|
-
dest: '
|
|
2587
|
+
dest: 'PezspRuntimeMultiAddress',
|
|
2572
2588
|
keepAlive: 'bool',
|
|
2573
2589
|
},
|
|
2574
2590
|
force_unreserve: {
|
|
2575
|
-
who: '
|
|
2591
|
+
who: 'PezspRuntimeMultiAddress',
|
|
2576
2592
|
amount: 'u128',
|
|
2577
2593
|
},
|
|
2578
2594
|
upgrade_accounts: {
|
|
2579
|
-
who: 'Vec<
|
|
2595
|
+
who: 'Vec<PezspCoreCryptoAccountId32>',
|
|
2580
2596
|
},
|
|
2581
2597
|
__Unused7: 'Null',
|
|
2582
2598
|
force_set_balance: {
|
|
2583
|
-
who: '
|
|
2599
|
+
who: 'PezspRuntimeMultiAddress',
|
|
2584
2600
|
newFree: 'Compact<u128>',
|
|
2585
2601
|
},
|
|
2586
2602
|
force_adjust_total_issuance: {
|
|
@@ -2612,7 +2628,7 @@ export default {
|
|
|
2612
2628
|
maybeNextScore: 'Option<PezspNposElectionsElectionScore>',
|
|
2613
2629
|
},
|
|
2614
2630
|
set_emergency_election_result: {
|
|
2615
|
-
supports: 'Vec<(
|
|
2631
|
+
supports: 'Vec<(PezspCoreCryptoAccountId32,PezspNposElectionsSupport)>',
|
|
2616
2632
|
},
|
|
2617
2633
|
submit: {
|
|
2618
2634
|
rawSolution: 'PezpalletElectionProviderMultiPhaseRawSolution',
|
|
@@ -2636,21 +2652,21 @@ export default {
|
|
|
2636
2652
|
**/
|
|
2637
2653
|
KitchensinkRuntimeNposSolution16: {
|
|
2638
2654
|
votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
|
|
2639
|
-
votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<
|
|
2640
|
-
votes3: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
2641
|
-
votes4: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
2642
|
-
votes5: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
2643
|
-
votes6: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
2644
|
-
votes7: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
2645
|
-
votes8: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
2646
|
-
votes9: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
2647
|
-
votes10: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
2648
|
-
votes11: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
2649
|
-
votes12: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
2650
|
-
votes13: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
2651
|
-
votes14: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
2652
|
-
votes15: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
2653
|
-
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<
|
|
2655
|
+
votes2: 'Vec<(Compact<u32>,(Compact<u16>,Compact<u16>),Compact<u16>)>',
|
|
2656
|
+
votes3: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);2],Compact<u16>)>',
|
|
2657
|
+
votes4: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);3],Compact<u16>)>',
|
|
2658
|
+
votes5: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);4],Compact<u16>)>',
|
|
2659
|
+
votes6: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);5],Compact<u16>)>',
|
|
2660
|
+
votes7: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);6],Compact<u16>)>',
|
|
2661
|
+
votes8: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);7],Compact<u16>)>',
|
|
2662
|
+
votes9: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);8],Compact<u16>)>',
|
|
2663
|
+
votes10: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);9],Compact<u16>)>',
|
|
2664
|
+
votes11: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);10],Compact<u16>)>',
|
|
2665
|
+
votes12: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);11],Compact<u16>)>',
|
|
2666
|
+
votes13: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);12],Compact<u16>)>',
|
|
2667
|
+
votes14: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);13],Compact<u16>)>',
|
|
2668
|
+
votes15: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);14],Compact<u16>)>',
|
|
2669
|
+
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<u16>);15],Compact<u16>)>'
|
|
2654
2670
|
},
|
|
2655
2671
|
/**
|
|
2656
2672
|
* Lookup221: pallet_election_provider_multi_phase::SolutionOrSnapshotSize
|
|
@@ -2664,7 +2680,7 @@ export default {
|
|
|
2664
2680
|
**/
|
|
2665
2681
|
PezspNposElectionsSupport: {
|
|
2666
2682
|
total: 'u128',
|
|
2667
|
-
voters: 'Vec<(
|
|
2683
|
+
voters: 'Vec<(PezspCoreCryptoAccountId32,u128)>'
|
|
2668
2684
|
},
|
|
2669
2685
|
/**
|
|
2670
2686
|
* Lookup226: pallet_staking::pallet::pallet::Call<T>
|
|
@@ -2688,7 +2704,7 @@ export default {
|
|
|
2688
2704
|
prefs: 'PezpalletStakingValidatorPrefs',
|
|
2689
2705
|
},
|
|
2690
2706
|
nominate: {
|
|
2691
|
-
targets: 'Vec<
|
|
2707
|
+
targets: 'Vec<PezspRuntimeMultiAddress>',
|
|
2692
2708
|
},
|
|
2693
2709
|
chill: 'Null',
|
|
2694
2710
|
set_payee: {
|
|
@@ -2705,15 +2721,15 @@ export default {
|
|
|
2705
2721
|
additional: 'Compact<u32>',
|
|
2706
2722
|
},
|
|
2707
2723
|
scale_validator_count: {
|
|
2708
|
-
factor: '
|
|
2724
|
+
factor: 'u8',
|
|
2709
2725
|
},
|
|
2710
2726
|
force_no_eras: 'Null',
|
|
2711
2727
|
force_new_era: 'Null',
|
|
2712
2728
|
set_invulnerables: {
|
|
2713
|
-
invulnerables: 'Vec<
|
|
2729
|
+
invulnerables: 'Vec<PezspCoreCryptoAccountId32>',
|
|
2714
2730
|
},
|
|
2715
2731
|
force_unstake: {
|
|
2716
|
-
stash: '
|
|
2732
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
2717
2733
|
numSlashingSpans: 'u32',
|
|
2718
2734
|
},
|
|
2719
2735
|
force_new_era_always: 'Null',
|
|
@@ -2722,18 +2738,18 @@ export default {
|
|
|
2722
2738
|
slashIndices: 'Vec<u32>',
|
|
2723
2739
|
},
|
|
2724
2740
|
payout_stakers: {
|
|
2725
|
-
validatorStash: '
|
|
2741
|
+
validatorStash: 'PezspCoreCryptoAccountId32',
|
|
2726
2742
|
era: 'u32',
|
|
2727
2743
|
},
|
|
2728
2744
|
rebond: {
|
|
2729
2745
|
value: 'Compact<u128>',
|
|
2730
2746
|
},
|
|
2731
2747
|
reap_stash: {
|
|
2732
|
-
stash: '
|
|
2748
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
2733
2749
|
numSlashingSpans: 'u32',
|
|
2734
2750
|
},
|
|
2735
2751
|
kick: {
|
|
2736
|
-
who: 'Vec<
|
|
2752
|
+
who: 'Vec<PezspRuntimeMultiAddress>',
|
|
2737
2753
|
},
|
|
2738
2754
|
set_staking_configs: {
|
|
2739
2755
|
minNominatorBond: 'PezpalletStakingPezpalletConfigOpU128',
|
|
@@ -2745,43 +2761,43 @@ export default {
|
|
|
2745
2761
|
maxStakedRewards: 'PezpalletStakingPezpalletConfigOpPercent',
|
|
2746
2762
|
},
|
|
2747
2763
|
chill_other: {
|
|
2748
|
-
stash: '
|
|
2764
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
2749
2765
|
},
|
|
2750
2766
|
force_apply_min_commission: {
|
|
2751
|
-
validatorStash: '
|
|
2767
|
+
validatorStash: 'PezspCoreCryptoAccountId32',
|
|
2752
2768
|
},
|
|
2753
2769
|
set_min_commission: {
|
|
2754
2770
|
_alias: {
|
|
2755
2771
|
new_: 'new',
|
|
2756
2772
|
},
|
|
2757
|
-
new_: '
|
|
2773
|
+
new_: 'u32',
|
|
2758
2774
|
},
|
|
2759
2775
|
payout_stakers_by_page: {
|
|
2760
|
-
validatorStash: '
|
|
2776
|
+
validatorStash: 'PezspCoreCryptoAccountId32',
|
|
2761
2777
|
era: 'u32',
|
|
2762
2778
|
page: 'u32',
|
|
2763
2779
|
},
|
|
2764
2780
|
update_payee: {
|
|
2765
|
-
controller: '
|
|
2781
|
+
controller: 'PezspCoreCryptoAccountId32',
|
|
2766
2782
|
},
|
|
2767
2783
|
deprecate_controller_batch: {
|
|
2768
|
-
controllers: 'Vec<
|
|
2784
|
+
controllers: 'Vec<PezspCoreCryptoAccountId32>',
|
|
2769
2785
|
},
|
|
2770
2786
|
restore_ledger: {
|
|
2771
|
-
stash: '
|
|
2772
|
-
maybeController: 'Option<
|
|
2787
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
2788
|
+
maybeController: 'Option<PezspCoreCryptoAccountId32>',
|
|
2773
2789
|
maybeTotal: 'Option<u128>',
|
|
2774
2790
|
maybeUnlocking: 'Option<Vec<PezpalletStakingUnlockChunk>>',
|
|
2775
2791
|
},
|
|
2776
2792
|
migrate_currency: {
|
|
2777
|
-
stash: '
|
|
2793
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
2778
2794
|
},
|
|
2779
2795
|
__Unused31: 'Null',
|
|
2780
2796
|
__Unused32: 'Null',
|
|
2781
2797
|
manual_slash: {
|
|
2782
|
-
validatorStash: '
|
|
2798
|
+
validatorStash: 'PezspCoreCryptoAccountId32',
|
|
2783
2799
|
era: 'u32',
|
|
2784
|
-
slashFraction: '
|
|
2800
|
+
slashFraction: 'u32'
|
|
2785
2801
|
}
|
|
2786
2802
|
}
|
|
2787
2803
|
},
|
|
@@ -2811,7 +2827,7 @@ export default {
|
|
|
2811
2827
|
PezpalletStakingPezpalletConfigOpPercent: {
|
|
2812
2828
|
_enum: {
|
|
2813
2829
|
Noop: 'Null',
|
|
2814
|
-
Set: '
|
|
2830
|
+
Set: 'u8',
|
|
2815
2831
|
Remove: 'Null'
|
|
2816
2832
|
}
|
|
2817
2833
|
},
|
|
@@ -2821,7 +2837,7 @@ export default {
|
|
|
2821
2837
|
PezpalletStakingPezpalletConfigOpPerbill: {
|
|
2822
2838
|
_enum: {
|
|
2823
2839
|
Noop: 'Null',
|
|
2824
|
-
Set: '
|
|
2840
|
+
Set: 'u32',
|
|
2825
2841
|
Remove: 'Null'
|
|
2826
2842
|
}
|
|
2827
2843
|
},
|
|
@@ -2910,20 +2926,20 @@ export default {
|
|
|
2910
2926
|
refIndex: 'Compact<u32>',
|
|
2911
2927
|
},
|
|
2912
2928
|
delegate: {
|
|
2913
|
-
to: '
|
|
2929
|
+
to: 'PezspRuntimeMultiAddress',
|
|
2914
2930
|
conviction: 'PezpalletDemocracyConviction',
|
|
2915
2931
|
balance: 'u128',
|
|
2916
2932
|
},
|
|
2917
2933
|
undelegate: 'Null',
|
|
2918
2934
|
clear_public_proposals: 'Null',
|
|
2919
2935
|
unlock: {
|
|
2920
|
-
target: '
|
|
2936
|
+
target: 'PezspRuntimeMultiAddress',
|
|
2921
2937
|
},
|
|
2922
2938
|
remove_vote: {
|
|
2923
2939
|
index: 'u32',
|
|
2924
2940
|
},
|
|
2925
2941
|
remove_other_vote: {
|
|
2926
|
-
target: '
|
|
2942
|
+
target: 'PezspRuntimeMultiAddress',
|
|
2927
2943
|
index: 'u32',
|
|
2928
2944
|
},
|
|
2929
2945
|
blacklist: {
|
|
@@ -2951,8 +2967,8 @@ export default {
|
|
|
2951
2967
|
PezpalletCollectiveCall: {
|
|
2952
2968
|
_enum: {
|
|
2953
2969
|
set_members: {
|
|
2954
|
-
newMembers: 'Vec<
|
|
2955
|
-
prime: 'Option<
|
|
2970
|
+
newMembers: 'Vec<PezspCoreCryptoAccountId32>',
|
|
2971
|
+
prime: 'Option<PezspCoreCryptoAccountId32>',
|
|
2956
2972
|
oldCount: 'u32',
|
|
2957
2973
|
},
|
|
2958
2974
|
execute: {
|
|
@@ -2993,7 +3009,7 @@ export default {
|
|
|
2993
3009
|
PezpalletElectionsPhragmenCall: {
|
|
2994
3010
|
_enum: {
|
|
2995
3011
|
vote: {
|
|
2996
|
-
votes: 'Vec<
|
|
3012
|
+
votes: 'Vec<PezspCoreCryptoAccountId32>',
|
|
2997
3013
|
value: 'Compact<u128>',
|
|
2998
3014
|
},
|
|
2999
3015
|
remove_voter: 'Null',
|
|
@@ -3004,7 +3020,7 @@ export default {
|
|
|
3004
3020
|
renouncing: 'PezpalletElectionsPhragmenRenouncing',
|
|
3005
3021
|
},
|
|
3006
3022
|
remove_member: {
|
|
3007
|
-
who: '
|
|
3023
|
+
who: 'PezspRuntimeMultiAddress',
|
|
3008
3024
|
slashBond: 'bool',
|
|
3009
3025
|
rerunElection: 'bool',
|
|
3010
3026
|
},
|
|
@@ -3030,26 +3046,26 @@ export default {
|
|
|
3030
3046
|
PezpalletMembershipCall: {
|
|
3031
3047
|
_enum: {
|
|
3032
3048
|
add_member: {
|
|
3033
|
-
who: '
|
|
3049
|
+
who: 'PezspRuntimeMultiAddress',
|
|
3034
3050
|
},
|
|
3035
3051
|
remove_member: {
|
|
3036
|
-
who: '
|
|
3052
|
+
who: 'PezspRuntimeMultiAddress',
|
|
3037
3053
|
},
|
|
3038
3054
|
swap_member: {
|
|
3039
|
-
remove: '
|
|
3040
|
-
add: '
|
|
3055
|
+
remove: 'PezspRuntimeMultiAddress',
|
|
3056
|
+
add: 'PezspRuntimeMultiAddress',
|
|
3041
3057
|
},
|
|
3042
3058
|
reset_members: {
|
|
3043
|
-
members: 'Vec<
|
|
3059
|
+
members: 'Vec<PezspCoreCryptoAccountId32>',
|
|
3044
3060
|
},
|
|
3045
3061
|
change_key: {
|
|
3046
3062
|
_alias: {
|
|
3047
3063
|
new_: 'new',
|
|
3048
3064
|
},
|
|
3049
|
-
new_: '
|
|
3065
|
+
new_: 'PezspRuntimeMultiAddress',
|
|
3050
3066
|
},
|
|
3051
3067
|
set_prime: {
|
|
3052
|
-
who: '
|
|
3068
|
+
who: 'PezspRuntimeMultiAddress',
|
|
3053
3069
|
},
|
|
3054
3070
|
clear_prime: 'Null'
|
|
3055
3071
|
}
|
|
@@ -3135,7 +3151,7 @@ export default {
|
|
|
3135
3151
|
__Unused2: 'Null',
|
|
3136
3152
|
spend_local: {
|
|
3137
3153
|
amount: 'Compact<u128>',
|
|
3138
|
-
beneficiary: '
|
|
3154
|
+
beneficiary: 'PezspRuntimeMultiAddress',
|
|
3139
3155
|
},
|
|
3140
3156
|
remove_approval: {
|
|
3141
3157
|
proposalId: 'Compact<u32>',
|
|
@@ -3143,7 +3159,7 @@ export default {
|
|
|
3143
3159
|
spend: {
|
|
3144
3160
|
assetKind: 'PezframeSupportTokensFungibleUnionOfNativeOrWithId',
|
|
3145
3161
|
amount: 'Compact<u128>',
|
|
3146
|
-
beneficiary: '
|
|
3162
|
+
beneficiary: 'PezspRuntimeMultiAddress',
|
|
3147
3163
|
validFrom: 'Option<u32>',
|
|
3148
3164
|
},
|
|
3149
3165
|
payout: {
|
|
@@ -3181,7 +3197,7 @@ export default {
|
|
|
3181
3197
|
PezpalletContractsCall: {
|
|
3182
3198
|
_enum: {
|
|
3183
3199
|
call_old_weight: {
|
|
3184
|
-
dest: '
|
|
3200
|
+
dest: 'PezspRuntimeMultiAddress',
|
|
3185
3201
|
value: 'Compact<u128>',
|
|
3186
3202
|
gasLimit: 'Compact<u64>',
|
|
3187
3203
|
storageDepositLimit: 'Option<Compact<u128>>',
|
|
@@ -3212,11 +3228,11 @@ export default {
|
|
|
3212
3228
|
codeHash: 'H256',
|
|
3213
3229
|
},
|
|
3214
3230
|
set_code: {
|
|
3215
|
-
dest: '
|
|
3231
|
+
dest: 'PezspRuntimeMultiAddress',
|
|
3216
3232
|
codeHash: 'H256',
|
|
3217
3233
|
},
|
|
3218
3234
|
call: {
|
|
3219
|
-
dest: '
|
|
3235
|
+
dest: 'PezspRuntimeMultiAddress',
|
|
3220
3236
|
value: 'Compact<u128>',
|
|
3221
3237
|
gasLimit: 'PezspWeightsWeightV2Weight',
|
|
3222
3238
|
storageDepositLimit: 'Option<Compact<u128>>',
|
|
@@ -3265,10 +3281,10 @@ export default {
|
|
|
3265
3281
|
_alias: {
|
|
3266
3282
|
new_: 'new',
|
|
3267
3283
|
},
|
|
3268
|
-
new_: '
|
|
3284
|
+
new_: 'PezspRuntimeMultiAddress',
|
|
3269
3285
|
},
|
|
3270
3286
|
sudo_as: {
|
|
3271
|
-
who: '
|
|
3287
|
+
who: 'PezspRuntimeMultiAddress',
|
|
3272
3288
|
call: 'RuntimeCall',
|
|
3273
3289
|
},
|
|
3274
3290
|
remove_key: 'Null'
|
|
@@ -3304,13 +3320,13 @@ export default {
|
|
|
3304
3320
|
PezpalletIdentityCall: {
|
|
3305
3321
|
_enum: {
|
|
3306
3322
|
add_registrar: {
|
|
3307
|
-
account: '
|
|
3323
|
+
account: 'PezspRuntimeMultiAddress',
|
|
3308
3324
|
},
|
|
3309
3325
|
set_identity: {
|
|
3310
3326
|
info: 'PezpalletIdentityLegacyIdentityInfo',
|
|
3311
3327
|
},
|
|
3312
3328
|
set_subs: {
|
|
3313
|
-
subs: 'Vec<(
|
|
3329
|
+
subs: 'Vec<(PezspCoreCryptoAccountId32,Data)>',
|
|
3314
3330
|
},
|
|
3315
3331
|
clear_identity: 'Null',
|
|
3316
3332
|
request_judgement: {
|
|
@@ -3329,7 +3345,7 @@ export default {
|
|
|
3329
3345
|
new_: 'new',
|
|
3330
3346
|
},
|
|
3331
3347
|
index: 'Compact<u32>',
|
|
3332
|
-
new_: '
|
|
3348
|
+
new_: 'PezspRuntimeMultiAddress',
|
|
3333
3349
|
},
|
|
3334
3350
|
set_fields: {
|
|
3335
3351
|
index: 'Compact<u32>',
|
|
@@ -3337,36 +3353,36 @@ export default {
|
|
|
3337
3353
|
},
|
|
3338
3354
|
provide_judgement: {
|
|
3339
3355
|
regIndex: 'Compact<u32>',
|
|
3340
|
-
target: '
|
|
3356
|
+
target: 'PezspRuntimeMultiAddress',
|
|
3341
3357
|
judgement: 'PezpalletIdentityJudgement',
|
|
3342
3358
|
identity: 'H256',
|
|
3343
3359
|
},
|
|
3344
3360
|
kill_identity: {
|
|
3345
|
-
target: '
|
|
3361
|
+
target: 'PezspRuntimeMultiAddress',
|
|
3346
3362
|
},
|
|
3347
3363
|
add_sub: {
|
|
3348
|
-
sub: '
|
|
3364
|
+
sub: 'PezspRuntimeMultiAddress',
|
|
3349
3365
|
data: 'Data',
|
|
3350
3366
|
},
|
|
3351
3367
|
rename_sub: {
|
|
3352
|
-
sub: '
|
|
3368
|
+
sub: 'PezspRuntimeMultiAddress',
|
|
3353
3369
|
data: 'Data',
|
|
3354
3370
|
},
|
|
3355
3371
|
remove_sub: {
|
|
3356
|
-
sub: '
|
|
3372
|
+
sub: 'PezspRuntimeMultiAddress',
|
|
3357
3373
|
},
|
|
3358
3374
|
quit_sub: 'Null',
|
|
3359
3375
|
add_username_authority: {
|
|
3360
|
-
authority: '
|
|
3376
|
+
authority: 'PezspRuntimeMultiAddress',
|
|
3361
3377
|
suffix: 'Bytes',
|
|
3362
3378
|
allocation: 'u32',
|
|
3363
3379
|
},
|
|
3364
3380
|
remove_username_authority: {
|
|
3365
3381
|
suffix: 'Bytes',
|
|
3366
|
-
authority: '
|
|
3382
|
+
authority: 'PezspRuntimeMultiAddress',
|
|
3367
3383
|
},
|
|
3368
3384
|
set_username_for: {
|
|
3369
|
-
who: '
|
|
3385
|
+
who: 'PezspRuntimeMultiAddress',
|
|
3370
3386
|
username: 'Bytes',
|
|
3371
3387
|
signature: 'Option<PezspRuntimeMultiSignature>',
|
|
3372
3388
|
useAllocation: 'bool',
|
|
@@ -3439,13 +3455,13 @@ export default {
|
|
|
3439
3455
|
},
|
|
3440
3456
|
unbid: 'Null',
|
|
3441
3457
|
vouch: {
|
|
3442
|
-
who: '
|
|
3458
|
+
who: 'PezspRuntimeMultiAddress',
|
|
3443
3459
|
value: 'u128',
|
|
3444
3460
|
tip: 'u128',
|
|
3445
3461
|
},
|
|
3446
3462
|
unvouch: 'Null',
|
|
3447
3463
|
vote: {
|
|
3448
|
-
candidate: '
|
|
3464
|
+
candidate: 'PezspRuntimeMultiAddress',
|
|
3449
3465
|
approve: 'bool',
|
|
3450
3466
|
},
|
|
3451
3467
|
defender_vote: {
|
|
@@ -3456,7 +3472,7 @@ export default {
|
|
|
3456
3472
|
amount: 'u128',
|
|
3457
3473
|
},
|
|
3458
3474
|
found_society: {
|
|
3459
|
-
founder: '
|
|
3475
|
+
founder: 'PezspRuntimeMultiAddress',
|
|
3460
3476
|
maxMembers: 'u32',
|
|
3461
3477
|
maxIntake: 'u32',
|
|
3462
3478
|
maxStrikes: 'u32',
|
|
@@ -3465,7 +3481,7 @@ export default {
|
|
|
3465
3481
|
},
|
|
3466
3482
|
dissolve: 'Null',
|
|
3467
3483
|
judge_suspended_member: {
|
|
3468
|
-
who: '
|
|
3484
|
+
who: 'PezspRuntimeMultiAddress',
|
|
3469
3485
|
forgive: 'bool',
|
|
3470
3486
|
},
|
|
3471
3487
|
set_parameters: {
|
|
@@ -3477,17 +3493,17 @@ export default {
|
|
|
3477
3493
|
punish_skeptic: 'Null',
|
|
3478
3494
|
claim_membership: 'Null',
|
|
3479
3495
|
bestow_membership: {
|
|
3480
|
-
candidate: '
|
|
3496
|
+
candidate: 'PezspCoreCryptoAccountId32',
|
|
3481
3497
|
},
|
|
3482
3498
|
kick_candidate: {
|
|
3483
|
-
candidate: '
|
|
3499
|
+
candidate: 'PezspCoreCryptoAccountId32',
|
|
3484
3500
|
},
|
|
3485
3501
|
resign_candidacy: 'Null',
|
|
3486
3502
|
drop_candidate: {
|
|
3487
|
-
candidate: '
|
|
3503
|
+
candidate: 'PezspCoreCryptoAccountId32',
|
|
3488
3504
|
},
|
|
3489
3505
|
cleanup_candidacy: {
|
|
3490
|
-
candidate: '
|
|
3506
|
+
candidate: 'PezspCoreCryptoAccountId32',
|
|
3491
3507
|
max: 'u32',
|
|
3492
3508
|
},
|
|
3493
3509
|
cleanup_challenge: {
|
|
@@ -3502,34 +3518,34 @@ export default {
|
|
|
3502
3518
|
PezpalletRecoveryCall: {
|
|
3503
3519
|
_enum: {
|
|
3504
3520
|
as_recovered: {
|
|
3505
|
-
account: '
|
|
3521
|
+
account: 'PezspRuntimeMultiAddress',
|
|
3506
3522
|
call: 'RuntimeCall',
|
|
3507
3523
|
},
|
|
3508
3524
|
set_recovered: {
|
|
3509
|
-
lost: '
|
|
3510
|
-
rescuer: '
|
|
3525
|
+
lost: 'PezspRuntimeMultiAddress',
|
|
3526
|
+
rescuer: 'PezspRuntimeMultiAddress',
|
|
3511
3527
|
},
|
|
3512
3528
|
create_recovery: {
|
|
3513
|
-
friends: 'Vec<
|
|
3529
|
+
friends: 'Vec<PezspCoreCryptoAccountId32>',
|
|
3514
3530
|
threshold: 'u16',
|
|
3515
3531
|
delayPeriod: 'u32',
|
|
3516
3532
|
},
|
|
3517
3533
|
initiate_recovery: {
|
|
3518
|
-
account: '
|
|
3534
|
+
account: 'PezspRuntimeMultiAddress',
|
|
3519
3535
|
},
|
|
3520
3536
|
vouch_recovery: {
|
|
3521
|
-
lost: '
|
|
3522
|
-
rescuer: '
|
|
3537
|
+
lost: 'PezspRuntimeMultiAddress',
|
|
3538
|
+
rescuer: 'PezspRuntimeMultiAddress',
|
|
3523
3539
|
},
|
|
3524
3540
|
claim_recovery: {
|
|
3525
|
-
account: '
|
|
3541
|
+
account: 'PezspRuntimeMultiAddress',
|
|
3526
3542
|
},
|
|
3527
3543
|
close_recovery: {
|
|
3528
|
-
rescuer: '
|
|
3544
|
+
rescuer: 'PezspRuntimeMultiAddress',
|
|
3529
3545
|
},
|
|
3530
3546
|
remove_recovery: 'Null',
|
|
3531
3547
|
cancel_recovered: {
|
|
3532
|
-
account: '
|
|
3548
|
+
account: 'PezspRuntimeMultiAddress'
|
|
3533
3549
|
}
|
|
3534
3550
|
}
|
|
3535
3551
|
},
|
|
@@ -3540,15 +3556,15 @@ export default {
|
|
|
3540
3556
|
_enum: {
|
|
3541
3557
|
vest: 'Null',
|
|
3542
3558
|
vest_other: {
|
|
3543
|
-
target: '
|
|
3559
|
+
target: 'PezspRuntimeMultiAddress',
|
|
3544
3560
|
},
|
|
3545
3561
|
vested_transfer: {
|
|
3546
|
-
target: '
|
|
3562
|
+
target: 'PezspRuntimeMultiAddress',
|
|
3547
3563
|
schedule: 'PezpalletVestingVestingInfo',
|
|
3548
3564
|
},
|
|
3549
3565
|
force_vested_transfer: {
|
|
3550
|
-
source: '
|
|
3551
|
-
target: '
|
|
3566
|
+
source: 'PezspRuntimeMultiAddress',
|
|
3567
|
+
target: 'PezspRuntimeMultiAddress',
|
|
3552
3568
|
schedule: 'PezpalletVestingVestingInfo',
|
|
3553
3569
|
},
|
|
3554
3570
|
merge_schedules: {
|
|
@@ -3556,7 +3572,7 @@ export default {
|
|
|
3556
3572
|
schedule2Index: 'u32',
|
|
3557
3573
|
},
|
|
3558
3574
|
force_remove_vesting_schedule: {
|
|
3559
|
-
target: '
|
|
3575
|
+
target: 'PezspRuntimeMultiAddress',
|
|
3560
3576
|
scheduleIndex: 'u32'
|
|
3561
3577
|
}
|
|
3562
3578
|
}
|
|
@@ -3685,17 +3701,17 @@ export default {
|
|
|
3685
3701
|
PezpalletProxyCall: {
|
|
3686
3702
|
_enum: {
|
|
3687
3703
|
proxy: {
|
|
3688
|
-
real: '
|
|
3704
|
+
real: 'PezspRuntimeMultiAddress',
|
|
3689
3705
|
forceProxyType: 'Option<KitchensinkRuntimeProxyType>',
|
|
3690
3706
|
call: 'RuntimeCall',
|
|
3691
3707
|
},
|
|
3692
3708
|
add_proxy: {
|
|
3693
|
-
delegate: '
|
|
3709
|
+
delegate: 'PezspRuntimeMultiAddress',
|
|
3694
3710
|
proxyType: 'KitchensinkRuntimeProxyType',
|
|
3695
3711
|
delay: 'u32',
|
|
3696
3712
|
},
|
|
3697
3713
|
remove_proxy: {
|
|
3698
|
-
delegate: '
|
|
3714
|
+
delegate: 'PezspRuntimeMultiAddress',
|
|
3699
3715
|
proxyType: 'KitchensinkRuntimeProxyType',
|
|
3700
3716
|
delay: 'u32',
|
|
3701
3717
|
},
|
|
@@ -3706,27 +3722,27 @@ export default {
|
|
|
3706
3722
|
index: 'u16',
|
|
3707
3723
|
},
|
|
3708
3724
|
kill_pure: {
|
|
3709
|
-
spawner: '
|
|
3725
|
+
spawner: 'PezspRuntimeMultiAddress',
|
|
3710
3726
|
proxyType: 'KitchensinkRuntimeProxyType',
|
|
3711
3727
|
index: 'u16',
|
|
3712
3728
|
height: 'Compact<u32>',
|
|
3713
3729
|
extIndex: 'Compact<u32>',
|
|
3714
3730
|
},
|
|
3715
3731
|
announce: {
|
|
3716
|
-
real: '
|
|
3732
|
+
real: 'PezspRuntimeMultiAddress',
|
|
3717
3733
|
callHash: 'H256',
|
|
3718
3734
|
},
|
|
3719
3735
|
remove_announcement: {
|
|
3720
|
-
real: '
|
|
3736
|
+
real: 'PezspRuntimeMultiAddress',
|
|
3721
3737
|
callHash: 'H256',
|
|
3722
3738
|
},
|
|
3723
3739
|
reject_announcement: {
|
|
3724
|
-
delegate: '
|
|
3740
|
+
delegate: 'PezspRuntimeMultiAddress',
|
|
3725
3741
|
callHash: 'H256',
|
|
3726
3742
|
},
|
|
3727
3743
|
proxy_announced: {
|
|
3728
|
-
delegate: '
|
|
3729
|
-
real: '
|
|
3744
|
+
delegate: 'PezspRuntimeMultiAddress',
|
|
3745
|
+
real: 'PezspRuntimeMultiAddress',
|
|
3730
3746
|
forceProxyType: 'Option<KitchensinkRuntimeProxyType>',
|
|
3731
3747
|
call: 'RuntimeCall',
|
|
3732
3748
|
},
|
|
@@ -3739,32 +3755,32 @@ export default {
|
|
|
3739
3755
|
PezpalletMultisigCall: {
|
|
3740
3756
|
_enum: {
|
|
3741
3757
|
as_multi_threshold_1: {
|
|
3742
|
-
otherSignatories: 'Vec<
|
|
3758
|
+
otherSignatories: 'Vec<PezspCoreCryptoAccountId32>',
|
|
3743
3759
|
call: 'RuntimeCall',
|
|
3744
3760
|
},
|
|
3745
3761
|
as_multi: {
|
|
3746
3762
|
threshold: 'u16',
|
|
3747
|
-
otherSignatories: 'Vec<
|
|
3763
|
+
otherSignatories: 'Vec<PezspCoreCryptoAccountId32>',
|
|
3748
3764
|
maybeTimepoint: 'Option<PezpalletMultisigTimepoint>',
|
|
3749
3765
|
call: 'RuntimeCall',
|
|
3750
3766
|
maxWeight: 'PezspWeightsWeightV2Weight',
|
|
3751
3767
|
},
|
|
3752
3768
|
approve_as_multi: {
|
|
3753
3769
|
threshold: 'u16',
|
|
3754
|
-
otherSignatories: 'Vec<
|
|
3770
|
+
otherSignatories: 'Vec<PezspCoreCryptoAccountId32>',
|
|
3755
3771
|
maybeTimepoint: 'Option<PezpalletMultisigTimepoint>',
|
|
3756
3772
|
callHash: '[u8;32]',
|
|
3757
3773
|
maxWeight: 'PezspWeightsWeightV2Weight',
|
|
3758
3774
|
},
|
|
3759
3775
|
cancel_as_multi: {
|
|
3760
3776
|
threshold: 'u16',
|
|
3761
|
-
otherSignatories: 'Vec<
|
|
3777
|
+
otherSignatories: 'Vec<PezspCoreCryptoAccountId32>',
|
|
3762
3778
|
timepoint: 'PezpalletMultisigTimepoint',
|
|
3763
3779
|
callHash: '[u8;32]',
|
|
3764
3780
|
},
|
|
3765
3781
|
poke_deposit: {
|
|
3766
3782
|
threshold: 'u16',
|
|
3767
|
-
otherSignatories: 'Vec<
|
|
3783
|
+
otherSignatories: 'Vec<PezspCoreCryptoAccountId32>',
|
|
3768
3784
|
callHash: '[u8;32]'
|
|
3769
3785
|
}
|
|
3770
3786
|
}
|
|
@@ -3783,7 +3799,7 @@ export default {
|
|
|
3783
3799
|
},
|
|
3784
3800
|
propose_curator: {
|
|
3785
3801
|
bountyId: 'Compact<u32>',
|
|
3786
|
-
curator: '
|
|
3802
|
+
curator: 'PezspRuntimeMultiAddress',
|
|
3787
3803
|
fee: 'Compact<u128>',
|
|
3788
3804
|
},
|
|
3789
3805
|
unassign_curator: {
|
|
@@ -3794,7 +3810,7 @@ export default {
|
|
|
3794
3810
|
},
|
|
3795
3811
|
award_bounty: {
|
|
3796
3812
|
bountyId: 'Compact<u32>',
|
|
3797
|
-
beneficiary: '
|
|
3813
|
+
beneficiary: 'PezspRuntimeMultiAddress',
|
|
3798
3814
|
},
|
|
3799
3815
|
claim_bounty: {
|
|
3800
3816
|
bountyId: 'Compact<u32>',
|
|
@@ -3808,7 +3824,7 @@ export default {
|
|
|
3808
3824
|
},
|
|
3809
3825
|
approve_bounty_with_curator: {
|
|
3810
3826
|
bountyId: 'Compact<u32>',
|
|
3811
|
-
curator: '
|
|
3827
|
+
curator: 'PezspRuntimeMultiAddress',
|
|
3812
3828
|
fee: 'Compact<u128>'
|
|
3813
3829
|
}
|
|
3814
3830
|
}
|
|
@@ -3820,7 +3836,7 @@ export default {
|
|
|
3820
3836
|
_enum: {
|
|
3821
3837
|
report_awesome: {
|
|
3822
3838
|
reason: 'Bytes',
|
|
3823
|
-
who: '
|
|
3839
|
+
who: 'PezspRuntimeMultiAddress',
|
|
3824
3840
|
},
|
|
3825
3841
|
retract_tip: {
|
|
3826
3842
|
_alias: {
|
|
@@ -3830,7 +3846,7 @@ export default {
|
|
|
3830
3846
|
},
|
|
3831
3847
|
tip_new: {
|
|
3832
3848
|
reason: 'Bytes',
|
|
3833
|
-
who: '
|
|
3849
|
+
who: 'PezspRuntimeMultiAddress',
|
|
3834
3850
|
tipValue: 'Compact<u128>',
|
|
3835
3851
|
},
|
|
3836
3852
|
tip: {
|
|
@@ -3861,12 +3877,12 @@ export default {
|
|
|
3861
3877
|
_enum: {
|
|
3862
3878
|
create: {
|
|
3863
3879
|
id: 'Compact<u32>',
|
|
3864
|
-
admin: '
|
|
3880
|
+
admin: 'PezspRuntimeMultiAddress',
|
|
3865
3881
|
minBalance: 'u128',
|
|
3866
3882
|
},
|
|
3867
3883
|
force_create: {
|
|
3868
3884
|
id: 'Compact<u32>',
|
|
3869
|
-
owner: '
|
|
3885
|
+
owner: 'PezspRuntimeMultiAddress',
|
|
3870
3886
|
isSufficient: 'bool',
|
|
3871
3887
|
minBalance: 'Compact<u128>',
|
|
3872
3888
|
},
|
|
@@ -3884,37 +3900,37 @@ export default {
|
|
|
3884
3900
|
},
|
|
3885
3901
|
mint: {
|
|
3886
3902
|
id: 'Compact<u32>',
|
|
3887
|
-
beneficiary: '
|
|
3903
|
+
beneficiary: 'PezspRuntimeMultiAddress',
|
|
3888
3904
|
amount: 'Compact<u128>',
|
|
3889
3905
|
},
|
|
3890
3906
|
burn: {
|
|
3891
3907
|
id: 'Compact<u32>',
|
|
3892
|
-
who: '
|
|
3908
|
+
who: 'PezspRuntimeMultiAddress',
|
|
3893
3909
|
amount: 'Compact<u128>',
|
|
3894
3910
|
},
|
|
3895
3911
|
transfer: {
|
|
3896
3912
|
id: 'Compact<u32>',
|
|
3897
|
-
target: '
|
|
3913
|
+
target: 'PezspRuntimeMultiAddress',
|
|
3898
3914
|
amount: 'Compact<u128>',
|
|
3899
3915
|
},
|
|
3900
3916
|
transfer_keep_alive: {
|
|
3901
3917
|
id: 'Compact<u32>',
|
|
3902
|
-
target: '
|
|
3918
|
+
target: 'PezspRuntimeMultiAddress',
|
|
3903
3919
|
amount: 'Compact<u128>',
|
|
3904
3920
|
},
|
|
3905
3921
|
force_transfer: {
|
|
3906
3922
|
id: 'Compact<u32>',
|
|
3907
|
-
source: '
|
|
3908
|
-
dest: '
|
|
3923
|
+
source: 'PezspRuntimeMultiAddress',
|
|
3924
|
+
dest: 'PezspRuntimeMultiAddress',
|
|
3909
3925
|
amount: 'Compact<u128>',
|
|
3910
3926
|
},
|
|
3911
3927
|
freeze: {
|
|
3912
3928
|
id: 'Compact<u32>',
|
|
3913
|
-
who: '
|
|
3929
|
+
who: 'PezspRuntimeMultiAddress',
|
|
3914
3930
|
},
|
|
3915
3931
|
thaw: {
|
|
3916
3932
|
id: 'Compact<u32>',
|
|
3917
|
-
who: '
|
|
3933
|
+
who: 'PezspRuntimeMultiAddress',
|
|
3918
3934
|
},
|
|
3919
3935
|
freeze_asset: {
|
|
3920
3936
|
id: 'Compact<u32>',
|
|
@@ -3924,13 +3940,13 @@ export default {
|
|
|
3924
3940
|
},
|
|
3925
3941
|
transfer_ownership: {
|
|
3926
3942
|
id: 'Compact<u32>',
|
|
3927
|
-
owner: '
|
|
3943
|
+
owner: 'PezspRuntimeMultiAddress',
|
|
3928
3944
|
},
|
|
3929
3945
|
set_team: {
|
|
3930
3946
|
id: 'Compact<u32>',
|
|
3931
|
-
issuer: '
|
|
3932
|
-
admin: '
|
|
3933
|
-
freezer: '
|
|
3947
|
+
issuer: 'PezspRuntimeMultiAddress',
|
|
3948
|
+
admin: 'PezspRuntimeMultiAddress',
|
|
3949
|
+
freezer: 'PezspRuntimeMultiAddress',
|
|
3934
3950
|
},
|
|
3935
3951
|
set_metadata: {
|
|
3936
3952
|
id: 'Compact<u32>',
|
|
@@ -3953,32 +3969,32 @@ export default {
|
|
|
3953
3969
|
},
|
|
3954
3970
|
force_asset_status: {
|
|
3955
3971
|
id: 'Compact<u32>',
|
|
3956
|
-
owner: '
|
|
3957
|
-
issuer: '
|
|
3958
|
-
admin: '
|
|
3959
|
-
freezer: '
|
|
3972
|
+
owner: 'PezspRuntimeMultiAddress',
|
|
3973
|
+
issuer: 'PezspRuntimeMultiAddress',
|
|
3974
|
+
admin: 'PezspRuntimeMultiAddress',
|
|
3975
|
+
freezer: 'PezspRuntimeMultiAddress',
|
|
3960
3976
|
minBalance: 'Compact<u128>',
|
|
3961
3977
|
isSufficient: 'bool',
|
|
3962
3978
|
isFrozen: 'bool',
|
|
3963
3979
|
},
|
|
3964
3980
|
approve_transfer: {
|
|
3965
3981
|
id: 'Compact<u32>',
|
|
3966
|
-
delegate: '
|
|
3982
|
+
delegate: 'PezspRuntimeMultiAddress',
|
|
3967
3983
|
amount: 'Compact<u128>',
|
|
3968
3984
|
},
|
|
3969
3985
|
cancel_approval: {
|
|
3970
3986
|
id: 'Compact<u32>',
|
|
3971
|
-
delegate: '
|
|
3987
|
+
delegate: 'PezspRuntimeMultiAddress',
|
|
3972
3988
|
},
|
|
3973
3989
|
force_cancel_approval: {
|
|
3974
3990
|
id: 'Compact<u32>',
|
|
3975
|
-
owner: '
|
|
3976
|
-
delegate: '
|
|
3991
|
+
owner: 'PezspRuntimeMultiAddress',
|
|
3992
|
+
delegate: 'PezspRuntimeMultiAddress',
|
|
3977
3993
|
},
|
|
3978
3994
|
transfer_approved: {
|
|
3979
3995
|
id: 'Compact<u32>',
|
|
3980
|
-
owner: '
|
|
3981
|
-
destination: '
|
|
3996
|
+
owner: 'PezspRuntimeMultiAddress',
|
|
3997
|
+
destination: 'PezspRuntimeMultiAddress',
|
|
3982
3998
|
amount: 'Compact<u128>',
|
|
3983
3999
|
},
|
|
3984
4000
|
touch: {
|
|
@@ -3994,19 +4010,19 @@ export default {
|
|
|
3994
4010
|
},
|
|
3995
4011
|
touch_other: {
|
|
3996
4012
|
id: 'Compact<u32>',
|
|
3997
|
-
who: '
|
|
4013
|
+
who: 'PezspRuntimeMultiAddress',
|
|
3998
4014
|
},
|
|
3999
4015
|
refund_other: {
|
|
4000
4016
|
id: 'Compact<u32>',
|
|
4001
|
-
who: '
|
|
4017
|
+
who: 'PezspRuntimeMultiAddress',
|
|
4002
4018
|
},
|
|
4003
4019
|
block: {
|
|
4004
4020
|
id: 'Compact<u32>',
|
|
4005
|
-
who: '
|
|
4021
|
+
who: 'PezspRuntimeMultiAddress',
|
|
4006
4022
|
},
|
|
4007
4023
|
transfer_all: {
|
|
4008
4024
|
id: 'Compact<u32>',
|
|
4009
|
-
dest: '
|
|
4025
|
+
dest: 'PezspRuntimeMultiAddress',
|
|
4010
4026
|
keepAlive: 'bool'
|
|
4011
4027
|
}
|
|
4012
4028
|
}
|
|
@@ -4135,7 +4151,7 @@ export default {
|
|
|
4135
4151
|
fund_deficit: 'Null',
|
|
4136
4152
|
thaw_private: {
|
|
4137
4153
|
index: 'Compact<u32>',
|
|
4138
|
-
maybeProportion: 'Option<
|
|
4154
|
+
maybeProportion: 'Option<u64>',
|
|
4139
4155
|
},
|
|
4140
4156
|
thaw_communal: {
|
|
4141
4157
|
index: 'Compact<u32>',
|
|
@@ -4155,11 +4171,11 @@ export default {
|
|
|
4155
4171
|
_enum: {
|
|
4156
4172
|
create: {
|
|
4157
4173
|
collection: 'u32',
|
|
4158
|
-
admin: '
|
|
4174
|
+
admin: 'PezspRuntimeMultiAddress',
|
|
4159
4175
|
},
|
|
4160
4176
|
force_create: {
|
|
4161
4177
|
collection: 'u32',
|
|
4162
|
-
owner: '
|
|
4178
|
+
owner: 'PezspRuntimeMultiAddress',
|
|
4163
4179
|
freeHolding: 'bool',
|
|
4164
4180
|
},
|
|
4165
4181
|
destroy: {
|
|
@@ -4169,17 +4185,17 @@ export default {
|
|
|
4169
4185
|
mint: {
|
|
4170
4186
|
collection: 'u32',
|
|
4171
4187
|
item: 'u32',
|
|
4172
|
-
owner: '
|
|
4188
|
+
owner: 'PezspRuntimeMultiAddress',
|
|
4173
4189
|
},
|
|
4174
4190
|
burn: {
|
|
4175
4191
|
collection: 'u32',
|
|
4176
4192
|
item: 'u32',
|
|
4177
|
-
checkOwner: 'Option<
|
|
4193
|
+
checkOwner: 'Option<PezspRuntimeMultiAddress>',
|
|
4178
4194
|
},
|
|
4179
4195
|
transfer: {
|
|
4180
4196
|
collection: 'u32',
|
|
4181
4197
|
item: 'u32',
|
|
4182
|
-
dest: '
|
|
4198
|
+
dest: 'PezspRuntimeMultiAddress',
|
|
4183
4199
|
},
|
|
4184
4200
|
redeposit: {
|
|
4185
4201
|
collection: 'u32',
|
|
@@ -4201,30 +4217,30 @@ export default {
|
|
|
4201
4217
|
},
|
|
4202
4218
|
transfer_ownership: {
|
|
4203
4219
|
collection: 'u32',
|
|
4204
|
-
newOwner: '
|
|
4220
|
+
newOwner: 'PezspRuntimeMultiAddress',
|
|
4205
4221
|
},
|
|
4206
4222
|
set_team: {
|
|
4207
4223
|
collection: 'u32',
|
|
4208
|
-
issuer: '
|
|
4209
|
-
admin: '
|
|
4210
|
-
freezer: '
|
|
4224
|
+
issuer: 'PezspRuntimeMultiAddress',
|
|
4225
|
+
admin: 'PezspRuntimeMultiAddress',
|
|
4226
|
+
freezer: 'PezspRuntimeMultiAddress',
|
|
4211
4227
|
},
|
|
4212
4228
|
approve_transfer: {
|
|
4213
4229
|
collection: 'u32',
|
|
4214
4230
|
item: 'u32',
|
|
4215
|
-
delegate: '
|
|
4231
|
+
delegate: 'PezspRuntimeMultiAddress',
|
|
4216
4232
|
},
|
|
4217
4233
|
cancel_approval: {
|
|
4218
4234
|
collection: 'u32',
|
|
4219
4235
|
item: 'u32',
|
|
4220
|
-
maybeCheckDelegate: 'Option<
|
|
4236
|
+
maybeCheckDelegate: 'Option<PezspRuntimeMultiAddress>',
|
|
4221
4237
|
},
|
|
4222
4238
|
force_item_status: {
|
|
4223
4239
|
collection: 'u32',
|
|
4224
|
-
owner: '
|
|
4225
|
-
issuer: '
|
|
4226
|
-
admin: '
|
|
4227
|
-
freezer: '
|
|
4240
|
+
owner: 'PezspRuntimeMultiAddress',
|
|
4241
|
+
issuer: 'PezspRuntimeMultiAddress',
|
|
4242
|
+
admin: 'PezspRuntimeMultiAddress',
|
|
4243
|
+
freezer: 'PezspRuntimeMultiAddress',
|
|
4228
4244
|
freeHolding: 'bool',
|
|
4229
4245
|
isFrozen: 'bool',
|
|
4230
4246
|
},
|
|
@@ -4268,7 +4284,7 @@ export default {
|
|
|
4268
4284
|
collection: 'u32',
|
|
4269
4285
|
item: 'u32',
|
|
4270
4286
|
price: 'Option<u128>',
|
|
4271
|
-
whitelistedBuyer: 'Option<
|
|
4287
|
+
whitelistedBuyer: 'Option<PezspRuntimeMultiAddress>',
|
|
4272
4288
|
},
|
|
4273
4289
|
buy_item: {
|
|
4274
4290
|
collection: 'u32',
|
|
@@ -4291,11 +4307,11 @@ export default {
|
|
|
4291
4307
|
PezpalletNftsCall: {
|
|
4292
4308
|
_enum: {
|
|
4293
4309
|
create: {
|
|
4294
|
-
admin: '
|
|
4310
|
+
admin: 'PezspRuntimeMultiAddress',
|
|
4295
4311
|
config: 'PezpalletNftsCollectionConfig',
|
|
4296
4312
|
},
|
|
4297
4313
|
force_create: {
|
|
4298
|
-
owner: '
|
|
4314
|
+
owner: 'PezspRuntimeMultiAddress',
|
|
4299
4315
|
config: 'PezpalletNftsCollectionConfig',
|
|
4300
4316
|
},
|
|
4301
4317
|
destroy: {
|
|
@@ -4305,13 +4321,13 @@ export default {
|
|
|
4305
4321
|
mint: {
|
|
4306
4322
|
collection: 'u32',
|
|
4307
4323
|
item: 'u32',
|
|
4308
|
-
mintTo: '
|
|
4324
|
+
mintTo: 'PezspRuntimeMultiAddress',
|
|
4309
4325
|
witnessData: 'Option<PezpalletNftsMintWitness>',
|
|
4310
4326
|
},
|
|
4311
4327
|
force_mint: {
|
|
4312
4328
|
collection: 'u32',
|
|
4313
4329
|
item: 'u32',
|
|
4314
|
-
mintTo: '
|
|
4330
|
+
mintTo: 'PezspRuntimeMultiAddress',
|
|
4315
4331
|
itemConfig: 'PezpalletNftsItemConfig',
|
|
4316
4332
|
},
|
|
4317
4333
|
burn: {
|
|
@@ -4321,7 +4337,7 @@ export default {
|
|
|
4321
4337
|
transfer: {
|
|
4322
4338
|
collection: 'u32',
|
|
4323
4339
|
item: 'u32',
|
|
4324
|
-
dest: '
|
|
4340
|
+
dest: 'PezspRuntimeMultiAddress',
|
|
4325
4341
|
},
|
|
4326
4342
|
redeposit: {
|
|
4327
4343
|
collection: 'u32',
|
|
@@ -4341,17 +4357,17 @@ export default {
|
|
|
4341
4357
|
},
|
|
4342
4358
|
transfer_ownership: {
|
|
4343
4359
|
collection: 'u32',
|
|
4344
|
-
newOwner: '
|
|
4360
|
+
newOwner: 'PezspRuntimeMultiAddress',
|
|
4345
4361
|
},
|
|
4346
4362
|
set_team: {
|
|
4347
4363
|
collection: 'u32',
|
|
4348
|
-
issuer: 'Option<
|
|
4349
|
-
admin: 'Option<
|
|
4350
|
-
freezer: 'Option<
|
|
4364
|
+
issuer: 'Option<PezspRuntimeMultiAddress>',
|
|
4365
|
+
admin: 'Option<PezspRuntimeMultiAddress>',
|
|
4366
|
+
freezer: 'Option<PezspRuntimeMultiAddress>',
|
|
4351
4367
|
},
|
|
4352
4368
|
force_collection_owner: {
|
|
4353
4369
|
collection: 'u32',
|
|
4354
|
-
owner: '
|
|
4370
|
+
owner: 'PezspRuntimeMultiAddress',
|
|
4355
4371
|
},
|
|
4356
4372
|
force_collection_config: {
|
|
4357
4373
|
collection: 'u32',
|
|
@@ -4360,13 +4376,13 @@ export default {
|
|
|
4360
4376
|
approve_transfer: {
|
|
4361
4377
|
collection: 'u32',
|
|
4362
4378
|
item: 'u32',
|
|
4363
|
-
delegate: '
|
|
4379
|
+
delegate: 'PezspRuntimeMultiAddress',
|
|
4364
4380
|
maybeDeadline: 'Option<u32>',
|
|
4365
4381
|
},
|
|
4366
4382
|
cancel_approval: {
|
|
4367
4383
|
collection: 'u32',
|
|
4368
4384
|
item: 'u32',
|
|
4369
|
-
delegate: '
|
|
4385
|
+
delegate: 'PezspRuntimeMultiAddress',
|
|
4370
4386
|
},
|
|
4371
4387
|
clear_all_transfer_approvals: {
|
|
4372
4388
|
collection: 'u32',
|
|
@@ -4386,7 +4402,7 @@ export default {
|
|
|
4386
4402
|
value: 'Bytes',
|
|
4387
4403
|
},
|
|
4388
4404
|
force_set_attribute: {
|
|
4389
|
-
setAs: 'Option<
|
|
4405
|
+
setAs: 'Option<PezspCoreCryptoAccountId32>',
|
|
4390
4406
|
collection: 'u32',
|
|
4391
4407
|
maybeItem: 'Option<u32>',
|
|
4392
4408
|
namespace: 'PezpalletNftsAttributeNamespace',
|
|
@@ -4402,12 +4418,12 @@ export default {
|
|
|
4402
4418
|
approve_item_attributes: {
|
|
4403
4419
|
collection: 'u32',
|
|
4404
4420
|
item: 'u32',
|
|
4405
|
-
delegate: '
|
|
4421
|
+
delegate: 'PezspRuntimeMultiAddress',
|
|
4406
4422
|
},
|
|
4407
4423
|
cancel_item_attributes_approval: {
|
|
4408
4424
|
collection: 'u32',
|
|
4409
4425
|
item: 'u32',
|
|
4410
|
-
delegate: '
|
|
4426
|
+
delegate: 'PezspRuntimeMultiAddress',
|
|
4411
4427
|
witness: 'PezpalletNftsCancelAttributesApprovalWitness',
|
|
4412
4428
|
},
|
|
4413
4429
|
set_metadata: {
|
|
@@ -4441,7 +4457,7 @@ export default {
|
|
|
4441
4457
|
collection: 'u32',
|
|
4442
4458
|
item: 'u32',
|
|
4443
4459
|
price: 'Option<u128>',
|
|
4444
|
-
whitelistedBuyer: 'Option<
|
|
4460
|
+
whitelistedBuyer: 'Option<PezspRuntimeMultiAddress>',
|
|
4445
4461
|
},
|
|
4446
4462
|
buy_item: {
|
|
4447
4463
|
collection: 'u32',
|
|
@@ -4473,12 +4489,12 @@ export default {
|
|
|
4473
4489
|
mint_pre_signed: {
|
|
4474
4490
|
mintData: 'PezpalletNftsPreSignedMint',
|
|
4475
4491
|
signature: 'PezspRuntimeMultiSignature',
|
|
4476
|
-
signer: '
|
|
4492
|
+
signer: 'PezspCoreCryptoAccountId32',
|
|
4477
4493
|
},
|
|
4478
4494
|
set_attributes_pre_signed: {
|
|
4479
4495
|
data: 'PezpalletNftsPreSignedAttributes',
|
|
4480
4496
|
signature: 'PezspRuntimeMultiSignature',
|
|
4481
|
-
signer: '
|
|
4497
|
+
signer: 'PezspCoreCryptoAccountId32'
|
|
4482
4498
|
}
|
|
4483
4499
|
}
|
|
4484
4500
|
},
|
|
@@ -4555,7 +4571,7 @@ export default {
|
|
|
4555
4571
|
PezpalletNftsItemTip: {
|
|
4556
4572
|
collection: 'u32',
|
|
4557
4573
|
item: 'u32',
|
|
4558
|
-
receiver: '
|
|
4574
|
+
receiver: 'PezspCoreCryptoAccountId32',
|
|
4559
4575
|
amount: 'u128'
|
|
4560
4576
|
},
|
|
4561
4577
|
/**
|
|
@@ -4566,7 +4582,7 @@ export default {
|
|
|
4566
4582
|
item: 'u32',
|
|
4567
4583
|
attributes: 'Vec<(Bytes,Bytes)>',
|
|
4568
4584
|
metadata: 'Bytes',
|
|
4569
|
-
onlyAccount: 'Option<
|
|
4585
|
+
onlyAccount: 'Option<PezspCoreCryptoAccountId32>',
|
|
4570
4586
|
deadline: 'u32',
|
|
4571
4587
|
mintPrice: 'Option<u128>'
|
|
4572
4588
|
},
|
|
@@ -4589,14 +4605,14 @@ export default {
|
|
|
4589
4605
|
nftCollectionId: 'u32',
|
|
4590
4606
|
nftId: 'u32',
|
|
4591
4607
|
assetId: 'u32',
|
|
4592
|
-
beneficiary: '
|
|
4608
|
+
beneficiary: 'PezspRuntimeMultiAddress',
|
|
4593
4609
|
fractions: 'u128',
|
|
4594
4610
|
},
|
|
4595
4611
|
unify: {
|
|
4596
4612
|
nftCollectionId: 'u32',
|
|
4597
4613
|
nftId: 'u32',
|
|
4598
4614
|
assetId: 'u32',
|
|
4599
|
-
beneficiary: '
|
|
4615
|
+
beneficiary: 'PezspRuntimeMultiAddress'
|
|
4600
4616
|
}
|
|
4601
4617
|
}
|
|
4602
4618
|
},
|
|
@@ -4611,7 +4627,7 @@ export default {
|
|
|
4611
4627
|
register: 'Null',
|
|
4612
4628
|
payout: 'Null',
|
|
4613
4629
|
payout_other: {
|
|
4614
|
-
beneficiary: '
|
|
4630
|
+
beneficiary: 'PezspCoreCryptoAccountId32',
|
|
4615
4631
|
},
|
|
4616
4632
|
check_payment: 'Null'
|
|
4617
4633
|
}
|
|
@@ -4622,7 +4638,7 @@ export default {
|
|
|
4622
4638
|
PezpalletCoreFellowshipCall: {
|
|
4623
4639
|
_enum: {
|
|
4624
4640
|
bump: {
|
|
4625
|
-
who: '
|
|
4641
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
4626
4642
|
},
|
|
4627
4643
|
set_params: {
|
|
4628
4644
|
params: 'PezpalletCoreFellowshipParamsTypeU128',
|
|
@@ -4631,18 +4647,18 @@ export default {
|
|
|
4631
4647
|
isActive: 'bool',
|
|
4632
4648
|
},
|
|
4633
4649
|
approve: {
|
|
4634
|
-
who: '
|
|
4650
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
4635
4651
|
atRank: 'u16',
|
|
4636
4652
|
},
|
|
4637
4653
|
induct: {
|
|
4638
|
-
who: '
|
|
4654
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
4639
4655
|
},
|
|
4640
4656
|
promote: {
|
|
4641
|
-
who: '
|
|
4657
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
4642
4658
|
toRank: 'u16',
|
|
4643
4659
|
},
|
|
4644
4660
|
offboard: {
|
|
4645
|
-
who: '
|
|
4661
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
4646
4662
|
},
|
|
4647
4663
|
submit_evidence: {
|
|
4648
4664
|
wish: 'PezpalletCoreFellowshipWish',
|
|
@@ -4653,11 +4669,11 @@ export default {
|
|
|
4653
4669
|
partialParams: 'PezpalletCoreFellowshipParamsTypeOption',
|
|
4654
4670
|
},
|
|
4655
4671
|
promote_fast: {
|
|
4656
|
-
who: '
|
|
4672
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
4657
4673
|
toRank: 'u16',
|
|
4658
4674
|
},
|
|
4659
4675
|
import_member: {
|
|
4660
|
-
who: '
|
|
4676
|
+
who: 'PezspCoreCryptoAccountId32'
|
|
4661
4677
|
}
|
|
4662
4678
|
}
|
|
4663
4679
|
},
|
|
@@ -4701,14 +4717,14 @@ export default {
|
|
|
4701
4717
|
PezpalletBagsListCall: {
|
|
4702
4718
|
_enum: {
|
|
4703
4719
|
rebag: {
|
|
4704
|
-
dislocated: '
|
|
4720
|
+
dislocated: 'PezspRuntimeMultiAddress',
|
|
4705
4721
|
},
|
|
4706
4722
|
put_in_front_of: {
|
|
4707
|
-
lighter: '
|
|
4723
|
+
lighter: 'PezspRuntimeMultiAddress',
|
|
4708
4724
|
},
|
|
4709
4725
|
put_in_front_of_other: {
|
|
4710
|
-
heavier: '
|
|
4711
|
-
lighter: '
|
|
4726
|
+
heavier: 'PezspRuntimeMultiAddress',
|
|
4727
|
+
lighter: 'PezspRuntimeMultiAddress'
|
|
4712
4728
|
}
|
|
4713
4729
|
}
|
|
4714
4730
|
},
|
|
@@ -4792,7 +4808,7 @@ export default {
|
|
|
4792
4808
|
propose_curator: {
|
|
4793
4809
|
parentBountyId: 'Compact<u32>',
|
|
4794
4810
|
childBountyId: 'Compact<u32>',
|
|
4795
|
-
curator: '
|
|
4811
|
+
curator: 'PezspRuntimeMultiAddress',
|
|
4796
4812
|
fee: 'Compact<u128>',
|
|
4797
4813
|
},
|
|
4798
4814
|
accept_curator: {
|
|
@@ -4806,7 +4822,7 @@ export default {
|
|
|
4806
4822
|
award_child_bounty: {
|
|
4807
4823
|
parentBountyId: 'Compact<u32>',
|
|
4808
4824
|
childBountyId: 'Compact<u32>',
|
|
4809
|
-
beneficiary: '
|
|
4825
|
+
beneficiary: 'PezspRuntimeMultiAddress',
|
|
4810
4826
|
},
|
|
4811
4827
|
claim_child_bounty: {
|
|
4812
4828
|
parentBountyId: 'Compact<u32>',
|
|
@@ -4880,7 +4896,7 @@ export default {
|
|
|
4880
4896
|
PezpalletRootTestingCall: {
|
|
4881
4897
|
_enum: {
|
|
4882
4898
|
fill_block: {
|
|
4883
|
-
ratio: '
|
|
4899
|
+
ratio: 'u32',
|
|
4884
4900
|
},
|
|
4885
4901
|
trigger_defensive: 'Null'
|
|
4886
4902
|
}
|
|
@@ -4896,7 +4912,7 @@ export default {
|
|
|
4896
4912
|
},
|
|
4897
4913
|
delegate: {
|
|
4898
4914
|
class: 'u16',
|
|
4899
|
-
to: '
|
|
4915
|
+
to: 'PezspRuntimeMultiAddress',
|
|
4900
4916
|
conviction: 'PezpalletConvictionVotingConviction',
|
|
4901
4917
|
balance: 'u128',
|
|
4902
4918
|
},
|
|
@@ -4905,14 +4921,14 @@ export default {
|
|
|
4905
4921
|
},
|
|
4906
4922
|
unlock: {
|
|
4907
4923
|
class: 'u16',
|
|
4908
|
-
target: '
|
|
4924
|
+
target: 'PezspRuntimeMultiAddress',
|
|
4909
4925
|
},
|
|
4910
4926
|
remove_vote: {
|
|
4911
4927
|
class: 'Option<u16>',
|
|
4912
4928
|
index: 'u32',
|
|
4913
4929
|
},
|
|
4914
4930
|
remove_other_vote: {
|
|
4915
|
-
target: '
|
|
4931
|
+
target: 'PezspRuntimeMultiAddress',
|
|
4916
4932
|
class: 'u16',
|
|
4917
4933
|
index: 'u32'
|
|
4918
4934
|
}
|
|
@@ -4982,8 +4998,8 @@ export default {
|
|
|
4982
4998
|
},
|
|
4983
4999
|
__Unused2: 'Null',
|
|
4984
5000
|
init_members: {
|
|
4985
|
-
fellows: 'Vec<
|
|
4986
|
-
allies: 'Vec<
|
|
5001
|
+
fellows: 'Vec<PezspCoreCryptoAccountId32>',
|
|
5002
|
+
allies: 'Vec<PezspCoreCryptoAccountId32>',
|
|
4987
5003
|
},
|
|
4988
5004
|
disband: {
|
|
4989
5005
|
witness: 'PezpalletAllianceDisbandWitness',
|
|
@@ -4999,15 +5015,15 @@ export default {
|
|
|
4999
5015
|
},
|
|
5000
5016
|
join_alliance: 'Null',
|
|
5001
5017
|
nominate_ally: {
|
|
5002
|
-
who: '
|
|
5018
|
+
who: 'PezspRuntimeMultiAddress',
|
|
5003
5019
|
},
|
|
5004
5020
|
elevate_ally: {
|
|
5005
|
-
ally: '
|
|
5021
|
+
ally: 'PezspRuntimeMultiAddress',
|
|
5006
5022
|
},
|
|
5007
5023
|
give_retirement_notice: 'Null',
|
|
5008
5024
|
retire: 'Null',
|
|
5009
5025
|
kick_member: {
|
|
5010
|
-
who: '
|
|
5026
|
+
who: 'PezspRuntimeMultiAddress',
|
|
5011
5027
|
},
|
|
5012
5028
|
add_unscrupulous_items: {
|
|
5013
5029
|
items: 'Vec<PezpalletAllianceUnscrupulousItem>',
|
|
@@ -5060,7 +5076,7 @@ export default {
|
|
|
5060
5076
|
**/
|
|
5061
5077
|
PezpalletAllianceUnscrupulousItem: {
|
|
5062
5078
|
_enum: {
|
|
5063
|
-
AccountId: '
|
|
5079
|
+
AccountId: 'PezspCoreCryptoAccountId32',
|
|
5064
5080
|
Website: 'Bytes'
|
|
5065
5081
|
}
|
|
5066
5082
|
},
|
|
@@ -5078,7 +5094,7 @@ export default {
|
|
|
5078
5094
|
},
|
|
5079
5095
|
claim_payout: 'Null',
|
|
5080
5096
|
unbond: {
|
|
5081
|
-
memberAccount: '
|
|
5097
|
+
memberAccount: 'PezspRuntimeMultiAddress',
|
|
5082
5098
|
unbondingPoints: 'Compact<u128>',
|
|
5083
5099
|
},
|
|
5084
5100
|
pool_withdraw_unbonded: {
|
|
@@ -5086,25 +5102,25 @@ export default {
|
|
|
5086
5102
|
numSlashingSpans: 'u32',
|
|
5087
5103
|
},
|
|
5088
5104
|
withdraw_unbonded: {
|
|
5089
|
-
memberAccount: '
|
|
5105
|
+
memberAccount: 'PezspRuntimeMultiAddress',
|
|
5090
5106
|
numSlashingSpans: 'u32',
|
|
5091
5107
|
},
|
|
5092
5108
|
create: {
|
|
5093
5109
|
amount: 'Compact<u128>',
|
|
5094
|
-
root: '
|
|
5095
|
-
nominator: '
|
|
5096
|
-
bouncer: '
|
|
5110
|
+
root: 'PezspRuntimeMultiAddress',
|
|
5111
|
+
nominator: 'PezspRuntimeMultiAddress',
|
|
5112
|
+
bouncer: 'PezspRuntimeMultiAddress',
|
|
5097
5113
|
},
|
|
5098
5114
|
create_with_pool_id: {
|
|
5099
5115
|
amount: 'Compact<u128>',
|
|
5100
|
-
root: '
|
|
5101
|
-
nominator: '
|
|
5102
|
-
bouncer: '
|
|
5116
|
+
root: 'PezspRuntimeMultiAddress',
|
|
5117
|
+
nominator: 'PezspRuntimeMultiAddress',
|
|
5118
|
+
bouncer: 'PezspRuntimeMultiAddress',
|
|
5103
5119
|
poolId: 'u32',
|
|
5104
5120
|
},
|
|
5105
5121
|
nominate: {
|
|
5106
5122
|
poolId: 'u32',
|
|
5107
|
-
validators: 'Vec<
|
|
5123
|
+
validators: 'Vec<PezspCoreCryptoAccountId32>',
|
|
5108
5124
|
},
|
|
5109
5125
|
set_state: {
|
|
5110
5126
|
poolId: 'u32',
|
|
@@ -5132,22 +5148,22 @@ export default {
|
|
|
5132
5148
|
poolId: 'u32',
|
|
5133
5149
|
},
|
|
5134
5150
|
bond_extra_other: {
|
|
5135
|
-
member: '
|
|
5151
|
+
member: 'PezspRuntimeMultiAddress',
|
|
5136
5152
|
extra: 'PezpalletNominationPoolsBondExtra',
|
|
5137
5153
|
},
|
|
5138
5154
|
set_claim_permission: {
|
|
5139
5155
|
permission: 'PezpalletNominationPoolsClaimPermission',
|
|
5140
5156
|
},
|
|
5141
5157
|
claim_payout_other: {
|
|
5142
|
-
other: '
|
|
5158
|
+
other: 'PezspCoreCryptoAccountId32',
|
|
5143
5159
|
},
|
|
5144
5160
|
set_commission: {
|
|
5145
5161
|
poolId: 'u32',
|
|
5146
|
-
newCommission: 'Option<(
|
|
5162
|
+
newCommission: 'Option<(u32,PezspCoreCryptoAccountId32)>',
|
|
5147
5163
|
},
|
|
5148
5164
|
set_commission_max: {
|
|
5149
5165
|
poolId: 'u32',
|
|
5150
|
-
maxCommission: '
|
|
5166
|
+
maxCommission: 'u32',
|
|
5151
5167
|
},
|
|
5152
5168
|
set_commission_change_rate: {
|
|
5153
5169
|
poolId: 'u32',
|
|
@@ -5164,10 +5180,10 @@ export default {
|
|
|
5164
5180
|
permission: 'Option<PezpalletNominationPoolsCommissionClaimPermission>',
|
|
5165
5181
|
},
|
|
5166
5182
|
apply_slash: {
|
|
5167
|
-
memberAccount: '
|
|
5183
|
+
memberAccount: 'PezspRuntimeMultiAddress',
|
|
5168
5184
|
},
|
|
5169
5185
|
migrate_delegation: {
|
|
5170
|
-
memberAccount: '
|
|
5186
|
+
memberAccount: 'PezspRuntimeMultiAddress',
|
|
5171
5187
|
},
|
|
5172
5188
|
migrate_pool_to_delegate_stake: {
|
|
5173
5189
|
poolId: 'u32'
|
|
@@ -5215,7 +5231,7 @@ export default {
|
|
|
5215
5231
|
PezpalletNominationPoolsConfigOpPerbill: {
|
|
5216
5232
|
_enum: {
|
|
5217
5233
|
Noop: 'Null',
|
|
5218
|
-
Set: '
|
|
5234
|
+
Set: 'u32',
|
|
5219
5235
|
Remove: 'Null'
|
|
5220
5236
|
}
|
|
5221
5237
|
},
|
|
@@ -5225,7 +5241,7 @@ export default {
|
|
|
5225
5241
|
PezpalletNominationPoolsConfigOpAccountId32: {
|
|
5226
5242
|
_enum: {
|
|
5227
5243
|
Noop: 'Null',
|
|
5228
|
-
Set: '
|
|
5244
|
+
Set: 'PezspCoreCryptoAccountId32',
|
|
5229
5245
|
Remove: 'Null'
|
|
5230
5246
|
}
|
|
5231
5247
|
},
|
|
@@ -5239,7 +5255,7 @@ export default {
|
|
|
5239
5255
|
* Lookup418: pallet_nomination_pools::CommissionChangeRate<BlockNumber>
|
|
5240
5256
|
**/
|
|
5241
5257
|
PezpalletNominationPoolsCommissionChangeRate: {
|
|
5242
|
-
maxIncrease: '
|
|
5258
|
+
maxIncrease: 'u32',
|
|
5243
5259
|
minDelay: 'u32'
|
|
5244
5260
|
},
|
|
5245
5261
|
/**
|
|
@@ -5248,7 +5264,7 @@ export default {
|
|
|
5248
5264
|
PezpalletNominationPoolsCommissionClaimPermission: {
|
|
5249
5265
|
_enum: {
|
|
5250
5266
|
Permissionless: 'Null',
|
|
5251
|
-
Account: '
|
|
5267
|
+
Account: 'PezspCoreCryptoAccountId32'
|
|
5252
5268
|
}
|
|
5253
5269
|
},
|
|
5254
5270
|
/**
|
|
@@ -5257,16 +5273,16 @@ export default {
|
|
|
5257
5273
|
PezpalletRankedCollectiveCall: {
|
|
5258
5274
|
_enum: {
|
|
5259
5275
|
add_member: {
|
|
5260
|
-
who: '
|
|
5276
|
+
who: 'PezspRuntimeMultiAddress',
|
|
5261
5277
|
},
|
|
5262
5278
|
promote_member: {
|
|
5263
|
-
who: '
|
|
5279
|
+
who: 'PezspRuntimeMultiAddress',
|
|
5264
5280
|
},
|
|
5265
5281
|
demote_member: {
|
|
5266
|
-
who: '
|
|
5282
|
+
who: 'PezspRuntimeMultiAddress',
|
|
5267
5283
|
},
|
|
5268
5284
|
remove_member: {
|
|
5269
|
-
who: '
|
|
5285
|
+
who: 'PezspRuntimeMultiAddress',
|
|
5270
5286
|
minRank: 'u16',
|
|
5271
5287
|
},
|
|
5272
5288
|
vote: {
|
|
@@ -5278,8 +5294,8 @@ export default {
|
|
|
5278
5294
|
max: 'u32',
|
|
5279
5295
|
},
|
|
5280
5296
|
exchange_member: {
|
|
5281
|
-
who: '
|
|
5282
|
-
newWho: '
|
|
5297
|
+
who: 'PezspRuntimeMultiAddress',
|
|
5298
|
+
newWho: 'PezspRuntimeMultiAddress'
|
|
5283
5299
|
}
|
|
5284
5300
|
}
|
|
5285
5301
|
},
|
|
@@ -5299,7 +5315,7 @@ export default {
|
|
|
5299
5315
|
amount2Desired: 'u128',
|
|
5300
5316
|
amount1Min: 'u128',
|
|
5301
5317
|
amount2Min: 'u128',
|
|
5302
|
-
mintTo: '
|
|
5318
|
+
mintTo: 'PezspCoreCryptoAccountId32',
|
|
5303
5319
|
},
|
|
5304
5320
|
remove_liquidity: {
|
|
5305
5321
|
asset1: 'PezframeSupportTokensFungibleUnionOfNativeOrWithId',
|
|
@@ -5307,20 +5323,20 @@ export default {
|
|
|
5307
5323
|
lpTokenBurn: 'u128',
|
|
5308
5324
|
amount1MinReceive: 'u128',
|
|
5309
5325
|
amount2MinReceive: 'u128',
|
|
5310
|
-
withdrawTo: '
|
|
5326
|
+
withdrawTo: 'PezspCoreCryptoAccountId32',
|
|
5311
5327
|
},
|
|
5312
5328
|
swap_exact_tokens_for_tokens: {
|
|
5313
5329
|
path: 'Vec<PezframeSupportTokensFungibleUnionOfNativeOrWithId>',
|
|
5314
5330
|
amountIn: 'u128',
|
|
5315
5331
|
amountOutMin: 'u128',
|
|
5316
|
-
sendTo: '
|
|
5332
|
+
sendTo: 'PezspCoreCryptoAccountId32',
|
|
5317
5333
|
keepAlive: 'bool',
|
|
5318
5334
|
},
|
|
5319
5335
|
swap_tokens_for_exact_tokens: {
|
|
5320
5336
|
path: 'Vec<PezframeSupportTokensFungibleUnionOfNativeOrWithId>',
|
|
5321
5337
|
amountOut: 'u128',
|
|
5322
5338
|
amountInMax: 'u128',
|
|
5323
|
-
sendTo: '
|
|
5339
|
+
sendTo: 'PezspCoreCryptoAccountId32',
|
|
5324
5340
|
keepAlive: 'bool',
|
|
5325
5341
|
},
|
|
5326
5342
|
touch: {
|
|
@@ -5388,15 +5404,15 @@ export default {
|
|
|
5388
5404
|
force_extend: 'Null',
|
|
5389
5405
|
force_exit: 'Null',
|
|
5390
5406
|
force_slash_deposit: {
|
|
5391
|
-
account: '
|
|
5407
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
5392
5408
|
block: 'u32',
|
|
5393
5409
|
},
|
|
5394
5410
|
release_deposit: {
|
|
5395
|
-
account: '
|
|
5411
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
5396
5412
|
block: 'u32',
|
|
5397
5413
|
},
|
|
5398
5414
|
force_release_deposit: {
|
|
5399
|
-
account: '
|
|
5415
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
5400
5416
|
block: 'u32'
|
|
5401
5417
|
}
|
|
5402
5418
|
}
|
|
@@ -5479,7 +5495,7 @@ export default {
|
|
|
5479
5495
|
},
|
|
5480
5496
|
transfer: {
|
|
5481
5497
|
regionId: 'PezpalletBrokerRegionId',
|
|
5482
|
-
newOwner: '
|
|
5498
|
+
newOwner: 'PezspCoreCryptoAccountId32',
|
|
5483
5499
|
},
|
|
5484
5500
|
partition: {
|
|
5485
5501
|
regionId: 'PezpalletBrokerRegionId',
|
|
@@ -5496,7 +5512,7 @@ export default {
|
|
|
5496
5512
|
},
|
|
5497
5513
|
pool: {
|
|
5498
5514
|
regionId: 'PezpalletBrokerRegionId',
|
|
5499
|
-
payee: '
|
|
5515
|
+
payee: 'PezspCoreCryptoAccountId32',
|
|
5500
5516
|
finality: 'PezpalletBrokerFinality',
|
|
5501
5517
|
},
|
|
5502
5518
|
claim_revenue: {
|
|
@@ -5505,7 +5521,7 @@ export default {
|
|
|
5505
5521
|
},
|
|
5506
5522
|
purchase_credit: {
|
|
5507
5523
|
amount: 'u128',
|
|
5508
|
-
beneficiary: '
|
|
5524
|
+
beneficiary: 'PezspCoreCryptoAccountId32',
|
|
5509
5525
|
},
|
|
5510
5526
|
drop_region: {
|
|
5511
5527
|
regionId: 'PezpalletBrokerRegionId',
|
|
@@ -5635,9 +5651,9 @@ export default {
|
|
|
5635
5651
|
interludeLength: 'u32',
|
|
5636
5652
|
leadinLength: 'u32',
|
|
5637
5653
|
regionLength: 'u32',
|
|
5638
|
-
idealBulkProportion: '
|
|
5654
|
+
idealBulkProportion: 'u32',
|
|
5639
5655
|
limitCoresOffered: 'Option<u16>',
|
|
5640
|
-
renewalBump: '
|
|
5656
|
+
renewalBump: 'u32',
|
|
5641
5657
|
contributionTimeout: 'u32'
|
|
5642
5658
|
},
|
|
5643
5659
|
/**
|
|
@@ -5786,15 +5802,15 @@ export default {
|
|
|
5786
5802
|
PezpalletReferendaCurve: {
|
|
5787
5803
|
_enum: {
|
|
5788
5804
|
LinearDecreasing: {
|
|
5789
|
-
length: '
|
|
5790
|
-
floor: '
|
|
5791
|
-
ceil: '
|
|
5805
|
+
length: 'u32',
|
|
5806
|
+
floor: 'u32',
|
|
5807
|
+
ceil: 'u32',
|
|
5792
5808
|
},
|
|
5793
5809
|
SteppedDecreasing: {
|
|
5794
|
-
begin: '
|
|
5795
|
-
end: '
|
|
5796
|
-
step: '
|
|
5797
|
-
period: '
|
|
5810
|
+
begin: 'u32',
|
|
5811
|
+
end: 'u32',
|
|
5812
|
+
step: 'u32',
|
|
5813
|
+
period: 'u32',
|
|
5798
5814
|
},
|
|
5799
5815
|
Reciprocal: {
|
|
5800
5816
|
factor: 'i64',
|
|
@@ -5877,7 +5893,7 @@ export default {
|
|
|
5877
5893
|
rewardAssetId: 'PezframeSupportTokensFungibleUnionOfNativeOrWithId',
|
|
5878
5894
|
rewardRatePerBlock: 'u128',
|
|
5879
5895
|
expiry: 'PezframeSupportScheduleDispatchTime',
|
|
5880
|
-
admin: 'Option<
|
|
5896
|
+
admin: 'Option<PezspCoreCryptoAccountId32>',
|
|
5881
5897
|
},
|
|
5882
5898
|
stake: {
|
|
5883
5899
|
poolId: 'u32',
|
|
@@ -5886,11 +5902,11 @@ export default {
|
|
|
5886
5902
|
unstake: {
|
|
5887
5903
|
poolId: 'u32',
|
|
5888
5904
|
amount: 'u128',
|
|
5889
|
-
staker: 'Option<
|
|
5905
|
+
staker: 'Option<PezspCoreCryptoAccountId32>',
|
|
5890
5906
|
},
|
|
5891
5907
|
harvest_rewards: {
|
|
5892
5908
|
poolId: 'u32',
|
|
5893
|
-
staker: 'Option<
|
|
5909
|
+
staker: 'Option<PezspCoreCryptoAccountId32>',
|
|
5894
5910
|
},
|
|
5895
5911
|
set_pool_reward_rate_per_block: {
|
|
5896
5912
|
poolId: 'u32',
|
|
@@ -5898,7 +5914,7 @@ export default {
|
|
|
5898
5914
|
},
|
|
5899
5915
|
set_pool_admin: {
|
|
5900
5916
|
poolId: 'u32',
|
|
5901
|
-
newAdmin: '
|
|
5917
|
+
newAdmin: 'PezspCoreCryptoAccountId32',
|
|
5902
5918
|
},
|
|
5903
5919
|
set_pool_expiry_block: {
|
|
5904
5920
|
poolId: 'u32',
|
|
@@ -5929,7 +5945,7 @@ export default {
|
|
|
5929
5945
|
PezpalletMetaTxMetaTx: {
|
|
5930
5946
|
call: 'RuntimeCall',
|
|
5931
5947
|
extensionVersion: 'u8',
|
|
5932
|
-
extension: '(PezpalletVerifySignatureExtensionVerifySignature,PezpalletMetaTxExtensionMetaTxMarker,PezframeSystemExtensionsCheckNonZeroSender,PezframeSystemExtensionsCheckSpecVersion,PezframeSystemExtensionsCheckTxVersion,PezframeSystemExtensionsCheckGenesis,
|
|
5948
|
+
extension: '(PezpalletVerifySignatureExtensionVerifySignature,PezpalletMetaTxExtensionMetaTxMarker,PezframeSystemExtensionsCheckNonZeroSender,PezframeSystemExtensionsCheckSpecVersion,PezframeSystemExtensionsCheckTxVersion,PezframeSystemExtensionsCheckGenesis,PezframeSystemExtensionsCheckMortality,PezframeSystemExtensionsCheckNonce,PezframeMetadataHashExtensionCheckMetadataHash)'
|
|
5933
5949
|
},
|
|
5934
5950
|
/**
|
|
5935
5951
|
* Lookup483: pallet_verify_signature::extension::VerifySignature<T>
|
|
@@ -5938,7 +5954,7 @@ export default {
|
|
|
5938
5954
|
_enum: {
|
|
5939
5955
|
Signed: {
|
|
5940
5956
|
signature: 'PezspRuntimeMultiSignature',
|
|
5941
|
-
account: '
|
|
5957
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
5942
5958
|
},
|
|
5943
5959
|
Disabled: 'Null'
|
|
5944
5960
|
}
|
|
@@ -5963,6 +5979,273 @@ export default {
|
|
|
5963
5979
|
* Lookup488: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
5964
5980
|
**/
|
|
5965
5981
|
PezframeSystemExtensionsCheckGenesis: 'Null',
|
|
5982
|
+
/**
|
|
5983
|
+
* Lookup489: frame_system::extensions::check_mortality::CheckMortality<T>
|
|
5984
|
+
**/
|
|
5985
|
+
PezframeSystemExtensionsCheckMortality: 'PezspRuntimeEra',
|
|
5986
|
+
/**
|
|
5987
|
+
* Lookup490: sp_runtime::generic::era::Era
|
|
5988
|
+
**/
|
|
5989
|
+
PezspRuntimeEra: {
|
|
5990
|
+
_enum: {
|
|
5991
|
+
Immortal: 'Null',
|
|
5992
|
+
Mortal1: 'u8',
|
|
5993
|
+
Mortal2: 'u8',
|
|
5994
|
+
Mortal3: 'u8',
|
|
5995
|
+
Mortal4: 'u8',
|
|
5996
|
+
Mortal5: 'u8',
|
|
5997
|
+
Mortal6: 'u8',
|
|
5998
|
+
Mortal7: 'u8',
|
|
5999
|
+
Mortal8: 'u8',
|
|
6000
|
+
Mortal9: 'u8',
|
|
6001
|
+
Mortal10: 'u8',
|
|
6002
|
+
Mortal11: 'u8',
|
|
6003
|
+
Mortal12: 'u8',
|
|
6004
|
+
Mortal13: 'u8',
|
|
6005
|
+
Mortal14: 'u8',
|
|
6006
|
+
Mortal15: 'u8',
|
|
6007
|
+
Mortal16: 'u8',
|
|
6008
|
+
Mortal17: 'u8',
|
|
6009
|
+
Mortal18: 'u8',
|
|
6010
|
+
Mortal19: 'u8',
|
|
6011
|
+
Mortal20: 'u8',
|
|
6012
|
+
Mortal21: 'u8',
|
|
6013
|
+
Mortal22: 'u8',
|
|
6014
|
+
Mortal23: 'u8',
|
|
6015
|
+
Mortal24: 'u8',
|
|
6016
|
+
Mortal25: 'u8',
|
|
6017
|
+
Mortal26: 'u8',
|
|
6018
|
+
Mortal27: 'u8',
|
|
6019
|
+
Mortal28: 'u8',
|
|
6020
|
+
Mortal29: 'u8',
|
|
6021
|
+
Mortal30: 'u8',
|
|
6022
|
+
Mortal31: 'u8',
|
|
6023
|
+
Mortal32: 'u8',
|
|
6024
|
+
Mortal33: 'u8',
|
|
6025
|
+
Mortal34: 'u8',
|
|
6026
|
+
Mortal35: 'u8',
|
|
6027
|
+
Mortal36: 'u8',
|
|
6028
|
+
Mortal37: 'u8',
|
|
6029
|
+
Mortal38: 'u8',
|
|
6030
|
+
Mortal39: 'u8',
|
|
6031
|
+
Mortal40: 'u8',
|
|
6032
|
+
Mortal41: 'u8',
|
|
6033
|
+
Mortal42: 'u8',
|
|
6034
|
+
Mortal43: 'u8',
|
|
6035
|
+
Mortal44: 'u8',
|
|
6036
|
+
Mortal45: 'u8',
|
|
6037
|
+
Mortal46: 'u8',
|
|
6038
|
+
Mortal47: 'u8',
|
|
6039
|
+
Mortal48: 'u8',
|
|
6040
|
+
Mortal49: 'u8',
|
|
6041
|
+
Mortal50: 'u8',
|
|
6042
|
+
Mortal51: 'u8',
|
|
6043
|
+
Mortal52: 'u8',
|
|
6044
|
+
Mortal53: 'u8',
|
|
6045
|
+
Mortal54: 'u8',
|
|
6046
|
+
Mortal55: 'u8',
|
|
6047
|
+
Mortal56: 'u8',
|
|
6048
|
+
Mortal57: 'u8',
|
|
6049
|
+
Mortal58: 'u8',
|
|
6050
|
+
Mortal59: 'u8',
|
|
6051
|
+
Mortal60: 'u8',
|
|
6052
|
+
Mortal61: 'u8',
|
|
6053
|
+
Mortal62: 'u8',
|
|
6054
|
+
Mortal63: 'u8',
|
|
6055
|
+
Mortal64: 'u8',
|
|
6056
|
+
Mortal65: 'u8',
|
|
6057
|
+
Mortal66: 'u8',
|
|
6058
|
+
Mortal67: 'u8',
|
|
6059
|
+
Mortal68: 'u8',
|
|
6060
|
+
Mortal69: 'u8',
|
|
6061
|
+
Mortal70: 'u8',
|
|
6062
|
+
Mortal71: 'u8',
|
|
6063
|
+
Mortal72: 'u8',
|
|
6064
|
+
Mortal73: 'u8',
|
|
6065
|
+
Mortal74: 'u8',
|
|
6066
|
+
Mortal75: 'u8',
|
|
6067
|
+
Mortal76: 'u8',
|
|
6068
|
+
Mortal77: 'u8',
|
|
6069
|
+
Mortal78: 'u8',
|
|
6070
|
+
Mortal79: 'u8',
|
|
6071
|
+
Mortal80: 'u8',
|
|
6072
|
+
Mortal81: 'u8',
|
|
6073
|
+
Mortal82: 'u8',
|
|
6074
|
+
Mortal83: 'u8',
|
|
6075
|
+
Mortal84: 'u8',
|
|
6076
|
+
Mortal85: 'u8',
|
|
6077
|
+
Mortal86: 'u8',
|
|
6078
|
+
Mortal87: 'u8',
|
|
6079
|
+
Mortal88: 'u8',
|
|
6080
|
+
Mortal89: 'u8',
|
|
6081
|
+
Mortal90: 'u8',
|
|
6082
|
+
Mortal91: 'u8',
|
|
6083
|
+
Mortal92: 'u8',
|
|
6084
|
+
Mortal93: 'u8',
|
|
6085
|
+
Mortal94: 'u8',
|
|
6086
|
+
Mortal95: 'u8',
|
|
6087
|
+
Mortal96: 'u8',
|
|
6088
|
+
Mortal97: 'u8',
|
|
6089
|
+
Mortal98: 'u8',
|
|
6090
|
+
Mortal99: 'u8',
|
|
6091
|
+
Mortal100: 'u8',
|
|
6092
|
+
Mortal101: 'u8',
|
|
6093
|
+
Mortal102: 'u8',
|
|
6094
|
+
Mortal103: 'u8',
|
|
6095
|
+
Mortal104: 'u8',
|
|
6096
|
+
Mortal105: 'u8',
|
|
6097
|
+
Mortal106: 'u8',
|
|
6098
|
+
Mortal107: 'u8',
|
|
6099
|
+
Mortal108: 'u8',
|
|
6100
|
+
Mortal109: 'u8',
|
|
6101
|
+
Mortal110: 'u8',
|
|
6102
|
+
Mortal111: 'u8',
|
|
6103
|
+
Mortal112: 'u8',
|
|
6104
|
+
Mortal113: 'u8',
|
|
6105
|
+
Mortal114: 'u8',
|
|
6106
|
+
Mortal115: 'u8',
|
|
6107
|
+
Mortal116: 'u8',
|
|
6108
|
+
Mortal117: 'u8',
|
|
6109
|
+
Mortal118: 'u8',
|
|
6110
|
+
Mortal119: 'u8',
|
|
6111
|
+
Mortal120: 'u8',
|
|
6112
|
+
Mortal121: 'u8',
|
|
6113
|
+
Mortal122: 'u8',
|
|
6114
|
+
Mortal123: 'u8',
|
|
6115
|
+
Mortal124: 'u8',
|
|
6116
|
+
Mortal125: 'u8',
|
|
6117
|
+
Mortal126: 'u8',
|
|
6118
|
+
Mortal127: 'u8',
|
|
6119
|
+
Mortal128: 'u8',
|
|
6120
|
+
Mortal129: 'u8',
|
|
6121
|
+
Mortal130: 'u8',
|
|
6122
|
+
Mortal131: 'u8',
|
|
6123
|
+
Mortal132: 'u8',
|
|
6124
|
+
Mortal133: 'u8',
|
|
6125
|
+
Mortal134: 'u8',
|
|
6126
|
+
Mortal135: 'u8',
|
|
6127
|
+
Mortal136: 'u8',
|
|
6128
|
+
Mortal137: 'u8',
|
|
6129
|
+
Mortal138: 'u8',
|
|
6130
|
+
Mortal139: 'u8',
|
|
6131
|
+
Mortal140: 'u8',
|
|
6132
|
+
Mortal141: 'u8',
|
|
6133
|
+
Mortal142: 'u8',
|
|
6134
|
+
Mortal143: 'u8',
|
|
6135
|
+
Mortal144: 'u8',
|
|
6136
|
+
Mortal145: 'u8',
|
|
6137
|
+
Mortal146: 'u8',
|
|
6138
|
+
Mortal147: 'u8',
|
|
6139
|
+
Mortal148: 'u8',
|
|
6140
|
+
Mortal149: 'u8',
|
|
6141
|
+
Mortal150: 'u8',
|
|
6142
|
+
Mortal151: 'u8',
|
|
6143
|
+
Mortal152: 'u8',
|
|
6144
|
+
Mortal153: 'u8',
|
|
6145
|
+
Mortal154: 'u8',
|
|
6146
|
+
Mortal155: 'u8',
|
|
6147
|
+
Mortal156: 'u8',
|
|
6148
|
+
Mortal157: 'u8',
|
|
6149
|
+
Mortal158: 'u8',
|
|
6150
|
+
Mortal159: 'u8',
|
|
6151
|
+
Mortal160: 'u8',
|
|
6152
|
+
Mortal161: 'u8',
|
|
6153
|
+
Mortal162: 'u8',
|
|
6154
|
+
Mortal163: 'u8',
|
|
6155
|
+
Mortal164: 'u8',
|
|
6156
|
+
Mortal165: 'u8',
|
|
6157
|
+
Mortal166: 'u8',
|
|
6158
|
+
Mortal167: 'u8',
|
|
6159
|
+
Mortal168: 'u8',
|
|
6160
|
+
Mortal169: 'u8',
|
|
6161
|
+
Mortal170: 'u8',
|
|
6162
|
+
Mortal171: 'u8',
|
|
6163
|
+
Mortal172: 'u8',
|
|
6164
|
+
Mortal173: 'u8',
|
|
6165
|
+
Mortal174: 'u8',
|
|
6166
|
+
Mortal175: 'u8',
|
|
6167
|
+
Mortal176: 'u8',
|
|
6168
|
+
Mortal177: 'u8',
|
|
6169
|
+
Mortal178: 'u8',
|
|
6170
|
+
Mortal179: 'u8',
|
|
6171
|
+
Mortal180: 'u8',
|
|
6172
|
+
Mortal181: 'u8',
|
|
6173
|
+
Mortal182: 'u8',
|
|
6174
|
+
Mortal183: 'u8',
|
|
6175
|
+
Mortal184: 'u8',
|
|
6176
|
+
Mortal185: 'u8',
|
|
6177
|
+
Mortal186: 'u8',
|
|
6178
|
+
Mortal187: 'u8',
|
|
6179
|
+
Mortal188: 'u8',
|
|
6180
|
+
Mortal189: 'u8',
|
|
6181
|
+
Mortal190: 'u8',
|
|
6182
|
+
Mortal191: 'u8',
|
|
6183
|
+
Mortal192: 'u8',
|
|
6184
|
+
Mortal193: 'u8',
|
|
6185
|
+
Mortal194: 'u8',
|
|
6186
|
+
Mortal195: 'u8',
|
|
6187
|
+
Mortal196: 'u8',
|
|
6188
|
+
Mortal197: 'u8',
|
|
6189
|
+
Mortal198: 'u8',
|
|
6190
|
+
Mortal199: 'u8',
|
|
6191
|
+
Mortal200: 'u8',
|
|
6192
|
+
Mortal201: 'u8',
|
|
6193
|
+
Mortal202: 'u8',
|
|
6194
|
+
Mortal203: 'u8',
|
|
6195
|
+
Mortal204: 'u8',
|
|
6196
|
+
Mortal205: 'u8',
|
|
6197
|
+
Mortal206: 'u8',
|
|
6198
|
+
Mortal207: 'u8',
|
|
6199
|
+
Mortal208: 'u8',
|
|
6200
|
+
Mortal209: 'u8',
|
|
6201
|
+
Mortal210: 'u8',
|
|
6202
|
+
Mortal211: 'u8',
|
|
6203
|
+
Mortal212: 'u8',
|
|
6204
|
+
Mortal213: 'u8',
|
|
6205
|
+
Mortal214: 'u8',
|
|
6206
|
+
Mortal215: 'u8',
|
|
6207
|
+
Mortal216: 'u8',
|
|
6208
|
+
Mortal217: 'u8',
|
|
6209
|
+
Mortal218: 'u8',
|
|
6210
|
+
Mortal219: 'u8',
|
|
6211
|
+
Mortal220: 'u8',
|
|
6212
|
+
Mortal221: 'u8',
|
|
6213
|
+
Mortal222: 'u8',
|
|
6214
|
+
Mortal223: 'u8',
|
|
6215
|
+
Mortal224: 'u8',
|
|
6216
|
+
Mortal225: 'u8',
|
|
6217
|
+
Mortal226: 'u8',
|
|
6218
|
+
Mortal227: 'u8',
|
|
6219
|
+
Mortal228: 'u8',
|
|
6220
|
+
Mortal229: 'u8',
|
|
6221
|
+
Mortal230: 'u8',
|
|
6222
|
+
Mortal231: 'u8',
|
|
6223
|
+
Mortal232: 'u8',
|
|
6224
|
+
Mortal233: 'u8',
|
|
6225
|
+
Mortal234: 'u8',
|
|
6226
|
+
Mortal235: 'u8',
|
|
6227
|
+
Mortal236: 'u8',
|
|
6228
|
+
Mortal237: 'u8',
|
|
6229
|
+
Mortal238: 'u8',
|
|
6230
|
+
Mortal239: 'u8',
|
|
6231
|
+
Mortal240: 'u8',
|
|
6232
|
+
Mortal241: 'u8',
|
|
6233
|
+
Mortal242: 'u8',
|
|
6234
|
+
Mortal243: 'u8',
|
|
6235
|
+
Mortal244: 'u8',
|
|
6236
|
+
Mortal245: 'u8',
|
|
6237
|
+
Mortal246: 'u8',
|
|
6238
|
+
Mortal247: 'u8',
|
|
6239
|
+
Mortal248: 'u8',
|
|
6240
|
+
Mortal249: 'u8',
|
|
6241
|
+
Mortal250: 'u8',
|
|
6242
|
+
Mortal251: 'u8',
|
|
6243
|
+
Mortal252: 'u8',
|
|
6244
|
+
Mortal253: 'u8',
|
|
6245
|
+
Mortal254: 'u8',
|
|
6246
|
+
Mortal255: 'u8'
|
|
6247
|
+
}
|
|
6248
|
+
},
|
|
5966
6249
|
/**
|
|
5967
6250
|
* Lookup491: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
5968
6251
|
**/
|
|
@@ -5997,7 +6280,7 @@ export default {
|
|
|
5997
6280
|
PezpalletRemarkEvent: {
|
|
5998
6281
|
_enum: {
|
|
5999
6282
|
Stored: {
|
|
6000
|
-
sender: '
|
|
6283
|
+
sender: 'PezspCoreCryptoAccountId32',
|
|
6001
6284
|
contentHash: 'H256'
|
|
6002
6285
|
}
|
|
6003
6286
|
}
|
|
@@ -6013,18 +6296,18 @@ export default {
|
|
|
6013
6296
|
**/
|
|
6014
6297
|
PezpalletConvictionVotingEvent: {
|
|
6015
6298
|
_enum: {
|
|
6016
|
-
Delegated: '(
|
|
6017
|
-
Undelegated: '
|
|
6299
|
+
Delegated: '(PezspCoreCryptoAccountId32,PezspCoreCryptoAccountId32)',
|
|
6300
|
+
Undelegated: 'PezspCoreCryptoAccountId32',
|
|
6018
6301
|
Voted: {
|
|
6019
|
-
who: '
|
|
6302
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
6020
6303
|
vote: 'PezpalletConvictionVotingVoteAccountVote',
|
|
6021
6304
|
},
|
|
6022
6305
|
VoteRemoved: {
|
|
6023
|
-
who: '
|
|
6306
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
6024
6307
|
vote: 'PezpalletConvictionVotingVoteAccountVote',
|
|
6025
6308
|
},
|
|
6026
6309
|
VoteUnlocked: {
|
|
6027
|
-
who: '
|
|
6310
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
6028
6311
|
class: 'u16'
|
|
6029
6312
|
}
|
|
6030
6313
|
}
|
|
@@ -6075,26 +6358,26 @@ export default {
|
|
|
6075
6358
|
announcement: 'PezpalletAllianceCid',
|
|
6076
6359
|
},
|
|
6077
6360
|
MembersInitialized: {
|
|
6078
|
-
fellows: 'Vec<
|
|
6079
|
-
allies: 'Vec<
|
|
6361
|
+
fellows: 'Vec<PezspCoreCryptoAccountId32>',
|
|
6362
|
+
allies: 'Vec<PezspCoreCryptoAccountId32>',
|
|
6080
6363
|
},
|
|
6081
6364
|
NewAllyJoined: {
|
|
6082
|
-
ally: '
|
|
6083
|
-
nominator: 'Option<
|
|
6365
|
+
ally: 'PezspCoreCryptoAccountId32',
|
|
6366
|
+
nominator: 'Option<PezspCoreCryptoAccountId32>',
|
|
6084
6367
|
reserved: 'Option<u128>',
|
|
6085
6368
|
},
|
|
6086
6369
|
AllyElevated: {
|
|
6087
|
-
ally: '
|
|
6370
|
+
ally: 'PezspCoreCryptoAccountId32',
|
|
6088
6371
|
},
|
|
6089
6372
|
MemberRetirementPeriodStarted: {
|
|
6090
|
-
member: '
|
|
6373
|
+
member: 'PezspCoreCryptoAccountId32',
|
|
6091
6374
|
},
|
|
6092
6375
|
MemberRetired: {
|
|
6093
|
-
member: '
|
|
6376
|
+
member: 'PezspCoreCryptoAccountId32',
|
|
6094
6377
|
unreserved: 'Option<u128>',
|
|
6095
6378
|
},
|
|
6096
6379
|
MemberKicked: {
|
|
6097
|
-
member: '
|
|
6380
|
+
member: 'PezspCoreCryptoAccountId32',
|
|
6098
6381
|
slashed: 'Option<u128>',
|
|
6099
6382
|
},
|
|
6100
6383
|
UnscrupulousItemAdded: {
|
|
@@ -6109,7 +6392,7 @@ export default {
|
|
|
6109
6392
|
unreserved: 'u32',
|
|
6110
6393
|
},
|
|
6111
6394
|
FellowAbdicated: {
|
|
6112
|
-
fellow: '
|
|
6395
|
+
fellow: 'PezspCoreCryptoAccountId32'
|
|
6113
6396
|
}
|
|
6114
6397
|
}
|
|
6115
6398
|
},
|
|
@@ -6119,29 +6402,29 @@ export default {
|
|
|
6119
6402
|
PezpalletNominationPoolsEvent: {
|
|
6120
6403
|
_enum: {
|
|
6121
6404
|
Created: {
|
|
6122
|
-
depositor: '
|
|
6405
|
+
depositor: 'PezspCoreCryptoAccountId32',
|
|
6123
6406
|
poolId: 'u32',
|
|
6124
6407
|
},
|
|
6125
6408
|
Bonded: {
|
|
6126
|
-
member: '
|
|
6409
|
+
member: 'PezspCoreCryptoAccountId32',
|
|
6127
6410
|
poolId: 'u32',
|
|
6128
6411
|
bonded: 'u128',
|
|
6129
6412
|
joined: 'bool',
|
|
6130
6413
|
},
|
|
6131
6414
|
PaidOut: {
|
|
6132
|
-
member: '
|
|
6415
|
+
member: 'PezspCoreCryptoAccountId32',
|
|
6133
6416
|
poolId: 'u32',
|
|
6134
6417
|
payout: 'u128',
|
|
6135
6418
|
},
|
|
6136
6419
|
Unbonded: {
|
|
6137
|
-
member: '
|
|
6420
|
+
member: 'PezspCoreCryptoAccountId32',
|
|
6138
6421
|
poolId: 'u32',
|
|
6139
6422
|
balance: 'u128',
|
|
6140
6423
|
points: 'u128',
|
|
6141
6424
|
era: 'u32',
|
|
6142
6425
|
},
|
|
6143
6426
|
Withdrawn: {
|
|
6144
|
-
member: '
|
|
6427
|
+
member: 'PezspCoreCryptoAccountId32',
|
|
6145
6428
|
poolId: 'u32',
|
|
6146
6429
|
balance: 'u128',
|
|
6147
6430
|
points: 'u128',
|
|
@@ -6155,13 +6438,13 @@ export default {
|
|
|
6155
6438
|
},
|
|
6156
6439
|
MemberRemoved: {
|
|
6157
6440
|
poolId: 'u32',
|
|
6158
|
-
member: '
|
|
6441
|
+
member: 'PezspCoreCryptoAccountId32',
|
|
6159
6442
|
releasedBalance: 'u128',
|
|
6160
6443
|
},
|
|
6161
6444
|
RolesUpdated: {
|
|
6162
|
-
root: 'Option<
|
|
6163
|
-
bouncer: 'Option<
|
|
6164
|
-
nominator: 'Option<
|
|
6445
|
+
root: 'Option<PezspCoreCryptoAccountId32>',
|
|
6446
|
+
bouncer: 'Option<PezspCoreCryptoAccountId32>',
|
|
6447
|
+
nominator: 'Option<PezspCoreCryptoAccountId32>',
|
|
6165
6448
|
},
|
|
6166
6449
|
PoolSlashed: {
|
|
6167
6450
|
poolId: 'u32',
|
|
@@ -6174,11 +6457,11 @@ export default {
|
|
|
6174
6457
|
},
|
|
6175
6458
|
PoolCommissionUpdated: {
|
|
6176
6459
|
poolId: 'u32',
|
|
6177
|
-
current: 'Option<(
|
|
6460
|
+
current: 'Option<(u32,PezspCoreCryptoAccountId32)>',
|
|
6178
6461
|
},
|
|
6179
6462
|
PoolMaxCommissionUpdated: {
|
|
6180
6463
|
poolId: 'u32',
|
|
6181
|
-
maxCommission: '
|
|
6464
|
+
maxCommission: 'u32',
|
|
6182
6465
|
},
|
|
6183
6466
|
PoolCommissionChangeRateUpdated: {
|
|
6184
6467
|
poolId: 'u32',
|
|
@@ -6201,20 +6484,20 @@ export default {
|
|
|
6201
6484
|
amount: 'u128',
|
|
6202
6485
|
},
|
|
6203
6486
|
MemberClaimPermissionUpdated: {
|
|
6204
|
-
member: '
|
|
6487
|
+
member: 'PezspCoreCryptoAccountId32',
|
|
6205
6488
|
permission: 'PezpalletNominationPoolsClaimPermission',
|
|
6206
6489
|
},
|
|
6207
6490
|
MetadataUpdated: {
|
|
6208
6491
|
poolId: 'u32',
|
|
6209
|
-
caller: '
|
|
6492
|
+
caller: 'PezspCoreCryptoAccountId32',
|
|
6210
6493
|
},
|
|
6211
6494
|
PoolNominationMade: {
|
|
6212
6495
|
poolId: 'u32',
|
|
6213
|
-
caller: '
|
|
6496
|
+
caller: 'PezspCoreCryptoAccountId32',
|
|
6214
6497
|
},
|
|
6215
6498
|
PoolNominatorChilled: {
|
|
6216
6499
|
poolId: 'u32',
|
|
6217
|
-
caller: '
|
|
6500
|
+
caller: 'PezspCoreCryptoAccountId32',
|
|
6218
6501
|
},
|
|
6219
6502
|
GlobalParamsUpdated: {
|
|
6220
6503
|
minJoinBond: 'u128',
|
|
@@ -6222,7 +6505,7 @@ export default {
|
|
|
6222
6505
|
maxPools: 'Option<u32>',
|
|
6223
6506
|
maxMembers: 'Option<u32>',
|
|
6224
6507
|
maxMembersPerPool: 'Option<u32>',
|
|
6225
|
-
globalMaxCommission: 'Option<
|
|
6508
|
+
globalMaxCommission: 'Option<u32>'
|
|
6226
6509
|
}
|
|
6227
6510
|
}
|
|
6228
6511
|
},
|
|
@@ -6240,25 +6523,25 @@ export default {
|
|
|
6240
6523
|
PezpalletRankedCollectiveEvent: {
|
|
6241
6524
|
_enum: {
|
|
6242
6525
|
MemberAdded: {
|
|
6243
|
-
who: '
|
|
6526
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
6244
6527
|
},
|
|
6245
6528
|
RankChanged: {
|
|
6246
|
-
who: '
|
|
6529
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
6247
6530
|
rank: 'u16',
|
|
6248
6531
|
},
|
|
6249
6532
|
MemberRemoved: {
|
|
6250
|
-
who: '
|
|
6533
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
6251
6534
|
rank: 'u16',
|
|
6252
6535
|
},
|
|
6253
6536
|
Voted: {
|
|
6254
|
-
who: '
|
|
6537
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
6255
6538
|
poll: 'u32',
|
|
6256
6539
|
vote: 'PezpalletRankedCollectiveVoteRecord',
|
|
6257
6540
|
tally: 'PezpalletRankedCollectiveTally',
|
|
6258
6541
|
},
|
|
6259
6542
|
MemberExchanged: {
|
|
6260
|
-
who: '
|
|
6261
|
-
newWho: '
|
|
6543
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
6544
|
+
newWho: 'PezspCoreCryptoAccountId32'
|
|
6262
6545
|
}
|
|
6263
6546
|
}
|
|
6264
6547
|
},
|
|
@@ -6277,14 +6560,14 @@ export default {
|
|
|
6277
6560
|
PezpalletAssetConversionEvent: {
|
|
6278
6561
|
_enum: {
|
|
6279
6562
|
PoolCreated: {
|
|
6280
|
-
creator: '
|
|
6563
|
+
creator: 'PezspCoreCryptoAccountId32',
|
|
6281
6564
|
poolId: '(PezframeSupportTokensFungibleUnionOfNativeOrWithId,PezframeSupportTokensFungibleUnionOfNativeOrWithId)',
|
|
6282
|
-
poolAccount: '
|
|
6565
|
+
poolAccount: 'PezspCoreCryptoAccountId32',
|
|
6283
6566
|
lpToken: 'u32',
|
|
6284
6567
|
},
|
|
6285
6568
|
LiquidityAdded: {
|
|
6286
|
-
who: '
|
|
6287
|
-
mintTo: '
|
|
6569
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
6570
|
+
mintTo: 'PezspCoreCryptoAccountId32',
|
|
6288
6571
|
poolId: '(PezframeSupportTokensFungibleUnionOfNativeOrWithId,PezframeSupportTokensFungibleUnionOfNativeOrWithId)',
|
|
6289
6572
|
amount1Provided: 'u128',
|
|
6290
6573
|
amount2Provided: 'u128',
|
|
@@ -6292,18 +6575,18 @@ export default {
|
|
|
6292
6575
|
lpTokenMinted: 'u128',
|
|
6293
6576
|
},
|
|
6294
6577
|
LiquidityRemoved: {
|
|
6295
|
-
who: '
|
|
6296
|
-
withdrawTo: '
|
|
6578
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
6579
|
+
withdrawTo: 'PezspCoreCryptoAccountId32',
|
|
6297
6580
|
poolId: '(PezframeSupportTokensFungibleUnionOfNativeOrWithId,PezframeSupportTokensFungibleUnionOfNativeOrWithId)',
|
|
6298
6581
|
amount1: 'u128',
|
|
6299
6582
|
amount2: 'u128',
|
|
6300
6583
|
lpToken: 'u32',
|
|
6301
6584
|
lpTokenBurned: 'u128',
|
|
6302
|
-
withdrawalFee: '
|
|
6585
|
+
withdrawalFee: 'u32',
|
|
6303
6586
|
},
|
|
6304
6587
|
SwapExecuted: {
|
|
6305
|
-
who: '
|
|
6306
|
-
sendTo: '
|
|
6588
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
6589
|
+
sendTo: 'PezspCoreCryptoAccountId32',
|
|
6307
6590
|
amountIn: 'u128',
|
|
6308
6591
|
amountOut: 'u128',
|
|
6309
6592
|
path: 'Vec<(PezframeSupportTokensFungibleUnionOfNativeOrWithId,u128)>',
|
|
@@ -6315,7 +6598,7 @@ export default {
|
|
|
6315
6598
|
},
|
|
6316
6599
|
Touched: {
|
|
6317
6600
|
poolId: '(PezframeSupportTokensFungibleUnionOfNativeOrWithId,PezframeSupportTokensFungibleUnionOfNativeOrWithId)',
|
|
6318
|
-
who: '
|
|
6601
|
+
who: 'PezspCoreCryptoAccountId32'
|
|
6319
6602
|
}
|
|
6320
6603
|
}
|
|
6321
6604
|
},
|
|
@@ -6325,11 +6608,11 @@ export default {
|
|
|
6325
6608
|
PezpalletFastUnstakeEvent: {
|
|
6326
6609
|
_enum: {
|
|
6327
6610
|
Unstaked: {
|
|
6328
|
-
stash: '
|
|
6611
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
6329
6612
|
result: 'Result<Null, PezspRuntimeDispatchError>',
|
|
6330
6613
|
},
|
|
6331
6614
|
Slashed: {
|
|
6332
|
-
stash: '
|
|
6615
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
6333
6616
|
amount: 'u128',
|
|
6334
6617
|
},
|
|
6335
6618
|
BatchChecked: {
|
|
@@ -6419,15 +6702,15 @@ export default {
|
|
|
6419
6702
|
reason: 'PezpalletSafeModeExitReason',
|
|
6420
6703
|
},
|
|
6421
6704
|
DepositPlaced: {
|
|
6422
|
-
account: '
|
|
6705
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
6423
6706
|
amount: 'u128',
|
|
6424
6707
|
},
|
|
6425
6708
|
DepositReleased: {
|
|
6426
|
-
account: '
|
|
6709
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
6427
6710
|
amount: 'u128',
|
|
6428
6711
|
},
|
|
6429
6712
|
DepositSlashed: {
|
|
6430
|
-
account: '
|
|
6713
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
6431
6714
|
amount: 'u128',
|
|
6432
6715
|
},
|
|
6433
6716
|
CannotDeposit: 'Null',
|
|
@@ -6446,7 +6729,7 @@ export default {
|
|
|
6446
6729
|
PezpalletStatementEvent: {
|
|
6447
6730
|
_enum: {
|
|
6448
6731
|
NewStatement: {
|
|
6449
|
-
account: '
|
|
6732
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
6450
6733
|
statement: 'PezspStatementStoreStatement'
|
|
6451
6734
|
}
|
|
6452
6735
|
}
|
|
@@ -6523,7 +6806,7 @@ export default {
|
|
|
6523
6806
|
PezpalletBrokerEvent: {
|
|
6524
6807
|
_enum: {
|
|
6525
6808
|
Purchased: {
|
|
6526
|
-
who: '
|
|
6809
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
6527
6810
|
regionId: 'PezpalletBrokerRegionId',
|
|
6528
6811
|
price: 'u128',
|
|
6529
6812
|
duration: 'u32',
|
|
@@ -6535,7 +6818,7 @@ export default {
|
|
|
6535
6818
|
workload: 'Vec<PezpalletBrokerScheduleItem>',
|
|
6536
6819
|
},
|
|
6537
6820
|
Renewed: {
|
|
6538
|
-
who: '
|
|
6821
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
6539
6822
|
price: 'u128',
|
|
6540
6823
|
oldCore: 'u16',
|
|
6541
6824
|
core: 'u16',
|
|
@@ -6546,8 +6829,8 @@ export default {
|
|
|
6546
6829
|
Transferred: {
|
|
6547
6830
|
regionId: 'PezpalletBrokerRegionId',
|
|
6548
6831
|
duration: 'u32',
|
|
6549
|
-
oldOwner: 'Option<
|
|
6550
|
-
owner: 'Option<
|
|
6832
|
+
oldOwner: 'Option<PezspCoreCryptoAccountId32>',
|
|
6833
|
+
owner: 'Option<PezspCoreCryptoAccountId32>',
|
|
6551
6834
|
},
|
|
6552
6835
|
Partitioned: {
|
|
6553
6836
|
oldRegionId: 'PezpalletBrokerRegionId',
|
|
@@ -6617,13 +6900,13 @@ export default {
|
|
|
6617
6900
|
amount: 'u128',
|
|
6618
6901
|
},
|
|
6619
6902
|
RevenueClaimPaid: {
|
|
6620
|
-
who: '
|
|
6903
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
6621
6904
|
amount: 'u128',
|
|
6622
6905
|
next: 'Option<PezpalletBrokerRegionId>',
|
|
6623
6906
|
},
|
|
6624
6907
|
CreditPurchased: {
|
|
6625
|
-
who: '
|
|
6626
|
-
beneficiary: '
|
|
6908
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
6909
|
+
beneficiary: 'PezspCoreCryptoAccountId32',
|
|
6627
6910
|
amount: 'u128',
|
|
6628
6911
|
},
|
|
6629
6912
|
RegionDropped: {
|
|
@@ -6670,7 +6953,7 @@ export default {
|
|
|
6670
6953
|
},
|
|
6671
6954
|
AutoRenewalFailed: {
|
|
6672
6955
|
core: 'u16',
|
|
6673
|
-
payer: 'Option<
|
|
6956
|
+
payer: 'Option<PezspCoreCryptoAccountId32>',
|
|
6674
6957
|
},
|
|
6675
6958
|
AutoRenewalLimitReached: 'Null'
|
|
6676
6959
|
}
|
|
@@ -6752,8 +7035,8 @@ export default {
|
|
|
6752
7035
|
_enum: {
|
|
6753
7036
|
MigratedToNewAccount: {
|
|
6754
7037
|
poolId: '(PezframeSupportTokensFungibleUnionOfNativeOrWithId,PezframeSupportTokensFungibleUnionOfNativeOrWithId)',
|
|
6755
|
-
priorAccount: '
|
|
6756
|
-
newAccount: '
|
|
7038
|
+
priorAccount: 'PezspCoreCryptoAccountId32',
|
|
7039
|
+
newAccount: 'PezspCoreCryptoAccountId32'
|
|
6757
7040
|
}
|
|
6758
7041
|
}
|
|
6759
7042
|
},
|
|
@@ -6775,23 +7058,23 @@ export default {
|
|
|
6775
7058
|
PezpalletDelegatedStakingEvent: {
|
|
6776
7059
|
_enum: {
|
|
6777
7060
|
Delegated: {
|
|
6778
|
-
agent: '
|
|
6779
|
-
delegator: '
|
|
7061
|
+
agent: 'PezspCoreCryptoAccountId32',
|
|
7062
|
+
delegator: 'PezspCoreCryptoAccountId32',
|
|
6780
7063
|
amount: 'u128',
|
|
6781
7064
|
},
|
|
6782
7065
|
Released: {
|
|
6783
|
-
agent: '
|
|
6784
|
-
delegator: '
|
|
7066
|
+
agent: 'PezspCoreCryptoAccountId32',
|
|
7067
|
+
delegator: 'PezspCoreCryptoAccountId32',
|
|
6785
7068
|
amount: 'u128',
|
|
6786
7069
|
},
|
|
6787
7070
|
Slashed: {
|
|
6788
|
-
agent: '
|
|
6789
|
-
delegator: '
|
|
7071
|
+
agent: 'PezspCoreCryptoAccountId32',
|
|
7072
|
+
delegator: 'PezspCoreCryptoAccountId32',
|
|
6790
7073
|
amount: 'u128',
|
|
6791
7074
|
},
|
|
6792
7075
|
MigratedDelegation: {
|
|
6793
|
-
agent: '
|
|
6794
|
-
delegator: '
|
|
7076
|
+
agent: 'PezspCoreCryptoAccountId32',
|
|
7077
|
+
delegator: 'PezspCoreCryptoAccountId32',
|
|
6795
7078
|
amount: 'u128'
|
|
6796
7079
|
}
|
|
6797
7080
|
}
|
|
@@ -6802,30 +7085,30 @@ export default {
|
|
|
6802
7085
|
PezpalletAssetRewardsEvent: {
|
|
6803
7086
|
_enum: {
|
|
6804
7087
|
Staked: {
|
|
6805
|
-
staker: '
|
|
7088
|
+
staker: 'PezspCoreCryptoAccountId32',
|
|
6806
7089
|
poolId: 'u32',
|
|
6807
7090
|
amount: 'u128',
|
|
6808
7091
|
},
|
|
6809
7092
|
Unstaked: {
|
|
6810
|
-
caller: '
|
|
6811
|
-
staker: '
|
|
7093
|
+
caller: 'PezspCoreCryptoAccountId32',
|
|
7094
|
+
staker: 'PezspCoreCryptoAccountId32',
|
|
6812
7095
|
poolId: 'u32',
|
|
6813
7096
|
amount: 'u128',
|
|
6814
7097
|
},
|
|
6815
7098
|
RewardsHarvested: {
|
|
6816
|
-
caller: '
|
|
6817
|
-
staker: '
|
|
7099
|
+
caller: 'PezspCoreCryptoAccountId32',
|
|
7100
|
+
staker: 'PezspCoreCryptoAccountId32',
|
|
6818
7101
|
poolId: 'u32',
|
|
6819
7102
|
amount: 'u128',
|
|
6820
7103
|
},
|
|
6821
7104
|
PoolCreated: {
|
|
6822
|
-
creator: '
|
|
7105
|
+
creator: 'PezspCoreCryptoAccountId32',
|
|
6823
7106
|
poolId: 'u32',
|
|
6824
7107
|
stakedAssetId: 'PezframeSupportTokensFungibleUnionOfNativeOrWithId',
|
|
6825
7108
|
rewardAssetId: 'PezframeSupportTokensFungibleUnionOfNativeOrWithId',
|
|
6826
7109
|
rewardRatePerBlock: 'u128',
|
|
6827
7110
|
expiryBlock: 'u32',
|
|
6828
|
-
admin: '
|
|
7111
|
+
admin: 'PezspCoreCryptoAccountId32',
|
|
6829
7112
|
},
|
|
6830
7113
|
PoolRewardRateModified: {
|
|
6831
7114
|
poolId: 'u32',
|
|
@@ -6833,7 +7116,7 @@ export default {
|
|
|
6833
7116
|
},
|
|
6834
7117
|
PoolAdminModified: {
|
|
6835
7118
|
poolId: 'u32',
|
|
6836
|
-
newAdmin: '
|
|
7119
|
+
newAdmin: 'PezspCoreCryptoAccountId32',
|
|
6837
7120
|
},
|
|
6838
7121
|
PoolExpiryBlockModified: {
|
|
6839
7122
|
poolId: 'u32',
|
|
@@ -6850,12 +7133,12 @@ export default {
|
|
|
6850
7133
|
PezpalletAssetsFreezerEvent: {
|
|
6851
7134
|
_enum: {
|
|
6852
7135
|
Frozen: {
|
|
6853
|
-
who: '
|
|
7136
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
6854
7137
|
assetId: 'u32',
|
|
6855
7138
|
amount: 'u128',
|
|
6856
7139
|
},
|
|
6857
7140
|
Thawed: {
|
|
6858
|
-
who: '
|
|
7141
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
6859
7142
|
assetId: 'u32',
|
|
6860
7143
|
amount: 'u128'
|
|
6861
7144
|
}
|
|
@@ -7343,7 +7626,7 @@ export default {
|
|
|
7343
7626
|
* Lookup619: pallet_election_provider_multi_phase::ReadySolution<AccountId, MaxWinners>
|
|
7344
7627
|
**/
|
|
7345
7628
|
PezpalletElectionProviderMultiPhaseReadySolution: {
|
|
7346
|
-
supports: 'Vec<(
|
|
7629
|
+
supports: 'Vec<(PezspCoreCryptoAccountId32,PezspNposElectionsSupport)>',
|
|
7347
7630
|
score: 'PezspNposElectionsElectionScore',
|
|
7348
7631
|
compute: 'PezpalletElectionProviderMultiPhaseElectionCompute'
|
|
7349
7632
|
},
|
|
@@ -7351,14 +7634,14 @@ export default {
|
|
|
7351
7634
|
* Lookup621: pallet_election_provider_multi_phase::RoundSnapshot<sp_core::crypto::AccountId32, VoterType>
|
|
7352
7635
|
**/
|
|
7353
7636
|
PezpalletElectionProviderMultiPhaseRoundSnapshot: {
|
|
7354
|
-
voters: 'Vec<(
|
|
7355
|
-
targets: 'Vec<
|
|
7637
|
+
voters: 'Vec<(PezspCoreCryptoAccountId32,u64,Vec<PezspCoreCryptoAccountId32>)>',
|
|
7638
|
+
targets: 'Vec<PezspCoreCryptoAccountId32>'
|
|
7356
7639
|
},
|
|
7357
7640
|
/**
|
|
7358
7641
|
* Lookup628: pallet_election_provider_multi_phase::signed::SignedSubmission<sp_core::crypto::AccountId32, Balance, kitchensink_runtime::NposSolution16>
|
|
7359
7642
|
**/
|
|
7360
7643
|
PezpalletElectionProviderMultiPhaseSignedSignedSubmission: {
|
|
7361
|
-
who: '
|
|
7644
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
7362
7645
|
deposit: 'u128',
|
|
7363
7646
|
rawSolution: 'PezpalletElectionProviderMultiPhaseRawSolution',
|
|
7364
7647
|
callFee: 'u128'
|
|
@@ -7373,7 +7656,7 @@ export default {
|
|
|
7373
7656
|
* Lookup630: pallet_staking::StakingLedger<T>
|
|
7374
7657
|
**/
|
|
7375
7658
|
PezpalletStakingStakingLedger: {
|
|
7376
|
-
stash: '
|
|
7659
|
+
stash: 'PezspCoreCryptoAccountId32',
|
|
7377
7660
|
total: 'Compact<u128>',
|
|
7378
7661
|
active: 'Compact<u128>',
|
|
7379
7662
|
unlocking: 'Vec<PezpalletStakingUnlockChunk>',
|
|
@@ -7383,7 +7666,7 @@ export default {
|
|
|
7383
7666
|
* Lookup632: pallet_staking::Nominations<T>
|
|
7384
7667
|
**/
|
|
7385
7668
|
PezpalletStakingNominations: {
|
|
7386
|
-
targets: 'Vec<
|
|
7669
|
+
targets: 'Vec<PezspCoreCryptoAccountId32>',
|
|
7387
7670
|
submittedIn: 'u32',
|
|
7388
7671
|
suppressed: 'bool'
|
|
7389
7672
|
},
|
|
@@ -7406,7 +7689,7 @@ export default {
|
|
|
7406
7689
|
* Lookup638: sp_staking::IndividualExposure<sp_core::crypto::AccountId32, Balance>
|
|
7407
7690
|
**/
|
|
7408
7691
|
PezspStakingIndividualExposure: {
|
|
7409
|
-
who: '
|
|
7692
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
7410
7693
|
value: 'Compact<u128>'
|
|
7411
7694
|
},
|
|
7412
7695
|
/**
|
|
@@ -7430,16 +7713,16 @@ export default {
|
|
|
7430
7713
|
**/
|
|
7431
7714
|
PezpalletStakingEraRewardPoints: {
|
|
7432
7715
|
total: 'u32',
|
|
7433
|
-
individual: 'BTreeMap<
|
|
7716
|
+
individual: 'BTreeMap<PezspCoreCryptoAccountId32, u32>'
|
|
7434
7717
|
},
|
|
7435
7718
|
/**
|
|
7436
7719
|
* Lookup647: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
|
|
7437
7720
|
**/
|
|
7438
7721
|
PezpalletStakingUnappliedSlash: {
|
|
7439
|
-
validator: '
|
|
7722
|
+
validator: 'PezspCoreCryptoAccountId32',
|
|
7440
7723
|
own: 'u128',
|
|
7441
|
-
others: 'Vec<(
|
|
7442
|
-
reporters: 'Vec<
|
|
7724
|
+
others: 'Vec<(PezspCoreCryptoAccountId32,u128)>',
|
|
7725
|
+
reporters: 'Vec<PezspCoreCryptoAccountId32>',
|
|
7443
7726
|
payout: 'u128'
|
|
7444
7727
|
},
|
|
7445
7728
|
/**
|
|
@@ -7516,7 +7799,7 @@ export default {
|
|
|
7516
7799
|
},
|
|
7517
7800
|
Delegating: {
|
|
7518
7801
|
balance: 'u128',
|
|
7519
|
-
target: '
|
|
7802
|
+
target: 'PezspCoreCryptoAccountId32',
|
|
7520
7803
|
conviction: 'PezpalletDemocracyConviction',
|
|
7521
7804
|
delegations: 'PezpalletDemocracyDelegations',
|
|
7522
7805
|
prior: 'PezpalletDemocracyVotePriorLock'
|
|
@@ -7546,8 +7829,8 @@ export default {
|
|
|
7546
7829
|
PezpalletCollectiveVotes: {
|
|
7547
7830
|
index: 'u32',
|
|
7548
7831
|
threshold: 'u32',
|
|
7549
|
-
ayes: 'Vec<
|
|
7550
|
-
nays: 'Vec<
|
|
7832
|
+
ayes: 'Vec<PezspCoreCryptoAccountId32>',
|
|
7833
|
+
nays: 'Vec<PezspCoreCryptoAccountId32>',
|
|
7551
7834
|
end: 'u32'
|
|
7552
7835
|
},
|
|
7553
7836
|
/**
|
|
@@ -7560,7 +7843,7 @@ export default {
|
|
|
7560
7843
|
* Lookup685: pallet_elections_phragmen::SeatHolder<sp_core::crypto::AccountId32, Balance>
|
|
7561
7844
|
**/
|
|
7562
7845
|
PezpalletElectionsPhragmenSeatHolder: {
|
|
7563
|
-
who: '
|
|
7846
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
7564
7847
|
stake: 'u128',
|
|
7565
7848
|
deposit: 'u128'
|
|
7566
7849
|
},
|
|
@@ -7568,7 +7851,7 @@ export default {
|
|
|
7568
7851
|
* Lookup686: pallet_elections_phragmen::Voter<sp_core::crypto::AccountId32, Balance>
|
|
7569
7852
|
**/
|
|
7570
7853
|
PezpalletElectionsPhragmenVoter: {
|
|
7571
|
-
votes: 'Vec<
|
|
7854
|
+
votes: 'Vec<PezspCoreCryptoAccountId32>',
|
|
7572
7855
|
stake: 'u128',
|
|
7573
7856
|
deposit: 'u128'
|
|
7574
7857
|
},
|
|
@@ -7620,9 +7903,9 @@ export default {
|
|
|
7620
7903
|
* Lookup694: pallet_treasury::Proposal<sp_core::crypto::AccountId32, Balance>
|
|
7621
7904
|
**/
|
|
7622
7905
|
PezpalletTreasuryProposal: {
|
|
7623
|
-
proposer: '
|
|
7906
|
+
proposer: 'PezspCoreCryptoAccountId32',
|
|
7624
7907
|
value: 'u128',
|
|
7625
|
-
beneficiary: '
|
|
7908
|
+
beneficiary: 'PezspCoreCryptoAccountId32',
|
|
7626
7909
|
bond: 'u128'
|
|
7627
7910
|
},
|
|
7628
7911
|
/**
|
|
@@ -7631,7 +7914,7 @@ export default {
|
|
|
7631
7914
|
PezpalletTreasurySpendStatus: {
|
|
7632
7915
|
assetKind: 'PezframeSupportTokensFungibleUnionOfNativeOrWithId',
|
|
7633
7916
|
amount: 'u128',
|
|
7634
|
-
beneficiary: '
|
|
7917
|
+
beneficiary: 'PezspCoreCryptoAccountId32',
|
|
7635
7918
|
validFrom: 'u32',
|
|
7636
7919
|
expireAt: 'u32',
|
|
7637
7920
|
status: 'PezpalletTreasuryPaymentState'
|
|
@@ -7668,7 +7951,7 @@ export default {
|
|
|
7668
7951
|
* Lookup702: pallet_contracts::wasm::CodeInfo<T>
|
|
7669
7952
|
**/
|
|
7670
7953
|
PezpalletContractsWasmCodeInfo: {
|
|
7671
|
-
owner: '
|
|
7954
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
7672
7955
|
deposit: 'Compact<u128>',
|
|
7673
7956
|
refcount: 'Compact<u64>',
|
|
7674
7957
|
determinism: 'PezpalletContractsWasmDeterminism',
|
|
@@ -7779,8 +8062,8 @@ export default {
|
|
|
7779
8062
|
* Lookup728: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
|
|
7780
8063
|
**/
|
|
7781
8064
|
PezspStakingOffenceOffenceDetails: {
|
|
7782
|
-
offender: '(
|
|
7783
|
-
reporters: 'Vec<
|
|
8065
|
+
offender: '(PezspCoreCryptoAccountId32,Null)',
|
|
8066
|
+
reporters: 'Vec<PezspCoreCryptoAccountId32>'
|
|
7784
8067
|
},
|
|
7785
8068
|
/**
|
|
7786
8069
|
* Lookup732: pallet_identity::types::Registration<Balance, MaxJudgements, pallet_identity::legacy::IdentityInfo<FieldLimit>>
|
|
@@ -7794,7 +8077,7 @@ export default {
|
|
|
7794
8077
|
* Lookup740: pallet_identity::types::RegistrarInfo<Balance, sp_core::crypto::AccountId32, IdField>
|
|
7795
8078
|
**/
|
|
7796
8079
|
PezpalletIdentityRegistrarInfo: {
|
|
7797
|
-
account: '
|
|
8080
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
7798
8081
|
fee: 'u128',
|
|
7799
8082
|
fields: 'u64'
|
|
7800
8083
|
},
|
|
@@ -7802,14 +8085,14 @@ export default {
|
|
|
7802
8085
|
* Lookup743: pallet_identity::types::AuthorityProperties<sp_core::crypto::AccountId32>
|
|
7803
8086
|
**/
|
|
7804
8087
|
PezpalletIdentityAuthorityProperties: {
|
|
7805
|
-
accountId: '
|
|
8088
|
+
accountId: 'PezspCoreCryptoAccountId32',
|
|
7806
8089
|
allocation: 'u32'
|
|
7807
8090
|
},
|
|
7808
8091
|
/**
|
|
7809
8092
|
* Lookup744: pallet_identity::types::UsernameInformation<sp_core::crypto::AccountId32, Balance>
|
|
7810
8093
|
**/
|
|
7811
8094
|
PezpalletIdentityUsernameInformation: {
|
|
7812
|
-
owner: '
|
|
8095
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
7813
8096
|
provider: 'PezpalletIdentityProvider'
|
|
7814
8097
|
},
|
|
7815
8098
|
/**
|
|
@@ -7854,7 +8137,7 @@ export default {
|
|
|
7854
8137
|
* Lookup756: pallet_society::Bid<sp_core::crypto::AccountId32, Balance>
|
|
7855
8138
|
**/
|
|
7856
8139
|
PezpalletSocietyBid: {
|
|
7857
|
-
who: '
|
|
8140
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
7858
8141
|
kind: 'PezpalletSocietyBidKind',
|
|
7859
8142
|
value: 'u128'
|
|
7860
8143
|
},
|
|
@@ -7864,7 +8147,7 @@ export default {
|
|
|
7864
8147
|
PezpalletSocietyBidKind: {
|
|
7865
8148
|
_enum: {
|
|
7866
8149
|
Deposit: 'u128',
|
|
7867
|
-
Vouch: '(
|
|
8150
|
+
Vouch: '(PezspCoreCryptoAccountId32,u128)'
|
|
7868
8151
|
}
|
|
7869
8152
|
},
|
|
7870
8153
|
/**
|
|
@@ -7895,7 +8178,7 @@ export default {
|
|
|
7895
8178
|
* Lookup764: pallet_society::IntakeRecord<sp_core::crypto::AccountId32, Balance>
|
|
7896
8179
|
**/
|
|
7897
8180
|
PezpalletSocietyIntakeRecord: {
|
|
7898
|
-
who: '
|
|
8181
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
7899
8182
|
bid: 'u128',
|
|
7900
8183
|
round: 'u32'
|
|
7901
8184
|
},
|
|
@@ -7911,7 +8194,7 @@ export default {
|
|
|
7911
8194
|
PezpalletRecoveryRecoveryConfig: {
|
|
7912
8195
|
delayPeriod: 'u32',
|
|
7913
8196
|
deposit: 'u128',
|
|
7914
|
-
friends: 'Vec<
|
|
8197
|
+
friends: 'Vec<PezspCoreCryptoAccountId32>',
|
|
7915
8198
|
threshold: 'u16'
|
|
7916
8199
|
},
|
|
7917
8200
|
/**
|
|
@@ -7920,7 +8203,7 @@ export default {
|
|
|
7920
8203
|
PezpalletRecoveryActiveRecovery: {
|
|
7921
8204
|
created: 'u32',
|
|
7922
8205
|
deposit: 'u128',
|
|
7923
|
-
friends: 'Vec<
|
|
8206
|
+
friends: 'Vec<PezspCoreCryptoAccountId32>'
|
|
7924
8207
|
},
|
|
7925
8208
|
/**
|
|
7926
8209
|
* Lookup770: pallet_recovery::pallet::Error<T>
|
|
@@ -7976,11 +8259,11 @@ export default {
|
|
|
7976
8259
|
PezpalletPreimageOldRequestStatus: {
|
|
7977
8260
|
_enum: {
|
|
7978
8261
|
Unrequested: {
|
|
7979
|
-
deposit: '(
|
|
8262
|
+
deposit: '(PezspCoreCryptoAccountId32,u128)',
|
|
7980
8263
|
len: 'u32',
|
|
7981
8264
|
},
|
|
7982
8265
|
Requested: {
|
|
7983
|
-
deposit: 'Option<(
|
|
8266
|
+
deposit: 'Option<(PezspCoreCryptoAccountId32,u128)>',
|
|
7984
8267
|
count: 'u32',
|
|
7985
8268
|
len: 'Option<u32>'
|
|
7986
8269
|
}
|
|
@@ -7992,11 +8275,11 @@ export default {
|
|
|
7992
8275
|
PezpalletPreimageRequestStatus: {
|
|
7993
8276
|
_enum: {
|
|
7994
8277
|
Unrequested: {
|
|
7995
|
-
ticket: '(
|
|
8278
|
+
ticket: '(PezspCoreCryptoAccountId32,u128)',
|
|
7996
8279
|
len: 'u32',
|
|
7997
8280
|
},
|
|
7998
8281
|
Requested: {
|
|
7999
|
-
maybeTicket: 'Option<(
|
|
8282
|
+
maybeTicket: 'Option<(PezspCoreCryptoAccountId32,u128)>',
|
|
8000
8283
|
count: 'u32',
|
|
8001
8284
|
maybeLen: 'Option<u32>'
|
|
8002
8285
|
}
|
|
@@ -8012,7 +8295,7 @@ export default {
|
|
|
8012
8295
|
* Lookup792: pallet_proxy::ProxyDefinition<sp_core::crypto::AccountId32, kitchensink_runtime::ProxyType, BlockNumber>
|
|
8013
8296
|
**/
|
|
8014
8297
|
PezpalletProxyProxyDefinition: {
|
|
8015
|
-
delegate: '
|
|
8298
|
+
delegate: 'PezspCoreCryptoAccountId32',
|
|
8016
8299
|
proxyType: 'KitchensinkRuntimeProxyType',
|
|
8017
8300
|
delay: 'u32'
|
|
8018
8301
|
},
|
|
@@ -8020,7 +8303,7 @@ export default {
|
|
|
8020
8303
|
* Lookup796: pallet_proxy::Announcement<sp_core::crypto::AccountId32, primitive_types::H256, BlockNumber>
|
|
8021
8304
|
**/
|
|
8022
8305
|
PezpalletProxyAnnouncement: {
|
|
8023
|
-
real: '
|
|
8306
|
+
real: 'PezspCoreCryptoAccountId32',
|
|
8024
8307
|
callHash: 'H256',
|
|
8025
8308
|
height: 'u32'
|
|
8026
8309
|
},
|
|
@@ -8036,8 +8319,8 @@ export default {
|
|
|
8036
8319
|
PezpalletMultisigMultisig: {
|
|
8037
8320
|
when: 'PezpalletMultisigTimepoint',
|
|
8038
8321
|
deposit: 'u128',
|
|
8039
|
-
depositor: '
|
|
8040
|
-
approvals: 'Vec<
|
|
8322
|
+
depositor: 'PezspCoreCryptoAccountId32',
|
|
8323
|
+
approvals: 'Vec<PezspCoreCryptoAccountId32>'
|
|
8041
8324
|
},
|
|
8042
8325
|
/**
|
|
8043
8326
|
* Lookup801: pallet_multisig::pallet::Error<T>
|
|
@@ -8049,7 +8332,7 @@ export default {
|
|
|
8049
8332
|
* Lookup802: pallet_bounties::Bounty<sp_core::crypto::AccountId32, Balance, BlockNumber>
|
|
8050
8333
|
**/
|
|
8051
8334
|
PezpalletBountiesBounty: {
|
|
8052
|
-
proposer: '
|
|
8335
|
+
proposer: 'PezspCoreCryptoAccountId32',
|
|
8053
8336
|
value: 'u128',
|
|
8054
8337
|
fee: 'u128',
|
|
8055
8338
|
curatorDeposit: 'u128',
|
|
@@ -8065,19 +8348,19 @@ export default {
|
|
|
8065
8348
|
Approved: 'Null',
|
|
8066
8349
|
Funded: 'Null',
|
|
8067
8350
|
CuratorProposed: {
|
|
8068
|
-
curator: '
|
|
8351
|
+
curator: 'PezspCoreCryptoAccountId32',
|
|
8069
8352
|
},
|
|
8070
8353
|
Active: {
|
|
8071
|
-
curator: '
|
|
8354
|
+
curator: 'PezspCoreCryptoAccountId32',
|
|
8072
8355
|
updateDue: 'u32',
|
|
8073
8356
|
},
|
|
8074
8357
|
PendingPayout: {
|
|
8075
|
-
curator: '
|
|
8076
|
-
beneficiary: '
|
|
8358
|
+
curator: 'PezspCoreCryptoAccountId32',
|
|
8359
|
+
beneficiary: 'PezspCoreCryptoAccountId32',
|
|
8077
8360
|
unlockAt: 'u32',
|
|
8078
8361
|
},
|
|
8079
8362
|
ApprovedWithCurator: {
|
|
8080
|
-
curator: '
|
|
8363
|
+
curator: 'PezspCoreCryptoAccountId32'
|
|
8081
8364
|
}
|
|
8082
8365
|
}
|
|
8083
8366
|
},
|
|
@@ -8092,11 +8375,11 @@ export default {
|
|
|
8092
8375
|
**/
|
|
8093
8376
|
PezpalletTipsOpenTip: {
|
|
8094
8377
|
reason: 'H256',
|
|
8095
|
-
who: '
|
|
8096
|
-
finder: '
|
|
8378
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
8379
|
+
finder: 'PezspCoreCryptoAccountId32',
|
|
8097
8380
|
deposit: 'u128',
|
|
8098
8381
|
closes: 'Option<u32>',
|
|
8099
|
-
tips: 'Vec<(
|
|
8382
|
+
tips: 'Vec<(PezspCoreCryptoAccountId32,u128)>',
|
|
8100
8383
|
findersFee: 'bool'
|
|
8101
8384
|
},
|
|
8102
8385
|
/**
|
|
@@ -8109,10 +8392,10 @@ export default {
|
|
|
8109
8392
|
* Lookup808: pallet_assets::types::AssetDetails<Balance, sp_core::crypto::AccountId32, DepositBalance>
|
|
8110
8393
|
**/
|
|
8111
8394
|
PezpalletAssetsAssetDetails: {
|
|
8112
|
-
owner: '
|
|
8113
|
-
issuer: '
|
|
8114
|
-
admin: '
|
|
8115
|
-
freezer: '
|
|
8395
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
8396
|
+
issuer: 'PezspCoreCryptoAccountId32',
|
|
8397
|
+
admin: 'PezspCoreCryptoAccountId32',
|
|
8398
|
+
freezer: 'PezspCoreCryptoAccountId32',
|
|
8116
8399
|
supply: 'u128',
|
|
8117
8400
|
deposit: 'u128',
|
|
8118
8401
|
minBalance: 'u128',
|
|
@@ -8152,7 +8435,7 @@ export default {
|
|
|
8152
8435
|
Sufficient: 'Null',
|
|
8153
8436
|
DepositHeld: 'u128',
|
|
8154
8437
|
DepositRefunded: 'Null',
|
|
8155
|
-
DepositFrom: '(
|
|
8438
|
+
DepositFrom: '(PezspCoreCryptoAccountId32,u128)'
|
|
8156
8439
|
}
|
|
8157
8440
|
},
|
|
8158
8441
|
/**
|
|
@@ -8213,15 +8496,15 @@ export default {
|
|
|
8213
8496
|
**/
|
|
8214
8497
|
PezpalletNisBid: {
|
|
8215
8498
|
amount: 'u128',
|
|
8216
|
-
who: '
|
|
8499
|
+
who: 'PezspCoreCryptoAccountId32'
|
|
8217
8500
|
},
|
|
8218
8501
|
/**
|
|
8219
8502
|
* Lookup832: pallet_nis::pallet::SummaryRecord<BlockNumber, Balance>
|
|
8220
8503
|
**/
|
|
8221
8504
|
PezpalletNisSummaryRecord: {
|
|
8222
|
-
proportionOwed: '
|
|
8505
|
+
proportionOwed: 'u64',
|
|
8223
8506
|
index: 'u32',
|
|
8224
|
-
thawed: '
|
|
8507
|
+
thawed: 'u64',
|
|
8225
8508
|
lastPeriod: 'u32',
|
|
8226
8509
|
receiptsOnHold: 'u128'
|
|
8227
8510
|
},
|
|
@@ -8229,8 +8512,8 @@ export default {
|
|
|
8229
8512
|
* Lookup833: pallet_nis::pallet::ReceiptRecord<sp_core::crypto::AccountId32, BlockNumber, Balance>
|
|
8230
8513
|
**/
|
|
8231
8514
|
PezpalletNisReceiptRecord: {
|
|
8232
|
-
proportion: '
|
|
8233
|
-
owner: 'Option<(
|
|
8515
|
+
proportion: 'u64',
|
|
8516
|
+
owner: 'Option<(PezspCoreCryptoAccountId32,u128)>',
|
|
8234
8517
|
expiry: 'u32'
|
|
8235
8518
|
},
|
|
8236
8519
|
/**
|
|
@@ -8243,10 +8526,10 @@ export default {
|
|
|
8243
8526
|
* Lookup836: pallet_uniques::types::CollectionDetails<sp_core::crypto::AccountId32, DepositBalance>
|
|
8244
8527
|
**/
|
|
8245
8528
|
PezpalletUniquesCollectionDetails: {
|
|
8246
|
-
owner: '
|
|
8247
|
-
issuer: '
|
|
8248
|
-
admin: '
|
|
8249
|
-
freezer: '
|
|
8529
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
8530
|
+
issuer: 'PezspCoreCryptoAccountId32',
|
|
8531
|
+
admin: 'PezspCoreCryptoAccountId32',
|
|
8532
|
+
freezer: 'PezspCoreCryptoAccountId32',
|
|
8250
8533
|
totalDeposit: 'u128',
|
|
8251
8534
|
freeHolding: 'bool',
|
|
8252
8535
|
items: 'u32',
|
|
@@ -8258,8 +8541,8 @@ export default {
|
|
|
8258
8541
|
* Lookup838: pallet_uniques::types::ItemDetails<sp_core::crypto::AccountId32, DepositBalance>
|
|
8259
8542
|
**/
|
|
8260
8543
|
PezpalletUniquesItemDetails: {
|
|
8261
|
-
owner: '
|
|
8262
|
-
approved: 'Option<
|
|
8544
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
8545
|
+
approved: 'Option<PezspCoreCryptoAccountId32>',
|
|
8263
8546
|
isFrozen: 'bool',
|
|
8264
8547
|
deposit: 'u128'
|
|
8265
8548
|
},
|
|
@@ -8289,7 +8572,7 @@ export default {
|
|
|
8289
8572
|
* Lookup845: pallet_nfts::types::CollectionDetails<sp_core::crypto::AccountId32, DepositBalance>
|
|
8290
8573
|
**/
|
|
8291
8574
|
PezpalletNftsCollectionDetails: {
|
|
8292
|
-
owner: '
|
|
8575
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
8293
8576
|
ownerDeposit: 'u128',
|
|
8294
8577
|
items: 'u32',
|
|
8295
8578
|
itemMetadatas: 'u32',
|
|
@@ -8306,15 +8589,15 @@ export default {
|
|
|
8306
8589
|
* Lookup848: pallet_nfts::types::ItemDetails<sp_core::crypto::AccountId32, pallet_nfts::types::ItemDeposit<DepositBalance, sp_core::crypto::AccountId32>, bounded_collections::bounded_btree_map::BoundedBTreeMap<sp_core::crypto::AccountId32, Option<T>, S>>
|
|
8307
8590
|
**/
|
|
8308
8591
|
PezpalletNftsItemDetails: {
|
|
8309
|
-
owner: '
|
|
8310
|
-
approvals: 'BTreeMap<
|
|
8592
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
8593
|
+
approvals: 'BTreeMap<PezspCoreCryptoAccountId32, Option<u32>>',
|
|
8311
8594
|
deposit: 'PezpalletNftsItemDeposit'
|
|
8312
8595
|
},
|
|
8313
8596
|
/**
|
|
8314
8597
|
* Lookup849: pallet_nfts::types::ItemDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
8315
8598
|
**/
|
|
8316
8599
|
PezpalletNftsItemDeposit: {
|
|
8317
|
-
account: '
|
|
8600
|
+
account: 'PezspCoreCryptoAccountId32',
|
|
8318
8601
|
amount: 'u128'
|
|
8319
8602
|
},
|
|
8320
8603
|
/**
|
|
@@ -8335,14 +8618,14 @@ export default {
|
|
|
8335
8618
|
* Lookup856: pallet_nfts::types::ItemMetadataDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
8336
8619
|
**/
|
|
8337
8620
|
PezpalletNftsItemMetadataDeposit: {
|
|
8338
|
-
account: 'Option<
|
|
8621
|
+
account: 'Option<PezspCoreCryptoAccountId32>',
|
|
8339
8622
|
amount: 'u128'
|
|
8340
8623
|
},
|
|
8341
8624
|
/**
|
|
8342
8625
|
* Lookup859: pallet_nfts::types::AttributeDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
8343
8626
|
**/
|
|
8344
8627
|
PezpalletNftsAttributeDeposit: {
|
|
8345
|
-
account: 'Option<
|
|
8628
|
+
account: 'Option<PezspCoreCryptoAccountId32>',
|
|
8346
8629
|
amount: 'u128'
|
|
8347
8630
|
},
|
|
8348
8631
|
/**
|
|
@@ -8373,7 +8656,7 @@ export default {
|
|
|
8373
8656
|
asset: 'u32',
|
|
8374
8657
|
fractions: 'u128',
|
|
8375
8658
|
deposit: 'u128',
|
|
8376
|
-
assetCreator: '
|
|
8659
|
+
assetCreator: 'PezspCoreCryptoAccountId32'
|
|
8377
8660
|
},
|
|
8378
8661
|
/**
|
|
8379
8662
|
* Lookup867: pallet_nft_fractionalization::pallet::Error<T>
|
|
@@ -8454,9 +8737,9 @@ export default {
|
|
|
8454
8737
|
* Lookup879: pallet_bags_list::list::Node<T, I>
|
|
8455
8738
|
**/
|
|
8456
8739
|
PezpalletBagsListListNode: {
|
|
8457
|
-
id: '
|
|
8458
|
-
prev: 'Option<
|
|
8459
|
-
next: 'Option<
|
|
8740
|
+
id: 'PezspCoreCryptoAccountId32',
|
|
8741
|
+
prev: 'Option<PezspCoreCryptoAccountId32>',
|
|
8742
|
+
next: 'Option<PezspCoreCryptoAccountId32>',
|
|
8460
8743
|
bagUpper: 'u64',
|
|
8461
8744
|
score: 'u64'
|
|
8462
8745
|
},
|
|
@@ -8464,8 +8747,8 @@ export default {
|
|
|
8464
8747
|
* Lookup880: pallet_bags_list::list::Bag<T, I>
|
|
8465
8748
|
**/
|
|
8466
8749
|
PezpalletBagsListListBag: {
|
|
8467
|
-
head: 'Option<
|
|
8468
|
-
tail: 'Option<
|
|
8750
|
+
head: 'Option<PezspCoreCryptoAccountId32>',
|
|
8751
|
+
tail: 'Option<PezspCoreCryptoAccountId32>'
|
|
8469
8752
|
},
|
|
8470
8753
|
/**
|
|
8471
8754
|
* Lookup882: pallet_bags_list::pallet::Error<T, I>
|
|
@@ -8498,14 +8781,14 @@ export default {
|
|
|
8498
8781
|
_enum: {
|
|
8499
8782
|
Added: 'Null',
|
|
8500
8783
|
CuratorProposed: {
|
|
8501
|
-
curator: '
|
|
8784
|
+
curator: 'PezspCoreCryptoAccountId32',
|
|
8502
8785
|
},
|
|
8503
8786
|
Active: {
|
|
8504
|
-
curator: '
|
|
8787
|
+
curator: 'PezspCoreCryptoAccountId32',
|
|
8505
8788
|
},
|
|
8506
8789
|
PendingPayout: {
|
|
8507
|
-
curator: '
|
|
8508
|
-
beneficiary: '
|
|
8790
|
+
curator: 'PezspCoreCryptoAccountId32',
|
|
8791
|
+
beneficiary: 'PezspCoreCryptoAccountId32',
|
|
8509
8792
|
unlockAt: 'u32'
|
|
8510
8793
|
}
|
|
8511
8794
|
}
|
|
@@ -8549,7 +8832,7 @@ export default {
|
|
|
8549
8832
|
* Lookup889: pallet_referenda::types::Deposit<sp_core::crypto::AccountId32, Balance>
|
|
8550
8833
|
**/
|
|
8551
8834
|
PezpalletReferendaDeposit: {
|
|
8552
|
-
who: '
|
|
8835
|
+
who: 'PezspCoreCryptoAccountId32',
|
|
8553
8836
|
amount: 'u128'
|
|
8554
8837
|
},
|
|
8555
8838
|
/**
|
|
@@ -8618,7 +8901,7 @@ export default {
|
|
|
8618
8901
|
**/
|
|
8619
8902
|
PezpalletConvictionVotingVoteDelegating: {
|
|
8620
8903
|
balance: 'u128',
|
|
8621
|
-
target: '
|
|
8904
|
+
target: 'PezspCoreCryptoAccountId32',
|
|
8622
8905
|
conviction: 'PezpalletConvictionVotingConviction',
|
|
8623
8906
|
delegations: 'PezpalletConvictionVotingDelegations',
|
|
8624
8907
|
prior: 'PezpalletConvictionVotingVotePriorLock'
|
|
@@ -8670,8 +8953,8 @@ export default {
|
|
|
8670
8953
|
* Lookup928: pallet_nomination_pools::Commission<T>
|
|
8671
8954
|
**/
|
|
8672
8955
|
PezpalletNominationPoolsCommission: {
|
|
8673
|
-
current: 'Option<(
|
|
8674
|
-
max: 'Option<
|
|
8956
|
+
current: 'Option<(u32,PezspCoreCryptoAccountId32)>',
|
|
8957
|
+
max: 'Option<u32>',
|
|
8675
8958
|
changeRate: 'Option<PezpalletNominationPoolsCommissionChangeRate>',
|
|
8676
8959
|
throttleFrom: 'Option<u32>',
|
|
8677
8960
|
claimPermission: 'Option<PezpalletNominationPoolsCommissionClaimPermission>'
|
|
@@ -8680,10 +8963,10 @@ export default {
|
|
|
8680
8963
|
* Lookup930: pallet_nomination_pools::PoolRoles<sp_core::crypto::AccountId32>
|
|
8681
8964
|
**/
|
|
8682
8965
|
PezpalletNominationPoolsPoolRoles: {
|
|
8683
|
-
depositor: '
|
|
8684
|
-
root: 'Option<
|
|
8685
|
-
nominator: 'Option<
|
|
8686
|
-
bouncer: 'Option<
|
|
8966
|
+
depositor: 'PezspCoreCryptoAccountId32',
|
|
8967
|
+
root: 'Option<PezspCoreCryptoAccountId32>',
|
|
8968
|
+
nominator: 'Option<PezspCoreCryptoAccountId32>',
|
|
8969
|
+
bouncer: 'Option<PezspCoreCryptoAccountId32>'
|
|
8687
8970
|
},
|
|
8688
8971
|
/**
|
|
8689
8972
|
* Lookup931: pallet_nomination_pools::RewardPool<T>
|
|
@@ -8817,7 +9100,7 @@ export default {
|
|
|
8817
9100
|
* Lookup951: pallet_fast_unstake::types::UnstakeRequest<T>
|
|
8818
9101
|
**/
|
|
8819
9102
|
PezpalletFastUnstakeUnstakeRequest: {
|
|
8820
|
-
stashes: 'Vec<(
|
|
9103
|
+
stashes: 'Vec<(PezspCoreCryptoAccountId32,u128)>',
|
|
8821
9104
|
checked: 'Vec<u32>'
|
|
8822
9105
|
},
|
|
8823
9106
|
/**
|
|
@@ -8942,7 +9225,7 @@ export default {
|
|
|
8942
9225
|
**/
|
|
8943
9226
|
PezpalletBrokerRegionRecord: {
|
|
8944
9227
|
end: 'u32',
|
|
8945
|
-
owner: 'Option<
|
|
9228
|
+
owner: 'Option<PezspCoreCryptoAccountId32>',
|
|
8946
9229
|
paid: 'Option<u128>'
|
|
8947
9230
|
},
|
|
8948
9231
|
/**
|
|
@@ -8950,7 +9233,7 @@ export default {
|
|
|
8950
9233
|
**/
|
|
8951
9234
|
PezpalletBrokerContributionRecord: {
|
|
8952
9235
|
length: 'u32',
|
|
8953
|
-
payee: '
|
|
9236
|
+
payee: 'PezspCoreCryptoAccountId32'
|
|
8954
9237
|
},
|
|
8955
9238
|
/**
|
|
8956
9239
|
* Lookup977: pallet_broker::types::PoolIoRecord
|
|
@@ -8997,7 +9280,7 @@ export default {
|
|
|
8997
9280
|
* Lookup987: pallet_revive::wasm::CodeInfo<T>
|
|
8998
9281
|
**/
|
|
8999
9282
|
PezpalletReviveWasmCodeInfo: {
|
|
9000
|
-
owner: '
|
|
9283
|
+
owner: 'PezspCoreCryptoAccountId32',
|
|
9001
9284
|
deposit: 'Compact<u128>',
|
|
9002
9285
|
refcount: 'Compact<u64>',
|
|
9003
9286
|
codeLen: 'u32',
|
|
@@ -9033,14 +9316,14 @@ export default {
|
|
|
9033
9316
|
* Lookup992: pallet_delegated_staking::types::Delegation<T>
|
|
9034
9317
|
**/
|
|
9035
9318
|
PezpalletDelegatedStakingDelegation: {
|
|
9036
|
-
agent: '
|
|
9319
|
+
agent: 'PezspCoreCryptoAccountId32',
|
|
9037
9320
|
amount: 'u128'
|
|
9038
9321
|
},
|
|
9039
9322
|
/**
|
|
9040
9323
|
* Lookup993: pallet_delegated_staking::types::AgentLedger<T>
|
|
9041
9324
|
**/
|
|
9042
9325
|
PezpalletDelegatedStakingAgentLedger: {
|
|
9043
|
-
payee: '
|
|
9326
|
+
payee: 'PezspCoreCryptoAccountId32',
|
|
9044
9327
|
totalDelegated: 'Compact<u128>',
|
|
9045
9328
|
unclaimedWithdrawals: 'Compact<u128>',
|
|
9046
9329
|
pendingSlash: 'Compact<u128>'
|
|
@@ -9067,11 +9350,11 @@ export default {
|
|
|
9067
9350
|
rewardAssetId: 'PezframeSupportTokensFungibleUnionOfNativeOrWithId',
|
|
9068
9351
|
rewardRatePerBlock: 'u128',
|
|
9069
9352
|
expiryBlock: 'u32',
|
|
9070
|
-
admin: '
|
|
9353
|
+
admin: 'PezspCoreCryptoAccountId32',
|
|
9071
9354
|
totalTokensStaked: 'u128',
|
|
9072
9355
|
rewardPerTokenStored: 'u128',
|
|
9073
9356
|
lastUpdateBlock: 'u32',
|
|
9074
|
-
account: '
|
|
9357
|
+
account: 'PezspCoreCryptoAccountId32'
|
|
9075
9358
|
},
|
|
9076
9359
|
/**
|
|
9077
9360
|
* Lookup999: pallet_asset_rewards::pallet::Error<T>
|
|
@@ -9293,7 +9576,7 @@ export default {
|
|
|
9293
9576
|
**/
|
|
9294
9577
|
PezpalletContractsPrimitivesInstantiateReturnValue: {
|
|
9295
9578
|
result: 'PezpalletContractsPrimitivesExecReturnValue',
|
|
9296
|
-
accountId: '
|
|
9579
|
+
accountId: 'PezspCoreCryptoAccountId32'
|
|
9297
9580
|
},
|
|
9298
9581
|
/**
|
|
9299
9582
|
* Lookup1051: pallet_contracts::primitives::CodeUploadReturnValue<primitive_types::H256, Balance>
|