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