@polymeshassociation/polymesh-sdk 27.5.0 → 27.6.0-beta.1
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/CHANGELOG.md +17 -0
- package/api/entities/Asset/Fungible/CorporateActions/Ballots.d.ts +30 -0
- package/api/entities/Asset/Fungible/CorporateActions/Ballots.d.ts.map +1 -0
- package/api/entities/Asset/Fungible/CorporateActions/Ballots.js +80 -0
- package/api/entities/Asset/Fungible/CorporateActions/Ballots.js.map +1 -0
- package/api/entities/Asset/Fungible/CorporateActions/index.d.ts +5 -2
- package/api/entities/Asset/Fungible/CorporateActions/index.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/CorporateActions/index.js +4 -0
- package/api/entities/Asset/Fungible/CorporateActions/index.js.map +1 -1
- package/api/entities/CorporateBallot/index.d.ts +84 -0
- package/api/entities/CorporateBallot/index.d.ts.map +1 -0
- package/api/entities/CorporateBallot/index.js +190 -0
- package/api/entities/CorporateBallot/index.js.map +1 -0
- package/api/entities/CorporateBallot/types.d.ts +119 -0
- package/api/entities/CorporateBallot/types.d.ts.map +1 -0
- package/api/entities/CorporateBallot/types.js +10 -0
- package/api/entities/CorporateBallot/types.js.map +1 -0
- package/api/entities/types.d.ts +6 -1
- package/api/entities/types.d.ts.map +1 -1
- package/api/entities/types.js.map +1 -1
- package/api/procedures/castBallotVote.d.ts +46 -0
- package/api/procedures/castBallotVote.d.ts.map +1 -0
- package/api/procedures/castBallotVote.js +151 -0
- package/api/procedures/castBallotVote.js.map +1 -0
- package/api/procedures/createBallot.d.ts +33 -0
- package/api/procedures/createBallot.d.ts.map +1 -0
- package/api/procedures/createBallot.js +92 -0
- package/api/procedures/createBallot.js.map +1 -0
- package/api/procedures/initiateCorporateAction.d.ts +31 -0
- package/api/procedures/initiateCorporateAction.d.ts.map +1 -0
- package/api/procedures/initiateCorporateAction.js +137 -0
- package/api/procedures/initiateCorporateAction.js.map +1 -0
- package/api/procedures/modifyBallot.d.ts +40 -0
- package/api/procedures/modifyBallot.d.ts.map +1 -0
- package/api/procedures/modifyBallot.js +157 -0
- package/api/procedures/modifyBallot.js.map +1 -0
- package/api/procedures/modifyCaCheckpoint.d.ts.map +1 -1
- package/api/procedures/modifyCaCheckpoint.js +16 -1
- package/api/procedures/modifyCaCheckpoint.js.map +1 -1
- package/api/procedures/removeBallot.d.ts +23 -0
- package/api/procedures/removeBallot.d.ts.map +1 -0
- package/api/procedures/removeBallot.js +53 -0
- package/api/procedures/removeBallot.js.map +1 -0
- package/api/procedures/types.d.ts +79 -2
- package/api/procedures/types.d.ts.map +1 -1
- package/api/procedures/types.js.map +1 -1
- package/api/procedures/utils.d.ts +4 -6
- package/api/procedures/utils.d.ts.map +1 -1
- package/api/procedures/utils.js +43 -19
- package/api/procedures/utils.js.map +1 -1
- package/generated/types.d.ts +11 -4
- package/generated/types.d.ts.map +1 -1
- package/generated/types.js +9 -1
- package/generated/types.js.map +1 -1
- package/internal.d.ts +1 -0
- package/internal.d.ts.map +1 -1
- package/internal.js +3 -1
- package/internal.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-27.6.0-beta.1.tgz +0 -0
- package/package.json +9 -5
- package/polkadot/augment-api-consts.d.ts +85 -1
- package/polkadot/augment-api-consts.d.ts.map +1 -1
- package/polkadot/augment-api-errors.d.ts +44 -12
- package/polkadot/augment-api-errors.d.ts.map +1 -1
- package/polkadot/augment-api-events.d.ts +179 -51
- package/polkadot/augment-api-events.d.ts.map +1 -1
- package/polkadot/augment-api-query.d.ts +49 -59
- package/polkadot/augment-api-query.d.ts.map +1 -1
- package/polkadot/augment-api-runtime.d.ts +144 -3
- package/polkadot/augment-api-runtime.d.ts.map +1 -1
- package/polkadot/augment-api-tx.d.ts +663 -284
- package/polkadot/augment-api-tx.d.ts.map +1 -1
- package/polkadot/lookup.d.ts +388 -509
- package/polkadot/lookup.d.ts.map +1 -1
- package/polkadot/lookup.js +408 -521
- package/polkadot/lookup.js.map +1 -1
- package/polkadot/polymesh/definitions.d.ts +307 -1
- package/polkadot/polymesh/definitions.d.ts.map +1 -1
- package/polkadot/polymesh/definitions.js +571 -1
- package/polkadot/polymesh/definitions.js.map +1 -1
- package/polkadot/registry.d.ts +36 -53
- package/polkadot/registry.d.ts.map +1 -1
- package/polkadot/types-lookup.d.ts +431 -582
- package/polkadot/types-lookup.d.ts.map +1 -1
- package/utils/constants.d.ts +1 -0
- package/utils/constants.d.ts.map +1 -1
- package/utils/constants.js +2 -1
- package/utils/constants.js.map +1 -1
- package/utils/conversion.d.ts +41 -3
- package/utils/conversion.d.ts.map +1 -1
- package/utils/conversion.js +561 -412
- package/utils/conversion.js.map +1 -1
- package/utils/internal.d.ts +29 -1
- package/utils/internal.d.ts.map +1 -1
- package/utils/internal.js +106 -1
- package/utils/internal.js.map +1 -1
package/polkadot/lookup.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
/**
|
|
3
|
-
* Lookup3: frame_system::AccountInfo<Index,
|
|
3
|
+
* Lookup3: frame_system::AccountInfo<Index, pallet_balances::AccountData>
|
|
4
4
|
**/
|
|
5
5
|
FrameSystemAccountInfo: {
|
|
6
6
|
nonce: string;
|
|
@@ -10,9 +10,9 @@ declare const _default: {
|
|
|
10
10
|
data: string;
|
|
11
11
|
};
|
|
12
12
|
/**
|
|
13
|
-
* Lookup5:
|
|
13
|
+
* Lookup5: pallet_balances::AccountData
|
|
14
14
|
**/
|
|
15
|
-
|
|
15
|
+
PalletBalancesAccountData: {
|
|
16
16
|
free: string;
|
|
17
17
|
reserved: string;
|
|
18
18
|
miscFrozen: string;
|
|
@@ -175,9 +175,9 @@ declare const _default: {
|
|
|
175
175
|
};
|
|
176
176
|
};
|
|
177
177
|
/**
|
|
178
|
-
* Lookup30:
|
|
178
|
+
* Lookup30: pallet_balances::pallet::Event<T>
|
|
179
179
|
**/
|
|
180
|
-
|
|
180
|
+
PalletBalancesEvent: {
|
|
181
181
|
_enum: {
|
|
182
182
|
Endowed: string;
|
|
183
183
|
Transfer: string;
|
|
@@ -203,9 +203,9 @@ declare const _default: {
|
|
|
203
203
|
_enum: string[];
|
|
204
204
|
};
|
|
205
205
|
/**
|
|
206
|
-
* Lookup36: pallet_transaction_payment::
|
|
206
|
+
* Lookup36: pallet_transaction_payment::pallet::Event<T>
|
|
207
207
|
**/
|
|
208
|
-
|
|
208
|
+
PalletTransactionPaymentEvent: {
|
|
209
209
|
_enum: {
|
|
210
210
|
TransactionFeePaid: {
|
|
211
211
|
who: string;
|
|
@@ -215,9 +215,9 @@ declare const _default: {
|
|
|
215
215
|
};
|
|
216
216
|
};
|
|
217
217
|
/**
|
|
218
|
-
* Lookup37:
|
|
218
|
+
* Lookup37: pallet_identity::pallet::Event<T>
|
|
219
219
|
**/
|
|
220
|
-
|
|
220
|
+
PalletIdentityEvent: {
|
|
221
221
|
_enum: {
|
|
222
222
|
DidCreated: string;
|
|
223
223
|
SecondaryKeysAdded: string;
|
|
@@ -404,9 +404,9 @@ declare const _default: {
|
|
|
404
404
|
};
|
|
405
405
|
};
|
|
406
406
|
/**
|
|
407
|
-
* Lookup79:
|
|
407
|
+
* Lookup79: pallet_group::pallet::Event<T, I>
|
|
408
408
|
**/
|
|
409
|
-
|
|
409
|
+
PalletGroupEvent: {
|
|
410
410
|
_enum: {
|
|
411
411
|
MemberAdded: string;
|
|
412
412
|
MemberRemoved: string;
|
|
@@ -418,13 +418,9 @@ declare const _default: {
|
|
|
418
418
|
};
|
|
419
419
|
};
|
|
420
420
|
/**
|
|
421
|
-
*
|
|
421
|
+
* Lookup81: pallet_committee::pallet::Event<T, I>
|
|
422
422
|
**/
|
|
423
|
-
|
|
424
|
-
/**
|
|
425
|
-
* Lookup82: pallet_committee::RawEvent<primitive_types::H256, BlockNumber, pallet_committee::Instance1>
|
|
426
|
-
**/
|
|
427
|
-
PalletCommitteeRawEventInstance1: {
|
|
423
|
+
PalletCommitteeEvent: {
|
|
428
424
|
_enum: {
|
|
429
425
|
Proposed: string;
|
|
430
426
|
Voted: string;
|
|
@@ -439,116 +435,16 @@ declare const _default: {
|
|
|
439
435
|
};
|
|
440
436
|
};
|
|
441
437
|
/**
|
|
442
|
-
*
|
|
443
|
-
**/
|
|
444
|
-
PalletCommitteeInstance1: string;
|
|
445
|
-
/**
|
|
446
|
-
* Lookup86: polymesh_common_utilities::MaybeBlock<BlockNumber>
|
|
438
|
+
* Lookup84: polymesh_primitives::MaybeBlock<BlockNumber>
|
|
447
439
|
**/
|
|
448
|
-
|
|
440
|
+
PolymeshPrimitivesMaybeBlock: {
|
|
449
441
|
_enum: {
|
|
450
442
|
Some: string;
|
|
451
443
|
None: string;
|
|
452
444
|
};
|
|
453
445
|
};
|
|
454
446
|
/**
|
|
455
|
-
*
|
|
456
|
-
**/
|
|
457
|
-
PolymeshCommonUtilitiesGroupRawEventInstance1: {
|
|
458
|
-
_enum: {
|
|
459
|
-
MemberAdded: string;
|
|
460
|
-
MemberRemoved: string;
|
|
461
|
-
MemberRevoked: string;
|
|
462
|
-
MembersSwapped: string;
|
|
463
|
-
MembersReset: string;
|
|
464
|
-
ActiveLimitChanged: string;
|
|
465
|
-
Dummy: string;
|
|
466
|
-
};
|
|
467
|
-
};
|
|
468
|
-
/**
|
|
469
|
-
* Lookup88: pallet_group::Instance1
|
|
470
|
-
**/
|
|
471
|
-
PalletGroupInstance1: string;
|
|
472
|
-
/**
|
|
473
|
-
* Lookup89: pallet_committee::RawEvent<primitive_types::H256, BlockNumber, pallet_committee::Instance3>
|
|
474
|
-
**/
|
|
475
|
-
PalletCommitteeRawEventInstance3: {
|
|
476
|
-
_enum: {
|
|
477
|
-
Proposed: string;
|
|
478
|
-
Voted: string;
|
|
479
|
-
VoteRetracted: string;
|
|
480
|
-
FinalVotes: string;
|
|
481
|
-
Approved: string;
|
|
482
|
-
Rejected: string;
|
|
483
|
-
Executed: string;
|
|
484
|
-
ReleaseCoordinatorUpdated: string;
|
|
485
|
-
ExpiresAfterUpdated: string;
|
|
486
|
-
VoteThresholdUpdated: string;
|
|
487
|
-
};
|
|
488
|
-
};
|
|
489
|
-
/**
|
|
490
|
-
* Lookup90: pallet_committee::Instance3
|
|
491
|
-
**/
|
|
492
|
-
PalletCommitteeInstance3: string;
|
|
493
|
-
/**
|
|
494
|
-
* Lookup91: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_develop::runtime::RuntimeEvent, pallet_group::Instance3>
|
|
495
|
-
**/
|
|
496
|
-
PolymeshCommonUtilitiesGroupRawEventInstance3: {
|
|
497
|
-
_enum: {
|
|
498
|
-
MemberAdded: string;
|
|
499
|
-
MemberRemoved: string;
|
|
500
|
-
MemberRevoked: string;
|
|
501
|
-
MembersSwapped: string;
|
|
502
|
-
MembersReset: string;
|
|
503
|
-
ActiveLimitChanged: string;
|
|
504
|
-
Dummy: string;
|
|
505
|
-
};
|
|
506
|
-
};
|
|
507
|
-
/**
|
|
508
|
-
* Lookup92: pallet_group::Instance3
|
|
509
|
-
**/
|
|
510
|
-
PalletGroupInstance3: string;
|
|
511
|
-
/**
|
|
512
|
-
* Lookup93: pallet_committee::RawEvent<primitive_types::H256, BlockNumber, pallet_committee::Instance4>
|
|
513
|
-
**/
|
|
514
|
-
PalletCommitteeRawEventInstance4: {
|
|
515
|
-
_enum: {
|
|
516
|
-
Proposed: string;
|
|
517
|
-
Voted: string;
|
|
518
|
-
VoteRetracted: string;
|
|
519
|
-
FinalVotes: string;
|
|
520
|
-
Approved: string;
|
|
521
|
-
Rejected: string;
|
|
522
|
-
Executed: string;
|
|
523
|
-
ReleaseCoordinatorUpdated: string;
|
|
524
|
-
ExpiresAfterUpdated: string;
|
|
525
|
-
VoteThresholdUpdated: string;
|
|
526
|
-
};
|
|
527
|
-
};
|
|
528
|
-
/**
|
|
529
|
-
* Lookup94: pallet_committee::Instance4
|
|
530
|
-
**/
|
|
531
|
-
PalletCommitteeInstance4: string;
|
|
532
|
-
/**
|
|
533
|
-
* Lookup95: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_develop::runtime::RuntimeEvent, pallet_group::Instance4>
|
|
534
|
-
**/
|
|
535
|
-
PolymeshCommonUtilitiesGroupRawEventInstance4: {
|
|
536
|
-
_enum: {
|
|
537
|
-
MemberAdded: string;
|
|
538
|
-
MemberRemoved: string;
|
|
539
|
-
MemberRevoked: string;
|
|
540
|
-
MembersSwapped: string;
|
|
541
|
-
MembersReset: string;
|
|
542
|
-
ActiveLimitChanged: string;
|
|
543
|
-
Dummy: string;
|
|
544
|
-
};
|
|
545
|
-
};
|
|
546
|
-
/**
|
|
547
|
-
* Lookup96: pallet_group::Instance4
|
|
548
|
-
**/
|
|
549
|
-
PalletGroupInstance4: string;
|
|
550
|
-
/**
|
|
551
|
-
* Lookup97: pallet_multisig::pallet::Event<T>
|
|
447
|
+
* Lookup90: pallet_multisig::pallet::Event<T>
|
|
552
448
|
**/
|
|
553
449
|
PalletMultisigEvent: {
|
|
554
450
|
_enum: {
|
|
@@ -630,7 +526,7 @@ declare const _default: {
|
|
|
630
526
|
};
|
|
631
527
|
};
|
|
632
528
|
/**
|
|
633
|
-
*
|
|
529
|
+
* Lookup92: pallet_staking::pallet::pallet::Event<T>
|
|
634
530
|
**/
|
|
635
531
|
PalletStakingPalletEvent: {
|
|
636
532
|
_enum: {
|
|
@@ -724,26 +620,26 @@ declare const _default: {
|
|
|
724
620
|
};
|
|
725
621
|
};
|
|
726
622
|
/**
|
|
727
|
-
*
|
|
623
|
+
* Lookup94: pallet_staking::ValidatorPrefs
|
|
728
624
|
**/
|
|
729
625
|
PalletStakingValidatorPrefs: {
|
|
730
626
|
commission: string;
|
|
731
627
|
blocked: string;
|
|
732
628
|
};
|
|
733
629
|
/**
|
|
734
|
-
*
|
|
630
|
+
* Lookup96: pallet_staking::Forcing
|
|
735
631
|
**/
|
|
736
632
|
PalletStakingForcing: {
|
|
737
633
|
_enum: string[];
|
|
738
634
|
};
|
|
739
635
|
/**
|
|
740
|
-
*
|
|
636
|
+
* Lookup97: pallet_staking::types::SlashingSwitch
|
|
741
637
|
**/
|
|
742
638
|
PalletStakingSlashingSwitch: {
|
|
743
639
|
_enum: string[];
|
|
744
640
|
};
|
|
745
641
|
/**
|
|
746
|
-
*
|
|
642
|
+
* Lookup98: pallet_offences::pallet::Event
|
|
747
643
|
**/
|
|
748
644
|
PalletOffencesEvent: {
|
|
749
645
|
_enum: {
|
|
@@ -754,7 +650,7 @@ declare const _default: {
|
|
|
754
650
|
};
|
|
755
651
|
};
|
|
756
652
|
/**
|
|
757
|
-
*
|
|
653
|
+
* Lookup99: pallet_session::pallet::Event
|
|
758
654
|
**/
|
|
759
655
|
PalletSessionEvent: {
|
|
760
656
|
_enum: {
|
|
@@ -764,7 +660,7 @@ declare const _default: {
|
|
|
764
660
|
};
|
|
765
661
|
};
|
|
766
662
|
/**
|
|
767
|
-
*
|
|
663
|
+
* Lookup100: pallet_grandpa::pallet::Event
|
|
768
664
|
**/
|
|
769
665
|
PalletGrandpaEvent: {
|
|
770
666
|
_enum: {
|
|
@@ -776,15 +672,15 @@ declare const _default: {
|
|
|
776
672
|
};
|
|
777
673
|
};
|
|
778
674
|
/**
|
|
779
|
-
*
|
|
675
|
+
* Lookup103: sp_consensus_grandpa::app::Public
|
|
780
676
|
**/
|
|
781
677
|
SpConsensusGrandpaAppPublic: string;
|
|
782
678
|
/**
|
|
783
|
-
*
|
|
679
|
+
* Lookup104: sp_core::ed25519::Public
|
|
784
680
|
**/
|
|
785
681
|
SpCoreEd25519Public: string;
|
|
786
682
|
/**
|
|
787
|
-
*
|
|
683
|
+
* Lookup105: pallet_im_online::pallet::Event<T>
|
|
788
684
|
**/
|
|
789
685
|
PalletImOnlineEvent: {
|
|
790
686
|
_enum: {
|
|
@@ -798,15 +694,15 @@ declare const _default: {
|
|
|
798
694
|
};
|
|
799
695
|
};
|
|
800
696
|
/**
|
|
801
|
-
*
|
|
697
|
+
* Lookup106: pallet_im_online::sr25519::app_sr25519::Public
|
|
802
698
|
**/
|
|
803
699
|
PalletImOnlineSr25519AppSr25519Public: string;
|
|
804
700
|
/**
|
|
805
|
-
*
|
|
701
|
+
* Lookup107: sp_core::sr25519::Public
|
|
806
702
|
**/
|
|
807
703
|
SpCoreSr25519Public: string;
|
|
808
704
|
/**
|
|
809
|
-
*
|
|
705
|
+
* Lookup110: pallet_staking::Exposure<sp_core::crypto::AccountId32, Balance>
|
|
810
706
|
**/
|
|
811
707
|
PalletStakingExposure: {
|
|
812
708
|
total: string;
|
|
@@ -814,26 +710,32 @@ declare const _default: {
|
|
|
814
710
|
others: string;
|
|
815
711
|
};
|
|
816
712
|
/**
|
|
817
|
-
*
|
|
713
|
+
* Lookup113: pallet_staking::IndividualExposure<sp_core::crypto::AccountId32, Balance>
|
|
818
714
|
**/
|
|
819
715
|
PalletStakingIndividualExposure: {
|
|
820
716
|
who: string;
|
|
821
717
|
value: string;
|
|
822
718
|
};
|
|
823
719
|
/**
|
|
824
|
-
*
|
|
720
|
+
* Lookup114: pallet_sudo::pallet::Event<T>
|
|
825
721
|
**/
|
|
826
|
-
|
|
722
|
+
PalletSudoEvent: {
|
|
827
723
|
_enum: {
|
|
828
|
-
Sudid:
|
|
829
|
-
|
|
830
|
-
|
|
724
|
+
Sudid: {
|
|
725
|
+
sudoResult: string;
|
|
726
|
+
};
|
|
727
|
+
KeyChanged: {
|
|
728
|
+
oldSudoer: string;
|
|
729
|
+
};
|
|
730
|
+
SudoAsDone: {
|
|
731
|
+
sudoResult: string;
|
|
732
|
+
};
|
|
831
733
|
};
|
|
832
734
|
};
|
|
833
735
|
/**
|
|
834
|
-
*
|
|
736
|
+
* Lookup115: pallet_asset::pallet::Event<T>
|
|
835
737
|
**/
|
|
836
|
-
|
|
738
|
+
PalletAssetEvent: {
|
|
837
739
|
_enum: {
|
|
838
740
|
AssetCreated: string;
|
|
839
741
|
IdentifiersUpdated: string;
|
|
@@ -866,10 +768,11 @@ declare const _default: {
|
|
|
866
768
|
AssetMediatorsRemoved: string;
|
|
867
769
|
TickerLinkedToAsset: string;
|
|
868
770
|
TickerUnlinkedFromAsset: string;
|
|
771
|
+
GlobalMetadataSpecUpdated: string;
|
|
869
772
|
};
|
|
870
773
|
};
|
|
871
774
|
/**
|
|
872
|
-
*
|
|
775
|
+
* Lookup116: polymesh_primitives::asset::AssetType
|
|
873
776
|
**/
|
|
874
777
|
PolymeshPrimitivesAssetAssetType: {
|
|
875
778
|
_enum: {
|
|
@@ -888,7 +791,7 @@ declare const _default: {
|
|
|
888
791
|
};
|
|
889
792
|
};
|
|
890
793
|
/**
|
|
891
|
-
*
|
|
794
|
+
* Lookup118: polymesh_primitives::asset::NonFungibleType
|
|
892
795
|
**/
|
|
893
796
|
PolymeshPrimitivesAssetNonFungibleType: {
|
|
894
797
|
_enum: {
|
|
@@ -899,7 +802,7 @@ declare const _default: {
|
|
|
899
802
|
};
|
|
900
803
|
};
|
|
901
804
|
/**
|
|
902
|
-
*
|
|
805
|
+
* Lookup121: polymesh_primitives::asset_identifier::AssetIdentifier
|
|
903
806
|
**/
|
|
904
807
|
PolymeshPrimitivesAssetIdentifier: {
|
|
905
808
|
_enum: {
|
|
@@ -911,7 +814,7 @@ declare const _default: {
|
|
|
911
814
|
};
|
|
912
815
|
};
|
|
913
816
|
/**
|
|
914
|
-
*
|
|
817
|
+
* Lookup127: polymesh_primitives::document::Document
|
|
915
818
|
**/
|
|
916
819
|
PolymeshPrimitivesDocument: {
|
|
917
820
|
uri: string;
|
|
@@ -921,7 +824,7 @@ declare const _default: {
|
|
|
921
824
|
filingDate: string;
|
|
922
825
|
};
|
|
923
826
|
/**
|
|
924
|
-
*
|
|
827
|
+
* Lookup129: polymesh_primitives::document_hash::DocumentHash
|
|
925
828
|
**/
|
|
926
829
|
PolymeshPrimitivesDocumentHash: {
|
|
927
830
|
_enum: {
|
|
@@ -937,14 +840,14 @@ declare const _default: {
|
|
|
937
840
|
};
|
|
938
841
|
};
|
|
939
842
|
/**
|
|
940
|
-
*
|
|
843
|
+
* Lookup140: polymesh_primitives::asset_metadata::AssetMetadataValueDetail<Moment>
|
|
941
844
|
**/
|
|
942
845
|
PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail: {
|
|
943
846
|
expire: string;
|
|
944
847
|
lockStatus: string;
|
|
945
848
|
};
|
|
946
849
|
/**
|
|
947
|
-
*
|
|
850
|
+
* Lookup141: polymesh_primitives::asset_metadata::AssetMetadataLockStatus<Moment>
|
|
948
851
|
**/
|
|
949
852
|
PolymeshPrimitivesAssetMetadataAssetMetadataLockStatus: {
|
|
950
853
|
_enum: {
|
|
@@ -954,7 +857,7 @@ declare const _default: {
|
|
|
954
857
|
};
|
|
955
858
|
};
|
|
956
859
|
/**
|
|
957
|
-
*
|
|
860
|
+
* Lookup144: polymesh_primitives::asset_metadata::AssetMetadataSpec
|
|
958
861
|
**/
|
|
959
862
|
PolymeshPrimitivesAssetMetadataAssetMetadataSpec: {
|
|
960
863
|
url: string;
|
|
@@ -962,7 +865,7 @@ declare const _default: {
|
|
|
962
865
|
typeDef: string;
|
|
963
866
|
};
|
|
964
867
|
/**
|
|
965
|
-
*
|
|
868
|
+
* Lookup151: polymesh_primitives::asset_metadata::AssetMetadataKey
|
|
966
869
|
**/
|
|
967
870
|
PolymeshPrimitivesAssetMetadataAssetMetadataKey: {
|
|
968
871
|
_enum: {
|
|
@@ -971,7 +874,7 @@ declare const _default: {
|
|
|
971
874
|
};
|
|
972
875
|
};
|
|
973
876
|
/**
|
|
974
|
-
*
|
|
877
|
+
* Lookup153: polymesh_primitives::portfolio::PortfolioUpdateReason
|
|
975
878
|
**/
|
|
976
879
|
PolymeshPrimitivesPortfolioPortfolioUpdateReason: {
|
|
977
880
|
_enum: {
|
|
@@ -987,9 +890,9 @@ declare const _default: {
|
|
|
987
890
|
};
|
|
988
891
|
};
|
|
989
892
|
/**
|
|
990
|
-
*
|
|
893
|
+
* Lookup157: pallet_corporate_actions::distribution::pallet::Event<T>
|
|
991
894
|
**/
|
|
992
|
-
|
|
895
|
+
PalletCorporateActionsDistributionPalletEvent: {
|
|
993
896
|
_enum: {
|
|
994
897
|
Created: string;
|
|
995
898
|
BenefitClaimed: string;
|
|
@@ -998,18 +901,18 @@ declare const _default: {
|
|
|
998
901
|
};
|
|
999
902
|
};
|
|
1000
903
|
/**
|
|
1001
|
-
*
|
|
904
|
+
* Lookup158: polymesh_primitives::event_only::EventOnly<polymesh_primitives::identity_id::IdentityId>
|
|
1002
905
|
**/
|
|
1003
906
|
PolymeshPrimitivesEventOnly: string;
|
|
1004
907
|
/**
|
|
1005
|
-
*
|
|
908
|
+
* Lookup159: pallet_corporate_actions::CAId
|
|
1006
909
|
**/
|
|
1007
910
|
PalletCorporateActionsCaId: {
|
|
1008
911
|
assetId: string;
|
|
1009
912
|
localId: string;
|
|
1010
913
|
};
|
|
1011
914
|
/**
|
|
1012
|
-
*
|
|
915
|
+
* Lookup161: pallet_corporate_actions::distribution::Distribution
|
|
1013
916
|
**/
|
|
1014
917
|
PalletCorporateActionsDistribution: {
|
|
1015
918
|
from: string;
|
|
@@ -1022,9 +925,9 @@ declare const _default: {
|
|
|
1022
925
|
expiresAt: string;
|
|
1023
926
|
};
|
|
1024
927
|
/**
|
|
1025
|
-
*
|
|
928
|
+
* Lookup163: pallet_asset::checkpoint::pallet::Event<T>
|
|
1026
929
|
**/
|
|
1027
|
-
|
|
930
|
+
PalletAssetCheckpointPalletEvent: {
|
|
1028
931
|
_enum: {
|
|
1029
932
|
CheckpointCreated: string;
|
|
1030
933
|
MaximumSchedulesComplexityChanged: string;
|
|
@@ -1033,15 +936,15 @@ declare const _default: {
|
|
|
1033
936
|
};
|
|
1034
937
|
};
|
|
1035
938
|
/**
|
|
1036
|
-
*
|
|
939
|
+
* Lookup166: polymesh_common_utilities::traits::checkpoint::ScheduleCheckpoints
|
|
1037
940
|
**/
|
|
1038
941
|
PolymeshCommonUtilitiesCheckpointScheduleCheckpoints: {
|
|
1039
942
|
pending: string;
|
|
1040
943
|
};
|
|
1041
944
|
/**
|
|
1042
|
-
*
|
|
945
|
+
* Lookup169: pallet_compliance_manager::pallet::Event<T>
|
|
1043
946
|
**/
|
|
1044
|
-
|
|
947
|
+
PalletComplianceManagerEvent: {
|
|
1045
948
|
_enum: {
|
|
1046
949
|
ComplianceRequirementCreated: string;
|
|
1047
950
|
ComplianceRequirementRemoved: string;
|
|
@@ -1055,7 +958,7 @@ declare const _default: {
|
|
|
1055
958
|
};
|
|
1056
959
|
};
|
|
1057
960
|
/**
|
|
1058
|
-
*
|
|
961
|
+
* Lookup170: polymesh_primitives::compliance_manager::ComplianceRequirement
|
|
1059
962
|
**/
|
|
1060
963
|
PolymeshPrimitivesComplianceManagerComplianceRequirement: {
|
|
1061
964
|
senderConditions: string;
|
|
@@ -1063,14 +966,14 @@ declare const _default: {
|
|
|
1063
966
|
id: string;
|
|
1064
967
|
};
|
|
1065
968
|
/**
|
|
1066
|
-
*
|
|
969
|
+
* Lookup172: polymesh_primitives::condition::Condition
|
|
1067
970
|
**/
|
|
1068
971
|
PolymeshPrimitivesCondition: {
|
|
1069
972
|
conditionType: string;
|
|
1070
973
|
issuers: string;
|
|
1071
974
|
};
|
|
1072
975
|
/**
|
|
1073
|
-
*
|
|
976
|
+
* Lookup173: polymesh_primitives::condition::ConditionType
|
|
1074
977
|
**/
|
|
1075
978
|
PolymeshPrimitivesConditionConditionType: {
|
|
1076
979
|
_enum: {
|
|
@@ -1082,7 +985,7 @@ declare const _default: {
|
|
|
1082
985
|
};
|
|
1083
986
|
};
|
|
1084
987
|
/**
|
|
1085
|
-
*
|
|
988
|
+
* Lookup175: polymesh_primitives::condition::TargetIdentity
|
|
1086
989
|
**/
|
|
1087
990
|
PolymeshPrimitivesConditionTargetIdentity: {
|
|
1088
991
|
_enum: {
|
|
@@ -1091,14 +994,14 @@ declare const _default: {
|
|
|
1091
994
|
};
|
|
1092
995
|
};
|
|
1093
996
|
/**
|
|
1094
|
-
*
|
|
997
|
+
* Lookup177: polymesh_primitives::condition::TrustedIssuer
|
|
1095
998
|
**/
|
|
1096
999
|
PolymeshPrimitivesConditionTrustedIssuer: {
|
|
1097
1000
|
issuer: string;
|
|
1098
1001
|
trustedFor: string;
|
|
1099
1002
|
};
|
|
1100
1003
|
/**
|
|
1101
|
-
*
|
|
1004
|
+
* Lookup178: polymesh_primitives::condition::TrustedFor
|
|
1102
1005
|
**/
|
|
1103
1006
|
PolymeshPrimitivesConditionTrustedFor: {
|
|
1104
1007
|
_enum: {
|
|
@@ -1107,7 +1010,7 @@ declare const _default: {
|
|
|
1107
1010
|
};
|
|
1108
1011
|
};
|
|
1109
1012
|
/**
|
|
1110
|
-
*
|
|
1013
|
+
* Lookup180: polymesh_primitives::identity_claim::ClaimType
|
|
1111
1014
|
**/
|
|
1112
1015
|
PolymeshPrimitivesIdentityClaimClaimType: {
|
|
1113
1016
|
_enum: {
|
|
@@ -1124,7 +1027,7 @@ declare const _default: {
|
|
|
1124
1027
|
};
|
|
1125
1028
|
};
|
|
1126
1029
|
/**
|
|
1127
|
-
*
|
|
1030
|
+
* Lookup182: pallet_corporate_actions::pallet::Event<T>
|
|
1128
1031
|
**/
|
|
1129
1032
|
PalletCorporateActionsEvent: {
|
|
1130
1033
|
_enum: {
|
|
@@ -1139,20 +1042,20 @@ declare const _default: {
|
|
|
1139
1042
|
};
|
|
1140
1043
|
};
|
|
1141
1044
|
/**
|
|
1142
|
-
*
|
|
1045
|
+
* Lookup183: pallet_corporate_actions::TargetIdentities
|
|
1143
1046
|
**/
|
|
1144
1047
|
PalletCorporateActionsTargetIdentities: {
|
|
1145
1048
|
identities: string;
|
|
1146
1049
|
treatment: string;
|
|
1147
1050
|
};
|
|
1148
1051
|
/**
|
|
1149
|
-
*
|
|
1052
|
+
* Lookup184: pallet_corporate_actions::TargetTreatment
|
|
1150
1053
|
**/
|
|
1151
1054
|
PalletCorporateActionsTargetTreatment: {
|
|
1152
1055
|
_enum: string[];
|
|
1153
1056
|
};
|
|
1154
1057
|
/**
|
|
1155
|
-
*
|
|
1058
|
+
* Lookup186: pallet_corporate_actions::CorporateAction
|
|
1156
1059
|
**/
|
|
1157
1060
|
PalletCorporateActionsCorporateAction: {
|
|
1158
1061
|
kind: string;
|
|
@@ -1163,20 +1066,20 @@ declare const _default: {
|
|
|
1163
1066
|
withholdingTax: string;
|
|
1164
1067
|
};
|
|
1165
1068
|
/**
|
|
1166
|
-
*
|
|
1069
|
+
* Lookup187: pallet_corporate_actions::CAKind
|
|
1167
1070
|
**/
|
|
1168
1071
|
PalletCorporateActionsCaKind: {
|
|
1169
1072
|
_enum: string[];
|
|
1170
1073
|
};
|
|
1171
1074
|
/**
|
|
1172
|
-
*
|
|
1075
|
+
* Lookup189: pallet_corporate_actions::RecordDate
|
|
1173
1076
|
**/
|
|
1174
1077
|
PalletCorporateActionsRecordDate: {
|
|
1175
1078
|
date: string;
|
|
1176
1079
|
checkpoint: string;
|
|
1177
1080
|
};
|
|
1178
1081
|
/**
|
|
1179
|
-
*
|
|
1082
|
+
* Lookup190: pallet_corporate_actions::CACheckpoint
|
|
1180
1083
|
**/
|
|
1181
1084
|
PalletCorporateActionsCaCheckpoint: {
|
|
1182
1085
|
_enum: {
|
|
@@ -1185,9 +1088,9 @@ declare const _default: {
|
|
|
1185
1088
|
};
|
|
1186
1089
|
};
|
|
1187
1090
|
/**
|
|
1188
|
-
*
|
|
1091
|
+
* Lookup195: pallet_corporate_actions::ballot::pallet::Event<T>
|
|
1189
1092
|
**/
|
|
1190
|
-
|
|
1093
|
+
PalletCorporateActionsBallotPalletEvent: {
|
|
1191
1094
|
_enum: {
|
|
1192
1095
|
Created: string;
|
|
1193
1096
|
VoteCast: string;
|
|
@@ -1198,21 +1101,21 @@ declare const _default: {
|
|
|
1198
1101
|
};
|
|
1199
1102
|
};
|
|
1200
1103
|
/**
|
|
1201
|
-
*
|
|
1104
|
+
* Lookup196: pallet_corporate_actions::ballot::BallotTimeRange
|
|
1202
1105
|
**/
|
|
1203
1106
|
PalletCorporateActionsBallotBallotTimeRange: {
|
|
1204
1107
|
start: string;
|
|
1205
1108
|
end: string;
|
|
1206
1109
|
};
|
|
1207
1110
|
/**
|
|
1208
|
-
*
|
|
1111
|
+
* Lookup197: pallet_corporate_actions::ballot::BallotMeta
|
|
1209
1112
|
**/
|
|
1210
1113
|
PalletCorporateActionsBallotBallotMeta: {
|
|
1211
1114
|
title: string;
|
|
1212
1115
|
motions: string;
|
|
1213
1116
|
};
|
|
1214
1117
|
/**
|
|
1215
|
-
*
|
|
1118
|
+
* Lookup200: pallet_corporate_actions::ballot::Motion
|
|
1216
1119
|
**/
|
|
1217
1120
|
PalletCorporateActionsBallotMotion: {
|
|
1218
1121
|
title: string;
|
|
@@ -1220,16 +1123,16 @@ declare const _default: {
|
|
|
1220
1123
|
choices: string;
|
|
1221
1124
|
};
|
|
1222
1125
|
/**
|
|
1223
|
-
*
|
|
1126
|
+
* Lookup206: pallet_corporate_actions::ballot::BallotVote
|
|
1224
1127
|
**/
|
|
1225
1128
|
PalletCorporateActionsBallotBallotVote: {
|
|
1226
1129
|
power: string;
|
|
1227
1130
|
fallback: string;
|
|
1228
1131
|
};
|
|
1229
1132
|
/**
|
|
1230
|
-
*
|
|
1133
|
+
* Lookup209: pallet_pips::pallet::Event<T>
|
|
1231
1134
|
**/
|
|
1232
|
-
|
|
1135
|
+
PalletPipsEvent: {
|
|
1233
1136
|
_enum: {
|
|
1234
1137
|
HistoricalPipsPruned: string;
|
|
1235
1138
|
ProposalCreated: string;
|
|
@@ -1254,7 +1157,7 @@ declare const _default: {
|
|
|
1254
1157
|
};
|
|
1255
1158
|
};
|
|
1256
1159
|
/**
|
|
1257
|
-
*
|
|
1160
|
+
* Lookup210: pallet_pips::types::Proposer<sp_core::crypto::AccountId32>
|
|
1258
1161
|
**/
|
|
1259
1162
|
PalletPipsProposer: {
|
|
1260
1163
|
_enum: {
|
|
@@ -1263,13 +1166,13 @@ declare const _default: {
|
|
|
1263
1166
|
};
|
|
1264
1167
|
};
|
|
1265
1168
|
/**
|
|
1266
|
-
*
|
|
1169
|
+
* Lookup211: pallet_pips::types::Committee
|
|
1267
1170
|
**/
|
|
1268
1171
|
PalletPipsCommittee: {
|
|
1269
1172
|
_enum: string[];
|
|
1270
1173
|
};
|
|
1271
1174
|
/**
|
|
1272
|
-
*
|
|
1175
|
+
* Lookup215: pallet_pips::types::ProposalData
|
|
1273
1176
|
**/
|
|
1274
1177
|
PalletPipsProposalData: {
|
|
1275
1178
|
_enum: {
|
|
@@ -1278,22 +1181,22 @@ declare const _default: {
|
|
|
1278
1181
|
};
|
|
1279
1182
|
};
|
|
1280
1183
|
/**
|
|
1281
|
-
*
|
|
1184
|
+
* Lookup216: pallet_pips::types::ProposalState
|
|
1282
1185
|
**/
|
|
1283
1186
|
PalletPipsProposalState: {
|
|
1284
1187
|
_enum: string[];
|
|
1285
1188
|
};
|
|
1286
1189
|
/**
|
|
1287
|
-
*
|
|
1190
|
+
* Lookup219: pallet_pips::types::SnapshottedPip
|
|
1288
1191
|
**/
|
|
1289
1192
|
PalletPipsSnapshottedPip: {
|
|
1290
1193
|
id: string;
|
|
1291
1194
|
weight: string;
|
|
1292
1195
|
};
|
|
1293
1196
|
/**
|
|
1294
|
-
*
|
|
1197
|
+
* Lookup225: pallet_portfolio::pallet::Event<T>
|
|
1295
1198
|
**/
|
|
1296
|
-
|
|
1199
|
+
PalletPortfolioEvent: {
|
|
1297
1200
|
_enum: {
|
|
1298
1201
|
PortfolioCreated: string;
|
|
1299
1202
|
PortfolioDeleted: string;
|
|
@@ -1303,10 +1206,12 @@ declare const _default: {
|
|
|
1303
1206
|
FundsMovedBetweenPortfolios: string;
|
|
1304
1207
|
PreApprovedPortfolio: string;
|
|
1305
1208
|
RevokePreApprovedPortfolio: string;
|
|
1209
|
+
AllowIdentityToCreatePortfolios: string;
|
|
1210
|
+
RevokeCreatePortfoliosPermission: string;
|
|
1306
1211
|
};
|
|
1307
1212
|
};
|
|
1308
1213
|
/**
|
|
1309
|
-
*
|
|
1214
|
+
* Lookup229: polymesh_primitives::portfolio::FundDescription
|
|
1310
1215
|
**/
|
|
1311
1216
|
PolymeshPrimitivesPortfolioFundDescription: {
|
|
1312
1217
|
_enum: {
|
|
@@ -1318,16 +1223,16 @@ declare const _default: {
|
|
|
1318
1223
|
};
|
|
1319
1224
|
};
|
|
1320
1225
|
/**
|
|
1321
|
-
*
|
|
1226
|
+
* Lookup230: polymesh_primitives::nft::NFTs
|
|
1322
1227
|
**/
|
|
1323
1228
|
PolymeshPrimitivesNftNfTs: {
|
|
1324
1229
|
assetId: string;
|
|
1325
1230
|
ids: string;
|
|
1326
1231
|
};
|
|
1327
1232
|
/**
|
|
1328
|
-
*
|
|
1233
|
+
* Lookup233: pallet_protocol_fee::pallet::Event<T>
|
|
1329
1234
|
**/
|
|
1330
|
-
|
|
1235
|
+
PalletProtocolFeeEvent: {
|
|
1331
1236
|
_enum: {
|
|
1332
1237
|
FeeSet: string;
|
|
1333
1238
|
CoefficientSet: string;
|
|
@@ -1335,11 +1240,11 @@ declare const _default: {
|
|
|
1335
1240
|
};
|
|
1336
1241
|
};
|
|
1337
1242
|
/**
|
|
1338
|
-
*
|
|
1243
|
+
* Lookup234: polymesh_primitives::PosRatio
|
|
1339
1244
|
**/
|
|
1340
1245
|
PolymeshPrimitivesPosRatio: string;
|
|
1341
1246
|
/**
|
|
1342
|
-
*
|
|
1247
|
+
* Lookup235: pallet_scheduler::pallet::Event<T>
|
|
1343
1248
|
**/
|
|
1344
1249
|
PalletSchedulerEvent: {
|
|
1345
1250
|
_enum: {
|
|
@@ -1371,9 +1276,9 @@ declare const _default: {
|
|
|
1371
1276
|
};
|
|
1372
1277
|
};
|
|
1373
1278
|
/**
|
|
1374
|
-
*
|
|
1279
|
+
* Lookup238: pallet_settlement::pallet::Event<T>
|
|
1375
1280
|
**/
|
|
1376
|
-
|
|
1281
|
+
PalletSettlementEvent: {
|
|
1377
1282
|
_enum: {
|
|
1378
1283
|
VenueCreated: string;
|
|
1379
1284
|
VenueDetailsUpdated: string;
|
|
@@ -1401,17 +1306,17 @@ declare const _default: {
|
|
|
1401
1306
|
};
|
|
1402
1307
|
};
|
|
1403
1308
|
/**
|
|
1404
|
-
*
|
|
1309
|
+
* Lookup241: polymesh_primitives::settlement::VenueType
|
|
1405
1310
|
**/
|
|
1406
1311
|
PolymeshPrimitivesSettlementVenueType: {
|
|
1407
1312
|
_enum: string[];
|
|
1408
1313
|
};
|
|
1409
1314
|
/**
|
|
1410
|
-
*
|
|
1315
|
+
* Lookup244: polymesh_primitives::settlement::ReceiptMetadata
|
|
1411
1316
|
**/
|
|
1412
1317
|
PolymeshPrimitivesSettlementReceiptMetadata: string;
|
|
1413
1318
|
/**
|
|
1414
|
-
*
|
|
1319
|
+
* Lookup247: polymesh_primitives::settlement::SettlementType<BlockNumber>
|
|
1415
1320
|
**/
|
|
1416
1321
|
PolymeshPrimitivesSettlementSettlementType: {
|
|
1417
1322
|
_enum: {
|
|
@@ -1421,7 +1326,7 @@ declare const _default: {
|
|
|
1421
1326
|
};
|
|
1422
1327
|
};
|
|
1423
1328
|
/**
|
|
1424
|
-
*
|
|
1329
|
+
* Lookup249: polymesh_primitives::settlement::Leg
|
|
1425
1330
|
**/
|
|
1426
1331
|
PolymeshPrimitivesSettlementLeg: {
|
|
1427
1332
|
_enum: {
|
|
@@ -1445,9 +1350,9 @@ declare const _default: {
|
|
|
1445
1350
|
};
|
|
1446
1351
|
};
|
|
1447
1352
|
/**
|
|
1448
|
-
*
|
|
1353
|
+
* Lookup250: pallet_statistics::pallet::Event<T>
|
|
1449
1354
|
**/
|
|
1450
|
-
|
|
1355
|
+
PalletStatisticsEvent: {
|
|
1451
1356
|
_enum: {
|
|
1452
1357
|
StatTypesAdded: string;
|
|
1453
1358
|
StatTypesRemoved: string;
|
|
@@ -1458,27 +1363,27 @@ declare const _default: {
|
|
|
1458
1363
|
};
|
|
1459
1364
|
};
|
|
1460
1365
|
/**
|
|
1461
|
-
*
|
|
1366
|
+
* Lookup252: polymesh_primitives::statistics::StatType
|
|
1462
1367
|
**/
|
|
1463
1368
|
PolymeshPrimitivesStatisticsStatType: {
|
|
1464
1369
|
operationType: string;
|
|
1465
1370
|
claimIssuer: string;
|
|
1466
1371
|
};
|
|
1467
1372
|
/**
|
|
1468
|
-
*
|
|
1373
|
+
* Lookup253: polymesh_primitives::statistics::StatOpType
|
|
1469
1374
|
**/
|
|
1470
1375
|
PolymeshPrimitivesStatisticsStatOpType: {
|
|
1471
1376
|
_enum: string[];
|
|
1472
1377
|
};
|
|
1473
1378
|
/**
|
|
1474
|
-
*
|
|
1379
|
+
* Lookup257: polymesh_primitives::statistics::StatUpdate
|
|
1475
1380
|
**/
|
|
1476
1381
|
PolymeshPrimitivesStatisticsStatUpdate: {
|
|
1477
1382
|
key2: string;
|
|
1478
1383
|
value: string;
|
|
1479
1384
|
};
|
|
1480
1385
|
/**
|
|
1481
|
-
*
|
|
1386
|
+
* Lookup258: polymesh_primitives::statistics::Stat2ndKey
|
|
1482
1387
|
**/
|
|
1483
1388
|
PolymeshPrimitivesStatisticsStat2ndKey: {
|
|
1484
1389
|
_enum: {
|
|
@@ -1487,7 +1392,7 @@ declare const _default: {
|
|
|
1487
1392
|
};
|
|
1488
1393
|
};
|
|
1489
1394
|
/**
|
|
1490
|
-
*
|
|
1395
|
+
* Lookup259: polymesh_primitives::statistics::StatClaim
|
|
1491
1396
|
**/
|
|
1492
1397
|
PolymeshPrimitivesStatisticsStatClaim: {
|
|
1493
1398
|
_enum: {
|
|
@@ -1497,7 +1402,7 @@ declare const _default: {
|
|
|
1497
1402
|
};
|
|
1498
1403
|
};
|
|
1499
1404
|
/**
|
|
1500
|
-
*
|
|
1405
|
+
* Lookup263: polymesh_primitives::transfer_compliance::TransferCondition
|
|
1501
1406
|
**/
|
|
1502
1407
|
PolymeshPrimitivesTransferComplianceTransferCondition: {
|
|
1503
1408
|
_enum: {
|
|
@@ -1508,7 +1413,7 @@ declare const _default: {
|
|
|
1508
1413
|
};
|
|
1509
1414
|
};
|
|
1510
1415
|
/**
|
|
1511
|
-
*
|
|
1416
|
+
* Lookup264: polymesh_primitives::transfer_compliance::TransferConditionExemptKey
|
|
1512
1417
|
**/
|
|
1513
1418
|
PolymeshPrimitivesTransferComplianceTransferConditionExemptKey: {
|
|
1514
1419
|
assetId: string;
|
|
@@ -1516,9 +1421,9 @@ declare const _default: {
|
|
|
1516
1421
|
claimType: string;
|
|
1517
1422
|
};
|
|
1518
1423
|
/**
|
|
1519
|
-
*
|
|
1424
|
+
* Lookup266: pallet_sto::pallet::Event<T>
|
|
1520
1425
|
**/
|
|
1521
|
-
|
|
1426
|
+
PalletStoEvent: {
|
|
1522
1427
|
_enum: {
|
|
1523
1428
|
FundraiserCreated: string;
|
|
1524
1429
|
Invested: string;
|
|
@@ -1529,7 +1434,7 @@ declare const _default: {
|
|
|
1529
1434
|
};
|
|
1530
1435
|
};
|
|
1531
1436
|
/**
|
|
1532
|
-
*
|
|
1437
|
+
* Lookup269: pallet_sto::Fundraiser<Moment>
|
|
1533
1438
|
**/
|
|
1534
1439
|
PalletStoFundraiser: {
|
|
1535
1440
|
creator: string;
|
|
@@ -1545,7 +1450,7 @@ declare const _default: {
|
|
|
1545
1450
|
minimumInvestment: string;
|
|
1546
1451
|
};
|
|
1547
1452
|
/**
|
|
1548
|
-
*
|
|
1453
|
+
* Lookup271: pallet_sto::FundraiserTier
|
|
1549
1454
|
**/
|
|
1550
1455
|
PalletStoFundraiserTier: {
|
|
1551
1456
|
total: string;
|
|
@@ -1553,15 +1458,15 @@ declare const _default: {
|
|
|
1553
1458
|
remaining: string;
|
|
1554
1459
|
};
|
|
1555
1460
|
/**
|
|
1556
|
-
*
|
|
1461
|
+
* Lookup272: pallet_sto::FundraiserStatus
|
|
1557
1462
|
**/
|
|
1558
1463
|
PalletStoFundraiserStatus: {
|
|
1559
1464
|
_enum: string[];
|
|
1560
1465
|
};
|
|
1561
1466
|
/**
|
|
1562
|
-
*
|
|
1467
|
+
* Lookup273: pallet_treasury::pallet::Event<T>
|
|
1563
1468
|
**/
|
|
1564
|
-
|
|
1469
|
+
PalletTreasuryEvent: {
|
|
1565
1470
|
_enum: {
|
|
1566
1471
|
TreasuryDisbursement: string;
|
|
1567
1472
|
TreasuryDisbursementFailed: string;
|
|
@@ -1569,7 +1474,7 @@ declare const _default: {
|
|
|
1569
1474
|
};
|
|
1570
1475
|
};
|
|
1571
1476
|
/**
|
|
1572
|
-
*
|
|
1477
|
+
* Lookup274: pallet_utility::pallet::Event<T>
|
|
1573
1478
|
**/
|
|
1574
1479
|
PalletUtilityEvent: {
|
|
1575
1480
|
_enum: {
|
|
@@ -1594,17 +1499,17 @@ declare const _default: {
|
|
|
1594
1499
|
};
|
|
1595
1500
|
};
|
|
1596
1501
|
/**
|
|
1597
|
-
*
|
|
1502
|
+
* Lookup275: pallet_base::pallet::Event
|
|
1598
1503
|
**/
|
|
1599
|
-
|
|
1504
|
+
PalletBaseEvent: {
|
|
1600
1505
|
_enum: {
|
|
1601
1506
|
UnexpectedError: string;
|
|
1602
1507
|
};
|
|
1603
1508
|
};
|
|
1604
1509
|
/**
|
|
1605
|
-
*
|
|
1510
|
+
* Lookup277: pallet_external_agents::pallet::Event<T>
|
|
1606
1511
|
**/
|
|
1607
|
-
|
|
1512
|
+
PalletExternalAgentsEvent: {
|
|
1608
1513
|
_enum: {
|
|
1609
1514
|
GroupCreated: string;
|
|
1610
1515
|
GroupPermissionsUpdated: string;
|
|
@@ -1614,9 +1519,9 @@ declare const _default: {
|
|
|
1614
1519
|
};
|
|
1615
1520
|
};
|
|
1616
1521
|
/**
|
|
1617
|
-
*
|
|
1522
|
+
* Lookup278: pallet_relayer::pallet::Event<T>
|
|
1618
1523
|
**/
|
|
1619
|
-
|
|
1524
|
+
PalletRelayerEvent: {
|
|
1620
1525
|
_enum: {
|
|
1621
1526
|
AuthorizedPayingKey: string;
|
|
1622
1527
|
AcceptedPayingKey: string;
|
|
@@ -1625,7 +1530,7 @@ declare const _default: {
|
|
|
1625
1530
|
};
|
|
1626
1531
|
};
|
|
1627
1532
|
/**
|
|
1628
|
-
*
|
|
1533
|
+
* Lookup279: pallet_contracts::pallet::Event<T>
|
|
1629
1534
|
**/
|
|
1630
1535
|
PalletContractsEvent: {
|
|
1631
1536
|
_enum: {
|
|
@@ -1663,34 +1568,34 @@ declare const _default: {
|
|
|
1663
1568
|
};
|
|
1664
1569
|
};
|
|
1665
1570
|
/**
|
|
1666
|
-
*
|
|
1571
|
+
* Lookup280: polymesh_contracts::pallet::Event<T>
|
|
1667
1572
|
**/
|
|
1668
|
-
|
|
1573
|
+
PolymeshContractsEvent: {
|
|
1669
1574
|
_enum: {
|
|
1670
1575
|
ApiHashUpdated: string;
|
|
1671
1576
|
SCRuntimeCall: string;
|
|
1672
1577
|
};
|
|
1673
1578
|
};
|
|
1674
1579
|
/**
|
|
1675
|
-
*
|
|
1580
|
+
* Lookup281: polymesh_contracts::Api
|
|
1676
1581
|
**/
|
|
1677
1582
|
PolymeshContractsApi: {
|
|
1678
1583
|
desc: string;
|
|
1679
1584
|
major: string;
|
|
1680
1585
|
};
|
|
1681
1586
|
/**
|
|
1682
|
-
*
|
|
1587
|
+
* Lookup282: polymesh_contracts::ChainVersion
|
|
1683
1588
|
**/
|
|
1684
1589
|
PolymeshContractsChainVersion: {
|
|
1685
1590
|
specVersion: string;
|
|
1686
1591
|
txVersion: string;
|
|
1687
1592
|
};
|
|
1688
1593
|
/**
|
|
1689
|
-
*
|
|
1594
|
+
* Lookup283: polymesh_contracts::chain_extension::ExtrinsicId
|
|
1690
1595
|
**/
|
|
1691
1596
|
PolymeshContractsChainExtensionExtrinsicId: string;
|
|
1692
1597
|
/**
|
|
1693
|
-
*
|
|
1598
|
+
* Lookup284: pallet_preimage::pallet::Event<T>
|
|
1694
1599
|
**/
|
|
1695
1600
|
PalletPreimageEvent: {
|
|
1696
1601
|
_enum: {
|
|
@@ -1715,16 +1620,16 @@ declare const _default: {
|
|
|
1715
1620
|
};
|
|
1716
1621
|
};
|
|
1717
1622
|
/**
|
|
1718
|
-
*
|
|
1623
|
+
* Lookup285: pallet_nft::pallet::Event<T>
|
|
1719
1624
|
**/
|
|
1720
|
-
|
|
1625
|
+
PalletNftEvent: {
|
|
1721
1626
|
_enum: {
|
|
1722
1627
|
NftCollectionCreated: string;
|
|
1723
1628
|
NFTPortfolioUpdated: string;
|
|
1724
1629
|
};
|
|
1725
1630
|
};
|
|
1726
1631
|
/**
|
|
1727
|
-
*
|
|
1632
|
+
* Lookup287: pallet_election_provider_multi_phase::pallet::Event<T>
|
|
1728
1633
|
**/
|
|
1729
1634
|
PalletElectionProviderMultiPhaseEvent: {
|
|
1730
1635
|
_enum: {
|
|
@@ -1754,13 +1659,13 @@ declare const _default: {
|
|
|
1754
1659
|
};
|
|
1755
1660
|
};
|
|
1756
1661
|
/**
|
|
1757
|
-
*
|
|
1662
|
+
* Lookup288: pallet_election_provider_multi_phase::ElectionCompute
|
|
1758
1663
|
**/
|
|
1759
1664
|
PalletElectionProviderMultiPhaseElectionCompute: {
|
|
1760
1665
|
_enum: string[];
|
|
1761
1666
|
};
|
|
1762
1667
|
/**
|
|
1763
|
-
*
|
|
1668
|
+
* Lookup289: sp_npos_elections::ElectionScore
|
|
1764
1669
|
**/
|
|
1765
1670
|
SpNposElectionsElectionScore: {
|
|
1766
1671
|
minimalStake: string;
|
|
@@ -1768,7 +1673,7 @@ declare const _default: {
|
|
|
1768
1673
|
sumStakeSquared: string;
|
|
1769
1674
|
};
|
|
1770
1675
|
/**
|
|
1771
|
-
*
|
|
1676
|
+
* Lookup290: pallet_election_provider_multi_phase::Phase<Bn>
|
|
1772
1677
|
**/
|
|
1773
1678
|
PalletElectionProviderMultiPhasePhase: {
|
|
1774
1679
|
_enum: {
|
|
@@ -1779,16 +1684,7 @@ declare const _default: {
|
|
|
1779
1684
|
};
|
|
1780
1685
|
};
|
|
1781
1686
|
/**
|
|
1782
|
-
*
|
|
1783
|
-
**/
|
|
1784
|
-
PalletTestUtilsRawEvent: {
|
|
1785
|
-
_enum: {
|
|
1786
|
-
DidStatus: string;
|
|
1787
|
-
CddStatus: string;
|
|
1788
|
-
};
|
|
1789
|
-
};
|
|
1790
|
-
/**
|
|
1791
|
-
* Lookup300: frame_system::Phase
|
|
1687
|
+
* Lookup292: frame_system::Phase
|
|
1792
1688
|
**/
|
|
1793
1689
|
FrameSystemPhase: {
|
|
1794
1690
|
_enum: {
|
|
@@ -1798,14 +1694,14 @@ declare const _default: {
|
|
|
1798
1694
|
};
|
|
1799
1695
|
};
|
|
1800
1696
|
/**
|
|
1801
|
-
*
|
|
1697
|
+
* Lookup295: frame_system::LastRuntimeUpgradeInfo
|
|
1802
1698
|
**/
|
|
1803
1699
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
1804
1700
|
specVersion: string;
|
|
1805
1701
|
specName: string;
|
|
1806
1702
|
};
|
|
1807
1703
|
/**
|
|
1808
|
-
*
|
|
1704
|
+
* Lookup297: frame_system::pallet::Call<T>
|
|
1809
1705
|
**/
|
|
1810
1706
|
FrameSystemCall: {
|
|
1811
1707
|
_enum: {
|
|
@@ -1840,7 +1736,7 @@ declare const _default: {
|
|
|
1840
1736
|
};
|
|
1841
1737
|
};
|
|
1842
1738
|
/**
|
|
1843
|
-
*
|
|
1739
|
+
* Lookup301: frame_system::limits::BlockWeights
|
|
1844
1740
|
**/
|
|
1845
1741
|
FrameSystemLimitsBlockWeights: {
|
|
1846
1742
|
baseBlock: string;
|
|
@@ -1848,7 +1744,7 @@ declare const _default: {
|
|
|
1848
1744
|
perClass: string;
|
|
1849
1745
|
};
|
|
1850
1746
|
/**
|
|
1851
|
-
*
|
|
1747
|
+
* Lookup302: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
1852
1748
|
**/
|
|
1853
1749
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
1854
1750
|
normal: string;
|
|
@@ -1856,7 +1752,7 @@ declare const _default: {
|
|
|
1856
1752
|
mandatory: string;
|
|
1857
1753
|
};
|
|
1858
1754
|
/**
|
|
1859
|
-
*
|
|
1755
|
+
* Lookup303: frame_system::limits::WeightsPerClass
|
|
1860
1756
|
**/
|
|
1861
1757
|
FrameSystemLimitsWeightsPerClass: {
|
|
1862
1758
|
baseExtrinsic: string;
|
|
@@ -1865,13 +1761,13 @@ declare const _default: {
|
|
|
1865
1761
|
reserved: string;
|
|
1866
1762
|
};
|
|
1867
1763
|
/**
|
|
1868
|
-
*
|
|
1764
|
+
* Lookup305: frame_system::limits::BlockLength
|
|
1869
1765
|
**/
|
|
1870
1766
|
FrameSystemLimitsBlockLength: {
|
|
1871
1767
|
max: string;
|
|
1872
1768
|
};
|
|
1873
1769
|
/**
|
|
1874
|
-
*
|
|
1770
|
+
* Lookup306: frame_support::dispatch::PerDispatchClass<T>
|
|
1875
1771
|
**/
|
|
1876
1772
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
1877
1773
|
normal: string;
|
|
@@ -1879,14 +1775,14 @@ declare const _default: {
|
|
|
1879
1775
|
mandatory: string;
|
|
1880
1776
|
};
|
|
1881
1777
|
/**
|
|
1882
|
-
*
|
|
1778
|
+
* Lookup307: sp_weights::RuntimeDbWeight
|
|
1883
1779
|
**/
|
|
1884
1780
|
SpWeightsRuntimeDbWeight: {
|
|
1885
1781
|
read: string;
|
|
1886
1782
|
write: string;
|
|
1887
1783
|
};
|
|
1888
1784
|
/**
|
|
1889
|
-
*
|
|
1785
|
+
* Lookup308: sp_version::RuntimeVersion
|
|
1890
1786
|
**/
|
|
1891
1787
|
SpVersionRuntimeVersion: {
|
|
1892
1788
|
specName: string;
|
|
@@ -1899,17 +1795,17 @@ declare const _default: {
|
|
|
1899
1795
|
stateVersion: string;
|
|
1900
1796
|
};
|
|
1901
1797
|
/**
|
|
1902
|
-
*
|
|
1798
|
+
* Lookup313: frame_system::pallet::Error<T>
|
|
1903
1799
|
**/
|
|
1904
1800
|
FrameSystemError: {
|
|
1905
1801
|
_enum: string[];
|
|
1906
1802
|
};
|
|
1907
1803
|
/**
|
|
1908
|
-
*
|
|
1804
|
+
* Lookup316: sp_consensus_babe::app::Public
|
|
1909
1805
|
**/
|
|
1910
1806
|
SpConsensusBabeAppPublic: string;
|
|
1911
1807
|
/**
|
|
1912
|
-
*
|
|
1808
|
+
* Lookup319: sp_consensus_babe::digests::NextConfigDescriptor
|
|
1913
1809
|
**/
|
|
1914
1810
|
SpConsensusBabeDigestsNextConfigDescriptor: {
|
|
1915
1811
|
_enum: {
|
|
@@ -1921,13 +1817,13 @@ declare const _default: {
|
|
|
1921
1817
|
};
|
|
1922
1818
|
};
|
|
1923
1819
|
/**
|
|
1924
|
-
*
|
|
1820
|
+
* Lookup321: sp_consensus_babe::AllowedSlots
|
|
1925
1821
|
**/
|
|
1926
1822
|
SpConsensusBabeAllowedSlots: {
|
|
1927
1823
|
_enum: string[];
|
|
1928
1824
|
};
|
|
1929
1825
|
/**
|
|
1930
|
-
*
|
|
1826
|
+
* Lookup325: sp_consensus_babe::digests::PreDigest
|
|
1931
1827
|
**/
|
|
1932
1828
|
SpConsensusBabeDigestsPreDigest: {
|
|
1933
1829
|
_enum: {
|
|
@@ -1938,7 +1834,7 @@ declare const _default: {
|
|
|
1938
1834
|
};
|
|
1939
1835
|
};
|
|
1940
1836
|
/**
|
|
1941
|
-
*
|
|
1837
|
+
* Lookup326: sp_consensus_babe::digests::PrimaryPreDigest
|
|
1942
1838
|
**/
|
|
1943
1839
|
SpConsensusBabeDigestsPrimaryPreDigest: {
|
|
1944
1840
|
authorityIndex: string;
|
|
@@ -1947,14 +1843,14 @@ declare const _default: {
|
|
|
1947
1843
|
vrfProof: string;
|
|
1948
1844
|
};
|
|
1949
1845
|
/**
|
|
1950
|
-
*
|
|
1846
|
+
* Lookup327: sp_consensus_babe::digests::SecondaryPlainPreDigest
|
|
1951
1847
|
**/
|
|
1952
1848
|
SpConsensusBabeDigestsSecondaryPlainPreDigest: {
|
|
1953
1849
|
authorityIndex: string;
|
|
1954
1850
|
slot: string;
|
|
1955
1851
|
};
|
|
1956
1852
|
/**
|
|
1957
|
-
*
|
|
1853
|
+
* Lookup328: sp_consensus_babe::digests::SecondaryVRFPreDigest
|
|
1958
1854
|
**/
|
|
1959
1855
|
SpConsensusBabeDigestsSecondaryVRFPreDigest: {
|
|
1960
1856
|
authorityIndex: string;
|
|
@@ -1963,14 +1859,14 @@ declare const _default: {
|
|
|
1963
1859
|
vrfProof: string;
|
|
1964
1860
|
};
|
|
1965
1861
|
/**
|
|
1966
|
-
*
|
|
1862
|
+
* Lookup329: sp_consensus_babe::BabeEpochConfiguration
|
|
1967
1863
|
**/
|
|
1968
1864
|
SpConsensusBabeBabeEpochConfiguration: {
|
|
1969
1865
|
c: string;
|
|
1970
1866
|
allowedSlots: string;
|
|
1971
1867
|
};
|
|
1972
1868
|
/**
|
|
1973
|
-
*
|
|
1869
|
+
* Lookup333: pallet_babe::pallet::Call<T>
|
|
1974
1870
|
**/
|
|
1975
1871
|
PalletBabeCall: {
|
|
1976
1872
|
_enum: {
|
|
@@ -1988,7 +1884,7 @@ declare const _default: {
|
|
|
1988
1884
|
};
|
|
1989
1885
|
};
|
|
1990
1886
|
/**
|
|
1991
|
-
*
|
|
1887
|
+
* Lookup334: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
|
|
1992
1888
|
**/
|
|
1993
1889
|
SpConsensusSlotsEquivocationProof: {
|
|
1994
1890
|
offender: string;
|
|
@@ -1997,7 +1893,7 @@ declare const _default: {
|
|
|
1997
1893
|
secondHeader: string;
|
|
1998
1894
|
};
|
|
1999
1895
|
/**
|
|
2000
|
-
*
|
|
1896
|
+
* Lookup335: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
|
|
2001
1897
|
**/
|
|
2002
1898
|
SpRuntimeHeader: {
|
|
2003
1899
|
parentHash: string;
|
|
@@ -2007,11 +1903,11 @@ declare const _default: {
|
|
|
2007
1903
|
digest: string;
|
|
2008
1904
|
};
|
|
2009
1905
|
/**
|
|
2010
|
-
*
|
|
1906
|
+
* Lookup336: sp_runtime::traits::BlakeTwo256
|
|
2011
1907
|
**/
|
|
2012
1908
|
SpRuntimeBlakeTwo256: string;
|
|
2013
1909
|
/**
|
|
2014
|
-
*
|
|
1910
|
+
* Lookup337: sp_session::MembershipProof
|
|
2015
1911
|
**/
|
|
2016
1912
|
SpSessionMembershipProof: {
|
|
2017
1913
|
session: string;
|
|
@@ -2019,13 +1915,13 @@ declare const _default: {
|
|
|
2019
1915
|
validatorCount: string;
|
|
2020
1916
|
};
|
|
2021
1917
|
/**
|
|
2022
|
-
*
|
|
1918
|
+
* Lookup338: pallet_babe::pallet::Error<T>
|
|
2023
1919
|
**/
|
|
2024
1920
|
PalletBabeError: {
|
|
2025
1921
|
_enum: string[];
|
|
2026
1922
|
};
|
|
2027
1923
|
/**
|
|
2028
|
-
*
|
|
1924
|
+
* Lookup339: pallet_timestamp::pallet::Call<T>
|
|
2029
1925
|
**/
|
|
2030
1926
|
PalletTimestampCall: {
|
|
2031
1927
|
_enum: {
|
|
@@ -2035,7 +1931,7 @@ declare const _default: {
|
|
|
2035
1931
|
};
|
|
2036
1932
|
};
|
|
2037
1933
|
/**
|
|
2038
|
-
*
|
|
1934
|
+
* Lookup341: pallet_indices::pallet::Call<T>
|
|
2039
1935
|
**/
|
|
2040
1936
|
PalletIndicesCall: {
|
|
2041
1937
|
_enum: {
|
|
@@ -2066,13 +1962,13 @@ declare const _default: {
|
|
|
2066
1962
|
};
|
|
2067
1963
|
};
|
|
2068
1964
|
/**
|
|
2069
|
-
*
|
|
1965
|
+
* Lookup343: pallet_indices::pallet::Error<T>
|
|
2070
1966
|
**/
|
|
2071
1967
|
PalletIndicesError: {
|
|
2072
1968
|
_enum: string[];
|
|
2073
1969
|
};
|
|
2074
1970
|
/**
|
|
2075
|
-
*
|
|
1971
|
+
* Lookup345: pallet_balances::pallet::BalanceLock<Balance>
|
|
2076
1972
|
**/
|
|
2077
1973
|
PalletBalancesBalanceLock: {
|
|
2078
1974
|
id: string;
|
|
@@ -2080,13 +1976,13 @@ declare const _default: {
|
|
|
2080
1976
|
reasons: string;
|
|
2081
1977
|
};
|
|
2082
1978
|
/**
|
|
2083
|
-
*
|
|
1979
|
+
* Lookup346: pallet_balances::Reasons
|
|
2084
1980
|
**/
|
|
2085
|
-
|
|
1981
|
+
PalletBalancesReasons: {
|
|
2086
1982
|
_enum: string[];
|
|
2087
1983
|
};
|
|
2088
1984
|
/**
|
|
2089
|
-
*
|
|
1985
|
+
* Lookup347: pallet_balances::pallet::Call<T>
|
|
2090
1986
|
**/
|
|
2091
1987
|
PalletBalancesCall: {
|
|
2092
1988
|
_enum: {
|
|
@@ -2118,19 +2014,29 @@ declare const _default: {
|
|
|
2118
2014
|
};
|
|
2119
2015
|
};
|
|
2120
2016
|
/**
|
|
2121
|
-
*
|
|
2017
|
+
* Lookup348: pallet_balances::pallet::Error<T>
|
|
2122
2018
|
**/
|
|
2123
2019
|
PalletBalancesError: {
|
|
2124
2020
|
_enum: string[];
|
|
2125
2021
|
};
|
|
2126
2022
|
/**
|
|
2127
|
-
*
|
|
2023
|
+
* Lookup350: pallet_transaction_payment::Releases
|
|
2128
2024
|
**/
|
|
2129
2025
|
PalletTransactionPaymentReleases: {
|
|
2130
2026
|
_enum: string[];
|
|
2131
2027
|
};
|
|
2132
2028
|
/**
|
|
2133
|
-
*
|
|
2029
|
+
* Lookup351: pallet_transaction_payment::pallet::Call<T>
|
|
2030
|
+
**/
|
|
2031
|
+
PalletTransactionPaymentCall: {
|
|
2032
|
+
_enum: {
|
|
2033
|
+
set_disable_fees: {
|
|
2034
|
+
value: string;
|
|
2035
|
+
};
|
|
2036
|
+
};
|
|
2037
|
+
};
|
|
2038
|
+
/**
|
|
2039
|
+
* Lookup353: sp_weights::WeightToFeeCoefficient<Balance>
|
|
2134
2040
|
**/
|
|
2135
2041
|
SpWeightsWeightToFeeCoefficient: {
|
|
2136
2042
|
coeffInteger: string;
|
|
@@ -2139,27 +2045,27 @@ declare const _default: {
|
|
|
2139
2045
|
degree: string;
|
|
2140
2046
|
};
|
|
2141
2047
|
/**
|
|
2142
|
-
*
|
|
2048
|
+
* Lookup354: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
|
|
2143
2049
|
**/
|
|
2144
2050
|
PolymeshPrimitivesIdentityDidRecord: {
|
|
2145
2051
|
primaryKey: string;
|
|
2146
2052
|
};
|
|
2147
2053
|
/**
|
|
2148
|
-
*
|
|
2054
|
+
* Lookup356: pallet_identity::types::Claim1stKey
|
|
2149
2055
|
**/
|
|
2150
2056
|
PalletIdentityClaim1stKey: {
|
|
2151
2057
|
target: string;
|
|
2152
2058
|
claimType: string;
|
|
2153
2059
|
};
|
|
2154
2060
|
/**
|
|
2155
|
-
*
|
|
2061
|
+
* Lookup357: pallet_identity::types::Claim2ndKey
|
|
2156
2062
|
**/
|
|
2157
2063
|
PalletIdentityClaim2ndKey: {
|
|
2158
2064
|
issuer: string;
|
|
2159
2065
|
scope: string;
|
|
2160
2066
|
};
|
|
2161
2067
|
/**
|
|
2162
|
-
*
|
|
2068
|
+
* Lookup358: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
|
|
2163
2069
|
**/
|
|
2164
2070
|
PolymeshPrimitivesSecondaryKeyKeyRecord: {
|
|
2165
2071
|
_enum: {
|
|
@@ -2169,7 +2075,7 @@ declare const _default: {
|
|
|
2169
2075
|
};
|
|
2170
2076
|
};
|
|
2171
2077
|
/**
|
|
2172
|
-
*
|
|
2078
|
+
* Lookup361: polymesh_primitives::secondary_key::Signatory<sp_core::crypto::AccountId32>
|
|
2173
2079
|
**/
|
|
2174
2080
|
PolymeshPrimitivesSecondaryKeySignatory: {
|
|
2175
2081
|
_enum: {
|
|
@@ -2178,7 +2084,7 @@ declare const _default: {
|
|
|
2178
2084
|
};
|
|
2179
2085
|
};
|
|
2180
2086
|
/**
|
|
2181
|
-
*
|
|
2087
|
+
* Lookup362: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
|
|
2182
2088
|
**/
|
|
2183
2089
|
PolymeshPrimitivesAuthorization: {
|
|
2184
2090
|
authorizationData: string;
|
|
@@ -2188,7 +2094,7 @@ declare const _default: {
|
|
|
2188
2094
|
count: string;
|
|
2189
2095
|
};
|
|
2190
2096
|
/**
|
|
2191
|
-
*
|
|
2097
|
+
* Lookup366: pallet_identity::pallet::Call<T>
|
|
2192
2098
|
**/
|
|
2193
2099
|
PalletIdentityCall: {
|
|
2194
2100
|
_enum: {
|
|
@@ -2280,35 +2186,35 @@ declare const _default: {
|
|
|
2280
2186
|
};
|
|
2281
2187
|
};
|
|
2282
2188
|
/**
|
|
2283
|
-
*
|
|
2189
|
+
* Lookup368: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
|
|
2284
2190
|
**/
|
|
2285
2191
|
PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth: {
|
|
2286
2192
|
secondaryKey: string;
|
|
2287
2193
|
authSignature: string;
|
|
2288
2194
|
};
|
|
2289
2195
|
/**
|
|
2290
|
-
*
|
|
2196
|
+
* Lookup371: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
|
|
2291
2197
|
**/
|
|
2292
2198
|
PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth: {
|
|
2293
2199
|
key: string;
|
|
2294
2200
|
authSignature: string;
|
|
2295
2201
|
};
|
|
2296
2202
|
/**
|
|
2297
|
-
*
|
|
2203
|
+
* Lookup372: pallet_identity::pallet::Error<T>
|
|
2298
2204
|
**/
|
|
2299
2205
|
PalletIdentityError: {
|
|
2300
2206
|
_enum: string[];
|
|
2301
2207
|
};
|
|
2302
2208
|
/**
|
|
2303
|
-
*
|
|
2209
|
+
* Lookup374: polymesh_primitives::traits::group::InactiveMember<Moment>
|
|
2304
2210
|
**/
|
|
2305
|
-
|
|
2211
|
+
PolymeshPrimitivesGroupInactiveMember: {
|
|
2306
2212
|
id: string;
|
|
2307
2213
|
deactivatedAt: string;
|
|
2308
2214
|
expiry: string;
|
|
2309
2215
|
};
|
|
2310
2216
|
/**
|
|
2311
|
-
*
|
|
2217
|
+
* Lookup375: pallet_group::pallet::Call<T, I>
|
|
2312
2218
|
**/
|
|
2313
2219
|
PalletGroupCall: {
|
|
2314
2220
|
_enum: {
|
|
@@ -2337,13 +2243,13 @@ declare const _default: {
|
|
|
2337
2243
|
};
|
|
2338
2244
|
};
|
|
2339
2245
|
/**
|
|
2340
|
-
*
|
|
2246
|
+
* Lookup376: pallet_group::pallet::Error<T, I>
|
|
2341
2247
|
**/
|
|
2342
2248
|
PalletGroupError: {
|
|
2343
2249
|
_enum: string[];
|
|
2344
2250
|
};
|
|
2345
2251
|
/**
|
|
2346
|
-
*
|
|
2252
|
+
* Lookup378: pallet_committee::pallet::Call<T, I>
|
|
2347
2253
|
**/
|
|
2348
2254
|
PalletCommitteeCall: {
|
|
2349
2255
|
_enum: {
|
|
@@ -2369,7 +2275,7 @@ declare const _default: {
|
|
|
2369
2275
|
};
|
|
2370
2276
|
};
|
|
2371
2277
|
/**
|
|
2372
|
-
*
|
|
2278
|
+
* Lookup384: pallet_multisig::pallet::Call<T>
|
|
2373
2279
|
**/
|
|
2374
2280
|
PalletMultisigCall: {
|
|
2375
2281
|
_enum: {
|
|
@@ -2437,7 +2343,7 @@ declare const _default: {
|
|
|
2437
2343
|
};
|
|
2438
2344
|
};
|
|
2439
2345
|
/**
|
|
2440
|
-
*
|
|
2346
|
+
* Lookup386: pallet_staking::pallet::pallet::Call<T>
|
|
2441
2347
|
**/
|
|
2442
2348
|
PalletStakingPalletCall: {
|
|
2443
2349
|
_enum: {
|
|
@@ -2559,7 +2465,7 @@ declare const _default: {
|
|
|
2559
2465
|
};
|
|
2560
2466
|
};
|
|
2561
2467
|
/**
|
|
2562
|
-
*
|
|
2468
|
+
* Lookup387: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
|
|
2563
2469
|
**/
|
|
2564
2470
|
PalletStakingRewardDestination: {
|
|
2565
2471
|
_enum: {
|
|
@@ -2571,7 +2477,7 @@ declare const _default: {
|
|
|
2571
2477
|
};
|
|
2572
2478
|
};
|
|
2573
2479
|
/**
|
|
2574
|
-
*
|
|
2480
|
+
* Lookup391: pallet_staking::pallet::pallet::ConfigOp<T>
|
|
2575
2481
|
**/
|
|
2576
2482
|
PalletStakingPalletConfigOpU128: {
|
|
2577
2483
|
_enum: {
|
|
@@ -2581,7 +2487,7 @@ declare const _default: {
|
|
|
2581
2487
|
};
|
|
2582
2488
|
};
|
|
2583
2489
|
/**
|
|
2584
|
-
*
|
|
2490
|
+
* Lookup392: pallet_staking::pallet::pallet::ConfigOp<T>
|
|
2585
2491
|
**/
|
|
2586
2492
|
PalletStakingPalletConfigOpU32: {
|
|
2587
2493
|
_enum: {
|
|
@@ -2591,7 +2497,7 @@ declare const _default: {
|
|
|
2591
2497
|
};
|
|
2592
2498
|
};
|
|
2593
2499
|
/**
|
|
2594
|
-
*
|
|
2500
|
+
* Lookup393: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Percent>
|
|
2595
2501
|
**/
|
|
2596
2502
|
PalletStakingPalletConfigOpPercent: {
|
|
2597
2503
|
_enum: {
|
|
@@ -2601,7 +2507,7 @@ declare const _default: {
|
|
|
2601
2507
|
};
|
|
2602
2508
|
};
|
|
2603
2509
|
/**
|
|
2604
|
-
*
|
|
2510
|
+
* Lookup394: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Perbill>
|
|
2605
2511
|
**/
|
|
2606
2512
|
PalletStakingPalletConfigOpPerbill: {
|
|
2607
2513
|
_enum: {
|
|
@@ -2611,7 +2517,7 @@ declare const _default: {
|
|
|
2611
2517
|
};
|
|
2612
2518
|
};
|
|
2613
2519
|
/**
|
|
2614
|
-
*
|
|
2520
|
+
* Lookup396: pallet_session::pallet::Call<T>
|
|
2615
2521
|
**/
|
|
2616
2522
|
PalletSessionCall: {
|
|
2617
2523
|
_enum: {
|
|
@@ -2626,7 +2532,7 @@ declare const _default: {
|
|
|
2626
2532
|
};
|
|
2627
2533
|
};
|
|
2628
2534
|
/**
|
|
2629
|
-
*
|
|
2535
|
+
* Lookup397: polymesh_runtime_develop::runtime::SessionKeys
|
|
2630
2536
|
**/
|
|
2631
2537
|
PolymeshRuntimeDevelopRuntimeSessionKeys: {
|
|
2632
2538
|
grandpa: string;
|
|
@@ -2635,11 +2541,11 @@ declare const _default: {
|
|
|
2635
2541
|
authorityDiscovery: string;
|
|
2636
2542
|
};
|
|
2637
2543
|
/**
|
|
2638
|
-
*
|
|
2544
|
+
* Lookup398: sp_authority_discovery::app::Public
|
|
2639
2545
|
**/
|
|
2640
2546
|
SpAuthorityDiscoveryAppPublic: string;
|
|
2641
2547
|
/**
|
|
2642
|
-
*
|
|
2548
|
+
* Lookup399: pallet_grandpa::pallet::Call<T>
|
|
2643
2549
|
**/
|
|
2644
2550
|
PalletGrandpaCall: {
|
|
2645
2551
|
_enum: {
|
|
@@ -2658,14 +2564,14 @@ declare const _default: {
|
|
|
2658
2564
|
};
|
|
2659
2565
|
};
|
|
2660
2566
|
/**
|
|
2661
|
-
*
|
|
2567
|
+
* Lookup400: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
2662
2568
|
**/
|
|
2663
2569
|
SpConsensusGrandpaEquivocationProof: {
|
|
2664
2570
|
setId: string;
|
|
2665
2571
|
equivocation: string;
|
|
2666
2572
|
};
|
|
2667
2573
|
/**
|
|
2668
|
-
*
|
|
2574
|
+
* Lookup401: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
2669
2575
|
**/
|
|
2670
2576
|
SpConsensusGrandpaEquivocation: {
|
|
2671
2577
|
_enum: {
|
|
@@ -2674,7 +2580,7 @@ declare const _default: {
|
|
|
2674
2580
|
};
|
|
2675
2581
|
};
|
|
2676
2582
|
/**
|
|
2677
|
-
*
|
|
2583
|
+
* Lookup402: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2678
2584
|
**/
|
|
2679
2585
|
FinalityGrandpaEquivocationPrevote: {
|
|
2680
2586
|
roundNumber: string;
|
|
@@ -2683,22 +2589,22 @@ declare const _default: {
|
|
|
2683
2589
|
second: string;
|
|
2684
2590
|
};
|
|
2685
2591
|
/**
|
|
2686
|
-
*
|
|
2592
|
+
* Lookup403: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
2687
2593
|
**/
|
|
2688
2594
|
FinalityGrandpaPrevote: {
|
|
2689
2595
|
targetHash: string;
|
|
2690
2596
|
targetNumber: string;
|
|
2691
2597
|
};
|
|
2692
2598
|
/**
|
|
2693
|
-
*
|
|
2599
|
+
* Lookup404: sp_consensus_grandpa::app::Signature
|
|
2694
2600
|
**/
|
|
2695
2601
|
SpConsensusGrandpaAppSignature: string;
|
|
2696
2602
|
/**
|
|
2697
|
-
*
|
|
2603
|
+
* Lookup405: sp_core::ed25519::Signature
|
|
2698
2604
|
**/
|
|
2699
2605
|
SpCoreEd25519Signature: string;
|
|
2700
2606
|
/**
|
|
2701
|
-
*
|
|
2607
|
+
* Lookup407: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2702
2608
|
**/
|
|
2703
2609
|
FinalityGrandpaEquivocationPrecommit: {
|
|
2704
2610
|
roundNumber: string;
|
|
@@ -2707,14 +2613,14 @@ declare const _default: {
|
|
|
2707
2613
|
second: string;
|
|
2708
2614
|
};
|
|
2709
2615
|
/**
|
|
2710
|
-
*
|
|
2616
|
+
* Lookup408: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
2711
2617
|
**/
|
|
2712
2618
|
FinalityGrandpaPrecommit: {
|
|
2713
2619
|
targetHash: string;
|
|
2714
2620
|
targetNumber: string;
|
|
2715
2621
|
};
|
|
2716
2622
|
/**
|
|
2717
|
-
*
|
|
2623
|
+
* Lookup410: pallet_im_online::pallet::Call<T>
|
|
2718
2624
|
**/
|
|
2719
2625
|
PalletImOnlineCall: {
|
|
2720
2626
|
_enum: {
|
|
@@ -2725,7 +2631,7 @@ declare const _default: {
|
|
|
2725
2631
|
};
|
|
2726
2632
|
};
|
|
2727
2633
|
/**
|
|
2728
|
-
*
|
|
2634
|
+
* Lookup411: pallet_im_online::Heartbeat<BlockNumber>
|
|
2729
2635
|
**/
|
|
2730
2636
|
PalletImOnlineHeartbeat: {
|
|
2731
2637
|
blockNumber: string;
|
|
@@ -2735,22 +2641,22 @@ declare const _default: {
|
|
|
2735
2641
|
validatorsLen: string;
|
|
2736
2642
|
};
|
|
2737
2643
|
/**
|
|
2738
|
-
*
|
|
2644
|
+
* Lookup412: sp_core::offchain::OpaqueNetworkState
|
|
2739
2645
|
**/
|
|
2740
2646
|
SpCoreOffchainOpaqueNetworkState: {
|
|
2741
2647
|
peerId: string;
|
|
2742
2648
|
externalAddresses: string;
|
|
2743
2649
|
};
|
|
2744
2650
|
/**
|
|
2745
|
-
*
|
|
2651
|
+
* Lookup416: pallet_im_online::sr25519::app_sr25519::Signature
|
|
2746
2652
|
**/
|
|
2747
2653
|
PalletImOnlineSr25519AppSr25519Signature: string;
|
|
2748
2654
|
/**
|
|
2749
|
-
*
|
|
2655
|
+
* Lookup417: sp_core::sr25519::Signature
|
|
2750
2656
|
**/
|
|
2751
2657
|
SpCoreSr25519Signature: string;
|
|
2752
2658
|
/**
|
|
2753
|
-
*
|
|
2659
|
+
* Lookup418: pallet_sudo::pallet::Call<T>
|
|
2754
2660
|
**/
|
|
2755
2661
|
PalletSudoCall: {
|
|
2756
2662
|
_enum: {
|
|
@@ -2774,7 +2680,7 @@ declare const _default: {
|
|
|
2774
2680
|
};
|
|
2775
2681
|
};
|
|
2776
2682
|
/**
|
|
2777
|
-
*
|
|
2683
|
+
* Lookup419: pallet_asset::pallet::Call<T>
|
|
2778
2684
|
**/
|
|
2779
2685
|
PalletAssetCall: {
|
|
2780
2686
|
_enum: {
|
|
@@ -2827,7 +2733,7 @@ declare const _default: {
|
|
|
2827
2733
|
};
|
|
2828
2734
|
set_funding_round: {
|
|
2829
2735
|
assetId: string;
|
|
2830
|
-
|
|
2736
|
+
fundingRoundName: string;
|
|
2831
2737
|
};
|
|
2832
2738
|
update_identifiers: {
|
|
2833
2739
|
assetId: string;
|
|
@@ -2915,12 +2821,16 @@ declare const _default: {
|
|
|
2915
2821
|
ticker: string;
|
|
2916
2822
|
assetId: string;
|
|
2917
2823
|
};
|
|
2824
|
+
update_global_metadata_spec: {
|
|
2825
|
+
assetMetadataName: string;
|
|
2826
|
+
assetMetadataSpec: string;
|
|
2827
|
+
};
|
|
2918
2828
|
};
|
|
2919
2829
|
};
|
|
2920
2830
|
/**
|
|
2921
|
-
*
|
|
2831
|
+
* Lookup422: pallet_corporate_actions::distribution::pallet::Call<T>
|
|
2922
2832
|
**/
|
|
2923
|
-
|
|
2833
|
+
PalletCorporateActionsDistributionPalletCall: {
|
|
2924
2834
|
_enum: {
|
|
2925
2835
|
distribute: {
|
|
2926
2836
|
caId: string;
|
|
@@ -2947,9 +2857,9 @@ declare const _default: {
|
|
|
2947
2857
|
};
|
|
2948
2858
|
};
|
|
2949
2859
|
/**
|
|
2950
|
-
*
|
|
2860
|
+
* Lookup424: pallet_asset::checkpoint::pallet::Call<T>
|
|
2951
2861
|
**/
|
|
2952
|
-
|
|
2862
|
+
PalletAssetCheckpointPalletCall: {
|
|
2953
2863
|
_enum: {
|
|
2954
2864
|
create_checkpoint: {
|
|
2955
2865
|
assetId: string;
|
|
@@ -2968,7 +2878,7 @@ declare const _default: {
|
|
|
2968
2878
|
};
|
|
2969
2879
|
};
|
|
2970
2880
|
/**
|
|
2971
|
-
*
|
|
2881
|
+
* Lookup425: pallet_compliance_manager::pallet::Call<T>
|
|
2972
2882
|
**/
|
|
2973
2883
|
PalletComplianceManagerCall: {
|
|
2974
2884
|
_enum: {
|
|
@@ -3009,7 +2919,7 @@ declare const _default: {
|
|
|
3009
2919
|
};
|
|
3010
2920
|
};
|
|
3011
2921
|
/**
|
|
3012
|
-
*
|
|
2922
|
+
* Lookup426: pallet_corporate_actions::pallet::Call<T>
|
|
3013
2923
|
**/
|
|
3014
2924
|
PalletCorporateActionsCall: {
|
|
3015
2925
|
_enum: {
|
|
@@ -3059,10 +2969,16 @@ declare const _default: {
|
|
|
3059
2969
|
paymentAt: string;
|
|
3060
2970
|
expiresAt: string;
|
|
3061
2971
|
};
|
|
2972
|
+
initiate_corporate_action_and_ballot: {
|
|
2973
|
+
caArgs: string;
|
|
2974
|
+
ballotTimeRange: string;
|
|
2975
|
+
ballotMeta: string;
|
|
2976
|
+
rcv: string;
|
|
2977
|
+
};
|
|
3062
2978
|
};
|
|
3063
2979
|
};
|
|
3064
2980
|
/**
|
|
3065
|
-
*
|
|
2981
|
+
* Lookup428: pallet_corporate_actions::RecordDateSpec
|
|
3066
2982
|
**/
|
|
3067
2983
|
PalletCorporateActionsRecordDateSpec: {
|
|
3068
2984
|
_enum: {
|
|
@@ -3072,7 +2988,7 @@ declare const _default: {
|
|
|
3072
2988
|
};
|
|
3073
2989
|
};
|
|
3074
2990
|
/**
|
|
3075
|
-
*
|
|
2991
|
+
* Lookup431: pallet_corporate_actions::InitiateCorporateActionArgs
|
|
3076
2992
|
**/
|
|
3077
2993
|
PalletCorporateActionsInitiateCorporateActionArgs: {
|
|
3078
2994
|
assetId: string;
|
|
@@ -3085,9 +3001,9 @@ declare const _default: {
|
|
|
3085
3001
|
withholdingTax: string;
|
|
3086
3002
|
};
|
|
3087
3003
|
/**
|
|
3088
|
-
*
|
|
3004
|
+
* Lookup432: pallet_corporate_actions::ballot::pallet::Call<T>
|
|
3089
3005
|
**/
|
|
3090
|
-
|
|
3006
|
+
PalletCorporateActionsBallotPalletCall: {
|
|
3091
3007
|
_enum: {
|
|
3092
3008
|
attach_ballot: {
|
|
3093
3009
|
caId: string;
|
|
@@ -3117,7 +3033,7 @@ declare const _default: {
|
|
|
3117
3033
|
};
|
|
3118
3034
|
};
|
|
3119
3035
|
/**
|
|
3120
|
-
*
|
|
3036
|
+
* Lookup433: pallet_pips::pallet::Call<T>
|
|
3121
3037
|
**/
|
|
3122
3038
|
PalletPipsCall: {
|
|
3123
3039
|
_enum: {
|
|
@@ -3178,13 +3094,13 @@ declare const _default: {
|
|
|
3178
3094
|
};
|
|
3179
3095
|
};
|
|
3180
3096
|
/**
|
|
3181
|
-
*
|
|
3097
|
+
* Lookup436: pallet_pips::types::SnapshotResult
|
|
3182
3098
|
**/
|
|
3183
3099
|
PalletPipsSnapshotResult: {
|
|
3184
3100
|
_enum: string[];
|
|
3185
3101
|
};
|
|
3186
3102
|
/**
|
|
3187
|
-
*
|
|
3103
|
+
* Lookup437: pallet_portfolio::pallet::Call<T>
|
|
3188
3104
|
**/
|
|
3189
3105
|
PalletPortfolioCall: {
|
|
3190
3106
|
_enum: {
|
|
@@ -3230,14 +3146,14 @@ declare const _default: {
|
|
|
3230
3146
|
};
|
|
3231
3147
|
};
|
|
3232
3148
|
/**
|
|
3233
|
-
*
|
|
3149
|
+
* Lookup439: polymesh_primitives::portfolio::Fund
|
|
3234
3150
|
**/
|
|
3235
3151
|
PolymeshPrimitivesPortfolioFund: {
|
|
3236
3152
|
description: string;
|
|
3237
3153
|
memo: string;
|
|
3238
3154
|
};
|
|
3239
3155
|
/**
|
|
3240
|
-
*
|
|
3156
|
+
* Lookup440: pallet_protocol_fee::pallet::Call<T>
|
|
3241
3157
|
**/
|
|
3242
3158
|
PalletProtocolFeeCall: {
|
|
3243
3159
|
_enum: {
|
|
@@ -3251,13 +3167,13 @@ declare const _default: {
|
|
|
3251
3167
|
};
|
|
3252
3168
|
};
|
|
3253
3169
|
/**
|
|
3254
|
-
*
|
|
3170
|
+
* Lookup441: polymesh_common_utilities::protocol_fee::ProtocolOp
|
|
3255
3171
|
**/
|
|
3256
3172
|
PolymeshCommonUtilitiesProtocolFeeProtocolOp: {
|
|
3257
3173
|
_enum: string[];
|
|
3258
3174
|
};
|
|
3259
3175
|
/**
|
|
3260
|
-
*
|
|
3176
|
+
* Lookup442: pallet_scheduler::pallet::Call<T>
|
|
3261
3177
|
**/
|
|
3262
3178
|
PalletSchedulerCall: {
|
|
3263
3179
|
_enum: {
|
|
@@ -3297,7 +3213,7 @@ declare const _default: {
|
|
|
3297
3213
|
};
|
|
3298
3214
|
};
|
|
3299
3215
|
/**
|
|
3300
|
-
*
|
|
3216
|
+
* Lookup444: pallet_settlement::pallet::Call<T>
|
|
3301
3217
|
**/
|
|
3302
3218
|
PalletSettlementCall: {
|
|
3303
3219
|
_enum: {
|
|
@@ -3431,7 +3347,7 @@ declare const _default: {
|
|
|
3431
3347
|
};
|
|
3432
3348
|
};
|
|
3433
3349
|
/**
|
|
3434
|
-
*
|
|
3350
|
+
* Lookup446: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
|
|
3435
3351
|
**/
|
|
3436
3352
|
PolymeshPrimitivesSettlementReceiptDetails: {
|
|
3437
3353
|
uid: string;
|
|
@@ -3442,7 +3358,7 @@ declare const _default: {
|
|
|
3442
3358
|
metadata: string;
|
|
3443
3359
|
};
|
|
3444
3360
|
/**
|
|
3445
|
-
*
|
|
3361
|
+
* Lookup447: sp_runtime::MultiSignature
|
|
3446
3362
|
**/
|
|
3447
3363
|
SpRuntimeMultiSignature: {
|
|
3448
3364
|
_enum: {
|
|
@@ -3452,11 +3368,11 @@ declare const _default: {
|
|
|
3452
3368
|
};
|
|
3453
3369
|
};
|
|
3454
3370
|
/**
|
|
3455
|
-
*
|
|
3371
|
+
* Lookup448: sp_core::ecdsa::Signature
|
|
3456
3372
|
**/
|
|
3457
3373
|
SpCoreEcdsaSignature: string;
|
|
3458
3374
|
/**
|
|
3459
|
-
*
|
|
3375
|
+
* Lookup452: polymesh_primitives::settlement::AffirmationCount
|
|
3460
3376
|
**/
|
|
3461
3377
|
PolymeshPrimitivesSettlementAffirmationCount: {
|
|
3462
3378
|
senderAssetCount: string;
|
|
@@ -3464,7 +3380,7 @@ declare const _default: {
|
|
|
3464
3380
|
offchainCount: string;
|
|
3465
3381
|
};
|
|
3466
3382
|
/**
|
|
3467
|
-
*
|
|
3383
|
+
* Lookup453: polymesh_primitives::settlement::AssetCount
|
|
3468
3384
|
**/
|
|
3469
3385
|
PolymeshPrimitivesSettlementAssetCount: {
|
|
3470
3386
|
fungible: string;
|
|
@@ -3472,7 +3388,7 @@ declare const _default: {
|
|
|
3472
3388
|
offChain: string;
|
|
3473
3389
|
};
|
|
3474
3390
|
/**
|
|
3475
|
-
*
|
|
3391
|
+
* Lookup456: pallet_statistics::pallet::Call<T>
|
|
3476
3392
|
**/
|
|
3477
3393
|
PalletStatisticsCall: {
|
|
3478
3394
|
_enum: {
|
|
@@ -3497,7 +3413,7 @@ declare const _default: {
|
|
|
3497
3413
|
};
|
|
3498
3414
|
};
|
|
3499
3415
|
/**
|
|
3500
|
-
*
|
|
3416
|
+
* Lookup460: pallet_sto::pallet::Call<T>
|
|
3501
3417
|
**/
|
|
3502
3418
|
PalletStoCall: {
|
|
3503
3419
|
_enum: {
|
|
@@ -3543,14 +3459,14 @@ declare const _default: {
|
|
|
3543
3459
|
};
|
|
3544
3460
|
};
|
|
3545
3461
|
/**
|
|
3546
|
-
*
|
|
3462
|
+
* Lookup462: pallet_sto::PriceTier
|
|
3547
3463
|
**/
|
|
3548
3464
|
PalletStoPriceTier: {
|
|
3549
3465
|
total: string;
|
|
3550
3466
|
price: string;
|
|
3551
3467
|
};
|
|
3552
3468
|
/**
|
|
3553
|
-
*
|
|
3469
|
+
* Lookup464: pallet_treasury::pallet::Call<T>
|
|
3554
3470
|
**/
|
|
3555
3471
|
PalletTreasuryCall: {
|
|
3556
3472
|
_enum: {
|
|
@@ -3563,14 +3479,14 @@ declare const _default: {
|
|
|
3563
3479
|
};
|
|
3564
3480
|
};
|
|
3565
3481
|
/**
|
|
3566
|
-
*
|
|
3482
|
+
* Lookup466: polymesh_primitives::Beneficiary<Balance>
|
|
3567
3483
|
**/
|
|
3568
3484
|
PolymeshPrimitivesBeneficiary: {
|
|
3569
3485
|
id: string;
|
|
3570
3486
|
amount: string;
|
|
3571
3487
|
};
|
|
3572
3488
|
/**
|
|
3573
|
-
*
|
|
3489
|
+
* Lookup467: pallet_utility::pallet::Call<T>
|
|
3574
3490
|
**/
|
|
3575
3491
|
PalletUtilityCall: {
|
|
3576
3492
|
_enum: {
|
|
@@ -3606,14 +3522,14 @@ declare const _default: {
|
|
|
3606
3522
|
};
|
|
3607
3523
|
};
|
|
3608
3524
|
/**
|
|
3609
|
-
*
|
|
3525
|
+
* Lookup469: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
|
|
3610
3526
|
**/
|
|
3611
3527
|
PalletUtilityUniqueCall: {
|
|
3612
3528
|
nonce: string;
|
|
3613
3529
|
call: string;
|
|
3614
3530
|
};
|
|
3615
3531
|
/**
|
|
3616
|
-
*
|
|
3532
|
+
* Lookup470: polymesh_runtime_develop::runtime::OriginCaller
|
|
3617
3533
|
**/
|
|
3618
3534
|
PolymeshRuntimeDevelopRuntimeOriginCaller: {
|
|
3619
3535
|
_enum: {
|
|
@@ -3634,7 +3550,7 @@ declare const _default: {
|
|
|
3634
3550
|
};
|
|
3635
3551
|
};
|
|
3636
3552
|
/**
|
|
3637
|
-
*
|
|
3553
|
+
* Lookup471: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
3638
3554
|
**/
|
|
3639
3555
|
FrameSupportDispatchRawOrigin: {
|
|
3640
3556
|
_enum: {
|
|
@@ -3644,33 +3560,21 @@ declare const _default: {
|
|
|
3644
3560
|
};
|
|
3645
3561
|
};
|
|
3646
3562
|
/**
|
|
3647
|
-
*
|
|
3648
|
-
**/
|
|
3649
|
-
PalletCommitteeRawOriginInstance1: {
|
|
3650
|
-
_enum: string[];
|
|
3651
|
-
};
|
|
3652
|
-
/**
|
|
3653
|
-
* Lookup480: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
|
|
3654
|
-
**/
|
|
3655
|
-
PalletCommitteeRawOriginInstance3: {
|
|
3656
|
-
_enum: string[];
|
|
3657
|
-
};
|
|
3658
|
-
/**
|
|
3659
|
-
* Lookup481: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
|
|
3563
|
+
* Lookup472: pallet_committee::pallet::RawOrigin<sp_core::crypto::AccountId32, I>
|
|
3660
3564
|
**/
|
|
3661
|
-
|
|
3565
|
+
PalletCommitteeRawOrigin: {
|
|
3662
3566
|
_enum: string[];
|
|
3663
3567
|
};
|
|
3664
3568
|
/**
|
|
3665
|
-
*
|
|
3569
|
+
* Lookup475: sp_core::Void
|
|
3666
3570
|
**/
|
|
3667
3571
|
SpCoreVoid: string;
|
|
3668
3572
|
/**
|
|
3669
|
-
*
|
|
3573
|
+
* Lookup476: pallet_base::pallet::Call<T>
|
|
3670
3574
|
**/
|
|
3671
3575
|
PalletBaseCall: string;
|
|
3672
3576
|
/**
|
|
3673
|
-
*
|
|
3577
|
+
* Lookup477: pallet_external_agents::pallet::Call<T>
|
|
3674
3578
|
**/
|
|
3675
3579
|
PalletExternalAgentsCall: {
|
|
3676
3580
|
_enum: {
|
|
@@ -3712,7 +3616,7 @@ declare const _default: {
|
|
|
3712
3616
|
};
|
|
3713
3617
|
};
|
|
3714
3618
|
/**
|
|
3715
|
-
*
|
|
3619
|
+
* Lookup478: pallet_relayer::pallet::Call<T>
|
|
3716
3620
|
**/
|
|
3717
3621
|
PalletRelayerCall: {
|
|
3718
3622
|
_enum: {
|
|
@@ -3742,7 +3646,7 @@ declare const _default: {
|
|
|
3742
3646
|
};
|
|
3743
3647
|
};
|
|
3744
3648
|
/**
|
|
3745
|
-
*
|
|
3649
|
+
* Lookup479: pallet_contracts::pallet::Call<T>
|
|
3746
3650
|
**/
|
|
3747
3651
|
PalletContractsCall: {
|
|
3748
3652
|
_enum: {
|
|
@@ -3807,13 +3711,13 @@ declare const _default: {
|
|
|
3807
3711
|
};
|
|
3808
3712
|
};
|
|
3809
3713
|
/**
|
|
3810
|
-
*
|
|
3714
|
+
* Lookup483: pallet_contracts::wasm::Determinism
|
|
3811
3715
|
**/
|
|
3812
3716
|
PalletContractsWasmDeterminism: {
|
|
3813
3717
|
_enum: string[];
|
|
3814
3718
|
};
|
|
3815
3719
|
/**
|
|
3816
|
-
*
|
|
3720
|
+
* Lookup484: polymesh_contracts::pallet::Call<T>
|
|
3817
3721
|
**/
|
|
3818
3722
|
PolymeshContractsCall: {
|
|
3819
3723
|
_enum: {
|
|
@@ -3861,14 +3765,14 @@ declare const _default: {
|
|
|
3861
3765
|
};
|
|
3862
3766
|
};
|
|
3863
3767
|
/**
|
|
3864
|
-
*
|
|
3768
|
+
* Lookup487: polymesh_contracts::NextUpgrade<T>
|
|
3865
3769
|
**/
|
|
3866
3770
|
PolymeshContractsNextUpgrade: {
|
|
3867
3771
|
chainVersion: string;
|
|
3868
3772
|
apiHash: string;
|
|
3869
3773
|
};
|
|
3870
3774
|
/**
|
|
3871
|
-
*
|
|
3775
|
+
* Lookup488: polymesh_contracts::ApiCodeHash<T>
|
|
3872
3776
|
**/
|
|
3873
3777
|
PolymeshContractsApiCodeHash: {
|
|
3874
3778
|
_alias: {
|
|
@@ -3877,7 +3781,7 @@ declare const _default: {
|
|
|
3877
3781
|
hash_: string;
|
|
3878
3782
|
};
|
|
3879
3783
|
/**
|
|
3880
|
-
*
|
|
3784
|
+
* Lookup489: pallet_preimage::pallet::Call<T>
|
|
3881
3785
|
**/
|
|
3882
3786
|
PalletPreimageCall: {
|
|
3883
3787
|
_enum: {
|
|
@@ -3905,7 +3809,7 @@ declare const _default: {
|
|
|
3905
3809
|
};
|
|
3906
3810
|
};
|
|
3907
3811
|
/**
|
|
3908
|
-
*
|
|
3812
|
+
* Lookup490: pallet_nft::pallet::Call<T>
|
|
3909
3813
|
**/
|
|
3910
3814
|
PalletNftCall: {
|
|
3911
3815
|
_enum: {
|
|
@@ -3933,18 +3837,18 @@ declare const _default: {
|
|
|
3933
3837
|
};
|
|
3934
3838
|
};
|
|
3935
3839
|
/**
|
|
3936
|
-
*
|
|
3840
|
+
* Lookup493: polymesh_primitives::nft::NFTCollectionKeys
|
|
3937
3841
|
**/
|
|
3938
3842
|
PolymeshPrimitivesNftNftCollectionKeys: string;
|
|
3939
3843
|
/**
|
|
3940
|
-
*
|
|
3844
|
+
* Lookup496: polymesh_primitives::nft::NFTMetadataAttribute
|
|
3941
3845
|
**/
|
|
3942
3846
|
PolymeshPrimitivesNftNftMetadataAttribute: {
|
|
3943
3847
|
key: string;
|
|
3944
3848
|
value: string;
|
|
3945
3849
|
};
|
|
3946
3850
|
/**
|
|
3947
|
-
*
|
|
3851
|
+
* Lookup498: pallet_election_provider_multi_phase::pallet::Call<T>
|
|
3948
3852
|
**/
|
|
3949
3853
|
PalletElectionProviderMultiPhaseCall: {
|
|
3950
3854
|
_enum: {
|
|
@@ -3968,7 +3872,7 @@ declare const _default: {
|
|
|
3968
3872
|
};
|
|
3969
3873
|
};
|
|
3970
3874
|
/**
|
|
3971
|
-
*
|
|
3875
|
+
* Lookup499: pallet_election_provider_multi_phase::RawSolution<polymesh_runtime_common::NposSolution16>
|
|
3972
3876
|
**/
|
|
3973
3877
|
PalletElectionProviderMultiPhaseRawSolution: {
|
|
3974
3878
|
solution: string;
|
|
@@ -3976,7 +3880,7 @@ declare const _default: {
|
|
|
3976
3880
|
round: string;
|
|
3977
3881
|
};
|
|
3978
3882
|
/**
|
|
3979
|
-
*
|
|
3883
|
+
* Lookup500: polymesh_runtime_common::NposSolution16
|
|
3980
3884
|
**/
|
|
3981
3885
|
PolymeshRuntimeCommonNposSolution16: {
|
|
3982
3886
|
votes1: string;
|
|
@@ -3997,38 +3901,21 @@ declare const _default: {
|
|
|
3997
3901
|
votes16: string;
|
|
3998
3902
|
};
|
|
3999
3903
|
/**
|
|
4000
|
-
*
|
|
3904
|
+
* Lookup551: pallet_election_provider_multi_phase::SolutionOrSnapshotSize
|
|
4001
3905
|
**/
|
|
4002
3906
|
PalletElectionProviderMultiPhaseSolutionOrSnapshotSize: {
|
|
4003
3907
|
voters: string;
|
|
4004
3908
|
targets: string;
|
|
4005
3909
|
};
|
|
4006
3910
|
/**
|
|
4007
|
-
*
|
|
3911
|
+
* Lookup555: sp_npos_elections::Support<sp_core::crypto::AccountId32>
|
|
4008
3912
|
**/
|
|
4009
3913
|
SpNposElectionsSupport: {
|
|
4010
3914
|
total: string;
|
|
4011
3915
|
voters: string;
|
|
4012
3916
|
};
|
|
4013
3917
|
/**
|
|
4014
|
-
*
|
|
4015
|
-
**/
|
|
4016
|
-
PalletTestUtilsCall: {
|
|
4017
|
-
_enum: {
|
|
4018
|
-
register_did: {
|
|
4019
|
-
secondaryKeys: string;
|
|
4020
|
-
};
|
|
4021
|
-
mock_cdd_register_did: {
|
|
4022
|
-
targetAccount: string;
|
|
4023
|
-
};
|
|
4024
|
-
get_my_did: string;
|
|
4025
|
-
get_cdd_of: {
|
|
4026
|
-
of: string;
|
|
4027
|
-
};
|
|
4028
|
-
};
|
|
4029
|
-
};
|
|
4030
|
-
/**
|
|
4031
|
-
* Lookup566: pallet_committee::PolymeshVotes<BlockNumber>
|
|
3918
|
+
* Lookup558: pallet_committee::pallet::PolymeshVotes<BlockNumber>
|
|
4032
3919
|
**/
|
|
4033
3920
|
PalletCommitteePolymeshVotes: {
|
|
4034
3921
|
index: string;
|
|
@@ -4037,20 +3924,20 @@ declare const _default: {
|
|
|
4037
3924
|
expiry: string;
|
|
4038
3925
|
};
|
|
4039
3926
|
/**
|
|
4040
|
-
*
|
|
3927
|
+
* Lookup559: pallet_committee::pallet::Error<T, I>
|
|
4041
3928
|
**/
|
|
4042
3929
|
PalletCommitteeError: {
|
|
4043
3930
|
_enum: string[];
|
|
4044
3931
|
};
|
|
4045
3932
|
/**
|
|
4046
|
-
*
|
|
3933
|
+
* Lookup568: polymesh_primitives::multisig::ProposalVoteCount
|
|
4047
3934
|
**/
|
|
4048
3935
|
PolymeshPrimitivesMultisigProposalVoteCount: {
|
|
4049
3936
|
approvals: string;
|
|
4050
3937
|
rejections: string;
|
|
4051
3938
|
};
|
|
4052
3939
|
/**
|
|
4053
|
-
*
|
|
3940
|
+
* Lookup569: polymesh_primitives::multisig::ProposalState<Moment>
|
|
4054
3941
|
**/
|
|
4055
3942
|
PolymeshPrimitivesMultisigProposalState: {
|
|
4056
3943
|
_enum: {
|
|
@@ -4063,13 +3950,13 @@ declare const _default: {
|
|
|
4063
3950
|
};
|
|
4064
3951
|
};
|
|
4065
3952
|
/**
|
|
4066
|
-
*
|
|
3953
|
+
* Lookup571: pallet_multisig::pallet::Error<T>
|
|
4067
3954
|
**/
|
|
4068
3955
|
PalletMultisigError: {
|
|
4069
3956
|
_enum: string[];
|
|
4070
3957
|
};
|
|
4071
3958
|
/**
|
|
4072
|
-
*
|
|
3959
|
+
* Lookup573: pallet_bridge::pallet::BridgeTxDetail<BlockNumber>
|
|
4073
3960
|
**/
|
|
4074
3961
|
PalletBridgeBridgeTxDetail: {
|
|
4075
3962
|
amount: string;
|
|
@@ -4078,7 +3965,7 @@ declare const _default: {
|
|
|
4078
3965
|
txHash: string;
|
|
4079
3966
|
};
|
|
4080
3967
|
/**
|
|
4081
|
-
*
|
|
3968
|
+
* Lookup574: pallet_bridge::pallet::BridgeTxStatus
|
|
4082
3969
|
**/
|
|
4083
3970
|
PalletBridgeBridgeTxStatus: {
|
|
4084
3971
|
_enum: {
|
|
@@ -4090,7 +3977,7 @@ declare const _default: {
|
|
|
4090
3977
|
};
|
|
4091
3978
|
};
|
|
4092
3979
|
/**
|
|
4093
|
-
*
|
|
3980
|
+
* Lookup577: pallet_staking::StakingLedger<T>
|
|
4094
3981
|
**/
|
|
4095
3982
|
PalletStakingStakingLedger: {
|
|
4096
3983
|
stash: string;
|
|
@@ -4100,14 +3987,14 @@ declare const _default: {
|
|
|
4100
3987
|
claimedRewards: string;
|
|
4101
3988
|
};
|
|
4102
3989
|
/**
|
|
4103
|
-
*
|
|
3990
|
+
* Lookup579: pallet_staking::UnlockChunk<Balance>
|
|
4104
3991
|
**/
|
|
4105
3992
|
PalletStakingUnlockChunk: {
|
|
4106
3993
|
value: string;
|
|
4107
3994
|
era: string;
|
|
4108
3995
|
};
|
|
4109
3996
|
/**
|
|
4110
|
-
*
|
|
3997
|
+
* Lookup582: pallet_staking::Nominations<T>
|
|
4111
3998
|
**/
|
|
4112
3999
|
PalletStakingNominations: {
|
|
4113
4000
|
targets: string;
|
|
@@ -4115,21 +4002,21 @@ declare const _default: {
|
|
|
4115
4002
|
suppressed: string;
|
|
4116
4003
|
};
|
|
4117
4004
|
/**
|
|
4118
|
-
*
|
|
4005
|
+
* Lookup584: pallet_staking::ActiveEraInfo
|
|
4119
4006
|
**/
|
|
4120
4007
|
PalletStakingActiveEraInfo: {
|
|
4121
4008
|
index: string;
|
|
4122
4009
|
start: string;
|
|
4123
4010
|
};
|
|
4124
4011
|
/**
|
|
4125
|
-
*
|
|
4012
|
+
* Lookup586: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
|
|
4126
4013
|
**/
|
|
4127
4014
|
PalletStakingEraRewardPoints: {
|
|
4128
4015
|
total: string;
|
|
4129
4016
|
individual: string;
|
|
4130
4017
|
};
|
|
4131
4018
|
/**
|
|
4132
|
-
*
|
|
4019
|
+
* Lookup590: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
|
|
4133
4020
|
**/
|
|
4134
4021
|
PalletStakingUnappliedSlash: {
|
|
4135
4022
|
validator: string;
|
|
@@ -4139,7 +4026,7 @@ declare const _default: {
|
|
|
4139
4026
|
payout: string;
|
|
4140
4027
|
};
|
|
4141
4028
|
/**
|
|
4142
|
-
*
|
|
4029
|
+
* Lookup592: pallet_staking::slashing::SlashingSpans
|
|
4143
4030
|
**/
|
|
4144
4031
|
PalletStakingSlashingSlashingSpans: {
|
|
4145
4032
|
spanIndex: string;
|
|
@@ -4148,44 +4035,44 @@ declare const _default: {
|
|
|
4148
4035
|
prior: string;
|
|
4149
4036
|
};
|
|
4150
4037
|
/**
|
|
4151
|
-
*
|
|
4038
|
+
* Lookup593: pallet_staking::slashing::SpanRecord<Balance>
|
|
4152
4039
|
**/
|
|
4153
4040
|
PalletStakingSlashingSpanRecord: {
|
|
4154
4041
|
slashed: string;
|
|
4155
4042
|
paidOut: string;
|
|
4156
4043
|
};
|
|
4157
4044
|
/**
|
|
4158
|
-
*
|
|
4045
|
+
* Lookup596: pallet_staking::types::PermissionedIdentityPrefs
|
|
4159
4046
|
**/
|
|
4160
4047
|
PalletStakingPermissionedIdentityPrefs: {
|
|
4161
4048
|
intendedCount: string;
|
|
4162
4049
|
runningCount: string;
|
|
4163
4050
|
};
|
|
4164
4051
|
/**
|
|
4165
|
-
*
|
|
4052
|
+
* Lookup598: pallet_staking::pallet::pallet::Error<T>
|
|
4166
4053
|
**/
|
|
4167
4054
|
PalletStakingPalletError: {
|
|
4168
4055
|
_enum: string[];
|
|
4169
4056
|
};
|
|
4170
4057
|
/**
|
|
4171
|
-
*
|
|
4058
|
+
* Lookup599: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
|
|
4172
4059
|
**/
|
|
4173
4060
|
SpStakingOffenceOffenceDetails: {
|
|
4174
4061
|
offender: string;
|
|
4175
4062
|
reporters: string;
|
|
4176
4063
|
};
|
|
4177
4064
|
/**
|
|
4178
|
-
*
|
|
4065
|
+
* Lookup604: sp_core::crypto::KeyTypeId
|
|
4179
4066
|
**/
|
|
4180
4067
|
SpCoreCryptoKeyTypeId: string;
|
|
4181
4068
|
/**
|
|
4182
|
-
*
|
|
4069
|
+
* Lookup605: pallet_session::pallet::Error<T>
|
|
4183
4070
|
**/
|
|
4184
4071
|
PalletSessionError: {
|
|
4185
4072
|
_enum: string[];
|
|
4186
4073
|
};
|
|
4187
4074
|
/**
|
|
4188
|
-
*
|
|
4075
|
+
* Lookup606: pallet_grandpa::StoredState<N>
|
|
4189
4076
|
**/
|
|
4190
4077
|
PalletGrandpaStoredState: {
|
|
4191
4078
|
_enum: {
|
|
@@ -4202,7 +4089,7 @@ declare const _default: {
|
|
|
4202
4089
|
};
|
|
4203
4090
|
};
|
|
4204
4091
|
/**
|
|
4205
|
-
*
|
|
4092
|
+
* Lookup607: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
4206
4093
|
**/
|
|
4207
4094
|
PalletGrandpaStoredPendingChange: {
|
|
4208
4095
|
scheduledAt: string;
|
|
@@ -4211,46 +4098,46 @@ declare const _default: {
|
|
|
4211
4098
|
forced: string;
|
|
4212
4099
|
};
|
|
4213
4100
|
/**
|
|
4214
|
-
*
|
|
4101
|
+
* Lookup609: pallet_grandpa::pallet::Error<T>
|
|
4215
4102
|
**/
|
|
4216
4103
|
PalletGrandpaError: {
|
|
4217
4104
|
_enum: string[];
|
|
4218
4105
|
};
|
|
4219
4106
|
/**
|
|
4220
|
-
*
|
|
4107
|
+
* Lookup613: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
|
|
4221
4108
|
**/
|
|
4222
4109
|
PalletImOnlineBoundedOpaqueNetworkState: {
|
|
4223
4110
|
peerId: string;
|
|
4224
4111
|
externalAddresses: string;
|
|
4225
4112
|
};
|
|
4226
4113
|
/**
|
|
4227
|
-
*
|
|
4114
|
+
* Lookup617: pallet_im_online::pallet::Error<T>
|
|
4228
4115
|
**/
|
|
4229
4116
|
PalletImOnlineError: {
|
|
4230
4117
|
_enum: string[];
|
|
4231
4118
|
};
|
|
4232
4119
|
/**
|
|
4233
|
-
*
|
|
4120
|
+
* Lookup619: pallet_sudo::pallet::Error<T>
|
|
4234
4121
|
**/
|
|
4235
4122
|
PalletSudoError: {
|
|
4236
4123
|
_enum: string[];
|
|
4237
4124
|
};
|
|
4238
4125
|
/**
|
|
4239
|
-
*
|
|
4126
|
+
* Lookup620: pallet_asset::types::TickerRegistration<T>
|
|
4240
4127
|
**/
|
|
4241
4128
|
PalletAssetTickerRegistration: {
|
|
4242
4129
|
owner: string;
|
|
4243
4130
|
expiry: string;
|
|
4244
4131
|
};
|
|
4245
4132
|
/**
|
|
4246
|
-
*
|
|
4133
|
+
* Lookup621: pallet_asset::types::TickerRegistrationConfig<T>
|
|
4247
4134
|
**/
|
|
4248
4135
|
PalletAssetTickerRegistrationConfig: {
|
|
4249
4136
|
maxTickerLength: string;
|
|
4250
4137
|
registrationLength: string;
|
|
4251
4138
|
};
|
|
4252
4139
|
/**
|
|
4253
|
-
*
|
|
4140
|
+
* Lookup622: pallet_asset::types::AssetDetails
|
|
4254
4141
|
**/
|
|
4255
4142
|
PalletAssetAssetDetails: {
|
|
4256
4143
|
totalSupply: string;
|
|
@@ -4259,19 +4146,19 @@ declare const _default: {
|
|
|
4259
4146
|
assetType: string;
|
|
4260
4147
|
};
|
|
4261
4148
|
/**
|
|
4262
|
-
*
|
|
4149
|
+
* Lookup632: pallet_asset::pallet::Error<T>
|
|
4263
4150
|
**/
|
|
4264
4151
|
PalletAssetError: {
|
|
4265
4152
|
_enum: string[];
|
|
4266
4153
|
};
|
|
4267
4154
|
/**
|
|
4268
|
-
*
|
|
4155
|
+
* Lookup635: pallet_corporate_actions::distribution::pallet::Error<T>
|
|
4269
4156
|
**/
|
|
4270
|
-
|
|
4157
|
+
PalletCorporateActionsDistributionPalletError: {
|
|
4271
4158
|
_enum: string[];
|
|
4272
4159
|
};
|
|
4273
4160
|
/**
|
|
4274
|
-
*
|
|
4161
|
+
* Lookup639: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
|
|
4275
4162
|
**/
|
|
4276
4163
|
PolymeshCommonUtilitiesCheckpointNextCheckpoints: {
|
|
4277
4164
|
nextAt: string;
|
|
@@ -4279,44 +4166,44 @@ declare const _default: {
|
|
|
4279
4166
|
schedules: string;
|
|
4280
4167
|
};
|
|
4281
4168
|
/**
|
|
4282
|
-
*
|
|
4169
|
+
* Lookup645: pallet_asset::checkpoint::pallet::Error<T>
|
|
4283
4170
|
**/
|
|
4284
|
-
|
|
4171
|
+
PalletAssetCheckpointPalletError: {
|
|
4285
4172
|
_enum: string[];
|
|
4286
4173
|
};
|
|
4287
4174
|
/**
|
|
4288
|
-
*
|
|
4175
|
+
* Lookup646: polymesh_primitives::compliance_manager::AssetCompliance
|
|
4289
4176
|
**/
|
|
4290
4177
|
PolymeshPrimitivesComplianceManagerAssetCompliance: {
|
|
4291
4178
|
paused: string;
|
|
4292
4179
|
requirements: string;
|
|
4293
4180
|
};
|
|
4294
4181
|
/**
|
|
4295
|
-
*
|
|
4182
|
+
* Lookup648: pallet_compliance_manager::pallet::Error<T>
|
|
4296
4183
|
**/
|
|
4297
4184
|
PalletComplianceManagerError: {
|
|
4298
4185
|
_enum: string[];
|
|
4299
4186
|
};
|
|
4300
4187
|
/**
|
|
4301
|
-
*
|
|
4188
|
+
* Lookup651: pallet_corporate_actions::pallet::Error<T>
|
|
4302
4189
|
**/
|
|
4303
4190
|
PalletCorporateActionsError: {
|
|
4304
4191
|
_enum: string[];
|
|
4305
4192
|
};
|
|
4306
4193
|
/**
|
|
4307
|
-
*
|
|
4194
|
+
* Lookup655: pallet_corporate_actions::ballot::pallet::Error<T>
|
|
4308
4195
|
**/
|
|
4309
|
-
|
|
4196
|
+
PalletCorporateActionsBallotPalletError: {
|
|
4310
4197
|
_enum: string[];
|
|
4311
4198
|
};
|
|
4312
4199
|
/**
|
|
4313
|
-
*
|
|
4200
|
+
* Lookup656: pallet_permissions::pallet::Error<T>
|
|
4314
4201
|
**/
|
|
4315
4202
|
PalletPermissionsError: {
|
|
4316
4203
|
_enum: string[];
|
|
4317
4204
|
};
|
|
4318
4205
|
/**
|
|
4319
|
-
*
|
|
4206
|
+
* Lookup657: pallet_pips::types::PipsMetadata<BlockNumber>
|
|
4320
4207
|
**/
|
|
4321
4208
|
PalletPipsPipsMetadata: {
|
|
4322
4209
|
id: string;
|
|
@@ -4327,14 +4214,14 @@ declare const _default: {
|
|
|
4327
4214
|
expiry: string;
|
|
4328
4215
|
};
|
|
4329
4216
|
/**
|
|
4330
|
-
*
|
|
4217
|
+
* Lookup659: pallet_pips::types::DepositInfo<sp_core::crypto::AccountId32>
|
|
4331
4218
|
**/
|
|
4332
4219
|
PalletPipsDepositInfo: {
|
|
4333
4220
|
owner: string;
|
|
4334
4221
|
amount: string;
|
|
4335
4222
|
};
|
|
4336
4223
|
/**
|
|
4337
|
-
*
|
|
4224
|
+
* Lookup660: pallet_pips::types::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
|
|
4338
4225
|
**/
|
|
4339
4226
|
PalletPipsPip: {
|
|
4340
4227
|
id: string;
|
|
@@ -4342,7 +4229,7 @@ declare const _default: {
|
|
|
4342
4229
|
proposer: string;
|
|
4343
4230
|
};
|
|
4344
4231
|
/**
|
|
4345
|
-
*
|
|
4232
|
+
* Lookup661: pallet_pips::types::VotingResult
|
|
4346
4233
|
**/
|
|
4347
4234
|
PalletPipsVotingResult: {
|
|
4348
4235
|
ayesCount: string;
|
|
@@ -4351,11 +4238,11 @@ declare const _default: {
|
|
|
4351
4238
|
naysStake: string;
|
|
4352
4239
|
};
|
|
4353
4240
|
/**
|
|
4354
|
-
*
|
|
4241
|
+
* Lookup662: pallet_pips::types::Vote
|
|
4355
4242
|
**/
|
|
4356
4243
|
PalletPipsVote: string;
|
|
4357
4244
|
/**
|
|
4358
|
-
*
|
|
4245
|
+
* Lookup663: pallet_pips::types::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
|
|
4359
4246
|
**/
|
|
4360
4247
|
PalletPipsSnapshotMetadata: {
|
|
4361
4248
|
createdAt: string;
|
|
@@ -4363,25 +4250,25 @@ declare const _default: {
|
|
|
4363
4250
|
id: string;
|
|
4364
4251
|
};
|
|
4365
4252
|
/**
|
|
4366
|
-
*
|
|
4253
|
+
* Lookup665: pallet_pips::pallet::Error<T>
|
|
4367
4254
|
**/
|
|
4368
4255
|
PalletPipsError: {
|
|
4369
4256
|
_enum: string[];
|
|
4370
4257
|
};
|
|
4371
4258
|
/**
|
|
4372
|
-
*
|
|
4259
|
+
* Lookup673: pallet_portfolio::pallet::Error<T>
|
|
4373
4260
|
**/
|
|
4374
4261
|
PalletPortfolioError: {
|
|
4375
4262
|
_enum: string[];
|
|
4376
4263
|
};
|
|
4377
4264
|
/**
|
|
4378
|
-
*
|
|
4265
|
+
* Lookup674: pallet_protocol_fee::pallet::Error<T>
|
|
4379
4266
|
**/
|
|
4380
4267
|
PalletProtocolFeeError: {
|
|
4381
4268
|
_enum: string[];
|
|
4382
4269
|
};
|
|
4383
4270
|
/**
|
|
4384
|
-
*
|
|
4271
|
+
* Lookup677: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>, BlockNumber, polymesh_runtime_develop::runtime::OriginCaller, sp_core::crypto::AccountId32>
|
|
4385
4272
|
**/
|
|
4386
4273
|
PalletSchedulerScheduled: {
|
|
4387
4274
|
maybeId: string;
|
|
@@ -4391,7 +4278,7 @@ declare const _default: {
|
|
|
4391
4278
|
origin: string;
|
|
4392
4279
|
};
|
|
4393
4280
|
/**
|
|
4394
|
-
*
|
|
4281
|
+
* Lookup678: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
|
|
4395
4282
|
**/
|
|
4396
4283
|
FrameSupportPreimagesBounded: {
|
|
4397
4284
|
_enum: {
|
|
@@ -4412,20 +4299,20 @@ declare const _default: {
|
|
|
4412
4299
|
};
|
|
4413
4300
|
};
|
|
4414
4301
|
/**
|
|
4415
|
-
*
|
|
4302
|
+
* Lookup681: pallet_scheduler::pallet::Error<T>
|
|
4416
4303
|
**/
|
|
4417
4304
|
PalletSchedulerError: {
|
|
4418
4305
|
_enum: string[];
|
|
4419
4306
|
};
|
|
4420
4307
|
/**
|
|
4421
|
-
*
|
|
4308
|
+
* Lookup682: polymesh_primitives::settlement::Venue
|
|
4422
4309
|
**/
|
|
4423
4310
|
PolymeshPrimitivesSettlementVenue: {
|
|
4424
4311
|
creator: string;
|
|
4425
4312
|
venueType: string;
|
|
4426
4313
|
};
|
|
4427
4314
|
/**
|
|
4428
|
-
*
|
|
4315
|
+
* Lookup686: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
|
|
4429
4316
|
**/
|
|
4430
4317
|
PolymeshPrimitivesSettlementInstruction: {
|
|
4431
4318
|
instructionId: string;
|
|
@@ -4436,7 +4323,7 @@ declare const _default: {
|
|
|
4436
4323
|
valueDate: string;
|
|
4437
4324
|
};
|
|
4438
4325
|
/**
|
|
4439
|
-
*
|
|
4326
|
+
* Lookup688: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
|
|
4440
4327
|
**/
|
|
4441
4328
|
PolymeshPrimitivesSettlementLegStatus: {
|
|
4442
4329
|
_enum: {
|
|
@@ -4446,13 +4333,13 @@ declare const _default: {
|
|
|
4446
4333
|
};
|
|
4447
4334
|
};
|
|
4448
4335
|
/**
|
|
4449
|
-
*
|
|
4336
|
+
* Lookup690: polymesh_primitives::settlement::AffirmationStatus
|
|
4450
4337
|
**/
|
|
4451
4338
|
PolymeshPrimitivesSettlementAffirmationStatus: {
|
|
4452
4339
|
_enum: string[];
|
|
4453
4340
|
};
|
|
4454
4341
|
/**
|
|
4455
|
-
*
|
|
4342
|
+
* Lookup693: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
|
|
4456
4343
|
**/
|
|
4457
4344
|
PolymeshPrimitivesSettlementInstructionStatus: {
|
|
4458
4345
|
_enum: {
|
|
@@ -4464,7 +4351,7 @@ declare const _default: {
|
|
|
4464
4351
|
};
|
|
4465
4352
|
};
|
|
4466
4353
|
/**
|
|
4467
|
-
*
|
|
4354
|
+
* Lookup695: polymesh_primitives::settlement::MediatorAffirmationStatus<T>
|
|
4468
4355
|
**/
|
|
4469
4356
|
PolymeshPrimitivesSettlementMediatorAffirmationStatus: {
|
|
4470
4357
|
_enum: {
|
|
@@ -4476,76 +4363,76 @@ declare const _default: {
|
|
|
4476
4363
|
};
|
|
4477
4364
|
};
|
|
4478
4365
|
/**
|
|
4479
|
-
*
|
|
4366
|
+
* Lookup697: pallet_settlement::pallet::Error<T>
|
|
4480
4367
|
**/
|
|
4481
4368
|
PalletSettlementError: {
|
|
4482
4369
|
_enum: string[];
|
|
4483
4370
|
};
|
|
4484
4371
|
/**
|
|
4485
|
-
*
|
|
4372
|
+
* Lookup700: polymesh_primitives::statistics::Stat1stKey
|
|
4486
4373
|
**/
|
|
4487
4374
|
PolymeshPrimitivesStatisticsStat1stKey: {
|
|
4488
4375
|
assetId: string;
|
|
4489
4376
|
statType: string;
|
|
4490
4377
|
};
|
|
4491
4378
|
/**
|
|
4492
|
-
*
|
|
4379
|
+
* Lookup701: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
|
|
4493
4380
|
**/
|
|
4494
4381
|
PolymeshPrimitivesTransferComplianceAssetTransferCompliance: {
|
|
4495
4382
|
paused: string;
|
|
4496
4383
|
requirements: string;
|
|
4497
4384
|
};
|
|
4498
4385
|
/**
|
|
4499
|
-
*
|
|
4386
|
+
* Lookup705: pallet_statistics::pallet::Error<T>
|
|
4500
4387
|
**/
|
|
4501
4388
|
PalletStatisticsError: {
|
|
4502
4389
|
_enum: string[];
|
|
4503
4390
|
};
|
|
4504
4391
|
/**
|
|
4505
|
-
*
|
|
4392
|
+
* Lookup708: pallet_sto::pallet::Error<T>
|
|
4506
4393
|
**/
|
|
4507
4394
|
PalletStoError: {
|
|
4508
4395
|
_enum: string[];
|
|
4509
4396
|
};
|
|
4510
4397
|
/**
|
|
4511
|
-
*
|
|
4398
|
+
* Lookup709: pallet_treasury::pallet::Error<T>
|
|
4512
4399
|
**/
|
|
4513
4400
|
PalletTreasuryError: {
|
|
4514
4401
|
_enum: string[];
|
|
4515
4402
|
};
|
|
4516
4403
|
/**
|
|
4517
|
-
*
|
|
4404
|
+
* Lookup710: pallet_utility::pallet::Error<T>
|
|
4518
4405
|
**/
|
|
4519
4406
|
PalletUtilityError: {
|
|
4520
4407
|
_enum: string[];
|
|
4521
4408
|
};
|
|
4522
4409
|
/**
|
|
4523
|
-
*
|
|
4410
|
+
* Lookup711: pallet_base::pallet::Error<T>
|
|
4524
4411
|
**/
|
|
4525
4412
|
PalletBaseError: {
|
|
4526
4413
|
_enum: string[];
|
|
4527
4414
|
};
|
|
4528
4415
|
/**
|
|
4529
|
-
*
|
|
4416
|
+
* Lookup714: pallet_external_agents::pallet::Error<T>
|
|
4530
4417
|
**/
|
|
4531
4418
|
PalletExternalAgentsError: {
|
|
4532
4419
|
_enum: string[];
|
|
4533
4420
|
};
|
|
4534
4421
|
/**
|
|
4535
|
-
*
|
|
4422
|
+
* Lookup715: pallet_relayer::pallet::Subsidy<sp_core::crypto::AccountId32>
|
|
4536
4423
|
**/
|
|
4537
4424
|
PalletRelayerSubsidy: {
|
|
4538
4425
|
payingKey: string;
|
|
4539
4426
|
remaining: string;
|
|
4540
4427
|
};
|
|
4541
4428
|
/**
|
|
4542
|
-
*
|
|
4429
|
+
* Lookup716: pallet_relayer::pallet::Error<T>
|
|
4543
4430
|
**/
|
|
4544
4431
|
PalletRelayerError: {
|
|
4545
4432
|
_enum: string[];
|
|
4546
4433
|
};
|
|
4547
4434
|
/**
|
|
4548
|
-
*
|
|
4435
|
+
* Lookup718: pallet_contracts::wasm::PrefabWasmModule<T>
|
|
4549
4436
|
**/
|
|
4550
4437
|
PalletContractsWasmPrefabWasmModule: {
|
|
4551
4438
|
instructionWeightsVersion: string;
|
|
@@ -4555,7 +4442,7 @@ declare const _default: {
|
|
|
4555
4442
|
determinism: string;
|
|
4556
4443
|
};
|
|
4557
4444
|
/**
|
|
4558
|
-
*
|
|
4445
|
+
* Lookup720: pallet_contracts::wasm::OwnerInfo<T>
|
|
4559
4446
|
**/
|
|
4560
4447
|
PalletContractsWasmOwnerInfo: {
|
|
4561
4448
|
owner: string;
|
|
@@ -4563,7 +4450,7 @@ declare const _default: {
|
|
|
4563
4450
|
refcount: string;
|
|
4564
4451
|
};
|
|
4565
4452
|
/**
|
|
4566
|
-
*
|
|
4453
|
+
* Lookup721: pallet_contracts::storage::ContractInfo<T>
|
|
4567
4454
|
**/
|
|
4568
4455
|
PalletContractsStorageContractInfo: {
|
|
4569
4456
|
trieId: string;
|
|
@@ -4576,13 +4463,13 @@ declare const _default: {
|
|
|
4576
4463
|
storageBaseDeposit: string;
|
|
4577
4464
|
};
|
|
4578
4465
|
/**
|
|
4579
|
-
*
|
|
4466
|
+
* Lookup724: pallet_contracts::storage::DeletedContract
|
|
4580
4467
|
**/
|
|
4581
4468
|
PalletContractsStorageDeletedContract: {
|
|
4582
4469
|
trieId: string;
|
|
4583
4470
|
};
|
|
4584
4471
|
/**
|
|
4585
|
-
*
|
|
4472
|
+
* Lookup726: pallet_contracts::schedule::Schedule<T>
|
|
4586
4473
|
**/
|
|
4587
4474
|
PalletContractsSchedule: {
|
|
4588
4475
|
limits: string;
|
|
@@ -4590,7 +4477,7 @@ declare const _default: {
|
|
|
4590
4477
|
hostFnWeights: string;
|
|
4591
4478
|
};
|
|
4592
4479
|
/**
|
|
4593
|
-
*
|
|
4480
|
+
* Lookup727: pallet_contracts::schedule::Limits
|
|
4594
4481
|
**/
|
|
4595
4482
|
PalletContractsScheduleLimits: {
|
|
4596
4483
|
eventTopics: string;
|
|
@@ -4604,7 +4491,7 @@ declare const _default: {
|
|
|
4604
4491
|
payloadLen: string;
|
|
4605
4492
|
};
|
|
4606
4493
|
/**
|
|
4607
|
-
*
|
|
4494
|
+
* Lookup728: pallet_contracts::schedule::InstructionWeights<T>
|
|
4608
4495
|
**/
|
|
4609
4496
|
PalletContractsScheduleInstructionWeights: {
|
|
4610
4497
|
_alias: {
|
|
@@ -4666,7 +4553,7 @@ declare const _default: {
|
|
|
4666
4553
|
i64rotr: string;
|
|
4667
4554
|
};
|
|
4668
4555
|
/**
|
|
4669
|
-
*
|
|
4556
|
+
* Lookup729: pallet_contracts::schedule::HostFnWeights<T>
|
|
4670
4557
|
**/
|
|
4671
4558
|
PalletContractsScheduleHostFnWeights: {
|
|
4672
4559
|
_alias: {
|
|
@@ -4733,19 +4620,19 @@ declare const _default: {
|
|
|
4733
4620
|
instantiationNonce: string;
|
|
4734
4621
|
};
|
|
4735
4622
|
/**
|
|
4736
|
-
*
|
|
4623
|
+
* Lookup730: pallet_contracts::pallet::Error<T>
|
|
4737
4624
|
**/
|
|
4738
4625
|
PalletContractsError: {
|
|
4739
4626
|
_enum: string[];
|
|
4740
4627
|
};
|
|
4741
4628
|
/**
|
|
4742
|
-
*
|
|
4629
|
+
* Lookup732: polymesh_contracts::pallet::Error<T>
|
|
4743
4630
|
**/
|
|
4744
4631
|
PolymeshContractsError: {
|
|
4745
4632
|
_enum: string[];
|
|
4746
4633
|
};
|
|
4747
4634
|
/**
|
|
4748
|
-
*
|
|
4635
|
+
* Lookup733: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
|
|
4749
4636
|
**/
|
|
4750
4637
|
PalletPreimageRequestStatus: {
|
|
4751
4638
|
_enum: {
|
|
@@ -4761,26 +4648,26 @@ declare const _default: {
|
|
|
4761
4648
|
};
|
|
4762
4649
|
};
|
|
4763
4650
|
/**
|
|
4764
|
-
*
|
|
4651
|
+
* Lookup737: pallet_preimage::pallet::Error<T>
|
|
4765
4652
|
**/
|
|
4766
4653
|
PalletPreimageError: {
|
|
4767
4654
|
_enum: string[];
|
|
4768
4655
|
};
|
|
4769
4656
|
/**
|
|
4770
|
-
*
|
|
4657
|
+
* Lookup738: polymesh_primitives::nft::NFTCollection
|
|
4771
4658
|
**/
|
|
4772
4659
|
PolymeshPrimitivesNftNftCollection: {
|
|
4773
4660
|
id: string;
|
|
4774
4661
|
assetId: string;
|
|
4775
4662
|
};
|
|
4776
4663
|
/**
|
|
4777
|
-
*
|
|
4664
|
+
* Lookup742: pallet_nft::pallet::Error<T>
|
|
4778
4665
|
**/
|
|
4779
4666
|
PalletNftError: {
|
|
4780
4667
|
_enum: string[];
|
|
4781
4668
|
};
|
|
4782
4669
|
/**
|
|
4783
|
-
*
|
|
4670
|
+
* Lookup743: pallet_election_provider_multi_phase::ReadySolution<T>
|
|
4784
4671
|
**/
|
|
4785
4672
|
PalletElectionProviderMultiPhaseReadySolution: {
|
|
4786
4673
|
supports: string;
|
|
@@ -4788,14 +4675,14 @@ declare const _default: {
|
|
|
4788
4675
|
compute: string;
|
|
4789
4676
|
};
|
|
4790
4677
|
/**
|
|
4791
|
-
*
|
|
4678
|
+
* Lookup745: pallet_election_provider_multi_phase::RoundSnapshot<T>
|
|
4792
4679
|
**/
|
|
4793
4680
|
PalletElectionProviderMultiPhaseRoundSnapshot: {
|
|
4794
4681
|
voters: string;
|
|
4795
4682
|
targets: string;
|
|
4796
4683
|
};
|
|
4797
4684
|
/**
|
|
4798
|
-
*
|
|
4685
|
+
* Lookup751: pallet_election_provider_multi_phase::signed::SignedSubmission<sp_core::crypto::AccountId32, Balance, polymesh_runtime_common::NposSolution16>
|
|
4799
4686
|
**/
|
|
4800
4687
|
PalletElectionProviderMultiPhaseSignedSignedSubmission: {
|
|
4801
4688
|
who: string;
|
|
@@ -4804,49 +4691,41 @@ declare const _default: {
|
|
|
4804
4691
|
callFee: string;
|
|
4805
4692
|
};
|
|
4806
4693
|
/**
|
|
4807
|
-
*
|
|
4694
|
+
* Lookup752: pallet_election_provider_multi_phase::pallet::Error<T>
|
|
4808
4695
|
**/
|
|
4809
4696
|
PalletElectionProviderMultiPhaseError: {
|
|
4810
4697
|
_enum: string[];
|
|
4811
4698
|
};
|
|
4812
4699
|
/**
|
|
4813
|
-
*
|
|
4814
|
-
**/
|
|
4815
|
-
PalletTestUtilsError: string;
|
|
4816
|
-
/**
|
|
4817
|
-
* Lookup766: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
4700
|
+
* Lookup755: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
4818
4701
|
**/
|
|
4819
4702
|
FrameSystemExtensionsCheckSpecVersion: string;
|
|
4820
4703
|
/**
|
|
4821
|
-
*
|
|
4704
|
+
* Lookup756: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
4822
4705
|
**/
|
|
4823
4706
|
FrameSystemExtensionsCheckTxVersion: string;
|
|
4824
4707
|
/**
|
|
4825
|
-
*
|
|
4708
|
+
* Lookup757: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
4826
4709
|
**/
|
|
4827
4710
|
FrameSystemExtensionsCheckGenesis: string;
|
|
4828
4711
|
/**
|
|
4829
|
-
*
|
|
4712
|
+
* Lookup760: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
4830
4713
|
**/
|
|
4831
4714
|
FrameSystemExtensionsCheckNonce: string;
|
|
4832
4715
|
/**
|
|
4833
|
-
*
|
|
4834
|
-
**/
|
|
4835
|
-
PolymeshExtensionsCheckWeight: string;
|
|
4836
|
-
/**
|
|
4837
|
-
* Lookup773: frame_system::extensions::check_weight::CheckWeight<T>
|
|
4716
|
+
* Lookup761: frame_system::extensions::check_weight::CheckWeight<T>
|
|
4838
4717
|
**/
|
|
4839
4718
|
FrameSystemExtensionsCheckWeight: string;
|
|
4840
4719
|
/**
|
|
4841
|
-
*
|
|
4720
|
+
* Lookup762: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
4842
4721
|
**/
|
|
4843
4722
|
PalletTransactionPaymentChargeTransactionPayment: string;
|
|
4844
4723
|
/**
|
|
4845
|
-
*
|
|
4724
|
+
* Lookup763: pallet_permissions::StoreCallMetadata<T>
|
|
4846
4725
|
**/
|
|
4847
4726
|
PalletPermissionsStoreCallMetadata: string;
|
|
4848
4727
|
/**
|
|
4849
|
-
*
|
|
4728
|
+
* Lookup764: polymesh_runtime_develop::runtime::Runtime
|
|
4850
4729
|
**/
|
|
4851
4730
|
PolymeshRuntimeDevelopRuntime: string;
|
|
4852
4731
|
};
|