@polymeshassociation/polymesh-sdk 27.5.0 → 27.5.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/api/procedures/utils.d.ts +0 -6
- package/api/procedures/utils.d.ts.map +1 -1
- package/api/procedures/utils.js +3 -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/package.json +8 -4
- 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/polkadot/lookup.js
CHANGED
|
@@ -5,19 +5,19 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
5
5
|
/* eslint-disable sort-keys */
|
|
6
6
|
exports.default = {
|
|
7
7
|
/**
|
|
8
|
-
* Lookup3: frame_system::AccountInfo<Index,
|
|
8
|
+
* Lookup3: frame_system::AccountInfo<Index, pallet_balances::AccountData>
|
|
9
9
|
**/
|
|
10
10
|
FrameSystemAccountInfo: {
|
|
11
11
|
nonce: 'u32',
|
|
12
12
|
consumers: 'u32',
|
|
13
13
|
providers: 'u32',
|
|
14
14
|
sufficients: 'u32',
|
|
15
|
-
data: '
|
|
15
|
+
data: 'PalletBalancesAccountData',
|
|
16
16
|
},
|
|
17
17
|
/**
|
|
18
|
-
* Lookup5:
|
|
18
|
+
* Lookup5: pallet_balances::AccountData
|
|
19
19
|
**/
|
|
20
|
-
|
|
20
|
+
PalletBalancesAccountData: {
|
|
21
21
|
free: 'u128',
|
|
22
22
|
reserved: 'u128',
|
|
23
23
|
miscFrozen: 'u128',
|
|
@@ -188,9 +188,9 @@ exports.default = {
|
|
|
188
188
|
},
|
|
189
189
|
},
|
|
190
190
|
/**
|
|
191
|
-
* Lookup30:
|
|
191
|
+
* Lookup30: pallet_balances::pallet::Event<T>
|
|
192
192
|
**/
|
|
193
|
-
|
|
193
|
+
PalletBalancesEvent: {
|
|
194
194
|
_enum: {
|
|
195
195
|
Endowed: '(Option<PolymeshPrimitivesIdentityId>,AccountId32,u128)',
|
|
196
196
|
Transfer: '(Option<PolymeshPrimitivesIdentityId>,AccountId32,Option<PolymeshPrimitivesIdentityId>,AccountId32,u128,Option<PolymeshPrimitivesMemo>)',
|
|
@@ -216,9 +216,9 @@ exports.default = {
|
|
|
216
216
|
_enum: ['Free', 'Reserved'],
|
|
217
217
|
},
|
|
218
218
|
/**
|
|
219
|
-
* Lookup36: pallet_transaction_payment::
|
|
219
|
+
* Lookup36: pallet_transaction_payment::pallet::Event<T>
|
|
220
220
|
**/
|
|
221
|
-
|
|
221
|
+
PalletTransactionPaymentEvent: {
|
|
222
222
|
_enum: {
|
|
223
223
|
TransactionFeePaid: {
|
|
224
224
|
who: 'AccountId32',
|
|
@@ -228,9 +228,9 @@ exports.default = {
|
|
|
228
228
|
},
|
|
229
229
|
},
|
|
230
230
|
/**
|
|
231
|
-
* Lookup37:
|
|
231
|
+
* Lookup37: pallet_identity::pallet::Event<T>
|
|
232
232
|
**/
|
|
233
|
-
|
|
233
|
+
PalletIdentityEvent: {
|
|
234
234
|
_enum: {
|
|
235
235
|
DidCreated: '(PolymeshPrimitivesIdentityId,AccountId32,Vec<PolymeshPrimitivesSecondaryKey>)',
|
|
236
236
|
SecondaryKeysAdded: '(PolymeshPrimitivesIdentityId,Vec<PolymeshPrimitivesSecondaryKey>)',
|
|
@@ -668,9 +668,9 @@ exports.default = {
|
|
|
668
668
|
},
|
|
669
669
|
},
|
|
670
670
|
/**
|
|
671
|
-
* Lookup79:
|
|
671
|
+
* Lookup79: pallet_group::pallet::Event<T, I>
|
|
672
672
|
**/
|
|
673
|
-
|
|
673
|
+
PalletGroupEvent: {
|
|
674
674
|
_enum: {
|
|
675
675
|
MemberAdded: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
|
|
676
676
|
MemberRemoved: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
|
|
@@ -682,13 +682,9 @@ exports.default = {
|
|
|
682
682
|
},
|
|
683
683
|
},
|
|
684
684
|
/**
|
|
685
|
-
*
|
|
685
|
+
* Lookup81: pallet_committee::pallet::Event<T, I>
|
|
686
686
|
**/
|
|
687
|
-
|
|
688
|
-
/**
|
|
689
|
-
* Lookup82: pallet_committee::RawEvent<primitive_types::H256, BlockNumber, pallet_committee::Instance1>
|
|
690
|
-
**/
|
|
691
|
-
PalletCommitteeRawEventInstance1: {
|
|
687
|
+
PalletCommitteeEvent: {
|
|
692
688
|
_enum: {
|
|
693
689
|
Proposed: '(PolymeshPrimitivesIdentityId,u32,H256)',
|
|
694
690
|
Voted: '(PolymeshPrimitivesIdentityId,u32,H256,bool,u32,u32,u32)',
|
|
@@ -698,121 +694,21 @@ exports.default = {
|
|
|
698
694
|
Rejected: '(Option<PolymeshPrimitivesIdentityId>,H256,u32,u32,u32)',
|
|
699
695
|
Executed: '(Option<PolymeshPrimitivesIdentityId>,H256,Result<Null, SpRuntimeDispatchError>)',
|
|
700
696
|
ReleaseCoordinatorUpdated: 'Option<PolymeshPrimitivesIdentityId>',
|
|
701
|
-
ExpiresAfterUpdated: '(PolymeshPrimitivesIdentityId,
|
|
697
|
+
ExpiresAfterUpdated: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesMaybeBlock)',
|
|
702
698
|
VoteThresholdUpdated: '(PolymeshPrimitivesIdentityId,u32,u32)',
|
|
703
699
|
},
|
|
704
700
|
},
|
|
705
701
|
/**
|
|
706
|
-
*
|
|
707
|
-
**/
|
|
708
|
-
PalletCommitteeInstance1: 'Null',
|
|
709
|
-
/**
|
|
710
|
-
* Lookup86: polymesh_common_utilities::MaybeBlock<BlockNumber>
|
|
702
|
+
* Lookup84: polymesh_primitives::MaybeBlock<BlockNumber>
|
|
711
703
|
**/
|
|
712
|
-
|
|
704
|
+
PolymeshPrimitivesMaybeBlock: {
|
|
713
705
|
_enum: {
|
|
714
706
|
Some: 'u32',
|
|
715
707
|
None: 'Null',
|
|
716
708
|
},
|
|
717
709
|
},
|
|
718
710
|
/**
|
|
719
|
-
*
|
|
720
|
-
**/
|
|
721
|
-
PolymeshCommonUtilitiesGroupRawEventInstance1: {
|
|
722
|
-
_enum: {
|
|
723
|
-
MemberAdded: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
|
|
724
|
-
MemberRemoved: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
|
|
725
|
-
MemberRevoked: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
|
|
726
|
-
MembersSwapped: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
|
|
727
|
-
MembersReset: '(PolymeshPrimitivesIdentityId,Vec<PolymeshPrimitivesIdentityId>)',
|
|
728
|
-
ActiveLimitChanged: '(PolymeshPrimitivesIdentityId,u32,u32)',
|
|
729
|
-
Dummy: 'Null',
|
|
730
|
-
},
|
|
731
|
-
},
|
|
732
|
-
/**
|
|
733
|
-
* Lookup88: pallet_group::Instance1
|
|
734
|
-
**/
|
|
735
|
-
PalletGroupInstance1: 'Null',
|
|
736
|
-
/**
|
|
737
|
-
* Lookup89: pallet_committee::RawEvent<primitive_types::H256, BlockNumber, pallet_committee::Instance3>
|
|
738
|
-
**/
|
|
739
|
-
PalletCommitteeRawEventInstance3: {
|
|
740
|
-
_enum: {
|
|
741
|
-
Proposed: '(PolymeshPrimitivesIdentityId,u32,H256)',
|
|
742
|
-
Voted: '(PolymeshPrimitivesIdentityId,u32,H256,bool,u32,u32,u32)',
|
|
743
|
-
VoteRetracted: '(PolymeshPrimitivesIdentityId,u32,H256,bool)',
|
|
744
|
-
FinalVotes: '(Option<PolymeshPrimitivesIdentityId>,u32,H256,Vec<PolymeshPrimitivesIdentityId>,Vec<PolymeshPrimitivesIdentityId>)',
|
|
745
|
-
Approved: '(Option<PolymeshPrimitivesIdentityId>,H256,u32,u32,u32)',
|
|
746
|
-
Rejected: '(Option<PolymeshPrimitivesIdentityId>,H256,u32,u32,u32)',
|
|
747
|
-
Executed: '(Option<PolymeshPrimitivesIdentityId>,H256,Result<Null, SpRuntimeDispatchError>)',
|
|
748
|
-
ReleaseCoordinatorUpdated: 'Option<PolymeshPrimitivesIdentityId>',
|
|
749
|
-
ExpiresAfterUpdated: '(PolymeshPrimitivesIdentityId,PolymeshCommonUtilitiesMaybeBlock)',
|
|
750
|
-
VoteThresholdUpdated: '(PolymeshPrimitivesIdentityId,u32,u32)',
|
|
751
|
-
},
|
|
752
|
-
},
|
|
753
|
-
/**
|
|
754
|
-
* Lookup90: pallet_committee::Instance3
|
|
755
|
-
**/
|
|
756
|
-
PalletCommitteeInstance3: 'Null',
|
|
757
|
-
/**
|
|
758
|
-
* Lookup91: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_develop::runtime::RuntimeEvent, pallet_group::Instance3>
|
|
759
|
-
**/
|
|
760
|
-
PolymeshCommonUtilitiesGroupRawEventInstance3: {
|
|
761
|
-
_enum: {
|
|
762
|
-
MemberAdded: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
|
|
763
|
-
MemberRemoved: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
|
|
764
|
-
MemberRevoked: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
|
|
765
|
-
MembersSwapped: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
|
|
766
|
-
MembersReset: '(PolymeshPrimitivesIdentityId,Vec<PolymeshPrimitivesIdentityId>)',
|
|
767
|
-
ActiveLimitChanged: '(PolymeshPrimitivesIdentityId,u32,u32)',
|
|
768
|
-
Dummy: 'Null',
|
|
769
|
-
},
|
|
770
|
-
},
|
|
771
|
-
/**
|
|
772
|
-
* Lookup92: pallet_group::Instance3
|
|
773
|
-
**/
|
|
774
|
-
PalletGroupInstance3: 'Null',
|
|
775
|
-
/**
|
|
776
|
-
* Lookup93: pallet_committee::RawEvent<primitive_types::H256, BlockNumber, pallet_committee::Instance4>
|
|
777
|
-
**/
|
|
778
|
-
PalletCommitteeRawEventInstance4: {
|
|
779
|
-
_enum: {
|
|
780
|
-
Proposed: '(PolymeshPrimitivesIdentityId,u32,H256)',
|
|
781
|
-
Voted: '(PolymeshPrimitivesIdentityId,u32,H256,bool,u32,u32,u32)',
|
|
782
|
-
VoteRetracted: '(PolymeshPrimitivesIdentityId,u32,H256,bool)',
|
|
783
|
-
FinalVotes: '(Option<PolymeshPrimitivesIdentityId>,u32,H256,Vec<PolymeshPrimitivesIdentityId>,Vec<PolymeshPrimitivesIdentityId>)',
|
|
784
|
-
Approved: '(Option<PolymeshPrimitivesIdentityId>,H256,u32,u32,u32)',
|
|
785
|
-
Rejected: '(Option<PolymeshPrimitivesIdentityId>,H256,u32,u32,u32)',
|
|
786
|
-
Executed: '(Option<PolymeshPrimitivesIdentityId>,H256,Result<Null, SpRuntimeDispatchError>)',
|
|
787
|
-
ReleaseCoordinatorUpdated: 'Option<PolymeshPrimitivesIdentityId>',
|
|
788
|
-
ExpiresAfterUpdated: '(PolymeshPrimitivesIdentityId,PolymeshCommonUtilitiesMaybeBlock)',
|
|
789
|
-
VoteThresholdUpdated: '(PolymeshPrimitivesIdentityId,u32,u32)',
|
|
790
|
-
},
|
|
791
|
-
},
|
|
792
|
-
/**
|
|
793
|
-
* Lookup94: pallet_committee::Instance4
|
|
794
|
-
**/
|
|
795
|
-
PalletCommitteeInstance4: 'Null',
|
|
796
|
-
/**
|
|
797
|
-
* Lookup95: polymesh_common_utilities::traits::group::RawEvent<sp_core::crypto::AccountId32, polymesh_runtime_develop::runtime::RuntimeEvent, pallet_group::Instance4>
|
|
798
|
-
**/
|
|
799
|
-
PolymeshCommonUtilitiesGroupRawEventInstance4: {
|
|
800
|
-
_enum: {
|
|
801
|
-
MemberAdded: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
|
|
802
|
-
MemberRemoved: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
|
|
803
|
-
MemberRevoked: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
|
|
804
|
-
MembersSwapped: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
|
|
805
|
-
MembersReset: '(PolymeshPrimitivesIdentityId,Vec<PolymeshPrimitivesIdentityId>)',
|
|
806
|
-
ActiveLimitChanged: '(PolymeshPrimitivesIdentityId,u32,u32)',
|
|
807
|
-
Dummy: 'Null',
|
|
808
|
-
},
|
|
809
|
-
},
|
|
810
|
-
/**
|
|
811
|
-
* Lookup96: pallet_group::Instance4
|
|
812
|
-
**/
|
|
813
|
-
PalletGroupInstance4: 'Null',
|
|
814
|
-
/**
|
|
815
|
-
* Lookup97: pallet_multisig::pallet::Event<T>
|
|
711
|
+
* Lookup90: pallet_multisig::pallet::Event<T>
|
|
816
712
|
**/
|
|
817
713
|
PalletMultisigEvent: {
|
|
818
714
|
_enum: {
|
|
@@ -894,7 +790,7 @@ exports.default = {
|
|
|
894
790
|
},
|
|
895
791
|
},
|
|
896
792
|
/**
|
|
897
|
-
*
|
|
793
|
+
* Lookup92: pallet_staking::pallet::pallet::Event<T>
|
|
898
794
|
**/
|
|
899
795
|
PalletStakingPalletEvent: {
|
|
900
796
|
_enum: {
|
|
@@ -988,26 +884,26 @@ exports.default = {
|
|
|
988
884
|
},
|
|
989
885
|
},
|
|
990
886
|
/**
|
|
991
|
-
*
|
|
887
|
+
* Lookup94: pallet_staking::ValidatorPrefs
|
|
992
888
|
**/
|
|
993
889
|
PalletStakingValidatorPrefs: {
|
|
994
890
|
commission: 'Compact<Perbill>',
|
|
995
891
|
blocked: 'bool',
|
|
996
892
|
},
|
|
997
893
|
/**
|
|
998
|
-
*
|
|
894
|
+
* Lookup96: pallet_staking::Forcing
|
|
999
895
|
**/
|
|
1000
896
|
PalletStakingForcing: {
|
|
1001
897
|
_enum: ['NotForcing', 'ForceNew', 'ForceNone', 'ForceAlways'],
|
|
1002
898
|
},
|
|
1003
899
|
/**
|
|
1004
|
-
*
|
|
900
|
+
* Lookup97: pallet_staking::types::SlashingSwitch
|
|
1005
901
|
**/
|
|
1006
902
|
PalletStakingSlashingSwitch: {
|
|
1007
903
|
_enum: ['Validator', 'ValidatorAndNominator', 'None'],
|
|
1008
904
|
},
|
|
1009
905
|
/**
|
|
1010
|
-
*
|
|
906
|
+
* Lookup98: pallet_offences::pallet::Event
|
|
1011
907
|
**/
|
|
1012
908
|
PalletOffencesEvent: {
|
|
1013
909
|
_enum: {
|
|
@@ -1018,7 +914,7 @@ exports.default = {
|
|
|
1018
914
|
},
|
|
1019
915
|
},
|
|
1020
916
|
/**
|
|
1021
|
-
*
|
|
917
|
+
* Lookup99: pallet_session::pallet::Event
|
|
1022
918
|
**/
|
|
1023
919
|
PalletSessionEvent: {
|
|
1024
920
|
_enum: {
|
|
@@ -1028,7 +924,7 @@ exports.default = {
|
|
|
1028
924
|
},
|
|
1029
925
|
},
|
|
1030
926
|
/**
|
|
1031
|
-
*
|
|
927
|
+
* Lookup100: pallet_grandpa::pallet::Event
|
|
1032
928
|
**/
|
|
1033
929
|
PalletGrandpaEvent: {
|
|
1034
930
|
_enum: {
|
|
@@ -1040,15 +936,15 @@ exports.default = {
|
|
|
1040
936
|
},
|
|
1041
937
|
},
|
|
1042
938
|
/**
|
|
1043
|
-
*
|
|
939
|
+
* Lookup103: sp_consensus_grandpa::app::Public
|
|
1044
940
|
**/
|
|
1045
941
|
SpConsensusGrandpaAppPublic: 'SpCoreEd25519Public',
|
|
1046
942
|
/**
|
|
1047
|
-
*
|
|
943
|
+
* Lookup104: sp_core::ed25519::Public
|
|
1048
944
|
**/
|
|
1049
945
|
SpCoreEd25519Public: '[u8;32]',
|
|
1050
946
|
/**
|
|
1051
|
-
*
|
|
947
|
+
* Lookup105: pallet_im_online::pallet::Event<T>
|
|
1052
948
|
**/
|
|
1053
949
|
PalletImOnlineEvent: {
|
|
1054
950
|
_enum: {
|
|
@@ -1062,15 +958,15 @@ exports.default = {
|
|
|
1062
958
|
},
|
|
1063
959
|
},
|
|
1064
960
|
/**
|
|
1065
|
-
*
|
|
961
|
+
* Lookup106: pallet_im_online::sr25519::app_sr25519::Public
|
|
1066
962
|
**/
|
|
1067
963
|
PalletImOnlineSr25519AppSr25519Public: 'SpCoreSr25519Public',
|
|
1068
964
|
/**
|
|
1069
|
-
*
|
|
965
|
+
* Lookup107: sp_core::sr25519::Public
|
|
1070
966
|
**/
|
|
1071
967
|
SpCoreSr25519Public: '[u8;32]',
|
|
1072
968
|
/**
|
|
1073
|
-
*
|
|
969
|
+
* Lookup110: pallet_staking::Exposure<sp_core::crypto::AccountId32, Balance>
|
|
1074
970
|
**/
|
|
1075
971
|
PalletStakingExposure: {
|
|
1076
972
|
total: 'Compact<u128>',
|
|
@@ -1078,26 +974,32 @@ exports.default = {
|
|
|
1078
974
|
others: 'Vec<PalletStakingIndividualExposure>',
|
|
1079
975
|
},
|
|
1080
976
|
/**
|
|
1081
|
-
*
|
|
977
|
+
* Lookup113: pallet_staking::IndividualExposure<sp_core::crypto::AccountId32, Balance>
|
|
1082
978
|
**/
|
|
1083
979
|
PalletStakingIndividualExposure: {
|
|
1084
980
|
who: 'AccountId32',
|
|
1085
981
|
value: 'Compact<u128>',
|
|
1086
982
|
},
|
|
1087
983
|
/**
|
|
1088
|
-
*
|
|
984
|
+
* Lookup114: pallet_sudo::pallet::Event<T>
|
|
1089
985
|
**/
|
|
1090
|
-
|
|
986
|
+
PalletSudoEvent: {
|
|
1091
987
|
_enum: {
|
|
1092
|
-
Sudid:
|
|
1093
|
-
|
|
1094
|
-
|
|
988
|
+
Sudid: {
|
|
989
|
+
sudoResult: 'Result<Null, SpRuntimeDispatchError>',
|
|
990
|
+
},
|
|
991
|
+
KeyChanged: {
|
|
992
|
+
oldSudoer: 'Option<AccountId32>',
|
|
993
|
+
},
|
|
994
|
+
SudoAsDone: {
|
|
995
|
+
sudoResult: 'Result<Null, SpRuntimeDispatchError>',
|
|
996
|
+
},
|
|
1095
997
|
},
|
|
1096
998
|
},
|
|
1097
999
|
/**
|
|
1098
|
-
*
|
|
1000
|
+
* Lookup115: pallet_asset::pallet::Event<T>
|
|
1099
1001
|
**/
|
|
1100
|
-
|
|
1002
|
+
PalletAssetEvent: {
|
|
1101
1003
|
_enum: {
|
|
1102
1004
|
AssetCreated: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,bool,PolymeshPrimitivesAssetAssetType,PolymeshPrimitivesIdentityId,Bytes,Vec<PolymeshPrimitivesAssetIdentifier>,Option<Bytes>)',
|
|
1103
1005
|
IdentifiersUpdated: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,Vec<PolymeshPrimitivesAssetIdentifier>)',
|
|
@@ -1130,10 +1032,11 @@ exports.default = {
|
|
|
1130
1032
|
AssetMediatorsRemoved: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,BTreeSet<PolymeshPrimitivesIdentityId>)',
|
|
1131
1033
|
TickerLinkedToAsset: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesTicker,PolymeshPrimitivesAssetAssetId)',
|
|
1132
1034
|
TickerUnlinkedFromAsset: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesTicker,PolymeshPrimitivesAssetAssetId)',
|
|
1035
|
+
GlobalMetadataSpecUpdated: '(Bytes,PolymeshPrimitivesAssetMetadataAssetMetadataSpec)',
|
|
1133
1036
|
},
|
|
1134
1037
|
},
|
|
1135
1038
|
/**
|
|
1136
|
-
*
|
|
1039
|
+
* Lookup116: polymesh_primitives::asset::AssetType
|
|
1137
1040
|
**/
|
|
1138
1041
|
PolymeshPrimitivesAssetAssetType: {
|
|
1139
1042
|
_enum: {
|
|
@@ -1152,7 +1055,7 @@ exports.default = {
|
|
|
1152
1055
|
},
|
|
1153
1056
|
},
|
|
1154
1057
|
/**
|
|
1155
|
-
*
|
|
1058
|
+
* Lookup118: polymesh_primitives::asset::NonFungibleType
|
|
1156
1059
|
**/
|
|
1157
1060
|
PolymeshPrimitivesAssetNonFungibleType: {
|
|
1158
1061
|
_enum: {
|
|
@@ -1163,7 +1066,7 @@ exports.default = {
|
|
|
1163
1066
|
},
|
|
1164
1067
|
},
|
|
1165
1068
|
/**
|
|
1166
|
-
*
|
|
1069
|
+
* Lookup121: polymesh_primitives::asset_identifier::AssetIdentifier
|
|
1167
1070
|
**/
|
|
1168
1071
|
PolymeshPrimitivesAssetIdentifier: {
|
|
1169
1072
|
_enum: {
|
|
@@ -1175,7 +1078,7 @@ exports.default = {
|
|
|
1175
1078
|
},
|
|
1176
1079
|
},
|
|
1177
1080
|
/**
|
|
1178
|
-
*
|
|
1081
|
+
* Lookup127: polymesh_primitives::document::Document
|
|
1179
1082
|
**/
|
|
1180
1083
|
PolymeshPrimitivesDocument: {
|
|
1181
1084
|
uri: 'Bytes',
|
|
@@ -1185,7 +1088,7 @@ exports.default = {
|
|
|
1185
1088
|
filingDate: 'Option<u64>',
|
|
1186
1089
|
},
|
|
1187
1090
|
/**
|
|
1188
|
-
*
|
|
1091
|
+
* Lookup129: polymesh_primitives::document_hash::DocumentHash
|
|
1189
1092
|
**/
|
|
1190
1093
|
PolymeshPrimitivesDocumentHash: {
|
|
1191
1094
|
_enum: {
|
|
@@ -1201,14 +1104,14 @@ exports.default = {
|
|
|
1201
1104
|
},
|
|
1202
1105
|
},
|
|
1203
1106
|
/**
|
|
1204
|
-
*
|
|
1107
|
+
* Lookup140: polymesh_primitives::asset_metadata::AssetMetadataValueDetail<Moment>
|
|
1205
1108
|
**/
|
|
1206
1109
|
PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail: {
|
|
1207
1110
|
expire: 'Option<u64>',
|
|
1208
1111
|
lockStatus: 'PolymeshPrimitivesAssetMetadataAssetMetadataLockStatus',
|
|
1209
1112
|
},
|
|
1210
1113
|
/**
|
|
1211
|
-
*
|
|
1114
|
+
* Lookup141: polymesh_primitives::asset_metadata::AssetMetadataLockStatus<Moment>
|
|
1212
1115
|
**/
|
|
1213
1116
|
PolymeshPrimitivesAssetMetadataAssetMetadataLockStatus: {
|
|
1214
1117
|
_enum: {
|
|
@@ -1218,7 +1121,7 @@ exports.default = {
|
|
|
1218
1121
|
},
|
|
1219
1122
|
},
|
|
1220
1123
|
/**
|
|
1221
|
-
*
|
|
1124
|
+
* Lookup144: polymesh_primitives::asset_metadata::AssetMetadataSpec
|
|
1222
1125
|
**/
|
|
1223
1126
|
PolymeshPrimitivesAssetMetadataAssetMetadataSpec: {
|
|
1224
1127
|
url: 'Option<Bytes>',
|
|
@@ -1226,7 +1129,7 @@ exports.default = {
|
|
|
1226
1129
|
typeDef: 'Option<Bytes>',
|
|
1227
1130
|
},
|
|
1228
1131
|
/**
|
|
1229
|
-
*
|
|
1132
|
+
* Lookup151: polymesh_primitives::asset_metadata::AssetMetadataKey
|
|
1230
1133
|
**/
|
|
1231
1134
|
PolymeshPrimitivesAssetMetadataAssetMetadataKey: {
|
|
1232
1135
|
_enum: {
|
|
@@ -1235,7 +1138,7 @@ exports.default = {
|
|
|
1235
1138
|
},
|
|
1236
1139
|
},
|
|
1237
1140
|
/**
|
|
1238
|
-
*
|
|
1141
|
+
* Lookup153: polymesh_primitives::portfolio::PortfolioUpdateReason
|
|
1239
1142
|
**/
|
|
1240
1143
|
PolymeshPrimitivesPortfolioPortfolioUpdateReason: {
|
|
1241
1144
|
_enum: {
|
|
@@ -1251,9 +1154,9 @@ exports.default = {
|
|
|
1251
1154
|
},
|
|
1252
1155
|
},
|
|
1253
1156
|
/**
|
|
1254
|
-
*
|
|
1157
|
+
* Lookup157: pallet_corporate_actions::distribution::pallet::Event<T>
|
|
1255
1158
|
**/
|
|
1256
|
-
|
|
1159
|
+
PalletCorporateActionsDistributionPalletEvent: {
|
|
1257
1160
|
_enum: {
|
|
1258
1161
|
Created: '(PolymeshPrimitivesEventOnly,PalletCorporateActionsCaId,PalletCorporateActionsDistribution)',
|
|
1259
1162
|
BenefitClaimed: '(PolymeshPrimitivesEventOnly,PolymeshPrimitivesEventOnly,PalletCorporateActionsCaId,PalletCorporateActionsDistribution,u128,Permill)',
|
|
@@ -1262,18 +1165,18 @@ exports.default = {
|
|
|
1262
1165
|
},
|
|
1263
1166
|
},
|
|
1264
1167
|
/**
|
|
1265
|
-
*
|
|
1168
|
+
* Lookup158: polymesh_primitives::event_only::EventOnly<polymesh_primitives::identity_id::IdentityId>
|
|
1266
1169
|
**/
|
|
1267
1170
|
PolymeshPrimitivesEventOnly: 'PolymeshPrimitivesIdentityId',
|
|
1268
1171
|
/**
|
|
1269
|
-
*
|
|
1172
|
+
* Lookup159: pallet_corporate_actions::CAId
|
|
1270
1173
|
**/
|
|
1271
1174
|
PalletCorporateActionsCaId: {
|
|
1272
1175
|
assetId: 'PolymeshPrimitivesAssetAssetId',
|
|
1273
1176
|
localId: 'u32',
|
|
1274
1177
|
},
|
|
1275
1178
|
/**
|
|
1276
|
-
*
|
|
1179
|
+
* Lookup161: pallet_corporate_actions::distribution::Distribution
|
|
1277
1180
|
**/
|
|
1278
1181
|
PalletCorporateActionsDistribution: {
|
|
1279
1182
|
from: 'PolymeshPrimitivesIdentityIdPortfolioId',
|
|
@@ -1286,9 +1189,9 @@ exports.default = {
|
|
|
1286
1189
|
expiresAt: 'Option<u64>',
|
|
1287
1190
|
},
|
|
1288
1191
|
/**
|
|
1289
|
-
*
|
|
1192
|
+
* Lookup163: pallet_asset::checkpoint::pallet::Event<T>
|
|
1290
1193
|
**/
|
|
1291
|
-
|
|
1194
|
+
PalletAssetCheckpointPalletEvent: {
|
|
1292
1195
|
_enum: {
|
|
1293
1196
|
CheckpointCreated: '(Option<PolymeshPrimitivesIdentityId>,PolymeshPrimitivesAssetAssetId,u64,u128,u64)',
|
|
1294
1197
|
MaximumSchedulesComplexityChanged: '(PolymeshPrimitivesIdentityId,u64)',
|
|
@@ -1297,15 +1200,15 @@ exports.default = {
|
|
|
1297
1200
|
},
|
|
1298
1201
|
},
|
|
1299
1202
|
/**
|
|
1300
|
-
*
|
|
1203
|
+
* Lookup166: polymesh_common_utilities::traits::checkpoint::ScheduleCheckpoints
|
|
1301
1204
|
**/
|
|
1302
1205
|
PolymeshCommonUtilitiesCheckpointScheduleCheckpoints: {
|
|
1303
1206
|
pending: 'BTreeSet<u64>',
|
|
1304
1207
|
},
|
|
1305
1208
|
/**
|
|
1306
|
-
*
|
|
1209
|
+
* Lookup169: pallet_compliance_manager::pallet::Event<T>
|
|
1307
1210
|
**/
|
|
1308
|
-
|
|
1211
|
+
PalletComplianceManagerEvent: {
|
|
1309
1212
|
_enum: {
|
|
1310
1213
|
ComplianceRequirementCreated: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,PolymeshPrimitivesComplianceManagerComplianceRequirement)',
|
|
1311
1214
|
ComplianceRequirementRemoved: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,u32)',
|
|
@@ -1319,7 +1222,7 @@ exports.default = {
|
|
|
1319
1222
|
},
|
|
1320
1223
|
},
|
|
1321
1224
|
/**
|
|
1322
|
-
*
|
|
1225
|
+
* Lookup170: polymesh_primitives::compliance_manager::ComplianceRequirement
|
|
1323
1226
|
**/
|
|
1324
1227
|
PolymeshPrimitivesComplianceManagerComplianceRequirement: {
|
|
1325
1228
|
senderConditions: 'Vec<PolymeshPrimitivesCondition>',
|
|
@@ -1327,14 +1230,14 @@ exports.default = {
|
|
|
1327
1230
|
id: 'u32',
|
|
1328
1231
|
},
|
|
1329
1232
|
/**
|
|
1330
|
-
*
|
|
1233
|
+
* Lookup172: polymesh_primitives::condition::Condition
|
|
1331
1234
|
**/
|
|
1332
1235
|
PolymeshPrimitivesCondition: {
|
|
1333
1236
|
conditionType: 'PolymeshPrimitivesConditionConditionType',
|
|
1334
1237
|
issuers: 'Vec<PolymeshPrimitivesConditionTrustedIssuer>',
|
|
1335
1238
|
},
|
|
1336
1239
|
/**
|
|
1337
|
-
*
|
|
1240
|
+
* Lookup173: polymesh_primitives::condition::ConditionType
|
|
1338
1241
|
**/
|
|
1339
1242
|
PolymeshPrimitivesConditionConditionType: {
|
|
1340
1243
|
_enum: {
|
|
@@ -1346,7 +1249,7 @@ exports.default = {
|
|
|
1346
1249
|
},
|
|
1347
1250
|
},
|
|
1348
1251
|
/**
|
|
1349
|
-
*
|
|
1252
|
+
* Lookup175: polymesh_primitives::condition::TargetIdentity
|
|
1350
1253
|
**/
|
|
1351
1254
|
PolymeshPrimitivesConditionTargetIdentity: {
|
|
1352
1255
|
_enum: {
|
|
@@ -1355,14 +1258,14 @@ exports.default = {
|
|
|
1355
1258
|
},
|
|
1356
1259
|
},
|
|
1357
1260
|
/**
|
|
1358
|
-
*
|
|
1261
|
+
* Lookup177: polymesh_primitives::condition::TrustedIssuer
|
|
1359
1262
|
**/
|
|
1360
1263
|
PolymeshPrimitivesConditionTrustedIssuer: {
|
|
1361
1264
|
issuer: 'PolymeshPrimitivesIdentityId',
|
|
1362
1265
|
trustedFor: 'PolymeshPrimitivesConditionTrustedFor',
|
|
1363
1266
|
},
|
|
1364
1267
|
/**
|
|
1365
|
-
*
|
|
1268
|
+
* Lookup178: polymesh_primitives::condition::TrustedFor
|
|
1366
1269
|
**/
|
|
1367
1270
|
PolymeshPrimitivesConditionTrustedFor: {
|
|
1368
1271
|
_enum: {
|
|
@@ -1371,7 +1274,7 @@ exports.default = {
|
|
|
1371
1274
|
},
|
|
1372
1275
|
},
|
|
1373
1276
|
/**
|
|
1374
|
-
*
|
|
1277
|
+
* Lookup180: polymesh_primitives::identity_claim::ClaimType
|
|
1375
1278
|
**/
|
|
1376
1279
|
PolymeshPrimitivesIdentityClaimClaimType: {
|
|
1377
1280
|
_enum: {
|
|
@@ -1388,7 +1291,7 @@ exports.default = {
|
|
|
1388
1291
|
},
|
|
1389
1292
|
},
|
|
1390
1293
|
/**
|
|
1391
|
-
*
|
|
1294
|
+
* Lookup182: pallet_corporate_actions::pallet::Event<T>
|
|
1392
1295
|
**/
|
|
1393
1296
|
PalletCorporateActionsEvent: {
|
|
1394
1297
|
_enum: {
|
|
@@ -1403,20 +1306,20 @@ exports.default = {
|
|
|
1403
1306
|
},
|
|
1404
1307
|
},
|
|
1405
1308
|
/**
|
|
1406
|
-
*
|
|
1309
|
+
* Lookup183: pallet_corporate_actions::TargetIdentities
|
|
1407
1310
|
**/
|
|
1408
1311
|
PalletCorporateActionsTargetIdentities: {
|
|
1409
1312
|
identities: 'Vec<PolymeshPrimitivesIdentityId>',
|
|
1410
1313
|
treatment: 'PalletCorporateActionsTargetTreatment',
|
|
1411
1314
|
},
|
|
1412
1315
|
/**
|
|
1413
|
-
*
|
|
1316
|
+
* Lookup184: pallet_corporate_actions::TargetTreatment
|
|
1414
1317
|
**/
|
|
1415
1318
|
PalletCorporateActionsTargetTreatment: {
|
|
1416
1319
|
_enum: ['Include', 'Exclude'],
|
|
1417
1320
|
},
|
|
1418
1321
|
/**
|
|
1419
|
-
*
|
|
1322
|
+
* Lookup186: pallet_corporate_actions::CorporateAction
|
|
1420
1323
|
**/
|
|
1421
1324
|
PalletCorporateActionsCorporateAction: {
|
|
1422
1325
|
kind: 'PalletCorporateActionsCaKind',
|
|
@@ -1427,7 +1330,7 @@ exports.default = {
|
|
|
1427
1330
|
withholdingTax: 'Vec<(PolymeshPrimitivesIdentityId,Permill)>',
|
|
1428
1331
|
},
|
|
1429
1332
|
/**
|
|
1430
|
-
*
|
|
1333
|
+
* Lookup187: pallet_corporate_actions::CAKind
|
|
1431
1334
|
**/
|
|
1432
1335
|
PalletCorporateActionsCaKind: {
|
|
1433
1336
|
_enum: [
|
|
@@ -1439,14 +1342,14 @@ exports.default = {
|
|
|
1439
1342
|
],
|
|
1440
1343
|
},
|
|
1441
1344
|
/**
|
|
1442
|
-
*
|
|
1345
|
+
* Lookup189: pallet_corporate_actions::RecordDate
|
|
1443
1346
|
**/
|
|
1444
1347
|
PalletCorporateActionsRecordDate: {
|
|
1445
1348
|
date: 'u64',
|
|
1446
1349
|
checkpoint: 'PalletCorporateActionsCaCheckpoint',
|
|
1447
1350
|
},
|
|
1448
1351
|
/**
|
|
1449
|
-
*
|
|
1352
|
+
* Lookup190: pallet_corporate_actions::CACheckpoint
|
|
1450
1353
|
**/
|
|
1451
1354
|
PalletCorporateActionsCaCheckpoint: {
|
|
1452
1355
|
_enum: {
|
|
@@ -1455,9 +1358,9 @@ exports.default = {
|
|
|
1455
1358
|
},
|
|
1456
1359
|
},
|
|
1457
1360
|
/**
|
|
1458
|
-
*
|
|
1361
|
+
* Lookup195: pallet_corporate_actions::ballot::pallet::Event<T>
|
|
1459
1362
|
**/
|
|
1460
|
-
|
|
1363
|
+
PalletCorporateActionsBallotPalletEvent: {
|
|
1461
1364
|
_enum: {
|
|
1462
1365
|
Created: '(PolymeshPrimitivesIdentityId,PalletCorporateActionsCaId,PalletCorporateActionsBallotBallotTimeRange,PalletCorporateActionsBallotBallotMeta,bool)',
|
|
1463
1366
|
VoteCast: '(PolymeshPrimitivesIdentityId,PalletCorporateActionsCaId,Vec<PalletCorporateActionsBallotBallotVote>)',
|
|
@@ -1468,21 +1371,21 @@ exports.default = {
|
|
|
1468
1371
|
},
|
|
1469
1372
|
},
|
|
1470
1373
|
/**
|
|
1471
|
-
*
|
|
1374
|
+
* Lookup196: pallet_corporate_actions::ballot::BallotTimeRange
|
|
1472
1375
|
**/
|
|
1473
1376
|
PalletCorporateActionsBallotBallotTimeRange: {
|
|
1474
1377
|
start: 'u64',
|
|
1475
1378
|
end: 'u64',
|
|
1476
1379
|
},
|
|
1477
1380
|
/**
|
|
1478
|
-
*
|
|
1381
|
+
* Lookup197: pallet_corporate_actions::ballot::BallotMeta
|
|
1479
1382
|
**/
|
|
1480
1383
|
PalletCorporateActionsBallotBallotMeta: {
|
|
1481
1384
|
title: 'Bytes',
|
|
1482
1385
|
motions: 'Vec<PalletCorporateActionsBallotMotion>',
|
|
1483
1386
|
},
|
|
1484
1387
|
/**
|
|
1485
|
-
*
|
|
1388
|
+
* Lookup200: pallet_corporate_actions::ballot::Motion
|
|
1486
1389
|
**/
|
|
1487
1390
|
PalletCorporateActionsBallotMotion: {
|
|
1488
1391
|
title: 'Bytes',
|
|
@@ -1490,26 +1393,26 @@ exports.default = {
|
|
|
1490
1393
|
choices: 'Vec<Bytes>',
|
|
1491
1394
|
},
|
|
1492
1395
|
/**
|
|
1493
|
-
*
|
|
1396
|
+
* Lookup206: pallet_corporate_actions::ballot::BallotVote
|
|
1494
1397
|
**/
|
|
1495
1398
|
PalletCorporateActionsBallotBallotVote: {
|
|
1496
1399
|
power: 'u128',
|
|
1497
1400
|
fallback: 'Option<u16>',
|
|
1498
1401
|
},
|
|
1499
1402
|
/**
|
|
1500
|
-
*
|
|
1403
|
+
* Lookup209: pallet_pips::pallet::Event<T>
|
|
1501
1404
|
**/
|
|
1502
|
-
|
|
1405
|
+
PalletPipsEvent: {
|
|
1503
1406
|
_enum: {
|
|
1504
1407
|
HistoricalPipsPruned: '(PolymeshPrimitivesIdentityId,bool,bool)',
|
|
1505
|
-
ProposalCreated: '(PolymeshPrimitivesIdentityId,PalletPipsProposer,u32,u128,Option<Bytes>,Option<Bytes>,
|
|
1408
|
+
ProposalCreated: '(PolymeshPrimitivesIdentityId,PalletPipsProposer,u32,u128,Option<Bytes>,Option<Bytes>,PolymeshPrimitivesMaybeBlock,PalletPipsProposalData)',
|
|
1506
1409
|
ProposalStateUpdated: '(PolymeshPrimitivesIdentityId,u32,PalletPipsProposalState)',
|
|
1507
1410
|
Voted: '(PolymeshPrimitivesIdentityId,AccountId32,u32,bool,u128)',
|
|
1508
1411
|
PipClosed: '(PolymeshPrimitivesIdentityId,u32,bool)',
|
|
1509
1412
|
ExecutionScheduled: '(PolymeshPrimitivesIdentityId,u32,u32)',
|
|
1510
1413
|
DefaultEnactmentPeriodChanged: '(PolymeshPrimitivesIdentityId,u32,u32)',
|
|
1511
1414
|
MinimumProposalDepositChanged: '(PolymeshPrimitivesIdentityId,u128,u128)',
|
|
1512
|
-
PendingPipExpiryChanged: '(PolymeshPrimitivesIdentityId,
|
|
1415
|
+
PendingPipExpiryChanged: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesMaybeBlock,PolymeshPrimitivesMaybeBlock)',
|
|
1513
1416
|
MaxPipSkipCountChanged: '(PolymeshPrimitivesIdentityId,u8,u8)',
|
|
1514
1417
|
ActivePipLimitChanged: '(PolymeshPrimitivesIdentityId,u32,u32)',
|
|
1515
1418
|
ProposalRefund: '(PolymeshPrimitivesIdentityId,u32,u128)',
|
|
@@ -1524,7 +1427,7 @@ exports.default = {
|
|
|
1524
1427
|
},
|
|
1525
1428
|
},
|
|
1526
1429
|
/**
|
|
1527
|
-
*
|
|
1430
|
+
* Lookup210: pallet_pips::types::Proposer<sp_core::crypto::AccountId32>
|
|
1528
1431
|
**/
|
|
1529
1432
|
PalletPipsProposer: {
|
|
1530
1433
|
_enum: {
|
|
@@ -1533,13 +1436,13 @@ exports.default = {
|
|
|
1533
1436
|
},
|
|
1534
1437
|
},
|
|
1535
1438
|
/**
|
|
1536
|
-
*
|
|
1439
|
+
* Lookup211: pallet_pips::types::Committee
|
|
1537
1440
|
**/
|
|
1538
1441
|
PalletPipsCommittee: {
|
|
1539
1442
|
_enum: ['Technical', 'Upgrade'],
|
|
1540
1443
|
},
|
|
1541
1444
|
/**
|
|
1542
|
-
*
|
|
1445
|
+
* Lookup215: pallet_pips::types::ProposalData
|
|
1543
1446
|
**/
|
|
1544
1447
|
PalletPipsProposalData: {
|
|
1545
1448
|
_enum: {
|
|
@@ -1548,22 +1451,22 @@ exports.default = {
|
|
|
1548
1451
|
},
|
|
1549
1452
|
},
|
|
1550
1453
|
/**
|
|
1551
|
-
*
|
|
1454
|
+
* Lookup216: pallet_pips::types::ProposalState
|
|
1552
1455
|
**/
|
|
1553
1456
|
PalletPipsProposalState: {
|
|
1554
1457
|
_enum: ['Pending', 'Rejected', 'Scheduled', 'Failed', 'Executed', 'Expired'],
|
|
1555
1458
|
},
|
|
1556
1459
|
/**
|
|
1557
|
-
*
|
|
1460
|
+
* Lookup219: pallet_pips::types::SnapshottedPip
|
|
1558
1461
|
**/
|
|
1559
1462
|
PalletPipsSnapshottedPip: {
|
|
1560
1463
|
id: 'u32',
|
|
1561
1464
|
weight: '(bool,u128)',
|
|
1562
1465
|
},
|
|
1563
1466
|
/**
|
|
1564
|
-
*
|
|
1467
|
+
* Lookup225: pallet_portfolio::pallet::Event<T>
|
|
1565
1468
|
**/
|
|
1566
|
-
|
|
1469
|
+
PalletPortfolioEvent: {
|
|
1567
1470
|
_enum: {
|
|
1568
1471
|
PortfolioCreated: '(PolymeshPrimitivesIdentityId,u64,Bytes)',
|
|
1569
1472
|
PortfolioDeleted: '(PolymeshPrimitivesIdentityId,u64)',
|
|
@@ -1573,10 +1476,12 @@ exports.default = {
|
|
|
1573
1476
|
FundsMovedBetweenPortfolios: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityIdPortfolioId,PolymeshPrimitivesIdentityIdPortfolioId,PolymeshPrimitivesPortfolioFundDescription,Option<PolymeshPrimitivesMemo>)',
|
|
1574
1477
|
PreApprovedPortfolio: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityIdPortfolioId,PolymeshPrimitivesAssetAssetId)',
|
|
1575
1478
|
RevokePreApprovedPortfolio: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityIdPortfolioId,PolymeshPrimitivesAssetAssetId)',
|
|
1479
|
+
AllowIdentityToCreatePortfolios: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
|
|
1480
|
+
RevokeCreatePortfoliosPermission: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId)',
|
|
1576
1481
|
},
|
|
1577
1482
|
},
|
|
1578
1483
|
/**
|
|
1579
|
-
*
|
|
1484
|
+
* Lookup229: polymesh_primitives::portfolio::FundDescription
|
|
1580
1485
|
**/
|
|
1581
1486
|
PolymeshPrimitivesPortfolioFundDescription: {
|
|
1582
1487
|
_enum: {
|
|
@@ -1588,16 +1493,16 @@ exports.default = {
|
|
|
1588
1493
|
},
|
|
1589
1494
|
},
|
|
1590
1495
|
/**
|
|
1591
|
-
*
|
|
1496
|
+
* Lookup230: polymesh_primitives::nft::NFTs
|
|
1592
1497
|
**/
|
|
1593
1498
|
PolymeshPrimitivesNftNfTs: {
|
|
1594
1499
|
assetId: 'PolymeshPrimitivesAssetAssetId',
|
|
1595
1500
|
ids: 'Vec<u64>',
|
|
1596
1501
|
},
|
|
1597
1502
|
/**
|
|
1598
|
-
*
|
|
1503
|
+
* Lookup233: pallet_protocol_fee::pallet::Event<T>
|
|
1599
1504
|
**/
|
|
1600
|
-
|
|
1505
|
+
PalletProtocolFeeEvent: {
|
|
1601
1506
|
_enum: {
|
|
1602
1507
|
FeeSet: '(PolymeshPrimitivesIdentityId,u128)',
|
|
1603
1508
|
CoefficientSet: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesPosRatio)',
|
|
@@ -1605,11 +1510,11 @@ exports.default = {
|
|
|
1605
1510
|
},
|
|
1606
1511
|
},
|
|
1607
1512
|
/**
|
|
1608
|
-
*
|
|
1513
|
+
* Lookup234: polymesh_primitives::PosRatio
|
|
1609
1514
|
**/
|
|
1610
1515
|
PolymeshPrimitivesPosRatio: '(u32,u32)',
|
|
1611
1516
|
/**
|
|
1612
|
-
*
|
|
1517
|
+
* Lookup235: pallet_scheduler::pallet::Event<T>
|
|
1613
1518
|
**/
|
|
1614
1519
|
PalletSchedulerEvent: {
|
|
1615
1520
|
_enum: {
|
|
@@ -1641,9 +1546,9 @@ exports.default = {
|
|
|
1641
1546
|
},
|
|
1642
1547
|
},
|
|
1643
1548
|
/**
|
|
1644
|
-
*
|
|
1549
|
+
* Lookup238: pallet_settlement::pallet::Event<T>
|
|
1645
1550
|
**/
|
|
1646
|
-
|
|
1551
|
+
PalletSettlementEvent: {
|
|
1647
1552
|
_enum: {
|
|
1648
1553
|
VenueCreated: '(PolymeshPrimitivesIdentityId,u64,Bytes,PolymeshPrimitivesSettlementVenueType)',
|
|
1649
1554
|
VenueDetailsUpdated: '(PolymeshPrimitivesIdentityId,u64,Bytes)',
|
|
@@ -1671,17 +1576,17 @@ exports.default = {
|
|
|
1671
1576
|
},
|
|
1672
1577
|
},
|
|
1673
1578
|
/**
|
|
1674
|
-
*
|
|
1579
|
+
* Lookup241: polymesh_primitives::settlement::VenueType
|
|
1675
1580
|
**/
|
|
1676
1581
|
PolymeshPrimitivesSettlementVenueType: {
|
|
1677
1582
|
_enum: ['Other', 'Distribution', 'Sto', 'Exchange'],
|
|
1678
1583
|
},
|
|
1679
1584
|
/**
|
|
1680
|
-
*
|
|
1585
|
+
* Lookup244: polymesh_primitives::settlement::ReceiptMetadata
|
|
1681
1586
|
**/
|
|
1682
1587
|
PolymeshPrimitivesSettlementReceiptMetadata: '[u8;32]',
|
|
1683
1588
|
/**
|
|
1684
|
-
*
|
|
1589
|
+
* Lookup247: polymesh_primitives::settlement::SettlementType<BlockNumber>
|
|
1685
1590
|
**/
|
|
1686
1591
|
PolymeshPrimitivesSettlementSettlementType: {
|
|
1687
1592
|
_enum: {
|
|
@@ -1691,7 +1596,7 @@ exports.default = {
|
|
|
1691
1596
|
},
|
|
1692
1597
|
},
|
|
1693
1598
|
/**
|
|
1694
|
-
*
|
|
1599
|
+
* Lookup249: polymesh_primitives::settlement::Leg
|
|
1695
1600
|
**/
|
|
1696
1601
|
PolymeshPrimitivesSettlementLeg: {
|
|
1697
1602
|
_enum: {
|
|
@@ -1715,9 +1620,9 @@ exports.default = {
|
|
|
1715
1620
|
},
|
|
1716
1621
|
},
|
|
1717
1622
|
/**
|
|
1718
|
-
*
|
|
1623
|
+
* Lookup250: pallet_statistics::pallet::Event<T>
|
|
1719
1624
|
**/
|
|
1720
|
-
|
|
1625
|
+
PalletStatisticsEvent: {
|
|
1721
1626
|
_enum: {
|
|
1722
1627
|
StatTypesAdded: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,Vec<PolymeshPrimitivesStatisticsStatType>)',
|
|
1723
1628
|
StatTypesRemoved: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,Vec<PolymeshPrimitivesStatisticsStatType>)',
|
|
@@ -1728,27 +1633,27 @@ exports.default = {
|
|
|
1728
1633
|
},
|
|
1729
1634
|
},
|
|
1730
1635
|
/**
|
|
1731
|
-
*
|
|
1636
|
+
* Lookup252: polymesh_primitives::statistics::StatType
|
|
1732
1637
|
**/
|
|
1733
1638
|
PolymeshPrimitivesStatisticsStatType: {
|
|
1734
1639
|
operationType: 'PolymeshPrimitivesStatisticsStatOpType',
|
|
1735
1640
|
claimIssuer: 'Option<(PolymeshPrimitivesIdentityClaimClaimType,PolymeshPrimitivesIdentityId)>',
|
|
1736
1641
|
},
|
|
1737
1642
|
/**
|
|
1738
|
-
*
|
|
1643
|
+
* Lookup253: polymesh_primitives::statistics::StatOpType
|
|
1739
1644
|
**/
|
|
1740
1645
|
PolymeshPrimitivesStatisticsStatOpType: {
|
|
1741
1646
|
_enum: ['Count', 'Balance'],
|
|
1742
1647
|
},
|
|
1743
1648
|
/**
|
|
1744
|
-
*
|
|
1649
|
+
* Lookup257: polymesh_primitives::statistics::StatUpdate
|
|
1745
1650
|
**/
|
|
1746
1651
|
PolymeshPrimitivesStatisticsStatUpdate: {
|
|
1747
1652
|
key2: 'PolymeshPrimitivesStatisticsStat2ndKey',
|
|
1748
1653
|
value: 'Option<u128>',
|
|
1749
1654
|
},
|
|
1750
1655
|
/**
|
|
1751
|
-
*
|
|
1656
|
+
* Lookup258: polymesh_primitives::statistics::Stat2ndKey
|
|
1752
1657
|
**/
|
|
1753
1658
|
PolymeshPrimitivesStatisticsStat2ndKey: {
|
|
1754
1659
|
_enum: {
|
|
@@ -1757,7 +1662,7 @@ exports.default = {
|
|
|
1757
1662
|
},
|
|
1758
1663
|
},
|
|
1759
1664
|
/**
|
|
1760
|
-
*
|
|
1665
|
+
* Lookup259: polymesh_primitives::statistics::StatClaim
|
|
1761
1666
|
**/
|
|
1762
1667
|
PolymeshPrimitivesStatisticsStatClaim: {
|
|
1763
1668
|
_enum: {
|
|
@@ -1767,7 +1672,7 @@ exports.default = {
|
|
|
1767
1672
|
},
|
|
1768
1673
|
},
|
|
1769
1674
|
/**
|
|
1770
|
-
*
|
|
1675
|
+
* Lookup263: polymesh_primitives::transfer_compliance::TransferCondition
|
|
1771
1676
|
**/
|
|
1772
1677
|
PolymeshPrimitivesTransferComplianceTransferCondition: {
|
|
1773
1678
|
_enum: {
|
|
@@ -1778,7 +1683,7 @@ exports.default = {
|
|
|
1778
1683
|
},
|
|
1779
1684
|
},
|
|
1780
1685
|
/**
|
|
1781
|
-
*
|
|
1686
|
+
* Lookup264: polymesh_primitives::transfer_compliance::TransferConditionExemptKey
|
|
1782
1687
|
**/
|
|
1783
1688
|
PolymeshPrimitivesTransferComplianceTransferConditionExemptKey: {
|
|
1784
1689
|
assetId: 'PolymeshPrimitivesAssetAssetId',
|
|
@@ -1786,9 +1691,9 @@ exports.default = {
|
|
|
1786
1691
|
claimType: 'Option<PolymeshPrimitivesIdentityClaimClaimType>',
|
|
1787
1692
|
},
|
|
1788
1693
|
/**
|
|
1789
|
-
*
|
|
1694
|
+
* Lookup266: pallet_sto::pallet::Event<T>
|
|
1790
1695
|
**/
|
|
1791
|
-
|
|
1696
|
+
PalletStoEvent: {
|
|
1792
1697
|
_enum: {
|
|
1793
1698
|
FundraiserCreated: '(PolymeshPrimitivesIdentityId,u64,Bytes,PalletStoFundraiser)',
|
|
1794
1699
|
Invested: '(PolymeshPrimitivesIdentityId,u64,PolymeshPrimitivesAssetAssetId,PolymeshPrimitivesAssetAssetId,u128,u128)',
|
|
@@ -1799,7 +1704,7 @@ exports.default = {
|
|
|
1799
1704
|
},
|
|
1800
1705
|
},
|
|
1801
1706
|
/**
|
|
1802
|
-
*
|
|
1707
|
+
* Lookup269: pallet_sto::Fundraiser<Moment>
|
|
1803
1708
|
**/
|
|
1804
1709
|
PalletStoFundraiser: {
|
|
1805
1710
|
creator: 'PolymeshPrimitivesIdentityId',
|
|
@@ -1815,7 +1720,7 @@ exports.default = {
|
|
|
1815
1720
|
minimumInvestment: 'u128',
|
|
1816
1721
|
},
|
|
1817
1722
|
/**
|
|
1818
|
-
*
|
|
1723
|
+
* Lookup271: pallet_sto::FundraiserTier
|
|
1819
1724
|
**/
|
|
1820
1725
|
PalletStoFundraiserTier: {
|
|
1821
1726
|
total: 'u128',
|
|
@@ -1823,15 +1728,15 @@ exports.default = {
|
|
|
1823
1728
|
remaining: 'u128',
|
|
1824
1729
|
},
|
|
1825
1730
|
/**
|
|
1826
|
-
*
|
|
1731
|
+
* Lookup272: pallet_sto::FundraiserStatus
|
|
1827
1732
|
**/
|
|
1828
1733
|
PalletStoFundraiserStatus: {
|
|
1829
1734
|
_enum: ['Live', 'Frozen', 'Closed', 'ClosedEarly'],
|
|
1830
1735
|
},
|
|
1831
1736
|
/**
|
|
1832
|
-
*
|
|
1737
|
+
* Lookup273: pallet_treasury::pallet::Event<T>
|
|
1833
1738
|
**/
|
|
1834
|
-
|
|
1739
|
+
PalletTreasuryEvent: {
|
|
1835
1740
|
_enum: {
|
|
1836
1741
|
TreasuryDisbursement: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId,AccountId32,u128)',
|
|
1837
1742
|
TreasuryDisbursementFailed: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityId,AccountId32,u128)',
|
|
@@ -1839,7 +1744,7 @@ exports.default = {
|
|
|
1839
1744
|
},
|
|
1840
1745
|
},
|
|
1841
1746
|
/**
|
|
1842
|
-
*
|
|
1747
|
+
* Lookup274: pallet_utility::pallet::Event<T>
|
|
1843
1748
|
**/
|
|
1844
1749
|
PalletUtilityEvent: {
|
|
1845
1750
|
_enum: {
|
|
@@ -1864,17 +1769,17 @@ exports.default = {
|
|
|
1864
1769
|
},
|
|
1865
1770
|
},
|
|
1866
1771
|
/**
|
|
1867
|
-
*
|
|
1772
|
+
* Lookup275: pallet_base::pallet::Event
|
|
1868
1773
|
**/
|
|
1869
|
-
|
|
1774
|
+
PalletBaseEvent: {
|
|
1870
1775
|
_enum: {
|
|
1871
1776
|
UnexpectedError: 'Option<SpRuntimeDispatchError>',
|
|
1872
1777
|
},
|
|
1873
1778
|
},
|
|
1874
1779
|
/**
|
|
1875
|
-
*
|
|
1780
|
+
* Lookup277: pallet_external_agents::pallet::Event<T>
|
|
1876
1781
|
**/
|
|
1877
|
-
|
|
1782
|
+
PalletExternalAgentsEvent: {
|
|
1878
1783
|
_enum: {
|
|
1879
1784
|
GroupCreated: '(PolymeshPrimitivesEventOnly,PolymeshPrimitivesAssetAssetId,u32,PolymeshPrimitivesSecondaryKeyExtrinsicPermissions)',
|
|
1880
1785
|
GroupPermissionsUpdated: '(PolymeshPrimitivesEventOnly,PolymeshPrimitivesAssetAssetId,u32,PolymeshPrimitivesSecondaryKeyExtrinsicPermissions)',
|
|
@@ -1884,9 +1789,9 @@ exports.default = {
|
|
|
1884
1789
|
},
|
|
1885
1790
|
},
|
|
1886
1791
|
/**
|
|
1887
|
-
*
|
|
1792
|
+
* Lookup278: pallet_relayer::pallet::Event<T>
|
|
1888
1793
|
**/
|
|
1889
|
-
|
|
1794
|
+
PalletRelayerEvent: {
|
|
1890
1795
|
_enum: {
|
|
1891
1796
|
AuthorizedPayingKey: '(PolymeshPrimitivesEventOnly,AccountId32,AccountId32,u128,u64)',
|
|
1892
1797
|
AcceptedPayingKey: '(PolymeshPrimitivesEventOnly,AccountId32,AccountId32)',
|
|
@@ -1895,7 +1800,7 @@ exports.default = {
|
|
|
1895
1800
|
},
|
|
1896
1801
|
},
|
|
1897
1802
|
/**
|
|
1898
|
-
*
|
|
1803
|
+
* Lookup279: pallet_contracts::pallet::Event<T>
|
|
1899
1804
|
**/
|
|
1900
1805
|
PalletContractsEvent: {
|
|
1901
1806
|
_enum: {
|
|
@@ -1933,34 +1838,34 @@ exports.default = {
|
|
|
1933
1838
|
},
|
|
1934
1839
|
},
|
|
1935
1840
|
/**
|
|
1936
|
-
*
|
|
1841
|
+
* Lookup280: polymesh_contracts::pallet::Event<T>
|
|
1937
1842
|
**/
|
|
1938
|
-
|
|
1843
|
+
PolymeshContractsEvent: {
|
|
1939
1844
|
_enum: {
|
|
1940
1845
|
ApiHashUpdated: '(PolymeshContractsApi,PolymeshContractsChainVersion,H256)',
|
|
1941
1846
|
SCRuntimeCall: '(AccountId32,PolymeshContractsChainExtensionExtrinsicId)',
|
|
1942
1847
|
},
|
|
1943
1848
|
},
|
|
1944
1849
|
/**
|
|
1945
|
-
*
|
|
1850
|
+
* Lookup281: polymesh_contracts::Api
|
|
1946
1851
|
**/
|
|
1947
1852
|
PolymeshContractsApi: {
|
|
1948
1853
|
desc: '[u8;4]',
|
|
1949
1854
|
major: 'u32',
|
|
1950
1855
|
},
|
|
1951
1856
|
/**
|
|
1952
|
-
*
|
|
1857
|
+
* Lookup282: polymesh_contracts::ChainVersion
|
|
1953
1858
|
**/
|
|
1954
1859
|
PolymeshContractsChainVersion: {
|
|
1955
1860
|
specVersion: 'u32',
|
|
1956
1861
|
txVersion: 'u32',
|
|
1957
1862
|
},
|
|
1958
1863
|
/**
|
|
1959
|
-
*
|
|
1864
|
+
* Lookup283: polymesh_contracts::chain_extension::ExtrinsicId
|
|
1960
1865
|
**/
|
|
1961
1866
|
PolymeshContractsChainExtensionExtrinsicId: '(u8,u8)',
|
|
1962
1867
|
/**
|
|
1963
|
-
*
|
|
1868
|
+
* Lookup284: pallet_preimage::pallet::Event<T>
|
|
1964
1869
|
**/
|
|
1965
1870
|
PalletPreimageEvent: {
|
|
1966
1871
|
_enum: {
|
|
@@ -1985,16 +1890,16 @@ exports.default = {
|
|
|
1985
1890
|
},
|
|
1986
1891
|
},
|
|
1987
1892
|
/**
|
|
1988
|
-
*
|
|
1893
|
+
* Lookup285: pallet_nft::pallet::Event<T>
|
|
1989
1894
|
**/
|
|
1990
|
-
|
|
1895
|
+
PalletNftEvent: {
|
|
1991
1896
|
_enum: {
|
|
1992
1897
|
NftCollectionCreated: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesAssetAssetId,u64)',
|
|
1993
1898
|
NFTPortfolioUpdated: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesNftNfTs,Option<PolymeshPrimitivesIdentityIdPortfolioId>,Option<PolymeshPrimitivesIdentityIdPortfolioId>,PolymeshPrimitivesPortfolioPortfolioUpdateReason)',
|
|
1994
1899
|
},
|
|
1995
1900
|
},
|
|
1996
1901
|
/**
|
|
1997
|
-
*
|
|
1902
|
+
* Lookup287: pallet_election_provider_multi_phase::pallet::Event<T>
|
|
1998
1903
|
**/
|
|
1999
1904
|
PalletElectionProviderMultiPhaseEvent: {
|
|
2000
1905
|
_enum: {
|
|
@@ -2024,13 +1929,13 @@ exports.default = {
|
|
|
2024
1929
|
},
|
|
2025
1930
|
},
|
|
2026
1931
|
/**
|
|
2027
|
-
*
|
|
1932
|
+
* Lookup288: pallet_election_provider_multi_phase::ElectionCompute
|
|
2028
1933
|
**/
|
|
2029
1934
|
PalletElectionProviderMultiPhaseElectionCompute: {
|
|
2030
1935
|
_enum: ['OnChain', 'Signed', 'Unsigned', 'Fallback', 'Emergency'],
|
|
2031
1936
|
},
|
|
2032
1937
|
/**
|
|
2033
|
-
*
|
|
1938
|
+
* Lookup289: sp_npos_elections::ElectionScore
|
|
2034
1939
|
**/
|
|
2035
1940
|
SpNposElectionsElectionScore: {
|
|
2036
1941
|
minimalStake: 'u128',
|
|
@@ -2038,7 +1943,7 @@ exports.default = {
|
|
|
2038
1943
|
sumStakeSquared: 'u128',
|
|
2039
1944
|
},
|
|
2040
1945
|
/**
|
|
2041
|
-
*
|
|
1946
|
+
* Lookup290: pallet_election_provider_multi_phase::Phase<Bn>
|
|
2042
1947
|
**/
|
|
2043
1948
|
PalletElectionProviderMultiPhasePhase: {
|
|
2044
1949
|
_enum: {
|
|
@@ -2049,16 +1954,7 @@ exports.default = {
|
|
|
2049
1954
|
},
|
|
2050
1955
|
},
|
|
2051
1956
|
/**
|
|
2052
|
-
*
|
|
2053
|
-
**/
|
|
2054
|
-
PalletTestUtilsRawEvent: {
|
|
2055
|
-
_enum: {
|
|
2056
|
-
DidStatus: '(PolymeshPrimitivesIdentityId,AccountId32)',
|
|
2057
|
-
CddStatus: '(Option<PolymeshPrimitivesIdentityId>,AccountId32,bool)',
|
|
2058
|
-
},
|
|
2059
|
-
},
|
|
2060
|
-
/**
|
|
2061
|
-
* Lookup300: frame_system::Phase
|
|
1957
|
+
* Lookup292: frame_system::Phase
|
|
2062
1958
|
**/
|
|
2063
1959
|
FrameSystemPhase: {
|
|
2064
1960
|
_enum: {
|
|
@@ -2068,14 +1964,14 @@ exports.default = {
|
|
|
2068
1964
|
},
|
|
2069
1965
|
},
|
|
2070
1966
|
/**
|
|
2071
|
-
*
|
|
1967
|
+
* Lookup295: frame_system::LastRuntimeUpgradeInfo
|
|
2072
1968
|
**/
|
|
2073
1969
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
2074
1970
|
specVersion: 'Compact<u32>',
|
|
2075
1971
|
specName: 'Text',
|
|
2076
1972
|
},
|
|
2077
1973
|
/**
|
|
2078
|
-
*
|
|
1974
|
+
* Lookup297: frame_system::pallet::Call<T>
|
|
2079
1975
|
**/
|
|
2080
1976
|
FrameSystemCall: {
|
|
2081
1977
|
_enum: {
|
|
@@ -2110,7 +2006,7 @@ exports.default = {
|
|
|
2110
2006
|
},
|
|
2111
2007
|
},
|
|
2112
2008
|
/**
|
|
2113
|
-
*
|
|
2009
|
+
* Lookup301: frame_system::limits::BlockWeights
|
|
2114
2010
|
**/
|
|
2115
2011
|
FrameSystemLimitsBlockWeights: {
|
|
2116
2012
|
baseBlock: 'SpWeightsWeightV2Weight',
|
|
@@ -2118,7 +2014,7 @@ exports.default = {
|
|
|
2118
2014
|
perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass',
|
|
2119
2015
|
},
|
|
2120
2016
|
/**
|
|
2121
|
-
*
|
|
2017
|
+
* Lookup302: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
2122
2018
|
**/
|
|
2123
2019
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
2124
2020
|
normal: 'FrameSystemLimitsWeightsPerClass',
|
|
@@ -2126,7 +2022,7 @@ exports.default = {
|
|
|
2126
2022
|
mandatory: 'FrameSystemLimitsWeightsPerClass',
|
|
2127
2023
|
},
|
|
2128
2024
|
/**
|
|
2129
|
-
*
|
|
2025
|
+
* Lookup303: frame_system::limits::WeightsPerClass
|
|
2130
2026
|
**/
|
|
2131
2027
|
FrameSystemLimitsWeightsPerClass: {
|
|
2132
2028
|
baseExtrinsic: 'SpWeightsWeightV2Weight',
|
|
@@ -2135,13 +2031,13 @@ exports.default = {
|
|
|
2135
2031
|
reserved: 'Option<SpWeightsWeightV2Weight>',
|
|
2136
2032
|
},
|
|
2137
2033
|
/**
|
|
2138
|
-
*
|
|
2034
|
+
* Lookup305: frame_system::limits::BlockLength
|
|
2139
2035
|
**/
|
|
2140
2036
|
FrameSystemLimitsBlockLength: {
|
|
2141
2037
|
max: 'FrameSupportDispatchPerDispatchClassU32',
|
|
2142
2038
|
},
|
|
2143
2039
|
/**
|
|
2144
|
-
*
|
|
2040
|
+
* Lookup306: frame_support::dispatch::PerDispatchClass<T>
|
|
2145
2041
|
**/
|
|
2146
2042
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
2147
2043
|
normal: 'u32',
|
|
@@ -2149,14 +2045,14 @@ exports.default = {
|
|
|
2149
2045
|
mandatory: 'u32',
|
|
2150
2046
|
},
|
|
2151
2047
|
/**
|
|
2152
|
-
*
|
|
2048
|
+
* Lookup307: sp_weights::RuntimeDbWeight
|
|
2153
2049
|
**/
|
|
2154
2050
|
SpWeightsRuntimeDbWeight: {
|
|
2155
2051
|
read: 'u64',
|
|
2156
2052
|
write: 'u64',
|
|
2157
2053
|
},
|
|
2158
2054
|
/**
|
|
2159
|
-
*
|
|
2055
|
+
* Lookup308: sp_version::RuntimeVersion
|
|
2160
2056
|
**/
|
|
2161
2057
|
SpVersionRuntimeVersion: {
|
|
2162
2058
|
specName: 'Text',
|
|
@@ -2169,7 +2065,7 @@ exports.default = {
|
|
|
2169
2065
|
stateVersion: 'u8',
|
|
2170
2066
|
},
|
|
2171
2067
|
/**
|
|
2172
|
-
*
|
|
2068
|
+
* Lookup313: frame_system::pallet::Error<T>
|
|
2173
2069
|
**/
|
|
2174
2070
|
FrameSystemError: {
|
|
2175
2071
|
_enum: [
|
|
@@ -2182,11 +2078,11 @@ exports.default = {
|
|
|
2182
2078
|
],
|
|
2183
2079
|
},
|
|
2184
2080
|
/**
|
|
2185
|
-
*
|
|
2081
|
+
* Lookup316: sp_consensus_babe::app::Public
|
|
2186
2082
|
**/
|
|
2187
2083
|
SpConsensusBabeAppPublic: 'SpCoreSr25519Public',
|
|
2188
2084
|
/**
|
|
2189
|
-
*
|
|
2085
|
+
* Lookup319: sp_consensus_babe::digests::NextConfigDescriptor
|
|
2190
2086
|
**/
|
|
2191
2087
|
SpConsensusBabeDigestsNextConfigDescriptor: {
|
|
2192
2088
|
_enum: {
|
|
@@ -2198,13 +2094,13 @@ exports.default = {
|
|
|
2198
2094
|
},
|
|
2199
2095
|
},
|
|
2200
2096
|
/**
|
|
2201
|
-
*
|
|
2097
|
+
* Lookup321: sp_consensus_babe::AllowedSlots
|
|
2202
2098
|
**/
|
|
2203
2099
|
SpConsensusBabeAllowedSlots: {
|
|
2204
2100
|
_enum: ['PrimarySlots', 'PrimaryAndSecondaryPlainSlots', 'PrimaryAndSecondaryVRFSlots'],
|
|
2205
2101
|
},
|
|
2206
2102
|
/**
|
|
2207
|
-
*
|
|
2103
|
+
* Lookup325: sp_consensus_babe::digests::PreDigest
|
|
2208
2104
|
**/
|
|
2209
2105
|
SpConsensusBabeDigestsPreDigest: {
|
|
2210
2106
|
_enum: {
|
|
@@ -2215,7 +2111,7 @@ exports.default = {
|
|
|
2215
2111
|
},
|
|
2216
2112
|
},
|
|
2217
2113
|
/**
|
|
2218
|
-
*
|
|
2114
|
+
* Lookup326: sp_consensus_babe::digests::PrimaryPreDigest
|
|
2219
2115
|
**/
|
|
2220
2116
|
SpConsensusBabeDigestsPrimaryPreDigest: {
|
|
2221
2117
|
authorityIndex: 'u32',
|
|
@@ -2224,14 +2120,14 @@ exports.default = {
|
|
|
2224
2120
|
vrfProof: '[u8;64]',
|
|
2225
2121
|
},
|
|
2226
2122
|
/**
|
|
2227
|
-
*
|
|
2123
|
+
* Lookup327: sp_consensus_babe::digests::SecondaryPlainPreDigest
|
|
2228
2124
|
**/
|
|
2229
2125
|
SpConsensusBabeDigestsSecondaryPlainPreDigest: {
|
|
2230
2126
|
authorityIndex: 'u32',
|
|
2231
2127
|
slot: 'u64',
|
|
2232
2128
|
},
|
|
2233
2129
|
/**
|
|
2234
|
-
*
|
|
2130
|
+
* Lookup328: sp_consensus_babe::digests::SecondaryVRFPreDigest
|
|
2235
2131
|
**/
|
|
2236
2132
|
SpConsensusBabeDigestsSecondaryVRFPreDigest: {
|
|
2237
2133
|
authorityIndex: 'u32',
|
|
@@ -2240,14 +2136,14 @@ exports.default = {
|
|
|
2240
2136
|
vrfProof: '[u8;64]',
|
|
2241
2137
|
},
|
|
2242
2138
|
/**
|
|
2243
|
-
*
|
|
2139
|
+
* Lookup329: sp_consensus_babe::BabeEpochConfiguration
|
|
2244
2140
|
**/
|
|
2245
2141
|
SpConsensusBabeBabeEpochConfiguration: {
|
|
2246
2142
|
c: '(u64,u64)',
|
|
2247
2143
|
allowedSlots: 'SpConsensusBabeAllowedSlots',
|
|
2248
2144
|
},
|
|
2249
2145
|
/**
|
|
2250
|
-
*
|
|
2146
|
+
* Lookup333: pallet_babe::pallet::Call<T>
|
|
2251
2147
|
**/
|
|
2252
2148
|
PalletBabeCall: {
|
|
2253
2149
|
_enum: {
|
|
@@ -2265,7 +2161,7 @@ exports.default = {
|
|
|
2265
2161
|
},
|
|
2266
2162
|
},
|
|
2267
2163
|
/**
|
|
2268
|
-
*
|
|
2164
|
+
* Lookup334: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
|
|
2269
2165
|
**/
|
|
2270
2166
|
SpConsensusSlotsEquivocationProof: {
|
|
2271
2167
|
offender: 'SpConsensusBabeAppPublic',
|
|
@@ -2274,7 +2170,7 @@ exports.default = {
|
|
|
2274
2170
|
secondHeader: 'SpRuntimeHeader',
|
|
2275
2171
|
},
|
|
2276
2172
|
/**
|
|
2277
|
-
*
|
|
2173
|
+
* Lookup335: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
|
|
2278
2174
|
**/
|
|
2279
2175
|
SpRuntimeHeader: {
|
|
2280
2176
|
parentHash: 'H256',
|
|
@@ -2284,11 +2180,11 @@ exports.default = {
|
|
|
2284
2180
|
digest: 'SpRuntimeDigest',
|
|
2285
2181
|
},
|
|
2286
2182
|
/**
|
|
2287
|
-
*
|
|
2183
|
+
* Lookup336: sp_runtime::traits::BlakeTwo256
|
|
2288
2184
|
**/
|
|
2289
2185
|
SpRuntimeBlakeTwo256: 'Null',
|
|
2290
2186
|
/**
|
|
2291
|
-
*
|
|
2187
|
+
* Lookup337: sp_session::MembershipProof
|
|
2292
2188
|
**/
|
|
2293
2189
|
SpSessionMembershipProof: {
|
|
2294
2190
|
session: 'u32',
|
|
@@ -2296,7 +2192,7 @@ exports.default = {
|
|
|
2296
2192
|
validatorCount: 'u32',
|
|
2297
2193
|
},
|
|
2298
2194
|
/**
|
|
2299
|
-
*
|
|
2195
|
+
* Lookup338: pallet_babe::pallet::Error<T>
|
|
2300
2196
|
**/
|
|
2301
2197
|
PalletBabeError: {
|
|
2302
2198
|
_enum: [
|
|
@@ -2307,7 +2203,7 @@ exports.default = {
|
|
|
2307
2203
|
],
|
|
2308
2204
|
},
|
|
2309
2205
|
/**
|
|
2310
|
-
*
|
|
2206
|
+
* Lookup339: pallet_timestamp::pallet::Call<T>
|
|
2311
2207
|
**/
|
|
2312
2208
|
PalletTimestampCall: {
|
|
2313
2209
|
_enum: {
|
|
@@ -2317,7 +2213,7 @@ exports.default = {
|
|
|
2317
2213
|
},
|
|
2318
2214
|
},
|
|
2319
2215
|
/**
|
|
2320
|
-
*
|
|
2216
|
+
* Lookup341: pallet_indices::pallet::Call<T>
|
|
2321
2217
|
**/
|
|
2322
2218
|
PalletIndicesCall: {
|
|
2323
2219
|
_enum: {
|
|
@@ -2348,27 +2244,27 @@ exports.default = {
|
|
|
2348
2244
|
},
|
|
2349
2245
|
},
|
|
2350
2246
|
/**
|
|
2351
|
-
*
|
|
2247
|
+
* Lookup343: pallet_indices::pallet::Error<T>
|
|
2352
2248
|
**/
|
|
2353
2249
|
PalletIndicesError: {
|
|
2354
2250
|
_enum: ['NotAssigned', 'NotOwner', 'InUse', 'NotTransfer', 'Permanent'],
|
|
2355
2251
|
},
|
|
2356
2252
|
/**
|
|
2357
|
-
*
|
|
2253
|
+
* Lookup345: pallet_balances::pallet::BalanceLock<Balance>
|
|
2358
2254
|
**/
|
|
2359
2255
|
PalletBalancesBalanceLock: {
|
|
2360
2256
|
id: '[u8;8]',
|
|
2361
2257
|
amount: 'u128',
|
|
2362
|
-
reasons: '
|
|
2258
|
+
reasons: 'PalletBalancesReasons',
|
|
2363
2259
|
},
|
|
2364
2260
|
/**
|
|
2365
|
-
*
|
|
2261
|
+
* Lookup346: pallet_balances::Reasons
|
|
2366
2262
|
**/
|
|
2367
|
-
|
|
2263
|
+
PalletBalancesReasons: {
|
|
2368
2264
|
_enum: ['Fee', 'Misc', 'All'],
|
|
2369
2265
|
},
|
|
2370
2266
|
/**
|
|
2371
|
-
*
|
|
2267
|
+
* Lookup347: pallet_balances::pallet::Call<T>
|
|
2372
2268
|
**/
|
|
2373
2269
|
PalletBalancesCall: {
|
|
2374
2270
|
_enum: {
|
|
@@ -2400,7 +2296,7 @@ exports.default = {
|
|
|
2400
2296
|
},
|
|
2401
2297
|
},
|
|
2402
2298
|
/**
|
|
2403
|
-
*
|
|
2299
|
+
* Lookup348: pallet_balances::pallet::Error<T>
|
|
2404
2300
|
**/
|
|
2405
2301
|
PalletBalancesError: {
|
|
2406
2302
|
_enum: [
|
|
@@ -2412,13 +2308,23 @@ exports.default = {
|
|
|
2412
2308
|
],
|
|
2413
2309
|
},
|
|
2414
2310
|
/**
|
|
2415
|
-
*
|
|
2311
|
+
* Lookup350: pallet_transaction_payment::Releases
|
|
2416
2312
|
**/
|
|
2417
2313
|
PalletTransactionPaymentReleases: {
|
|
2418
2314
|
_enum: ['V1Ancient', 'V2'],
|
|
2419
2315
|
},
|
|
2420
2316
|
/**
|
|
2421
|
-
*
|
|
2317
|
+
* Lookup351: pallet_transaction_payment::pallet::Call<T>
|
|
2318
|
+
**/
|
|
2319
|
+
PalletTransactionPaymentCall: {
|
|
2320
|
+
_enum: {
|
|
2321
|
+
set_disable_fees: {
|
|
2322
|
+
value: 'bool',
|
|
2323
|
+
},
|
|
2324
|
+
},
|
|
2325
|
+
},
|
|
2326
|
+
/**
|
|
2327
|
+
* Lookup353: sp_weights::WeightToFeeCoefficient<Balance>
|
|
2422
2328
|
**/
|
|
2423
2329
|
SpWeightsWeightToFeeCoefficient: {
|
|
2424
2330
|
coeffInteger: 'u128',
|
|
@@ -2427,27 +2333,27 @@ exports.default = {
|
|
|
2427
2333
|
degree: 'u8',
|
|
2428
2334
|
},
|
|
2429
2335
|
/**
|
|
2430
|
-
*
|
|
2336
|
+
* Lookup354: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
|
|
2431
2337
|
**/
|
|
2432
2338
|
PolymeshPrimitivesIdentityDidRecord: {
|
|
2433
2339
|
primaryKey: 'Option<AccountId32>',
|
|
2434
2340
|
},
|
|
2435
2341
|
/**
|
|
2436
|
-
*
|
|
2342
|
+
* Lookup356: pallet_identity::types::Claim1stKey
|
|
2437
2343
|
**/
|
|
2438
2344
|
PalletIdentityClaim1stKey: {
|
|
2439
2345
|
target: 'PolymeshPrimitivesIdentityId',
|
|
2440
2346
|
claimType: 'PolymeshPrimitivesIdentityClaimClaimType',
|
|
2441
2347
|
},
|
|
2442
2348
|
/**
|
|
2443
|
-
*
|
|
2349
|
+
* Lookup357: pallet_identity::types::Claim2ndKey
|
|
2444
2350
|
**/
|
|
2445
2351
|
PalletIdentityClaim2ndKey: {
|
|
2446
2352
|
issuer: 'PolymeshPrimitivesIdentityId',
|
|
2447
2353
|
scope: 'Option<PolymeshPrimitivesIdentityClaimScope>',
|
|
2448
2354
|
},
|
|
2449
2355
|
/**
|
|
2450
|
-
*
|
|
2356
|
+
* Lookup358: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
|
|
2451
2357
|
**/
|
|
2452
2358
|
PolymeshPrimitivesSecondaryKeyKeyRecord: {
|
|
2453
2359
|
_enum: {
|
|
@@ -2457,7 +2363,7 @@ exports.default = {
|
|
|
2457
2363
|
},
|
|
2458
2364
|
},
|
|
2459
2365
|
/**
|
|
2460
|
-
*
|
|
2366
|
+
* Lookup361: polymesh_primitives::secondary_key::Signatory<sp_core::crypto::AccountId32>
|
|
2461
2367
|
**/
|
|
2462
2368
|
PolymeshPrimitivesSecondaryKeySignatory: {
|
|
2463
2369
|
_enum: {
|
|
@@ -2466,7 +2372,7 @@ exports.default = {
|
|
|
2466
2372
|
},
|
|
2467
2373
|
},
|
|
2468
2374
|
/**
|
|
2469
|
-
*
|
|
2375
|
+
* Lookup362: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
|
|
2470
2376
|
**/
|
|
2471
2377
|
PolymeshPrimitivesAuthorization: {
|
|
2472
2378
|
authorizationData: 'PolymeshPrimitivesAuthorizationAuthorizationData',
|
|
@@ -2476,7 +2382,7 @@ exports.default = {
|
|
|
2476
2382
|
count: 'u32',
|
|
2477
2383
|
},
|
|
2478
2384
|
/**
|
|
2479
|
-
*
|
|
2385
|
+
* Lookup366: pallet_identity::pallet::Call<T>
|
|
2480
2386
|
**/
|
|
2481
2387
|
PalletIdentityCall: {
|
|
2482
2388
|
_enum: {
|
|
@@ -2568,21 +2474,21 @@ exports.default = {
|
|
|
2568
2474
|
},
|
|
2569
2475
|
},
|
|
2570
2476
|
/**
|
|
2571
|
-
*
|
|
2477
|
+
* Lookup368: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
|
|
2572
2478
|
**/
|
|
2573
2479
|
PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth: {
|
|
2574
2480
|
secondaryKey: 'PolymeshPrimitivesSecondaryKey',
|
|
2575
2481
|
authSignature: 'H512',
|
|
2576
2482
|
},
|
|
2577
2483
|
/**
|
|
2578
|
-
*
|
|
2484
|
+
* Lookup371: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
|
|
2579
2485
|
**/
|
|
2580
2486
|
PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth: {
|
|
2581
2487
|
key: 'AccountId32',
|
|
2582
2488
|
authSignature: 'H512',
|
|
2583
2489
|
},
|
|
2584
2490
|
/**
|
|
2585
|
-
*
|
|
2491
|
+
* Lookup372: pallet_identity::pallet::Error<T>
|
|
2586
2492
|
**/
|
|
2587
2493
|
PalletIdentityError: {
|
|
2588
2494
|
_enum: [
|
|
@@ -2619,18 +2525,20 @@ exports.default = {
|
|
|
2619
2525
|
'DuplicateKey',
|
|
2620
2526
|
'ExceptNotAllowedForExtrinsics',
|
|
2621
2527
|
'ExceededNumberOfGivenAuths',
|
|
2528
|
+
'BadAuthorizationType',
|
|
2529
|
+
'InvalidAuthorization',
|
|
2622
2530
|
],
|
|
2623
2531
|
},
|
|
2624
2532
|
/**
|
|
2625
|
-
*
|
|
2533
|
+
* Lookup374: polymesh_primitives::traits::group::InactiveMember<Moment>
|
|
2626
2534
|
**/
|
|
2627
|
-
|
|
2535
|
+
PolymeshPrimitivesGroupInactiveMember: {
|
|
2628
2536
|
id: 'PolymeshPrimitivesIdentityId',
|
|
2629
2537
|
deactivatedAt: 'u64',
|
|
2630
2538
|
expiry: 'Option<u64>',
|
|
2631
2539
|
},
|
|
2632
2540
|
/**
|
|
2633
|
-
*
|
|
2541
|
+
* Lookup375: pallet_group::pallet::Call<T, I>
|
|
2634
2542
|
**/
|
|
2635
2543
|
PalletGroupCall: {
|
|
2636
2544
|
_enum: {
|
|
@@ -2659,7 +2567,7 @@ exports.default = {
|
|
|
2659
2567
|
},
|
|
2660
2568
|
},
|
|
2661
2569
|
/**
|
|
2662
|
-
*
|
|
2570
|
+
* Lookup376: pallet_group::pallet::Error<T, I>
|
|
2663
2571
|
**/
|
|
2664
2572
|
PalletGroupError: {
|
|
2665
2573
|
_enum: [
|
|
@@ -2672,7 +2580,7 @@ exports.default = {
|
|
|
2672
2580
|
],
|
|
2673
2581
|
},
|
|
2674
2582
|
/**
|
|
2675
|
-
*
|
|
2583
|
+
* Lookup378: pallet_committee::pallet::Call<T, I>
|
|
2676
2584
|
**/
|
|
2677
2585
|
PalletCommitteeCall: {
|
|
2678
2586
|
_enum: {
|
|
@@ -2684,7 +2592,7 @@ exports.default = {
|
|
|
2684
2592
|
id: 'PolymeshPrimitivesIdentityId',
|
|
2685
2593
|
},
|
|
2686
2594
|
set_expires_after: {
|
|
2687
|
-
expiry: '
|
|
2595
|
+
expiry: 'PolymeshPrimitivesMaybeBlock',
|
|
2688
2596
|
},
|
|
2689
2597
|
vote_or_propose: {
|
|
2690
2598
|
approve: 'bool',
|
|
@@ -2698,7 +2606,7 @@ exports.default = {
|
|
|
2698
2606
|
},
|
|
2699
2607
|
},
|
|
2700
2608
|
/**
|
|
2701
|
-
*
|
|
2609
|
+
* Lookup384: pallet_multisig::pallet::Call<T>
|
|
2702
2610
|
**/
|
|
2703
2611
|
PalletMultisigCall: {
|
|
2704
2612
|
_enum: {
|
|
@@ -2766,7 +2674,7 @@ exports.default = {
|
|
|
2766
2674
|
},
|
|
2767
2675
|
},
|
|
2768
2676
|
/**
|
|
2769
|
-
*
|
|
2677
|
+
* Lookup386: pallet_staking::pallet::pallet::Call<T>
|
|
2770
2678
|
**/
|
|
2771
2679
|
PalletStakingPalletCall: {
|
|
2772
2680
|
_enum: {
|
|
@@ -2888,7 +2796,7 @@ exports.default = {
|
|
|
2888
2796
|
},
|
|
2889
2797
|
},
|
|
2890
2798
|
/**
|
|
2891
|
-
*
|
|
2799
|
+
* Lookup387: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
|
|
2892
2800
|
**/
|
|
2893
2801
|
PalletStakingRewardDestination: {
|
|
2894
2802
|
_enum: {
|
|
@@ -2900,7 +2808,7 @@ exports.default = {
|
|
|
2900
2808
|
},
|
|
2901
2809
|
},
|
|
2902
2810
|
/**
|
|
2903
|
-
*
|
|
2811
|
+
* Lookup391: pallet_staking::pallet::pallet::ConfigOp<T>
|
|
2904
2812
|
**/
|
|
2905
2813
|
PalletStakingPalletConfigOpU128: {
|
|
2906
2814
|
_enum: {
|
|
@@ -2910,7 +2818,7 @@ exports.default = {
|
|
|
2910
2818
|
},
|
|
2911
2819
|
},
|
|
2912
2820
|
/**
|
|
2913
|
-
*
|
|
2821
|
+
* Lookup392: pallet_staking::pallet::pallet::ConfigOp<T>
|
|
2914
2822
|
**/
|
|
2915
2823
|
PalletStakingPalletConfigOpU32: {
|
|
2916
2824
|
_enum: {
|
|
@@ -2920,7 +2828,7 @@ exports.default = {
|
|
|
2920
2828
|
},
|
|
2921
2829
|
},
|
|
2922
2830
|
/**
|
|
2923
|
-
*
|
|
2831
|
+
* Lookup393: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Percent>
|
|
2924
2832
|
**/
|
|
2925
2833
|
PalletStakingPalletConfigOpPercent: {
|
|
2926
2834
|
_enum: {
|
|
@@ -2930,7 +2838,7 @@ exports.default = {
|
|
|
2930
2838
|
},
|
|
2931
2839
|
},
|
|
2932
2840
|
/**
|
|
2933
|
-
*
|
|
2841
|
+
* Lookup394: pallet_staking::pallet::pallet::ConfigOp<sp_arithmetic::per_things::Perbill>
|
|
2934
2842
|
**/
|
|
2935
2843
|
PalletStakingPalletConfigOpPerbill: {
|
|
2936
2844
|
_enum: {
|
|
@@ -2940,7 +2848,7 @@ exports.default = {
|
|
|
2940
2848
|
},
|
|
2941
2849
|
},
|
|
2942
2850
|
/**
|
|
2943
|
-
*
|
|
2851
|
+
* Lookup396: pallet_session::pallet::Call<T>
|
|
2944
2852
|
**/
|
|
2945
2853
|
PalletSessionCall: {
|
|
2946
2854
|
_enum: {
|
|
@@ -2955,7 +2863,7 @@ exports.default = {
|
|
|
2955
2863
|
},
|
|
2956
2864
|
},
|
|
2957
2865
|
/**
|
|
2958
|
-
*
|
|
2866
|
+
* Lookup397: polymesh_runtime_develop::runtime::SessionKeys
|
|
2959
2867
|
**/
|
|
2960
2868
|
PolymeshRuntimeDevelopRuntimeSessionKeys: {
|
|
2961
2869
|
grandpa: 'SpConsensusGrandpaAppPublic',
|
|
@@ -2964,11 +2872,11 @@ exports.default = {
|
|
|
2964
2872
|
authorityDiscovery: 'SpAuthorityDiscoveryAppPublic',
|
|
2965
2873
|
},
|
|
2966
2874
|
/**
|
|
2967
|
-
*
|
|
2875
|
+
* Lookup398: sp_authority_discovery::app::Public
|
|
2968
2876
|
**/
|
|
2969
2877
|
SpAuthorityDiscoveryAppPublic: 'SpCoreSr25519Public',
|
|
2970
2878
|
/**
|
|
2971
|
-
*
|
|
2879
|
+
* Lookup399: pallet_grandpa::pallet::Call<T>
|
|
2972
2880
|
**/
|
|
2973
2881
|
PalletGrandpaCall: {
|
|
2974
2882
|
_enum: {
|
|
@@ -2987,14 +2895,14 @@ exports.default = {
|
|
|
2987
2895
|
},
|
|
2988
2896
|
},
|
|
2989
2897
|
/**
|
|
2990
|
-
*
|
|
2898
|
+
* Lookup400: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
2991
2899
|
**/
|
|
2992
2900
|
SpConsensusGrandpaEquivocationProof: {
|
|
2993
2901
|
setId: 'u64',
|
|
2994
2902
|
equivocation: 'SpConsensusGrandpaEquivocation',
|
|
2995
2903
|
},
|
|
2996
2904
|
/**
|
|
2997
|
-
*
|
|
2905
|
+
* Lookup401: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
2998
2906
|
**/
|
|
2999
2907
|
SpConsensusGrandpaEquivocation: {
|
|
3000
2908
|
_enum: {
|
|
@@ -3003,7 +2911,7 @@ exports.default = {
|
|
|
3003
2911
|
},
|
|
3004
2912
|
},
|
|
3005
2913
|
/**
|
|
3006
|
-
*
|
|
2914
|
+
* Lookup402: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
3007
2915
|
**/
|
|
3008
2916
|
FinalityGrandpaEquivocationPrevote: {
|
|
3009
2917
|
roundNumber: 'u64',
|
|
@@ -3012,22 +2920,22 @@ exports.default = {
|
|
|
3012
2920
|
second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
|
|
3013
2921
|
},
|
|
3014
2922
|
/**
|
|
3015
|
-
*
|
|
2923
|
+
* Lookup403: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
3016
2924
|
**/
|
|
3017
2925
|
FinalityGrandpaPrevote: {
|
|
3018
2926
|
targetHash: 'H256',
|
|
3019
2927
|
targetNumber: 'u32',
|
|
3020
2928
|
},
|
|
3021
2929
|
/**
|
|
3022
|
-
*
|
|
2930
|
+
* Lookup404: sp_consensus_grandpa::app::Signature
|
|
3023
2931
|
**/
|
|
3024
2932
|
SpConsensusGrandpaAppSignature: 'SpCoreEd25519Signature',
|
|
3025
2933
|
/**
|
|
3026
|
-
*
|
|
2934
|
+
* Lookup405: sp_core::ed25519::Signature
|
|
3027
2935
|
**/
|
|
3028
2936
|
SpCoreEd25519Signature: '[u8;64]',
|
|
3029
2937
|
/**
|
|
3030
|
-
*
|
|
2938
|
+
* Lookup407: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
3031
2939
|
**/
|
|
3032
2940
|
FinalityGrandpaEquivocationPrecommit: {
|
|
3033
2941
|
roundNumber: 'u64',
|
|
@@ -3036,14 +2944,14 @@ exports.default = {
|
|
|
3036
2944
|
second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
|
|
3037
2945
|
},
|
|
3038
2946
|
/**
|
|
3039
|
-
*
|
|
2947
|
+
* Lookup408: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
3040
2948
|
**/
|
|
3041
2949
|
FinalityGrandpaPrecommit: {
|
|
3042
2950
|
targetHash: 'H256',
|
|
3043
2951
|
targetNumber: 'u32',
|
|
3044
2952
|
},
|
|
3045
2953
|
/**
|
|
3046
|
-
*
|
|
2954
|
+
* Lookup410: pallet_im_online::pallet::Call<T>
|
|
3047
2955
|
**/
|
|
3048
2956
|
PalletImOnlineCall: {
|
|
3049
2957
|
_enum: {
|
|
@@ -3054,7 +2962,7 @@ exports.default = {
|
|
|
3054
2962
|
},
|
|
3055
2963
|
},
|
|
3056
2964
|
/**
|
|
3057
|
-
*
|
|
2965
|
+
* Lookup411: pallet_im_online::Heartbeat<BlockNumber>
|
|
3058
2966
|
**/
|
|
3059
2967
|
PalletImOnlineHeartbeat: {
|
|
3060
2968
|
blockNumber: 'u32',
|
|
@@ -3064,22 +2972,22 @@ exports.default = {
|
|
|
3064
2972
|
validatorsLen: 'u32',
|
|
3065
2973
|
},
|
|
3066
2974
|
/**
|
|
3067
|
-
*
|
|
2975
|
+
* Lookup412: sp_core::offchain::OpaqueNetworkState
|
|
3068
2976
|
**/
|
|
3069
2977
|
SpCoreOffchainOpaqueNetworkState: {
|
|
3070
2978
|
peerId: 'OpaquePeerId',
|
|
3071
2979
|
externalAddresses: 'Vec<OpaqueMultiaddr>',
|
|
3072
2980
|
},
|
|
3073
2981
|
/**
|
|
3074
|
-
*
|
|
2982
|
+
* Lookup416: pallet_im_online::sr25519::app_sr25519::Signature
|
|
3075
2983
|
**/
|
|
3076
2984
|
PalletImOnlineSr25519AppSr25519Signature: 'SpCoreSr25519Signature',
|
|
3077
2985
|
/**
|
|
3078
|
-
*
|
|
2986
|
+
* Lookup417: sp_core::sr25519::Signature
|
|
3079
2987
|
**/
|
|
3080
2988
|
SpCoreSr25519Signature: '[u8;64]',
|
|
3081
2989
|
/**
|
|
3082
|
-
*
|
|
2990
|
+
* Lookup418: pallet_sudo::pallet::Call<T>
|
|
3083
2991
|
**/
|
|
3084
2992
|
PalletSudoCall: {
|
|
3085
2993
|
_enum: {
|
|
@@ -3103,7 +3011,7 @@ exports.default = {
|
|
|
3103
3011
|
},
|
|
3104
3012
|
},
|
|
3105
3013
|
/**
|
|
3106
|
-
*
|
|
3014
|
+
* Lookup419: pallet_asset::pallet::Call<T>
|
|
3107
3015
|
**/
|
|
3108
3016
|
PalletAssetCall: {
|
|
3109
3017
|
_enum: {
|
|
@@ -3156,7 +3064,7 @@ exports.default = {
|
|
|
3156
3064
|
},
|
|
3157
3065
|
set_funding_round: {
|
|
3158
3066
|
assetId: 'PolymeshPrimitivesAssetAssetId',
|
|
3159
|
-
|
|
3067
|
+
fundingRoundName: 'Bytes',
|
|
3160
3068
|
},
|
|
3161
3069
|
update_identifiers: {
|
|
3162
3070
|
assetId: 'PolymeshPrimitivesAssetAssetId',
|
|
@@ -3244,12 +3152,16 @@ exports.default = {
|
|
|
3244
3152
|
ticker: 'PolymeshPrimitivesTicker',
|
|
3245
3153
|
assetId: 'PolymeshPrimitivesAssetAssetId',
|
|
3246
3154
|
},
|
|
3155
|
+
update_global_metadata_spec: {
|
|
3156
|
+
assetMetadataName: 'Bytes',
|
|
3157
|
+
assetMetadataSpec: 'PolymeshPrimitivesAssetMetadataAssetMetadataSpec',
|
|
3158
|
+
},
|
|
3247
3159
|
},
|
|
3248
3160
|
},
|
|
3249
3161
|
/**
|
|
3250
|
-
*
|
|
3162
|
+
* Lookup422: pallet_corporate_actions::distribution::pallet::Call<T>
|
|
3251
3163
|
**/
|
|
3252
|
-
|
|
3164
|
+
PalletCorporateActionsDistributionPalletCall: {
|
|
3253
3165
|
_enum: {
|
|
3254
3166
|
distribute: {
|
|
3255
3167
|
caId: 'PalletCorporateActionsCaId',
|
|
@@ -3276,9 +3188,9 @@ exports.default = {
|
|
|
3276
3188
|
},
|
|
3277
3189
|
},
|
|
3278
3190
|
/**
|
|
3279
|
-
*
|
|
3191
|
+
* Lookup424: pallet_asset::checkpoint::pallet::Call<T>
|
|
3280
3192
|
**/
|
|
3281
|
-
|
|
3193
|
+
PalletAssetCheckpointPalletCall: {
|
|
3282
3194
|
_enum: {
|
|
3283
3195
|
create_checkpoint: {
|
|
3284
3196
|
assetId: 'PolymeshPrimitivesAssetAssetId',
|
|
@@ -3297,7 +3209,7 @@ exports.default = {
|
|
|
3297
3209
|
},
|
|
3298
3210
|
},
|
|
3299
3211
|
/**
|
|
3300
|
-
*
|
|
3212
|
+
* Lookup425: pallet_compliance_manager::pallet::Call<T>
|
|
3301
3213
|
**/
|
|
3302
3214
|
PalletComplianceManagerCall: {
|
|
3303
3215
|
_enum: {
|
|
@@ -3338,7 +3250,7 @@ exports.default = {
|
|
|
3338
3250
|
},
|
|
3339
3251
|
},
|
|
3340
3252
|
/**
|
|
3341
|
-
*
|
|
3253
|
+
* Lookup426: pallet_corporate_actions::pallet::Call<T>
|
|
3342
3254
|
**/
|
|
3343
3255
|
PalletCorporateActionsCall: {
|
|
3344
3256
|
_enum: {
|
|
@@ -3388,10 +3300,16 @@ exports.default = {
|
|
|
3388
3300
|
paymentAt: 'u64',
|
|
3389
3301
|
expiresAt: 'Option<u64>',
|
|
3390
3302
|
},
|
|
3303
|
+
initiate_corporate_action_and_ballot: {
|
|
3304
|
+
caArgs: 'PalletCorporateActionsInitiateCorporateActionArgs',
|
|
3305
|
+
ballotTimeRange: 'PalletCorporateActionsBallotBallotTimeRange',
|
|
3306
|
+
ballotMeta: 'PalletCorporateActionsBallotBallotMeta',
|
|
3307
|
+
rcv: 'bool',
|
|
3308
|
+
},
|
|
3391
3309
|
},
|
|
3392
3310
|
},
|
|
3393
3311
|
/**
|
|
3394
|
-
*
|
|
3312
|
+
* Lookup428: pallet_corporate_actions::RecordDateSpec
|
|
3395
3313
|
**/
|
|
3396
3314
|
PalletCorporateActionsRecordDateSpec: {
|
|
3397
3315
|
_enum: {
|
|
@@ -3401,7 +3319,7 @@ exports.default = {
|
|
|
3401
3319
|
},
|
|
3402
3320
|
},
|
|
3403
3321
|
/**
|
|
3404
|
-
*
|
|
3322
|
+
* Lookup431: pallet_corporate_actions::InitiateCorporateActionArgs
|
|
3405
3323
|
**/
|
|
3406
3324
|
PalletCorporateActionsInitiateCorporateActionArgs: {
|
|
3407
3325
|
assetId: 'PolymeshPrimitivesAssetAssetId',
|
|
@@ -3414,9 +3332,9 @@ exports.default = {
|
|
|
3414
3332
|
withholdingTax: 'Option<Vec<(PolymeshPrimitivesIdentityId,Permill)>>',
|
|
3415
3333
|
},
|
|
3416
3334
|
/**
|
|
3417
|
-
*
|
|
3335
|
+
* Lookup432: pallet_corporate_actions::ballot::pallet::Call<T>
|
|
3418
3336
|
**/
|
|
3419
|
-
|
|
3337
|
+
PalletCorporateActionsBallotPalletCall: {
|
|
3420
3338
|
_enum: {
|
|
3421
3339
|
attach_ballot: {
|
|
3422
3340
|
caId: 'PalletCorporateActionsCaId',
|
|
@@ -3446,7 +3364,7 @@ exports.default = {
|
|
|
3446
3364
|
},
|
|
3447
3365
|
},
|
|
3448
3366
|
/**
|
|
3449
|
-
*
|
|
3367
|
+
* Lookup433: pallet_pips::pallet::Call<T>
|
|
3450
3368
|
**/
|
|
3451
3369
|
PalletPipsCall: {
|
|
3452
3370
|
_enum: {
|
|
@@ -3460,7 +3378,7 @@ exports.default = {
|
|
|
3460
3378
|
duration: 'u32',
|
|
3461
3379
|
},
|
|
3462
3380
|
set_pending_pip_expiry: {
|
|
3463
|
-
expiry: '
|
|
3381
|
+
expiry: 'PolymeshPrimitivesMaybeBlock',
|
|
3464
3382
|
},
|
|
3465
3383
|
set_max_pip_skip_count: {
|
|
3466
3384
|
max: 'u8',
|
|
@@ -3507,13 +3425,13 @@ exports.default = {
|
|
|
3507
3425
|
},
|
|
3508
3426
|
},
|
|
3509
3427
|
/**
|
|
3510
|
-
*
|
|
3428
|
+
* Lookup436: pallet_pips::types::SnapshotResult
|
|
3511
3429
|
**/
|
|
3512
3430
|
PalletPipsSnapshotResult: {
|
|
3513
3431
|
_enum: ['Approve', 'Reject', 'Skip'],
|
|
3514
3432
|
},
|
|
3515
3433
|
/**
|
|
3516
|
-
*
|
|
3434
|
+
* Lookup437: pallet_portfolio::pallet::Call<T>
|
|
3517
3435
|
**/
|
|
3518
3436
|
PalletPortfolioCall: {
|
|
3519
3437
|
_enum: {
|
|
@@ -3559,14 +3477,14 @@ exports.default = {
|
|
|
3559
3477
|
},
|
|
3560
3478
|
},
|
|
3561
3479
|
/**
|
|
3562
|
-
*
|
|
3480
|
+
* Lookup439: polymesh_primitives::portfolio::Fund
|
|
3563
3481
|
**/
|
|
3564
3482
|
PolymeshPrimitivesPortfolioFund: {
|
|
3565
3483
|
description: 'PolymeshPrimitivesPortfolioFundDescription',
|
|
3566
3484
|
memo: 'Option<PolymeshPrimitivesMemo>',
|
|
3567
3485
|
},
|
|
3568
3486
|
/**
|
|
3569
|
-
*
|
|
3487
|
+
* Lookup440: pallet_protocol_fee::pallet::Call<T>
|
|
3570
3488
|
**/
|
|
3571
3489
|
PalletProtocolFeeCall: {
|
|
3572
3490
|
_enum: {
|
|
@@ -3580,7 +3498,7 @@ exports.default = {
|
|
|
3580
3498
|
},
|
|
3581
3499
|
},
|
|
3582
3500
|
/**
|
|
3583
|
-
*
|
|
3501
|
+
* Lookup441: polymesh_common_utilities::protocol_fee::ProtocolOp
|
|
3584
3502
|
**/
|
|
3585
3503
|
PolymeshCommonUtilitiesProtocolFeeProtocolOp: {
|
|
3586
3504
|
_enum: [
|
|
@@ -3603,7 +3521,7 @@ exports.default = {
|
|
|
3603
3521
|
],
|
|
3604
3522
|
},
|
|
3605
3523
|
/**
|
|
3606
|
-
*
|
|
3524
|
+
* Lookup442: pallet_scheduler::pallet::Call<T>
|
|
3607
3525
|
**/
|
|
3608
3526
|
PalletSchedulerCall: {
|
|
3609
3527
|
_enum: {
|
|
@@ -3643,7 +3561,7 @@ exports.default = {
|
|
|
3643
3561
|
},
|
|
3644
3562
|
},
|
|
3645
3563
|
/**
|
|
3646
|
-
*
|
|
3564
|
+
* Lookup444: pallet_settlement::pallet::Call<T>
|
|
3647
3565
|
**/
|
|
3648
3566
|
PalletSettlementCall: {
|
|
3649
3567
|
_enum: {
|
|
@@ -3777,7 +3695,7 @@ exports.default = {
|
|
|
3777
3695
|
},
|
|
3778
3696
|
},
|
|
3779
3697
|
/**
|
|
3780
|
-
*
|
|
3698
|
+
* Lookup446: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
|
|
3781
3699
|
**/
|
|
3782
3700
|
PolymeshPrimitivesSettlementReceiptDetails: {
|
|
3783
3701
|
uid: 'u64',
|
|
@@ -3788,7 +3706,7 @@ exports.default = {
|
|
|
3788
3706
|
metadata: 'Option<PolymeshPrimitivesSettlementReceiptMetadata>',
|
|
3789
3707
|
},
|
|
3790
3708
|
/**
|
|
3791
|
-
*
|
|
3709
|
+
* Lookup447: sp_runtime::MultiSignature
|
|
3792
3710
|
**/
|
|
3793
3711
|
SpRuntimeMultiSignature: {
|
|
3794
3712
|
_enum: {
|
|
@@ -3798,11 +3716,11 @@ exports.default = {
|
|
|
3798
3716
|
},
|
|
3799
3717
|
},
|
|
3800
3718
|
/**
|
|
3801
|
-
*
|
|
3719
|
+
* Lookup448: sp_core::ecdsa::Signature
|
|
3802
3720
|
**/
|
|
3803
3721
|
SpCoreEcdsaSignature: '[u8;65]',
|
|
3804
3722
|
/**
|
|
3805
|
-
*
|
|
3723
|
+
* Lookup452: polymesh_primitives::settlement::AffirmationCount
|
|
3806
3724
|
**/
|
|
3807
3725
|
PolymeshPrimitivesSettlementAffirmationCount: {
|
|
3808
3726
|
senderAssetCount: 'PolymeshPrimitivesSettlementAssetCount',
|
|
@@ -3810,7 +3728,7 @@ exports.default = {
|
|
|
3810
3728
|
offchainCount: 'u32',
|
|
3811
3729
|
},
|
|
3812
3730
|
/**
|
|
3813
|
-
*
|
|
3731
|
+
* Lookup453: polymesh_primitives::settlement::AssetCount
|
|
3814
3732
|
**/
|
|
3815
3733
|
PolymeshPrimitivesSettlementAssetCount: {
|
|
3816
3734
|
fungible: 'u32',
|
|
@@ -3818,7 +3736,7 @@ exports.default = {
|
|
|
3818
3736
|
offChain: 'u32',
|
|
3819
3737
|
},
|
|
3820
3738
|
/**
|
|
3821
|
-
*
|
|
3739
|
+
* Lookup456: pallet_statistics::pallet::Call<T>
|
|
3822
3740
|
**/
|
|
3823
3741
|
PalletStatisticsCall: {
|
|
3824
3742
|
_enum: {
|
|
@@ -3843,7 +3761,7 @@ exports.default = {
|
|
|
3843
3761
|
},
|
|
3844
3762
|
},
|
|
3845
3763
|
/**
|
|
3846
|
-
*
|
|
3764
|
+
* Lookup460: pallet_sto::pallet::Call<T>
|
|
3847
3765
|
**/
|
|
3848
3766
|
PalletStoCall: {
|
|
3849
3767
|
_enum: {
|
|
@@ -3889,14 +3807,14 @@ exports.default = {
|
|
|
3889
3807
|
},
|
|
3890
3808
|
},
|
|
3891
3809
|
/**
|
|
3892
|
-
*
|
|
3810
|
+
* Lookup462: pallet_sto::PriceTier
|
|
3893
3811
|
**/
|
|
3894
3812
|
PalletStoPriceTier: {
|
|
3895
3813
|
total: 'u128',
|
|
3896
3814
|
price: 'u128',
|
|
3897
3815
|
},
|
|
3898
3816
|
/**
|
|
3899
|
-
*
|
|
3817
|
+
* Lookup464: pallet_treasury::pallet::Call<T>
|
|
3900
3818
|
**/
|
|
3901
3819
|
PalletTreasuryCall: {
|
|
3902
3820
|
_enum: {
|
|
@@ -3909,14 +3827,14 @@ exports.default = {
|
|
|
3909
3827
|
},
|
|
3910
3828
|
},
|
|
3911
3829
|
/**
|
|
3912
|
-
*
|
|
3830
|
+
* Lookup466: polymesh_primitives::Beneficiary<Balance>
|
|
3913
3831
|
**/
|
|
3914
3832
|
PolymeshPrimitivesBeneficiary: {
|
|
3915
3833
|
id: 'PolymeshPrimitivesIdentityId',
|
|
3916
3834
|
amount: 'u128',
|
|
3917
3835
|
},
|
|
3918
3836
|
/**
|
|
3919
|
-
*
|
|
3837
|
+
* Lookup467: pallet_utility::pallet::Call<T>
|
|
3920
3838
|
**/
|
|
3921
3839
|
PalletUtilityCall: {
|
|
3922
3840
|
_enum: {
|
|
@@ -3952,14 +3870,14 @@ exports.default = {
|
|
|
3952
3870
|
},
|
|
3953
3871
|
},
|
|
3954
3872
|
/**
|
|
3955
|
-
*
|
|
3873
|
+
* Lookup469: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
|
|
3956
3874
|
**/
|
|
3957
3875
|
PalletUtilityUniqueCall: {
|
|
3958
3876
|
nonce: 'u64',
|
|
3959
3877
|
call: 'Call',
|
|
3960
3878
|
},
|
|
3961
3879
|
/**
|
|
3962
|
-
*
|
|
3880
|
+
* Lookup470: polymesh_runtime_develop::runtime::OriginCaller
|
|
3963
3881
|
**/
|
|
3964
3882
|
PolymeshRuntimeDevelopRuntimeOriginCaller: {
|
|
3965
3883
|
_enum: {
|
|
@@ -3972,15 +3890,15 @@ exports.default = {
|
|
|
3972
3890
|
__Unused6: 'Null',
|
|
3973
3891
|
__Unused7: 'Null',
|
|
3974
3892
|
__Unused8: 'Null',
|
|
3975
|
-
PolymeshCommittee: '
|
|
3893
|
+
PolymeshCommittee: 'PalletCommitteeRawOrigin',
|
|
3976
3894
|
__Unused10: 'Null',
|
|
3977
|
-
TechnicalCommittee: '
|
|
3895
|
+
TechnicalCommittee: 'PalletCommitteeRawOrigin',
|
|
3978
3896
|
__Unused12: 'Null',
|
|
3979
|
-
UpgradeCommittee: '
|
|
3897
|
+
UpgradeCommittee: 'PalletCommitteeRawOrigin',
|
|
3980
3898
|
},
|
|
3981
3899
|
},
|
|
3982
3900
|
/**
|
|
3983
|
-
*
|
|
3901
|
+
* Lookup471: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
3984
3902
|
**/
|
|
3985
3903
|
FrameSupportDispatchRawOrigin: {
|
|
3986
3904
|
_enum: {
|
|
@@ -3990,33 +3908,21 @@ exports.default = {
|
|
|
3990
3908
|
},
|
|
3991
3909
|
},
|
|
3992
3910
|
/**
|
|
3993
|
-
*
|
|
3994
|
-
**/
|
|
3995
|
-
PalletCommitteeRawOriginInstance1: {
|
|
3996
|
-
_enum: ['Endorsed'],
|
|
3997
|
-
},
|
|
3998
|
-
/**
|
|
3999
|
-
* Lookup480: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
|
|
4000
|
-
**/
|
|
4001
|
-
PalletCommitteeRawOriginInstance3: {
|
|
4002
|
-
_enum: ['Endorsed'],
|
|
4003
|
-
},
|
|
4004
|
-
/**
|
|
4005
|
-
* Lookup481: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
|
|
3911
|
+
* Lookup472: pallet_committee::pallet::RawOrigin<sp_core::crypto::AccountId32, I>
|
|
4006
3912
|
**/
|
|
4007
|
-
|
|
3913
|
+
PalletCommitteeRawOrigin: {
|
|
4008
3914
|
_enum: ['Endorsed'],
|
|
4009
3915
|
},
|
|
4010
3916
|
/**
|
|
4011
|
-
*
|
|
3917
|
+
* Lookup475: sp_core::Void
|
|
4012
3918
|
**/
|
|
4013
3919
|
SpCoreVoid: 'Null',
|
|
4014
3920
|
/**
|
|
4015
|
-
*
|
|
3921
|
+
* Lookup476: pallet_base::pallet::Call<T>
|
|
4016
3922
|
**/
|
|
4017
3923
|
PalletBaseCall: 'Null',
|
|
4018
3924
|
/**
|
|
4019
|
-
*
|
|
3925
|
+
* Lookup477: pallet_external_agents::pallet::Call<T>
|
|
4020
3926
|
**/
|
|
4021
3927
|
PalletExternalAgentsCall: {
|
|
4022
3928
|
_enum: {
|
|
@@ -4058,7 +3964,7 @@ exports.default = {
|
|
|
4058
3964
|
},
|
|
4059
3965
|
},
|
|
4060
3966
|
/**
|
|
4061
|
-
*
|
|
3967
|
+
* Lookup478: pallet_relayer::pallet::Call<T>
|
|
4062
3968
|
**/
|
|
4063
3969
|
PalletRelayerCall: {
|
|
4064
3970
|
_enum: {
|
|
@@ -4088,7 +3994,7 @@ exports.default = {
|
|
|
4088
3994
|
},
|
|
4089
3995
|
},
|
|
4090
3996
|
/**
|
|
4091
|
-
*
|
|
3997
|
+
* Lookup479: pallet_contracts::pallet::Call<T>
|
|
4092
3998
|
**/
|
|
4093
3999
|
PalletContractsCall: {
|
|
4094
4000
|
_enum: {
|
|
@@ -4153,13 +4059,13 @@ exports.default = {
|
|
|
4153
4059
|
},
|
|
4154
4060
|
},
|
|
4155
4061
|
/**
|
|
4156
|
-
*
|
|
4062
|
+
* Lookup483: pallet_contracts::wasm::Determinism
|
|
4157
4063
|
**/
|
|
4158
4064
|
PalletContractsWasmDeterminism: {
|
|
4159
4065
|
_enum: ['Deterministic', 'AllowIndeterminism'],
|
|
4160
4066
|
},
|
|
4161
4067
|
/**
|
|
4162
|
-
*
|
|
4068
|
+
* Lookup484: polymesh_contracts::pallet::Call<T>
|
|
4163
4069
|
**/
|
|
4164
4070
|
PolymeshContractsCall: {
|
|
4165
4071
|
_enum: {
|
|
@@ -4207,14 +4113,14 @@ exports.default = {
|
|
|
4207
4113
|
},
|
|
4208
4114
|
},
|
|
4209
4115
|
/**
|
|
4210
|
-
*
|
|
4116
|
+
* Lookup487: polymesh_contracts::NextUpgrade<T>
|
|
4211
4117
|
**/
|
|
4212
4118
|
PolymeshContractsNextUpgrade: {
|
|
4213
4119
|
chainVersion: 'PolymeshContractsChainVersion',
|
|
4214
4120
|
apiHash: 'PolymeshContractsApiCodeHash',
|
|
4215
4121
|
},
|
|
4216
4122
|
/**
|
|
4217
|
-
*
|
|
4123
|
+
* Lookup488: polymesh_contracts::ApiCodeHash<T>
|
|
4218
4124
|
**/
|
|
4219
4125
|
PolymeshContractsApiCodeHash: {
|
|
4220
4126
|
_alias: {
|
|
@@ -4223,7 +4129,7 @@ exports.default = {
|
|
|
4223
4129
|
hash_: 'H256',
|
|
4224
4130
|
},
|
|
4225
4131
|
/**
|
|
4226
|
-
*
|
|
4132
|
+
* Lookup489: pallet_preimage::pallet::Call<T>
|
|
4227
4133
|
**/
|
|
4228
4134
|
PalletPreimageCall: {
|
|
4229
4135
|
_enum: {
|
|
@@ -4251,7 +4157,7 @@ exports.default = {
|
|
|
4251
4157
|
},
|
|
4252
4158
|
},
|
|
4253
4159
|
/**
|
|
4254
|
-
*
|
|
4160
|
+
* Lookup490: pallet_nft::pallet::Call<T>
|
|
4255
4161
|
**/
|
|
4256
4162
|
PalletNftCall: {
|
|
4257
4163
|
_enum: {
|
|
@@ -4279,18 +4185,18 @@ exports.default = {
|
|
|
4279
4185
|
},
|
|
4280
4186
|
},
|
|
4281
4187
|
/**
|
|
4282
|
-
*
|
|
4188
|
+
* Lookup493: polymesh_primitives::nft::NFTCollectionKeys
|
|
4283
4189
|
**/
|
|
4284
4190
|
PolymeshPrimitivesNftNftCollectionKeys: 'Vec<PolymeshPrimitivesAssetMetadataAssetMetadataKey>',
|
|
4285
4191
|
/**
|
|
4286
|
-
*
|
|
4192
|
+
* Lookup496: polymesh_primitives::nft::NFTMetadataAttribute
|
|
4287
4193
|
**/
|
|
4288
4194
|
PolymeshPrimitivesNftNftMetadataAttribute: {
|
|
4289
4195
|
key: 'PolymeshPrimitivesAssetMetadataAssetMetadataKey',
|
|
4290
4196
|
value: 'Bytes',
|
|
4291
4197
|
},
|
|
4292
4198
|
/**
|
|
4293
|
-
*
|
|
4199
|
+
* Lookup498: pallet_election_provider_multi_phase::pallet::Call<T>
|
|
4294
4200
|
**/
|
|
4295
4201
|
PalletElectionProviderMultiPhaseCall: {
|
|
4296
4202
|
_enum: {
|
|
@@ -4314,7 +4220,7 @@ exports.default = {
|
|
|
4314
4220
|
},
|
|
4315
4221
|
},
|
|
4316
4222
|
/**
|
|
4317
|
-
*
|
|
4223
|
+
* Lookup499: pallet_election_provider_multi_phase::RawSolution<polymesh_runtime_common::NposSolution16>
|
|
4318
4224
|
**/
|
|
4319
4225
|
PalletElectionProviderMultiPhaseRawSolution: {
|
|
4320
4226
|
solution: 'PolymeshRuntimeCommonNposSolution16',
|
|
@@ -4322,7 +4228,7 @@ exports.default = {
|
|
|
4322
4228
|
round: 'u32',
|
|
4323
4229
|
},
|
|
4324
4230
|
/**
|
|
4325
|
-
*
|
|
4231
|
+
* Lookup500: polymesh_runtime_common::NposSolution16
|
|
4326
4232
|
**/
|
|
4327
4233
|
PolymeshRuntimeCommonNposSolution16: {
|
|
4328
4234
|
votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
|
|
@@ -4343,47 +4249,30 @@ exports.default = {
|
|
|
4343
4249
|
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);15],Compact<u16>)>',
|
|
4344
4250
|
},
|
|
4345
4251
|
/**
|
|
4346
|
-
*
|
|
4252
|
+
* Lookup551: pallet_election_provider_multi_phase::SolutionOrSnapshotSize
|
|
4347
4253
|
**/
|
|
4348
4254
|
PalletElectionProviderMultiPhaseSolutionOrSnapshotSize: {
|
|
4349
4255
|
voters: 'Compact<u32>',
|
|
4350
4256
|
targets: 'Compact<u32>',
|
|
4351
4257
|
},
|
|
4352
4258
|
/**
|
|
4353
|
-
*
|
|
4259
|
+
* Lookup555: sp_npos_elections::Support<sp_core::crypto::AccountId32>
|
|
4354
4260
|
**/
|
|
4355
4261
|
SpNposElectionsSupport: {
|
|
4356
4262
|
total: 'u128',
|
|
4357
4263
|
voters: 'Vec<(AccountId32,u128)>',
|
|
4358
4264
|
},
|
|
4359
4265
|
/**
|
|
4360
|
-
*
|
|
4361
|
-
**/
|
|
4362
|
-
PalletTestUtilsCall: {
|
|
4363
|
-
_enum: {
|
|
4364
|
-
register_did: {
|
|
4365
|
-
secondaryKeys: 'Vec<PolymeshPrimitivesSecondaryKey>',
|
|
4366
|
-
},
|
|
4367
|
-
mock_cdd_register_did: {
|
|
4368
|
-
targetAccount: 'AccountId32',
|
|
4369
|
-
},
|
|
4370
|
-
get_my_did: 'Null',
|
|
4371
|
-
get_cdd_of: {
|
|
4372
|
-
of: 'AccountId32',
|
|
4373
|
-
},
|
|
4374
|
-
},
|
|
4375
|
-
},
|
|
4376
|
-
/**
|
|
4377
|
-
* Lookup566: pallet_committee::PolymeshVotes<BlockNumber>
|
|
4266
|
+
* Lookup558: pallet_committee::pallet::PolymeshVotes<BlockNumber>
|
|
4378
4267
|
**/
|
|
4379
4268
|
PalletCommitteePolymeshVotes: {
|
|
4380
4269
|
index: 'u32',
|
|
4381
4270
|
ayes: 'Vec<PolymeshPrimitivesIdentityId>',
|
|
4382
4271
|
nays: 'Vec<PolymeshPrimitivesIdentityId>',
|
|
4383
|
-
expiry: '
|
|
4272
|
+
expiry: 'PolymeshPrimitivesMaybeBlock',
|
|
4384
4273
|
},
|
|
4385
4274
|
/**
|
|
4386
|
-
*
|
|
4275
|
+
* Lookup559: pallet_committee::pallet::Error<T, I>
|
|
4387
4276
|
**/
|
|
4388
4277
|
PalletCommitteeError: {
|
|
4389
4278
|
_enum: [
|
|
@@ -4399,14 +4288,14 @@ exports.default = {
|
|
|
4399
4288
|
],
|
|
4400
4289
|
},
|
|
4401
4290
|
/**
|
|
4402
|
-
*
|
|
4291
|
+
* Lookup568: polymesh_primitives::multisig::ProposalVoteCount
|
|
4403
4292
|
**/
|
|
4404
4293
|
PolymeshPrimitivesMultisigProposalVoteCount: {
|
|
4405
4294
|
approvals: 'u64',
|
|
4406
4295
|
rejections: 'u64',
|
|
4407
4296
|
},
|
|
4408
4297
|
/**
|
|
4409
|
-
*
|
|
4298
|
+
* Lookup569: polymesh_primitives::multisig::ProposalState<Moment>
|
|
4410
4299
|
**/
|
|
4411
4300
|
PolymeshPrimitivesMultisigProposalState: {
|
|
4412
4301
|
_enum: {
|
|
@@ -4419,7 +4308,7 @@ exports.default = {
|
|
|
4419
4308
|
},
|
|
4420
4309
|
},
|
|
4421
4310
|
/**
|
|
4422
|
-
*
|
|
4311
|
+
* Lookup571: pallet_multisig::pallet::Error<T>
|
|
4423
4312
|
**/
|
|
4424
4313
|
PalletMultisigError: {
|
|
4425
4314
|
_enum: [
|
|
@@ -4448,10 +4337,11 @@ exports.default = {
|
|
|
4448
4337
|
'InvalidExpiryDate',
|
|
4449
4338
|
'InvalidatedProposal',
|
|
4450
4339
|
'AdminNotFound',
|
|
4340
|
+
'BadAuthorizationType',
|
|
4451
4341
|
],
|
|
4452
4342
|
},
|
|
4453
4343
|
/**
|
|
4454
|
-
*
|
|
4344
|
+
* Lookup573: pallet_bridge::pallet::BridgeTxDetail<BlockNumber>
|
|
4455
4345
|
**/
|
|
4456
4346
|
PalletBridgeBridgeTxDetail: {
|
|
4457
4347
|
amount: 'u128',
|
|
@@ -4460,7 +4350,7 @@ exports.default = {
|
|
|
4460
4350
|
txHash: 'H256',
|
|
4461
4351
|
},
|
|
4462
4352
|
/**
|
|
4463
|
-
*
|
|
4353
|
+
* Lookup574: pallet_bridge::pallet::BridgeTxStatus
|
|
4464
4354
|
**/
|
|
4465
4355
|
PalletBridgeBridgeTxStatus: {
|
|
4466
4356
|
_enum: {
|
|
@@ -4472,7 +4362,7 @@ exports.default = {
|
|
|
4472
4362
|
},
|
|
4473
4363
|
},
|
|
4474
4364
|
/**
|
|
4475
|
-
*
|
|
4365
|
+
* Lookup577: pallet_staking::StakingLedger<T>
|
|
4476
4366
|
**/
|
|
4477
4367
|
PalletStakingStakingLedger: {
|
|
4478
4368
|
stash: 'AccountId32',
|
|
@@ -4482,14 +4372,14 @@ exports.default = {
|
|
|
4482
4372
|
claimedRewards: 'Vec<u32>',
|
|
4483
4373
|
},
|
|
4484
4374
|
/**
|
|
4485
|
-
*
|
|
4375
|
+
* Lookup579: pallet_staking::UnlockChunk<Balance>
|
|
4486
4376
|
**/
|
|
4487
4377
|
PalletStakingUnlockChunk: {
|
|
4488
4378
|
value: 'Compact<u128>',
|
|
4489
4379
|
era: 'Compact<u32>',
|
|
4490
4380
|
},
|
|
4491
4381
|
/**
|
|
4492
|
-
*
|
|
4382
|
+
* Lookup582: pallet_staking::Nominations<T>
|
|
4493
4383
|
**/
|
|
4494
4384
|
PalletStakingNominations: {
|
|
4495
4385
|
targets: 'Vec<AccountId32>',
|
|
@@ -4497,21 +4387,21 @@ exports.default = {
|
|
|
4497
4387
|
suppressed: 'bool',
|
|
4498
4388
|
},
|
|
4499
4389
|
/**
|
|
4500
|
-
*
|
|
4390
|
+
* Lookup584: pallet_staking::ActiveEraInfo
|
|
4501
4391
|
**/
|
|
4502
4392
|
PalletStakingActiveEraInfo: {
|
|
4503
4393
|
index: 'u32',
|
|
4504
4394
|
start: 'Option<u64>',
|
|
4505
4395
|
},
|
|
4506
4396
|
/**
|
|
4507
|
-
*
|
|
4397
|
+
* Lookup586: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
|
|
4508
4398
|
**/
|
|
4509
4399
|
PalletStakingEraRewardPoints: {
|
|
4510
4400
|
total: 'u32',
|
|
4511
4401
|
individual: 'BTreeMap<AccountId32, u32>',
|
|
4512
4402
|
},
|
|
4513
4403
|
/**
|
|
4514
|
-
*
|
|
4404
|
+
* Lookup590: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
|
|
4515
4405
|
**/
|
|
4516
4406
|
PalletStakingUnappliedSlash: {
|
|
4517
4407
|
validator: 'AccountId32',
|
|
@@ -4521,7 +4411,7 @@ exports.default = {
|
|
|
4521
4411
|
payout: 'u128',
|
|
4522
4412
|
},
|
|
4523
4413
|
/**
|
|
4524
|
-
*
|
|
4414
|
+
* Lookup592: pallet_staking::slashing::SlashingSpans
|
|
4525
4415
|
**/
|
|
4526
4416
|
PalletStakingSlashingSlashingSpans: {
|
|
4527
4417
|
spanIndex: 'u32',
|
|
@@ -4530,21 +4420,21 @@ exports.default = {
|
|
|
4530
4420
|
prior: 'Vec<u32>',
|
|
4531
4421
|
},
|
|
4532
4422
|
/**
|
|
4533
|
-
*
|
|
4423
|
+
* Lookup593: pallet_staking::slashing::SpanRecord<Balance>
|
|
4534
4424
|
**/
|
|
4535
4425
|
PalletStakingSlashingSpanRecord: {
|
|
4536
4426
|
slashed: 'u128',
|
|
4537
4427
|
paidOut: 'u128',
|
|
4538
4428
|
},
|
|
4539
4429
|
/**
|
|
4540
|
-
*
|
|
4430
|
+
* Lookup596: pallet_staking::types::PermissionedIdentityPrefs
|
|
4541
4431
|
**/
|
|
4542
4432
|
PalletStakingPermissionedIdentityPrefs: {
|
|
4543
4433
|
intendedCount: 'u32',
|
|
4544
4434
|
runningCount: 'u32',
|
|
4545
4435
|
},
|
|
4546
4436
|
/**
|
|
4547
|
-
*
|
|
4437
|
+
* Lookup598: pallet_staking::pallet::pallet::Error<T>
|
|
4548
4438
|
**/
|
|
4549
4439
|
PalletStakingPalletError: {
|
|
4550
4440
|
_enum: [
|
|
@@ -4586,24 +4476,24 @@ exports.default = {
|
|
|
4586
4476
|
],
|
|
4587
4477
|
},
|
|
4588
4478
|
/**
|
|
4589
|
-
*
|
|
4479
|
+
* Lookup599: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
|
|
4590
4480
|
**/
|
|
4591
4481
|
SpStakingOffenceOffenceDetails: {
|
|
4592
4482
|
offender: '(AccountId32,PalletStakingExposure)',
|
|
4593
4483
|
reporters: 'Vec<AccountId32>',
|
|
4594
4484
|
},
|
|
4595
4485
|
/**
|
|
4596
|
-
*
|
|
4486
|
+
* Lookup604: sp_core::crypto::KeyTypeId
|
|
4597
4487
|
**/
|
|
4598
4488
|
SpCoreCryptoKeyTypeId: '[u8;4]',
|
|
4599
4489
|
/**
|
|
4600
|
-
*
|
|
4490
|
+
* Lookup605: pallet_session::pallet::Error<T>
|
|
4601
4491
|
**/
|
|
4602
4492
|
PalletSessionError: {
|
|
4603
4493
|
_enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount'],
|
|
4604
4494
|
},
|
|
4605
4495
|
/**
|
|
4606
|
-
*
|
|
4496
|
+
* Lookup606: pallet_grandpa::StoredState<N>
|
|
4607
4497
|
**/
|
|
4608
4498
|
PalletGrandpaStoredState: {
|
|
4609
4499
|
_enum: {
|
|
@@ -4620,7 +4510,7 @@ exports.default = {
|
|
|
4620
4510
|
},
|
|
4621
4511
|
},
|
|
4622
4512
|
/**
|
|
4623
|
-
*
|
|
4513
|
+
* Lookup607: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
4624
4514
|
**/
|
|
4625
4515
|
PalletGrandpaStoredPendingChange: {
|
|
4626
4516
|
scheduledAt: 'u32',
|
|
@@ -4629,7 +4519,7 @@ exports.default = {
|
|
|
4629
4519
|
forced: 'Option<u32>',
|
|
4630
4520
|
},
|
|
4631
4521
|
/**
|
|
4632
|
-
*
|
|
4522
|
+
* Lookup609: pallet_grandpa::pallet::Error<T>
|
|
4633
4523
|
**/
|
|
4634
4524
|
PalletGrandpaError: {
|
|
4635
4525
|
_enum: [
|
|
@@ -4643,40 +4533,40 @@ exports.default = {
|
|
|
4643
4533
|
],
|
|
4644
4534
|
},
|
|
4645
4535
|
/**
|
|
4646
|
-
*
|
|
4536
|
+
* Lookup613: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
|
|
4647
4537
|
**/
|
|
4648
4538
|
PalletImOnlineBoundedOpaqueNetworkState: {
|
|
4649
4539
|
peerId: 'Bytes',
|
|
4650
4540
|
externalAddresses: 'Vec<Bytes>',
|
|
4651
4541
|
},
|
|
4652
4542
|
/**
|
|
4653
|
-
*
|
|
4543
|
+
* Lookup617: pallet_im_online::pallet::Error<T>
|
|
4654
4544
|
**/
|
|
4655
4545
|
PalletImOnlineError: {
|
|
4656
4546
|
_enum: ['InvalidKey', 'DuplicatedHeartbeat'],
|
|
4657
4547
|
},
|
|
4658
4548
|
/**
|
|
4659
|
-
*
|
|
4549
|
+
* Lookup619: pallet_sudo::pallet::Error<T>
|
|
4660
4550
|
**/
|
|
4661
4551
|
PalletSudoError: {
|
|
4662
4552
|
_enum: ['RequireSudo'],
|
|
4663
4553
|
},
|
|
4664
4554
|
/**
|
|
4665
|
-
*
|
|
4555
|
+
* Lookup620: pallet_asset::types::TickerRegistration<T>
|
|
4666
4556
|
**/
|
|
4667
4557
|
PalletAssetTickerRegistration: {
|
|
4668
4558
|
owner: 'PolymeshPrimitivesIdentityId',
|
|
4669
4559
|
expiry: 'Option<u64>',
|
|
4670
4560
|
},
|
|
4671
4561
|
/**
|
|
4672
|
-
*
|
|
4562
|
+
* Lookup621: pallet_asset::types::TickerRegistrationConfig<T>
|
|
4673
4563
|
**/
|
|
4674
4564
|
PalletAssetTickerRegistrationConfig: {
|
|
4675
4565
|
maxTickerLength: 'u8',
|
|
4676
4566
|
registrationLength: 'Option<u64>',
|
|
4677
4567
|
},
|
|
4678
4568
|
/**
|
|
4679
|
-
*
|
|
4569
|
+
* Lookup622: pallet_asset::types::AssetDetails
|
|
4680
4570
|
**/
|
|
4681
4571
|
PalletAssetAssetDetails: {
|
|
4682
4572
|
totalSupply: 'u128',
|
|
@@ -4685,7 +4575,7 @@ exports.default = {
|
|
|
4685
4575
|
assetType: 'PolymeshPrimitivesAssetAssetType',
|
|
4686
4576
|
},
|
|
4687
4577
|
/**
|
|
4688
|
-
*
|
|
4578
|
+
* Lookup632: pallet_asset::pallet::Error<T>
|
|
4689
4579
|
**/
|
|
4690
4580
|
PalletAssetError: {
|
|
4691
4581
|
_enum: [
|
|
@@ -4738,12 +4628,13 @@ exports.default = {
|
|
|
4738
4628
|
'TickerNotRegisteredToCaller',
|
|
4739
4629
|
'AssetIsAlreadyLinkedToATicker',
|
|
4740
4630
|
'TickerIsNotLinkedToTheAsset',
|
|
4631
|
+
'BadAuthorizationType',
|
|
4741
4632
|
],
|
|
4742
4633
|
},
|
|
4743
4634
|
/**
|
|
4744
|
-
*
|
|
4635
|
+
* Lookup635: pallet_corporate_actions::distribution::pallet::Error<T>
|
|
4745
4636
|
**/
|
|
4746
|
-
|
|
4637
|
+
PalletCorporateActionsDistributionPalletError: {
|
|
4747
4638
|
_enum: [
|
|
4748
4639
|
'CANotBenefit',
|
|
4749
4640
|
'AlreadyExists',
|
|
@@ -4763,7 +4654,7 @@ exports.default = {
|
|
|
4763
4654
|
],
|
|
4764
4655
|
},
|
|
4765
4656
|
/**
|
|
4766
|
-
*
|
|
4657
|
+
* Lookup639: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
|
|
4767
4658
|
**/
|
|
4768
4659
|
PolymeshCommonUtilitiesCheckpointNextCheckpoints: {
|
|
4769
4660
|
nextAt: 'u64',
|
|
@@ -4771,9 +4662,9 @@ exports.default = {
|
|
|
4771
4662
|
schedules: 'BTreeMap<u64, u64>',
|
|
4772
4663
|
},
|
|
4773
4664
|
/**
|
|
4774
|
-
*
|
|
4665
|
+
* Lookup645: pallet_asset::checkpoint::pallet::Error<T>
|
|
4775
4666
|
**/
|
|
4776
|
-
|
|
4667
|
+
PalletAssetCheckpointPalletError: {
|
|
4777
4668
|
_enum: [
|
|
4778
4669
|
'NoSuchSchedule',
|
|
4779
4670
|
'ScheduleNotRemovable',
|
|
@@ -4784,14 +4675,14 @@ exports.default = {
|
|
|
4784
4675
|
],
|
|
4785
4676
|
},
|
|
4786
4677
|
/**
|
|
4787
|
-
*
|
|
4678
|
+
* Lookup646: polymesh_primitives::compliance_manager::AssetCompliance
|
|
4788
4679
|
**/
|
|
4789
4680
|
PolymeshPrimitivesComplianceManagerAssetCompliance: {
|
|
4790
4681
|
paused: 'bool',
|
|
4791
4682
|
requirements: 'Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>',
|
|
4792
4683
|
},
|
|
4793
4684
|
/**
|
|
4794
|
-
*
|
|
4685
|
+
* Lookup648: pallet_compliance_manager::pallet::Error<T>
|
|
4795
4686
|
**/
|
|
4796
4687
|
PalletComplianceManagerError: {
|
|
4797
4688
|
_enum: [
|
|
@@ -4805,7 +4696,7 @@ exports.default = {
|
|
|
4805
4696
|
],
|
|
4806
4697
|
},
|
|
4807
4698
|
/**
|
|
4808
|
-
*
|
|
4699
|
+
* Lookup651: pallet_corporate_actions::pallet::Error<T>
|
|
4809
4700
|
**/
|
|
4810
4701
|
PalletCorporateActionsError: {
|
|
4811
4702
|
_enum: [
|
|
@@ -4823,9 +4714,9 @@ exports.default = {
|
|
|
4823
4714
|
],
|
|
4824
4715
|
},
|
|
4825
4716
|
/**
|
|
4826
|
-
*
|
|
4717
|
+
* Lookup655: pallet_corporate_actions::ballot::pallet::Error<T>
|
|
4827
4718
|
**/
|
|
4828
|
-
|
|
4719
|
+
PalletCorporateActionsBallotPalletError: {
|
|
4829
4720
|
_enum: [
|
|
4830
4721
|
'CANotNotice',
|
|
4831
4722
|
'AlreadyExists',
|
|
@@ -4844,13 +4735,13 @@ exports.default = {
|
|
|
4844
4735
|
],
|
|
4845
4736
|
},
|
|
4846
4737
|
/**
|
|
4847
|
-
*
|
|
4738
|
+
* Lookup656: pallet_permissions::pallet::Error<T>
|
|
4848
4739
|
**/
|
|
4849
4740
|
PalletPermissionsError: {
|
|
4850
4741
|
_enum: ['UnauthorizedCaller'],
|
|
4851
4742
|
},
|
|
4852
4743
|
/**
|
|
4853
|
-
*
|
|
4744
|
+
* Lookup657: pallet_pips::types::PipsMetadata<BlockNumber>
|
|
4854
4745
|
**/
|
|
4855
4746
|
PalletPipsPipsMetadata: {
|
|
4856
4747
|
id: 'u32',
|
|
@@ -4858,17 +4749,17 @@ exports.default = {
|
|
|
4858
4749
|
description: 'Option<Bytes>',
|
|
4859
4750
|
createdAt: 'u32',
|
|
4860
4751
|
transactionVersion: 'u32',
|
|
4861
|
-
expiry: '
|
|
4752
|
+
expiry: 'PolymeshPrimitivesMaybeBlock',
|
|
4862
4753
|
},
|
|
4863
4754
|
/**
|
|
4864
|
-
*
|
|
4755
|
+
* Lookup659: pallet_pips::types::DepositInfo<sp_core::crypto::AccountId32>
|
|
4865
4756
|
**/
|
|
4866
4757
|
PalletPipsDepositInfo: {
|
|
4867
4758
|
owner: 'AccountId32',
|
|
4868
4759
|
amount: 'u128',
|
|
4869
4760
|
},
|
|
4870
4761
|
/**
|
|
4871
|
-
*
|
|
4762
|
+
* Lookup660: pallet_pips::types::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
|
|
4872
4763
|
**/
|
|
4873
4764
|
PalletPipsPip: {
|
|
4874
4765
|
id: 'u32',
|
|
@@ -4876,7 +4767,7 @@ exports.default = {
|
|
|
4876
4767
|
proposer: 'PalletPipsProposer',
|
|
4877
4768
|
},
|
|
4878
4769
|
/**
|
|
4879
|
-
*
|
|
4770
|
+
* Lookup661: pallet_pips::types::VotingResult
|
|
4880
4771
|
**/
|
|
4881
4772
|
PalletPipsVotingResult: {
|
|
4882
4773
|
ayesCount: 'u32',
|
|
@@ -4885,11 +4776,11 @@ exports.default = {
|
|
|
4885
4776
|
naysStake: 'u128',
|
|
4886
4777
|
},
|
|
4887
4778
|
/**
|
|
4888
|
-
*
|
|
4779
|
+
* Lookup662: pallet_pips::types::Vote
|
|
4889
4780
|
**/
|
|
4890
4781
|
PalletPipsVote: '(bool,u128)',
|
|
4891
4782
|
/**
|
|
4892
|
-
*
|
|
4783
|
+
* Lookup663: pallet_pips::types::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
|
|
4893
4784
|
**/
|
|
4894
4785
|
PalletPipsSnapshotMetadata: {
|
|
4895
4786
|
createdAt: 'u32',
|
|
@@ -4897,7 +4788,7 @@ exports.default = {
|
|
|
4897
4788
|
id: 'u32',
|
|
4898
4789
|
},
|
|
4899
4790
|
/**
|
|
4900
|
-
*
|
|
4791
|
+
* Lookup665: pallet_pips::pallet::Error<T>
|
|
4901
4792
|
**/
|
|
4902
4793
|
PalletPipsError: {
|
|
4903
4794
|
_enum: [
|
|
@@ -4919,10 +4810,11 @@ exports.default = {
|
|
|
4919
4810
|
'SnapshotIdMismatch',
|
|
4920
4811
|
'ScheduledProposalDoesntExist',
|
|
4921
4812
|
'ProposalNotInScheduledState',
|
|
4813
|
+
'InvalidPipId',
|
|
4922
4814
|
],
|
|
4923
4815
|
},
|
|
4924
4816
|
/**
|
|
4925
|
-
*
|
|
4817
|
+
* Lookup673: pallet_portfolio::pallet::Error<T>
|
|
4926
4818
|
**/
|
|
4927
4819
|
PalletPortfolioError: {
|
|
4928
4820
|
_enum: [
|
|
@@ -4945,16 +4837,17 @@ exports.default = {
|
|
|
4945
4837
|
'MissingOwnersPermission',
|
|
4946
4838
|
'InvalidTransferSenderIdMatchesReceiverId',
|
|
4947
4839
|
'SelfAdditionNotAllowed',
|
|
4840
|
+
'BadAuthorizationType',
|
|
4948
4841
|
],
|
|
4949
4842
|
},
|
|
4950
4843
|
/**
|
|
4951
|
-
*
|
|
4844
|
+
* Lookup674: pallet_protocol_fee::pallet::Error<T>
|
|
4952
4845
|
**/
|
|
4953
4846
|
PalletProtocolFeeError: {
|
|
4954
4847
|
_enum: ['InsufficientAccountBalance', 'UnHandledImbalances', 'InsufficientSubsidyBalance'],
|
|
4955
4848
|
},
|
|
4956
4849
|
/**
|
|
4957
|
-
*
|
|
4850
|
+
* 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>
|
|
4958
4851
|
**/
|
|
4959
4852
|
PalletSchedulerScheduled: {
|
|
4960
4853
|
maybeId: 'Option<[u8;32]>',
|
|
@@ -4964,7 +4857,7 @@ exports.default = {
|
|
|
4964
4857
|
origin: 'PolymeshRuntimeDevelopRuntimeOriginCaller',
|
|
4965
4858
|
},
|
|
4966
4859
|
/**
|
|
4967
|
-
*
|
|
4860
|
+
* Lookup678: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
|
|
4968
4861
|
**/
|
|
4969
4862
|
FrameSupportPreimagesBounded: {
|
|
4970
4863
|
_enum: {
|
|
@@ -4985,7 +4878,7 @@ exports.default = {
|
|
|
4985
4878
|
},
|
|
4986
4879
|
},
|
|
4987
4880
|
/**
|
|
4988
|
-
*
|
|
4881
|
+
* Lookup681: pallet_scheduler::pallet::Error<T>
|
|
4989
4882
|
**/
|
|
4990
4883
|
PalletSchedulerError: {
|
|
4991
4884
|
_enum: [
|
|
@@ -4997,14 +4890,14 @@ exports.default = {
|
|
|
4997
4890
|
],
|
|
4998
4891
|
},
|
|
4999
4892
|
/**
|
|
5000
|
-
*
|
|
4893
|
+
* Lookup682: polymesh_primitives::settlement::Venue
|
|
5001
4894
|
**/
|
|
5002
4895
|
PolymeshPrimitivesSettlementVenue: {
|
|
5003
4896
|
creator: 'PolymeshPrimitivesIdentityId',
|
|
5004
4897
|
venueType: 'PolymeshPrimitivesSettlementVenueType',
|
|
5005
4898
|
},
|
|
5006
4899
|
/**
|
|
5007
|
-
*
|
|
4900
|
+
* Lookup686: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
|
|
5008
4901
|
**/
|
|
5009
4902
|
PolymeshPrimitivesSettlementInstruction: {
|
|
5010
4903
|
instructionId: 'u64',
|
|
@@ -5015,7 +4908,7 @@ exports.default = {
|
|
|
5015
4908
|
valueDate: 'Option<u64>',
|
|
5016
4909
|
},
|
|
5017
4910
|
/**
|
|
5018
|
-
*
|
|
4911
|
+
* Lookup688: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
|
|
5019
4912
|
**/
|
|
5020
4913
|
PolymeshPrimitivesSettlementLegStatus: {
|
|
5021
4914
|
_enum: {
|
|
@@ -5025,13 +4918,13 @@ exports.default = {
|
|
|
5025
4918
|
},
|
|
5026
4919
|
},
|
|
5027
4920
|
/**
|
|
5028
|
-
*
|
|
4921
|
+
* Lookup690: polymesh_primitives::settlement::AffirmationStatus
|
|
5029
4922
|
**/
|
|
5030
4923
|
PolymeshPrimitivesSettlementAffirmationStatus: {
|
|
5031
4924
|
_enum: ['Unknown', 'Pending', 'Affirmed'],
|
|
5032
4925
|
},
|
|
5033
4926
|
/**
|
|
5034
|
-
*
|
|
4927
|
+
* Lookup693: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
|
|
5035
4928
|
**/
|
|
5036
4929
|
PolymeshPrimitivesSettlementInstructionStatus: {
|
|
5037
4930
|
_enum: {
|
|
@@ -5043,7 +4936,7 @@ exports.default = {
|
|
|
5043
4936
|
},
|
|
5044
4937
|
},
|
|
5045
4938
|
/**
|
|
5046
|
-
*
|
|
4939
|
+
* Lookup695: polymesh_primitives::settlement::MediatorAffirmationStatus<T>
|
|
5047
4940
|
**/
|
|
5048
4941
|
PolymeshPrimitivesSettlementMediatorAffirmationStatus: {
|
|
5049
4942
|
_enum: {
|
|
@@ -5055,7 +4948,7 @@ exports.default = {
|
|
|
5055
4948
|
},
|
|
5056
4949
|
},
|
|
5057
4950
|
/**
|
|
5058
|
-
*
|
|
4951
|
+
* Lookup697: pallet_settlement::pallet::Error<T>
|
|
5059
4952
|
**/
|
|
5060
4953
|
PalletSettlementError: {
|
|
5061
4954
|
_enum: [
|
|
@@ -5106,21 +4999,21 @@ exports.default = {
|
|
|
5106
4999
|
],
|
|
5107
5000
|
},
|
|
5108
5001
|
/**
|
|
5109
|
-
*
|
|
5002
|
+
* Lookup700: polymesh_primitives::statistics::Stat1stKey
|
|
5110
5003
|
**/
|
|
5111
5004
|
PolymeshPrimitivesStatisticsStat1stKey: {
|
|
5112
5005
|
assetId: 'PolymeshPrimitivesAssetAssetId',
|
|
5113
5006
|
statType: 'PolymeshPrimitivesStatisticsStatType',
|
|
5114
5007
|
},
|
|
5115
5008
|
/**
|
|
5116
|
-
*
|
|
5009
|
+
* Lookup701: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
|
|
5117
5010
|
**/
|
|
5118
5011
|
PolymeshPrimitivesTransferComplianceAssetTransferCompliance: {
|
|
5119
5012
|
paused: 'bool',
|
|
5120
5013
|
requirements: 'BTreeSet<PolymeshPrimitivesTransferComplianceTransferCondition>',
|
|
5121
5014
|
},
|
|
5122
5015
|
/**
|
|
5123
|
-
*
|
|
5016
|
+
* Lookup705: pallet_statistics::pallet::Error<T>
|
|
5124
5017
|
**/
|
|
5125
5018
|
PalletStatisticsError: {
|
|
5126
5019
|
_enum: [
|
|
@@ -5134,7 +5027,7 @@ exports.default = {
|
|
|
5134
5027
|
],
|
|
5135
5028
|
},
|
|
5136
5029
|
/**
|
|
5137
|
-
*
|
|
5030
|
+
* Lookup708: pallet_sto::pallet::Error<T>
|
|
5138
5031
|
**/
|
|
5139
5032
|
PalletStoError: {
|
|
5140
5033
|
_enum: [
|
|
@@ -5153,13 +5046,13 @@ exports.default = {
|
|
|
5153
5046
|
],
|
|
5154
5047
|
},
|
|
5155
5048
|
/**
|
|
5156
|
-
*
|
|
5049
|
+
* Lookup709: pallet_treasury::pallet::Error<T>
|
|
5157
5050
|
**/
|
|
5158
5051
|
PalletTreasuryError: {
|
|
5159
5052
|
_enum: ['InsufficientBalance', 'InvalidIdentity'],
|
|
5160
5053
|
},
|
|
5161
5054
|
/**
|
|
5162
|
-
*
|
|
5055
|
+
* Lookup710: pallet_utility::pallet::Error<T>
|
|
5163
5056
|
**/
|
|
5164
5057
|
PalletUtilityError: {
|
|
5165
5058
|
_enum: [
|
|
@@ -5171,13 +5064,13 @@ exports.default = {
|
|
|
5171
5064
|
],
|
|
5172
5065
|
},
|
|
5173
5066
|
/**
|
|
5174
|
-
*
|
|
5067
|
+
* Lookup711: pallet_base::pallet::Error<T>
|
|
5175
5068
|
**/
|
|
5176
5069
|
PalletBaseError: {
|
|
5177
5070
|
_enum: ['TooLong', 'CounterOverflow'],
|
|
5178
5071
|
},
|
|
5179
5072
|
/**
|
|
5180
|
-
*
|
|
5073
|
+
* Lookup714: pallet_external_agents::pallet::Error<T>
|
|
5181
5074
|
**/
|
|
5182
5075
|
PalletExternalAgentsError: {
|
|
5183
5076
|
_enum: [
|
|
@@ -5187,17 +5080,18 @@ exports.default = {
|
|
|
5187
5080
|
'NotAnAgent',
|
|
5188
5081
|
'RemovingLastFullAgent',
|
|
5189
5082
|
'SecondaryKeyNotAuthorizedForAsset',
|
|
5083
|
+
'BadAuthorizationType',
|
|
5190
5084
|
],
|
|
5191
5085
|
},
|
|
5192
5086
|
/**
|
|
5193
|
-
*
|
|
5087
|
+
* Lookup715: pallet_relayer::pallet::Subsidy<sp_core::crypto::AccountId32>
|
|
5194
5088
|
**/
|
|
5195
5089
|
PalletRelayerSubsidy: {
|
|
5196
5090
|
payingKey: 'AccountId32',
|
|
5197
5091
|
remaining: 'u128',
|
|
5198
5092
|
},
|
|
5199
5093
|
/**
|
|
5200
|
-
*
|
|
5094
|
+
* Lookup716: pallet_relayer::pallet::Error<T>
|
|
5201
5095
|
**/
|
|
5202
5096
|
PalletRelayerError: {
|
|
5203
5097
|
_enum: [
|
|
@@ -5208,10 +5102,11 @@ exports.default = {
|
|
|
5208
5102
|
'NotAuthorizedForPayingKey',
|
|
5209
5103
|
'NotAuthorizedForUserKey',
|
|
5210
5104
|
'Overflow',
|
|
5105
|
+
'BadAuthorizationType',
|
|
5211
5106
|
],
|
|
5212
5107
|
},
|
|
5213
5108
|
/**
|
|
5214
|
-
*
|
|
5109
|
+
* Lookup718: pallet_contracts::wasm::PrefabWasmModule<T>
|
|
5215
5110
|
**/
|
|
5216
5111
|
PalletContractsWasmPrefabWasmModule: {
|
|
5217
5112
|
instructionWeightsVersion: 'Compact<u32>',
|
|
@@ -5221,7 +5116,7 @@ exports.default = {
|
|
|
5221
5116
|
determinism: 'PalletContractsWasmDeterminism',
|
|
5222
5117
|
},
|
|
5223
5118
|
/**
|
|
5224
|
-
*
|
|
5119
|
+
* Lookup720: pallet_contracts::wasm::OwnerInfo<T>
|
|
5225
5120
|
**/
|
|
5226
5121
|
PalletContractsWasmOwnerInfo: {
|
|
5227
5122
|
owner: 'AccountId32',
|
|
@@ -5229,7 +5124,7 @@ exports.default = {
|
|
|
5229
5124
|
refcount: 'Compact<u64>',
|
|
5230
5125
|
},
|
|
5231
5126
|
/**
|
|
5232
|
-
*
|
|
5127
|
+
* Lookup721: pallet_contracts::storage::ContractInfo<T>
|
|
5233
5128
|
**/
|
|
5234
5129
|
PalletContractsStorageContractInfo: {
|
|
5235
5130
|
trieId: 'Bytes',
|
|
@@ -5242,13 +5137,13 @@ exports.default = {
|
|
|
5242
5137
|
storageBaseDeposit: 'u128',
|
|
5243
5138
|
},
|
|
5244
5139
|
/**
|
|
5245
|
-
*
|
|
5140
|
+
* Lookup724: pallet_contracts::storage::DeletedContract
|
|
5246
5141
|
**/
|
|
5247
5142
|
PalletContractsStorageDeletedContract: {
|
|
5248
5143
|
trieId: 'Bytes',
|
|
5249
5144
|
},
|
|
5250
5145
|
/**
|
|
5251
|
-
*
|
|
5146
|
+
* Lookup726: pallet_contracts::schedule::Schedule<T>
|
|
5252
5147
|
**/
|
|
5253
5148
|
PalletContractsSchedule: {
|
|
5254
5149
|
limits: 'PalletContractsScheduleLimits',
|
|
@@ -5256,7 +5151,7 @@ exports.default = {
|
|
|
5256
5151
|
hostFnWeights: 'PalletContractsScheduleHostFnWeights',
|
|
5257
5152
|
},
|
|
5258
5153
|
/**
|
|
5259
|
-
*
|
|
5154
|
+
* Lookup727: pallet_contracts::schedule::Limits
|
|
5260
5155
|
**/
|
|
5261
5156
|
PalletContractsScheduleLimits: {
|
|
5262
5157
|
eventTopics: 'u32',
|
|
@@ -5270,7 +5165,7 @@ exports.default = {
|
|
|
5270
5165
|
payloadLen: 'u32',
|
|
5271
5166
|
},
|
|
5272
5167
|
/**
|
|
5273
|
-
*
|
|
5168
|
+
* Lookup728: pallet_contracts::schedule::InstructionWeights<T>
|
|
5274
5169
|
**/
|
|
5275
5170
|
PalletContractsScheduleInstructionWeights: {
|
|
5276
5171
|
_alias: {
|
|
@@ -5332,7 +5227,7 @@ exports.default = {
|
|
|
5332
5227
|
i64rotr: 'u32',
|
|
5333
5228
|
},
|
|
5334
5229
|
/**
|
|
5335
|
-
*
|
|
5230
|
+
* Lookup729: pallet_contracts::schedule::HostFnWeights<T>
|
|
5336
5231
|
**/
|
|
5337
5232
|
PalletContractsScheduleHostFnWeights: {
|
|
5338
5233
|
_alias: {
|
|
@@ -5399,7 +5294,7 @@ exports.default = {
|
|
|
5399
5294
|
instantiationNonce: 'SpWeightsWeightV2Weight',
|
|
5400
5295
|
},
|
|
5401
5296
|
/**
|
|
5402
|
-
*
|
|
5297
|
+
* Lookup730: pallet_contracts::pallet::Error<T>
|
|
5403
5298
|
**/
|
|
5404
5299
|
PalletContractsError: {
|
|
5405
5300
|
_enum: [
|
|
@@ -5434,7 +5329,7 @@ exports.default = {
|
|
|
5434
5329
|
],
|
|
5435
5330
|
},
|
|
5436
5331
|
/**
|
|
5437
|
-
*
|
|
5332
|
+
* Lookup732: polymesh_contracts::pallet::Error<T>
|
|
5438
5333
|
**/
|
|
5439
5334
|
PolymeshContractsError: {
|
|
5440
5335
|
_enum: [
|
|
@@ -5453,7 +5348,7 @@ exports.default = {
|
|
|
5453
5348
|
],
|
|
5454
5349
|
},
|
|
5455
5350
|
/**
|
|
5456
|
-
*
|
|
5351
|
+
* Lookup733: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
|
|
5457
5352
|
**/
|
|
5458
5353
|
PalletPreimageRequestStatus: {
|
|
5459
5354
|
_enum: {
|
|
@@ -5469,20 +5364,20 @@ exports.default = {
|
|
|
5469
5364
|
},
|
|
5470
5365
|
},
|
|
5471
5366
|
/**
|
|
5472
|
-
*
|
|
5367
|
+
* Lookup737: pallet_preimage::pallet::Error<T>
|
|
5473
5368
|
**/
|
|
5474
5369
|
PalletPreimageError: {
|
|
5475
5370
|
_enum: ['TooBig', 'AlreadyNoted', 'NotAuthorized', 'NotNoted', 'Requested', 'NotRequested'],
|
|
5476
5371
|
},
|
|
5477
5372
|
/**
|
|
5478
|
-
*
|
|
5373
|
+
* Lookup738: polymesh_primitives::nft::NFTCollection
|
|
5479
5374
|
**/
|
|
5480
5375
|
PolymeshPrimitivesNftNftCollection: {
|
|
5481
5376
|
id: 'u64',
|
|
5482
5377
|
assetId: 'PolymeshPrimitivesAssetAssetId',
|
|
5483
5378
|
},
|
|
5484
5379
|
/**
|
|
5485
|
-
*
|
|
5380
|
+
* Lookup742: pallet_nft::pallet::Error<T>
|
|
5486
5381
|
**/
|
|
5487
5382
|
PalletNftError: {
|
|
5488
5383
|
_enum: [
|
|
@@ -5518,7 +5413,7 @@ exports.default = {
|
|
|
5518
5413
|
],
|
|
5519
5414
|
},
|
|
5520
5415
|
/**
|
|
5521
|
-
*
|
|
5416
|
+
* Lookup743: pallet_election_provider_multi_phase::ReadySolution<T>
|
|
5522
5417
|
**/
|
|
5523
5418
|
PalletElectionProviderMultiPhaseReadySolution: {
|
|
5524
5419
|
supports: 'Vec<(AccountId32,SpNposElectionsSupport)>',
|
|
@@ -5526,14 +5421,14 @@ exports.default = {
|
|
|
5526
5421
|
compute: 'PalletElectionProviderMultiPhaseElectionCompute',
|
|
5527
5422
|
},
|
|
5528
5423
|
/**
|
|
5529
|
-
*
|
|
5424
|
+
* Lookup745: pallet_election_provider_multi_phase::RoundSnapshot<T>
|
|
5530
5425
|
**/
|
|
5531
5426
|
PalletElectionProviderMultiPhaseRoundSnapshot: {
|
|
5532
5427
|
voters: 'Vec<(AccountId32,u64,Vec<AccountId32>)>',
|
|
5533
5428
|
targets: 'Vec<AccountId32>',
|
|
5534
5429
|
},
|
|
5535
5430
|
/**
|
|
5536
|
-
*
|
|
5431
|
+
* Lookup751: pallet_election_provider_multi_phase::signed::SignedSubmission<sp_core::crypto::AccountId32, Balance, polymesh_runtime_common::NposSolution16>
|
|
5537
5432
|
**/
|
|
5538
5433
|
PalletElectionProviderMultiPhaseSignedSignedSubmission: {
|
|
5539
5434
|
who: 'AccountId32',
|
|
@@ -5542,7 +5437,7 @@ exports.default = {
|
|
|
5542
5437
|
callFee: 'u128',
|
|
5543
5438
|
},
|
|
5544
5439
|
/**
|
|
5545
|
-
*
|
|
5440
|
+
* Lookup752: pallet_election_provider_multi_phase::pallet::Error<T>
|
|
5546
5441
|
**/
|
|
5547
5442
|
PalletElectionProviderMultiPhaseError: {
|
|
5548
5443
|
_enum: [
|
|
@@ -5563,43 +5458,35 @@ exports.default = {
|
|
|
5563
5458
|
],
|
|
5564
5459
|
},
|
|
5565
5460
|
/**
|
|
5566
|
-
*
|
|
5567
|
-
**/
|
|
5568
|
-
PalletTestUtilsError: 'Null',
|
|
5569
|
-
/**
|
|
5570
|
-
* Lookup766: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
5461
|
+
* Lookup755: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
5571
5462
|
**/
|
|
5572
5463
|
FrameSystemExtensionsCheckSpecVersion: 'Null',
|
|
5573
5464
|
/**
|
|
5574
|
-
*
|
|
5465
|
+
* Lookup756: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
5575
5466
|
**/
|
|
5576
5467
|
FrameSystemExtensionsCheckTxVersion: 'Null',
|
|
5577
5468
|
/**
|
|
5578
|
-
*
|
|
5469
|
+
* Lookup757: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
5579
5470
|
**/
|
|
5580
5471
|
FrameSystemExtensionsCheckGenesis: 'Null',
|
|
5581
5472
|
/**
|
|
5582
|
-
*
|
|
5473
|
+
* Lookup760: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
5583
5474
|
**/
|
|
5584
5475
|
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
|
|
5585
5476
|
/**
|
|
5586
|
-
*
|
|
5587
|
-
**/
|
|
5588
|
-
PolymeshExtensionsCheckWeight: 'FrameSystemExtensionsCheckWeight',
|
|
5589
|
-
/**
|
|
5590
|
-
* Lookup773: frame_system::extensions::check_weight::CheckWeight<T>
|
|
5477
|
+
* Lookup761: frame_system::extensions::check_weight::CheckWeight<T>
|
|
5591
5478
|
**/
|
|
5592
5479
|
FrameSystemExtensionsCheckWeight: 'Null',
|
|
5593
5480
|
/**
|
|
5594
|
-
*
|
|
5481
|
+
* Lookup762: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
5595
5482
|
**/
|
|
5596
5483
|
PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
|
|
5597
5484
|
/**
|
|
5598
|
-
*
|
|
5485
|
+
* Lookup763: pallet_permissions::StoreCallMetadata<T>
|
|
5599
5486
|
**/
|
|
5600
5487
|
PalletPermissionsStoreCallMetadata: 'Null',
|
|
5601
5488
|
/**
|
|
5602
|
-
*
|
|
5489
|
+
* Lookup764: polymesh_runtime_develop::runtime::Runtime
|
|
5603
5490
|
**/
|
|
5604
5491
|
PolymeshRuntimeDevelopRuntime: 'Null',
|
|
5605
5492
|
};
|