@polymeshassociation/polymesh-sdk 23.0.2 → 24.0.0-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -3
- package/api/client/Network.d.ts +7 -1
- package/api/client/Network.d.ts.map +1 -1
- package/api/client/Network.js +81 -0
- package/api/client/Network.js.map +1 -1
- package/api/entities/Asset/Base/BaseAsset.d.ts +14 -2
- package/api/entities/Asset/Base/BaseAsset.d.ts.map +1 -1
- package/api/entities/Asset/Base/BaseAsset.js +17 -0
- package/api/entities/Asset/Base/BaseAsset.js.map +1 -1
- package/api/entities/Asset/Fungible/index.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/index.js +1 -1
- package/api/entities/Asset/Fungible/index.js.map +1 -1
- package/api/entities/Asset/NonFungible/Nft.d.ts +13 -3
- package/api/entities/Asset/NonFungible/Nft.d.ts.map +1 -1
- package/api/entities/Asset/NonFungible/Nft.js +42 -9
- package/api/entities/Asset/NonFungible/Nft.js.map +1 -1
- package/api/entities/Asset/types.d.ts +28 -1
- package/api/entities/Asset/types.d.ts.map +1 -1
- package/api/entities/Asset/types.js.map +1 -1
- package/api/entities/Identity/Portfolios.d.ts +13 -1
- package/api/entities/Identity/Portfolios.d.ts.map +1 -1
- package/api/entities/Identity/Portfolios.js +31 -0
- package/api/entities/Identity/Portfolios.js.map +1 -1
- package/api/entities/Instruction/index.d.ts +5 -1
- package/api/entities/Instruction/index.d.ts.map +1 -1
- package/api/entities/Instruction/index.js +17 -0
- package/api/entities/Instruction/index.js.map +1 -1
- package/api/entities/Instruction/types.d.ts +8 -0
- package/api/entities/Instruction/types.d.ts.map +1 -1
- package/api/entities/MetadataEntry/index.d.ts +30 -2
- package/api/entities/MetadataEntry/index.d.ts.map +1 -1
- package/api/entities/MetadataEntry/index.js +71 -4
- package/api/entities/MetadataEntry/index.js.map +1 -1
- package/api/entities/Portfolio/index.d.ts.map +1 -1
- package/api/entities/Portfolio/index.js +6 -55
- package/api/entities/Portfolio/index.js.map +1 -1
- package/api/procedures/addAssetMediators.d.ts +22 -0
- package/api/procedures/addAssetMediators.d.ts.map +1 -0
- package/api/procedures/addAssetMediators.js +73 -0
- package/api/procedures/addAssetMediators.js.map +1 -0
- package/api/procedures/addInstruction.d.ts +4 -0
- package/api/procedures/addInstruction.d.ts.map +1 -1
- package/api/procedures/addInstruction.js +42 -15
- package/api/procedures/addInstruction.js.map +1 -1
- package/api/procedures/attestPrimaryKeyRotation.d.ts.map +1 -1
- package/api/procedures/attestPrimaryKeyRotation.js +9 -17
- package/api/procedures/attestPrimaryKeyRotation.js.map +1 -1
- package/api/procedures/clearMetadata.d.ts +21 -0
- package/api/procedures/clearMetadata.d.ts.map +1 -0
- package/api/procedures/clearMetadata.js +57 -0
- package/api/procedures/clearMetadata.js.map +1 -0
- package/api/procedures/inviteAccount.d.ts.map +1 -1
- package/api/procedures/inviteAccount.js +5 -11
- package/api/procedures/inviteAccount.js.map +1 -1
- package/api/procedures/removeAssetMediators.d.ts +22 -0
- package/api/procedures/removeAssetMediators.d.ts.map +1 -0
- package/api/procedures/removeAssetMediators.js +64 -0
- package/api/procedures/removeAssetMediators.js.map +1 -0
- package/api/procedures/removeLocalMetadata.d.ts +21 -0
- package/api/procedures/removeLocalMetadata.d.ts.map +1 -0
- package/api/procedures/removeLocalMetadata.js +76 -0
- package/api/procedures/removeLocalMetadata.js.map +1 -0
- package/api/procedures/setCustodian.d.ts.map +1 -1
- package/api/procedures/setCustodian.js +10 -15
- package/api/procedures/setCustodian.js.map +1 -1
- package/api/procedures/transferAssetOwnership.d.ts.map +1 -1
- package/api/procedures/transferAssetOwnership.js +14 -4
- package/api/procedures/transferAssetOwnership.js.map +1 -1
- package/api/procedures/transferTickerOwnership.d.ts.map +1 -1
- package/api/procedures/transferTickerOwnership.js +17 -7
- package/api/procedures/transferTickerOwnership.js.map +1 -1
- package/api/procedures/types.d.ts +7 -0
- package/api/procedures/types.d.ts.map +1 -1
- package/api/procedures/types.js.map +1 -1
- package/base/Context.d.ts +8 -2
- package/base/Context.d.ts.map +1 -1
- package/base/Context.js +24 -14
- package/base/Context.js.map +1 -1
- package/base/PolymeshTransactionBase.d.ts +11 -7
- package/base/PolymeshTransactionBase.d.ts.map +1 -1
- package/base/PolymeshTransactionBase.js +60 -24
- package/base/PolymeshTransactionBase.js.map +1 -1
- package/base/PolymeshTransactionBatch.d.ts.map +1 -1
- package/base/PolymeshTransactionBatch.js +2 -1
- package/base/PolymeshTransactionBatch.js.map +1 -1
- package/base/types.d.ts +26 -0
- package/base/types.d.ts.map +1 -1
- package/base/utils.d.ts +5 -0
- package/base/utils.d.ts.map +1 -1
- package/base/utils.js +26 -1
- package/base/utils.js.map +1 -1
- package/generated/types.d.ts +11 -3
- package/generated/types.d.ts.map +1 -1
- package/generated/types.js +8 -0
- package/generated/types.js.map +1 -1
- package/internal.d.ts +4 -0
- package/internal.d.ts.map +1 -1
- package/internal.js +10 -2
- package/internal.js.map +1 -1
- package/middleware/queries.d.ts +12 -0
- package/middleware/queries.d.ts.map +1 -1
- package/middleware/queries.js +127 -81
- package/middleware/queries.js.map +1 -1
- package/middleware/types.d.ts +1127 -0
- package/middleware/types.d.ts.map +1 -1
- package/middleware/types.js +497 -0
- package/middleware/types.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-24.0.0-alpha.10.tgz +0 -0
- package/package.json +2 -1
- package/polkadot/augment-api-errors.d.ts +20 -0
- package/polkadot/augment-api-errors.d.ts.map +1 -1
- package/polkadot/augment-api-events.d.ts +29 -1
- package/polkadot/augment-api-events.d.ts.map +1 -1
- package/polkadot/augment-api-query.d.ts +22 -2
- package/polkadot/augment-api-query.d.ts.map +1 -1
- package/polkadot/augment-api-tx.d.ts +168 -18
- package/polkadot/augment-api-tx.d.ts.map +1 -1
- package/polkadot/lookup.d.ts +343 -285
- package/polkadot/lookup.d.ts.map +1 -1
- package/polkadot/lookup.js +354 -286
- package/polkadot/lookup.js.map +1 -1
- package/polkadot/registry.d.ts +2 -1
- package/polkadot/registry.d.ts.map +1 -1
- package/polkadot/types-lookup.d.ts +374 -293
- package/polkadot/types-lookup.d.ts.map +1 -1
- package/types/index.d.ts +5 -0
- package/types/index.d.ts.map +1 -1
- package/types/index.js.map +1 -1
- package/types/internal.d.ts +1 -1
- package/types/internal.d.ts.map +1 -1
- package/utils/constants.d.ts +11 -3
- package/utils/constants.d.ts.map +1 -1
- package/utils/constants.js +12 -4
- package/utils/constants.js.map +1 -1
- package/utils/conversion.d.ts +17 -3
- package/utils/conversion.d.ts.map +1 -1
- package/utils/conversion.js +94 -2
- package/utils/conversion.js.map +1 -1
- package/utils/internal.d.ts +11 -1
- package/utils/internal.d.ts.map +1 -1
- package/utils/internal.js +50 -1
- package/utils/internal.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-23.0.2.tgz +0 -0
package/polkadot/lookup.d.ts
CHANGED
|
@@ -773,6 +773,8 @@ declare const _default: {
|
|
|
773
773
|
RemoveAssetAffirmationExemption: string;
|
|
774
774
|
PreApprovedAsset: string;
|
|
775
775
|
RemovePreApprovedAsset: string;
|
|
776
|
+
AssetMediatorsAdded: string;
|
|
777
|
+
AssetMediatorsRemoved: string;
|
|
776
778
|
};
|
|
777
779
|
};
|
|
778
780
|
/**
|
|
@@ -894,7 +896,7 @@ declare const _default: {
|
|
|
894
896
|
};
|
|
895
897
|
};
|
|
896
898
|
/**
|
|
897
|
-
*
|
|
899
|
+
* Lookup165: pallet_corporate_actions::distribution::Event
|
|
898
900
|
**/
|
|
899
901
|
PalletCorporateActionsDistributionEvent: {
|
|
900
902
|
_enum: {
|
|
@@ -905,18 +907,18 @@ declare const _default: {
|
|
|
905
907
|
};
|
|
906
908
|
};
|
|
907
909
|
/**
|
|
908
|
-
*
|
|
910
|
+
* Lookup166: polymesh_primitives::event_only::EventOnly<polymesh_primitives::identity_id::IdentityId>
|
|
909
911
|
**/
|
|
910
912
|
PolymeshPrimitivesEventOnly: string;
|
|
911
913
|
/**
|
|
912
|
-
*
|
|
914
|
+
* Lookup167: pallet_corporate_actions::CAId
|
|
913
915
|
**/
|
|
914
916
|
PalletCorporateActionsCaId: {
|
|
915
917
|
ticker: string;
|
|
916
918
|
localId: string;
|
|
917
919
|
};
|
|
918
920
|
/**
|
|
919
|
-
*
|
|
921
|
+
* Lookup169: pallet_corporate_actions::distribution::Distribution
|
|
920
922
|
**/
|
|
921
923
|
PalletCorporateActionsDistribution: {
|
|
922
924
|
from: string;
|
|
@@ -929,7 +931,7 @@ declare const _default: {
|
|
|
929
931
|
expiresAt: string;
|
|
930
932
|
};
|
|
931
933
|
/**
|
|
932
|
-
*
|
|
934
|
+
* Lookup171: polymesh_common_utilities::traits::checkpoint::Event
|
|
933
935
|
**/
|
|
934
936
|
PolymeshCommonUtilitiesCheckpointEvent: {
|
|
935
937
|
_enum: {
|
|
@@ -940,13 +942,13 @@ declare const _default: {
|
|
|
940
942
|
};
|
|
941
943
|
};
|
|
942
944
|
/**
|
|
943
|
-
*
|
|
945
|
+
* Lookup174: polymesh_common_utilities::traits::checkpoint::ScheduleCheckpoints
|
|
944
946
|
**/
|
|
945
947
|
PolymeshCommonUtilitiesCheckpointScheduleCheckpoints: {
|
|
946
948
|
pending: string;
|
|
947
949
|
};
|
|
948
950
|
/**
|
|
949
|
-
*
|
|
951
|
+
* Lookup177: polymesh_common_utilities::traits::compliance_manager::Event
|
|
950
952
|
**/
|
|
951
953
|
PolymeshCommonUtilitiesComplianceManagerEvent: {
|
|
952
954
|
_enum: {
|
|
@@ -962,7 +964,7 @@ declare const _default: {
|
|
|
962
964
|
};
|
|
963
965
|
};
|
|
964
966
|
/**
|
|
965
|
-
*
|
|
967
|
+
* Lookup178: polymesh_primitives::compliance_manager::ComplianceRequirement
|
|
966
968
|
**/
|
|
967
969
|
PolymeshPrimitivesComplianceManagerComplianceRequirement: {
|
|
968
970
|
senderConditions: string;
|
|
@@ -970,14 +972,14 @@ declare const _default: {
|
|
|
970
972
|
id: string;
|
|
971
973
|
};
|
|
972
974
|
/**
|
|
973
|
-
*
|
|
975
|
+
* Lookup180: polymesh_primitives::condition::Condition
|
|
974
976
|
**/
|
|
975
977
|
PolymeshPrimitivesCondition: {
|
|
976
978
|
conditionType: string;
|
|
977
979
|
issuers: string;
|
|
978
980
|
};
|
|
979
981
|
/**
|
|
980
|
-
*
|
|
982
|
+
* Lookup181: polymesh_primitives::condition::ConditionType
|
|
981
983
|
**/
|
|
982
984
|
PolymeshPrimitivesConditionConditionType: {
|
|
983
985
|
_enum: {
|
|
@@ -989,7 +991,7 @@ declare const _default: {
|
|
|
989
991
|
};
|
|
990
992
|
};
|
|
991
993
|
/**
|
|
992
|
-
*
|
|
994
|
+
* Lookup183: polymesh_primitives::condition::TargetIdentity
|
|
993
995
|
**/
|
|
994
996
|
PolymeshPrimitivesConditionTargetIdentity: {
|
|
995
997
|
_enum: {
|
|
@@ -998,14 +1000,14 @@ declare const _default: {
|
|
|
998
1000
|
};
|
|
999
1001
|
};
|
|
1000
1002
|
/**
|
|
1001
|
-
*
|
|
1003
|
+
* Lookup185: polymesh_primitives::condition::TrustedIssuer
|
|
1002
1004
|
**/
|
|
1003
1005
|
PolymeshPrimitivesConditionTrustedIssuer: {
|
|
1004
1006
|
issuer: string;
|
|
1005
1007
|
trustedFor: string;
|
|
1006
1008
|
};
|
|
1007
1009
|
/**
|
|
1008
|
-
*
|
|
1010
|
+
* Lookup186: polymesh_primitives::condition::TrustedFor
|
|
1009
1011
|
**/
|
|
1010
1012
|
PolymeshPrimitivesConditionTrustedFor: {
|
|
1011
1013
|
_enum: {
|
|
@@ -1014,7 +1016,7 @@ declare const _default: {
|
|
|
1014
1016
|
};
|
|
1015
1017
|
};
|
|
1016
1018
|
/**
|
|
1017
|
-
*
|
|
1019
|
+
* Lookup188: polymesh_primitives::identity_claim::ClaimType
|
|
1018
1020
|
**/
|
|
1019
1021
|
PolymeshPrimitivesIdentityClaimClaimType: {
|
|
1020
1022
|
_enum: {
|
|
@@ -1031,7 +1033,7 @@ declare const _default: {
|
|
|
1031
1033
|
};
|
|
1032
1034
|
};
|
|
1033
1035
|
/**
|
|
1034
|
-
*
|
|
1036
|
+
* Lookup190: pallet_corporate_actions::Event
|
|
1035
1037
|
**/
|
|
1036
1038
|
PalletCorporateActionsEvent: {
|
|
1037
1039
|
_enum: {
|
|
@@ -1046,20 +1048,20 @@ declare const _default: {
|
|
|
1046
1048
|
};
|
|
1047
1049
|
};
|
|
1048
1050
|
/**
|
|
1049
|
-
*
|
|
1051
|
+
* Lookup191: pallet_corporate_actions::TargetIdentities
|
|
1050
1052
|
**/
|
|
1051
1053
|
PalletCorporateActionsTargetIdentities: {
|
|
1052
1054
|
identities: string;
|
|
1053
1055
|
treatment: string;
|
|
1054
1056
|
};
|
|
1055
1057
|
/**
|
|
1056
|
-
*
|
|
1058
|
+
* Lookup192: pallet_corporate_actions::TargetTreatment
|
|
1057
1059
|
**/
|
|
1058
1060
|
PalletCorporateActionsTargetTreatment: {
|
|
1059
1061
|
_enum: string[];
|
|
1060
1062
|
};
|
|
1061
1063
|
/**
|
|
1062
|
-
*
|
|
1064
|
+
* Lookup194: pallet_corporate_actions::CorporateAction
|
|
1063
1065
|
**/
|
|
1064
1066
|
PalletCorporateActionsCorporateAction: {
|
|
1065
1067
|
kind: string;
|
|
@@ -1070,20 +1072,20 @@ declare const _default: {
|
|
|
1070
1072
|
withholdingTax: string;
|
|
1071
1073
|
};
|
|
1072
1074
|
/**
|
|
1073
|
-
*
|
|
1075
|
+
* Lookup195: pallet_corporate_actions::CAKind
|
|
1074
1076
|
**/
|
|
1075
1077
|
PalletCorporateActionsCaKind: {
|
|
1076
1078
|
_enum: string[];
|
|
1077
1079
|
};
|
|
1078
1080
|
/**
|
|
1079
|
-
*
|
|
1081
|
+
* Lookup197: pallet_corporate_actions::RecordDate
|
|
1080
1082
|
**/
|
|
1081
1083
|
PalletCorporateActionsRecordDate: {
|
|
1082
1084
|
date: string;
|
|
1083
1085
|
checkpoint: string;
|
|
1084
1086
|
};
|
|
1085
1087
|
/**
|
|
1086
|
-
*
|
|
1088
|
+
* Lookup198: pallet_corporate_actions::CACheckpoint
|
|
1087
1089
|
**/
|
|
1088
1090
|
PalletCorporateActionsCaCheckpoint: {
|
|
1089
1091
|
_enum: {
|
|
@@ -1092,7 +1094,7 @@ declare const _default: {
|
|
|
1092
1094
|
};
|
|
1093
1095
|
};
|
|
1094
1096
|
/**
|
|
1095
|
-
*
|
|
1097
|
+
* Lookup203: pallet_corporate_actions::ballot::Event
|
|
1096
1098
|
**/
|
|
1097
1099
|
PalletCorporateActionsBallotEvent: {
|
|
1098
1100
|
_enum: {
|
|
@@ -1105,21 +1107,21 @@ declare const _default: {
|
|
|
1105
1107
|
};
|
|
1106
1108
|
};
|
|
1107
1109
|
/**
|
|
1108
|
-
*
|
|
1110
|
+
* Lookup204: pallet_corporate_actions::ballot::BallotTimeRange
|
|
1109
1111
|
**/
|
|
1110
1112
|
PalletCorporateActionsBallotBallotTimeRange: {
|
|
1111
1113
|
start: string;
|
|
1112
1114
|
end: string;
|
|
1113
1115
|
};
|
|
1114
1116
|
/**
|
|
1115
|
-
*
|
|
1117
|
+
* Lookup205: pallet_corporate_actions::ballot::BallotMeta
|
|
1116
1118
|
**/
|
|
1117
1119
|
PalletCorporateActionsBallotBallotMeta: {
|
|
1118
1120
|
title: string;
|
|
1119
1121
|
motions: string;
|
|
1120
1122
|
};
|
|
1121
1123
|
/**
|
|
1122
|
-
*
|
|
1124
|
+
* Lookup208: pallet_corporate_actions::ballot::Motion
|
|
1123
1125
|
**/
|
|
1124
1126
|
PalletCorporateActionsBallotMotion: {
|
|
1125
1127
|
title: string;
|
|
@@ -1127,14 +1129,14 @@ declare const _default: {
|
|
|
1127
1129
|
choices: string;
|
|
1128
1130
|
};
|
|
1129
1131
|
/**
|
|
1130
|
-
*
|
|
1132
|
+
* Lookup214: pallet_corporate_actions::ballot::BallotVote
|
|
1131
1133
|
**/
|
|
1132
1134
|
PalletCorporateActionsBallotBallotVote: {
|
|
1133
1135
|
power: string;
|
|
1134
1136
|
fallback: string;
|
|
1135
1137
|
};
|
|
1136
1138
|
/**
|
|
1137
|
-
*
|
|
1139
|
+
* Lookup217: pallet_pips::RawEvent<sp_core::crypto::AccountId32, BlockNumber>
|
|
1138
1140
|
**/
|
|
1139
1141
|
PalletPipsRawEvent: {
|
|
1140
1142
|
_enum: {
|
|
@@ -1161,7 +1163,7 @@ declare const _default: {
|
|
|
1161
1163
|
};
|
|
1162
1164
|
};
|
|
1163
1165
|
/**
|
|
1164
|
-
*
|
|
1166
|
+
* Lookup218: pallet_pips::Proposer<sp_core::crypto::AccountId32>
|
|
1165
1167
|
**/
|
|
1166
1168
|
PalletPipsProposer: {
|
|
1167
1169
|
_enum: {
|
|
@@ -1170,13 +1172,13 @@ declare const _default: {
|
|
|
1170
1172
|
};
|
|
1171
1173
|
};
|
|
1172
1174
|
/**
|
|
1173
|
-
*
|
|
1175
|
+
* Lookup219: pallet_pips::Committee
|
|
1174
1176
|
**/
|
|
1175
1177
|
PalletPipsCommittee: {
|
|
1176
1178
|
_enum: string[];
|
|
1177
1179
|
};
|
|
1178
1180
|
/**
|
|
1179
|
-
*
|
|
1181
|
+
* Lookup223: pallet_pips::ProposalData
|
|
1180
1182
|
**/
|
|
1181
1183
|
PalletPipsProposalData: {
|
|
1182
1184
|
_enum: {
|
|
@@ -1185,20 +1187,20 @@ declare const _default: {
|
|
|
1185
1187
|
};
|
|
1186
1188
|
};
|
|
1187
1189
|
/**
|
|
1188
|
-
*
|
|
1190
|
+
* Lookup224: pallet_pips::ProposalState
|
|
1189
1191
|
**/
|
|
1190
1192
|
PalletPipsProposalState: {
|
|
1191
1193
|
_enum: string[];
|
|
1192
1194
|
};
|
|
1193
1195
|
/**
|
|
1194
|
-
*
|
|
1196
|
+
* Lookup227: pallet_pips::SnapshottedPip
|
|
1195
1197
|
**/
|
|
1196
1198
|
PalletPipsSnapshottedPip: {
|
|
1197
1199
|
id: string;
|
|
1198
1200
|
weight: string;
|
|
1199
1201
|
};
|
|
1200
1202
|
/**
|
|
1201
|
-
*
|
|
1203
|
+
* Lookup233: polymesh_common_utilities::traits::portfolio::Event
|
|
1202
1204
|
**/
|
|
1203
1205
|
PolymeshCommonUtilitiesPortfolioEvent: {
|
|
1204
1206
|
_enum: {
|
|
@@ -1213,7 +1215,7 @@ declare const _default: {
|
|
|
1213
1215
|
};
|
|
1214
1216
|
};
|
|
1215
1217
|
/**
|
|
1216
|
-
*
|
|
1218
|
+
* Lookup237: polymesh_primitives::portfolio::FundDescription
|
|
1217
1219
|
**/
|
|
1218
1220
|
PolymeshPrimitivesPortfolioFundDescription: {
|
|
1219
1221
|
_enum: {
|
|
@@ -1225,14 +1227,14 @@ declare const _default: {
|
|
|
1225
1227
|
};
|
|
1226
1228
|
};
|
|
1227
1229
|
/**
|
|
1228
|
-
*
|
|
1230
|
+
* Lookup238: polymesh_primitives::nft::NFTs
|
|
1229
1231
|
**/
|
|
1230
1232
|
PolymeshPrimitivesNftNfTs: {
|
|
1231
1233
|
ticker: string;
|
|
1232
1234
|
ids: string;
|
|
1233
1235
|
};
|
|
1234
1236
|
/**
|
|
1235
|
-
*
|
|
1237
|
+
* Lookup241: pallet_protocol_fee::RawEvent<sp_core::crypto::AccountId32>
|
|
1236
1238
|
**/
|
|
1237
1239
|
PalletProtocolFeeRawEvent: {
|
|
1238
1240
|
_enum: {
|
|
@@ -1242,11 +1244,11 @@ declare const _default: {
|
|
|
1242
1244
|
};
|
|
1243
1245
|
};
|
|
1244
1246
|
/**
|
|
1245
|
-
*
|
|
1247
|
+
* Lookup242: polymesh_primitives::PosRatio
|
|
1246
1248
|
**/
|
|
1247
1249
|
PolymeshPrimitivesPosRatio: string;
|
|
1248
1250
|
/**
|
|
1249
|
-
*
|
|
1251
|
+
* Lookup243: pallet_scheduler::pallet::Event<T>
|
|
1250
1252
|
**/
|
|
1251
1253
|
PalletSchedulerEvent: {
|
|
1252
1254
|
_enum: {
|
|
@@ -1278,7 +1280,7 @@ declare const _default: {
|
|
|
1278
1280
|
};
|
|
1279
1281
|
};
|
|
1280
1282
|
/**
|
|
1281
|
-
*
|
|
1283
|
+
* Lookup246: polymesh_common_utilities::traits::settlement::RawEvent<Moment, BlockNumber, sp_core::crypto::AccountId32>
|
|
1282
1284
|
**/
|
|
1283
1285
|
PolymeshCommonUtilitiesSettlementRawEvent: {
|
|
1284
1286
|
_enum: {
|
|
@@ -1303,20 +1305,22 @@ declare const _default: {
|
|
|
1303
1305
|
InstructionCreated: string;
|
|
1304
1306
|
FailedToExecuteInstruction: string;
|
|
1305
1307
|
InstructionAutomaticallyAffirmed: string;
|
|
1308
|
+
MediatorAffirmationReceived: string;
|
|
1309
|
+
MediatorAffirmationWithdrawn: string;
|
|
1306
1310
|
};
|
|
1307
1311
|
};
|
|
1308
1312
|
/**
|
|
1309
|
-
*
|
|
1313
|
+
* Lookup249: polymesh_primitives::settlement::VenueType
|
|
1310
1314
|
**/
|
|
1311
1315
|
PolymeshPrimitivesSettlementVenueType: {
|
|
1312
1316
|
_enum: string[];
|
|
1313
1317
|
};
|
|
1314
1318
|
/**
|
|
1315
|
-
*
|
|
1319
|
+
* Lookup252: polymesh_primitives::settlement::ReceiptMetadata
|
|
1316
1320
|
**/
|
|
1317
1321
|
PolymeshPrimitivesSettlementReceiptMetadata: string;
|
|
1318
1322
|
/**
|
|
1319
|
-
*
|
|
1323
|
+
* Lookup254: polymesh_primitives::settlement::SettlementType<BlockNumber>
|
|
1320
1324
|
**/
|
|
1321
1325
|
PolymeshPrimitivesSettlementSettlementType: {
|
|
1322
1326
|
_enum: {
|
|
@@ -1326,7 +1330,7 @@ declare const _default: {
|
|
|
1326
1330
|
};
|
|
1327
1331
|
};
|
|
1328
1332
|
/**
|
|
1329
|
-
*
|
|
1333
|
+
* Lookup256: polymesh_primitives::settlement::Leg
|
|
1330
1334
|
**/
|
|
1331
1335
|
PolymeshPrimitivesSettlementLeg: {
|
|
1332
1336
|
_enum: {
|
|
@@ -1350,7 +1354,7 @@ declare const _default: {
|
|
|
1350
1354
|
};
|
|
1351
1355
|
};
|
|
1352
1356
|
/**
|
|
1353
|
-
*
|
|
1357
|
+
* Lookup257: polymesh_common_utilities::traits::statistics::Event
|
|
1354
1358
|
**/
|
|
1355
1359
|
PolymeshCommonUtilitiesStatisticsEvent: {
|
|
1356
1360
|
_enum: {
|
|
@@ -1363,7 +1367,7 @@ declare const _default: {
|
|
|
1363
1367
|
};
|
|
1364
1368
|
};
|
|
1365
1369
|
/**
|
|
1366
|
-
*
|
|
1370
|
+
* Lookup258: polymesh_primitives::statistics::AssetScope
|
|
1367
1371
|
**/
|
|
1368
1372
|
PolymeshPrimitivesStatisticsAssetScope: {
|
|
1369
1373
|
_enum: {
|
|
@@ -1371,27 +1375,27 @@ declare const _default: {
|
|
|
1371
1375
|
};
|
|
1372
1376
|
};
|
|
1373
1377
|
/**
|
|
1374
|
-
*
|
|
1378
|
+
* Lookup260: polymesh_primitives::statistics::StatType
|
|
1375
1379
|
**/
|
|
1376
1380
|
PolymeshPrimitivesStatisticsStatType: {
|
|
1377
1381
|
op: string;
|
|
1378
1382
|
claimIssuer: string;
|
|
1379
1383
|
};
|
|
1380
1384
|
/**
|
|
1381
|
-
*
|
|
1385
|
+
* Lookup261: polymesh_primitives::statistics::StatOpType
|
|
1382
1386
|
**/
|
|
1383
1387
|
PolymeshPrimitivesStatisticsStatOpType: {
|
|
1384
1388
|
_enum: string[];
|
|
1385
1389
|
};
|
|
1386
1390
|
/**
|
|
1387
|
-
*
|
|
1391
|
+
* Lookup265: polymesh_primitives::statistics::StatUpdate
|
|
1388
1392
|
**/
|
|
1389
1393
|
PolymeshPrimitivesStatisticsStatUpdate: {
|
|
1390
1394
|
key2: string;
|
|
1391
1395
|
value: string;
|
|
1392
1396
|
};
|
|
1393
1397
|
/**
|
|
1394
|
-
*
|
|
1398
|
+
* Lookup266: polymesh_primitives::statistics::Stat2ndKey
|
|
1395
1399
|
**/
|
|
1396
1400
|
PolymeshPrimitivesStatisticsStat2ndKey: {
|
|
1397
1401
|
_enum: {
|
|
@@ -1400,7 +1404,7 @@ declare const _default: {
|
|
|
1400
1404
|
};
|
|
1401
1405
|
};
|
|
1402
1406
|
/**
|
|
1403
|
-
*
|
|
1407
|
+
* Lookup267: polymesh_primitives::statistics::StatClaim
|
|
1404
1408
|
**/
|
|
1405
1409
|
PolymeshPrimitivesStatisticsStatClaim: {
|
|
1406
1410
|
_enum: {
|
|
@@ -1410,7 +1414,7 @@ declare const _default: {
|
|
|
1410
1414
|
};
|
|
1411
1415
|
};
|
|
1412
1416
|
/**
|
|
1413
|
-
*
|
|
1417
|
+
* Lookup271: polymesh_primitives::transfer_compliance::TransferCondition
|
|
1414
1418
|
**/
|
|
1415
1419
|
PolymeshPrimitivesTransferComplianceTransferCondition: {
|
|
1416
1420
|
_enum: {
|
|
@@ -1421,7 +1425,7 @@ declare const _default: {
|
|
|
1421
1425
|
};
|
|
1422
1426
|
};
|
|
1423
1427
|
/**
|
|
1424
|
-
*
|
|
1428
|
+
* Lookup272: polymesh_primitives::transfer_compliance::TransferConditionExemptKey
|
|
1425
1429
|
**/
|
|
1426
1430
|
PolymeshPrimitivesTransferComplianceTransferConditionExemptKey: {
|
|
1427
1431
|
asset: string;
|
|
@@ -1429,7 +1433,7 @@ declare const _default: {
|
|
|
1429
1433
|
claimType: string;
|
|
1430
1434
|
};
|
|
1431
1435
|
/**
|
|
1432
|
-
*
|
|
1436
|
+
* Lookup274: pallet_sto::RawEvent<Moment>
|
|
1433
1437
|
**/
|
|
1434
1438
|
PalletStoRawEvent: {
|
|
1435
1439
|
_enum: {
|
|
@@ -1442,7 +1446,7 @@ declare const _default: {
|
|
|
1442
1446
|
};
|
|
1443
1447
|
};
|
|
1444
1448
|
/**
|
|
1445
|
-
*
|
|
1449
|
+
* Lookup277: pallet_sto::Fundraiser<Moment>
|
|
1446
1450
|
**/
|
|
1447
1451
|
PalletStoFundraiser: {
|
|
1448
1452
|
creator: string;
|
|
@@ -1458,7 +1462,7 @@ declare const _default: {
|
|
|
1458
1462
|
minimumInvestment: string;
|
|
1459
1463
|
};
|
|
1460
1464
|
/**
|
|
1461
|
-
*
|
|
1465
|
+
* Lookup279: pallet_sto::FundraiserTier
|
|
1462
1466
|
**/
|
|
1463
1467
|
PalletStoFundraiserTier: {
|
|
1464
1468
|
total: string;
|
|
@@ -1466,13 +1470,13 @@ declare const _default: {
|
|
|
1466
1470
|
remaining: string;
|
|
1467
1471
|
};
|
|
1468
1472
|
/**
|
|
1469
|
-
*
|
|
1473
|
+
* Lookup280: pallet_sto::FundraiserStatus
|
|
1470
1474
|
**/
|
|
1471
1475
|
PalletStoFundraiserStatus: {
|
|
1472
1476
|
_enum: string[];
|
|
1473
1477
|
};
|
|
1474
1478
|
/**
|
|
1475
|
-
*
|
|
1479
|
+
* Lookup281: pallet_treasury::RawEvent<Balance, sp_core::crypto::AccountId32>
|
|
1476
1480
|
**/
|
|
1477
1481
|
PalletTreasuryRawEvent: {
|
|
1478
1482
|
_enum: {
|
|
@@ -1482,7 +1486,7 @@ declare const _default: {
|
|
|
1482
1486
|
};
|
|
1483
1487
|
};
|
|
1484
1488
|
/**
|
|
1485
|
-
*
|
|
1489
|
+
* Lookup282: pallet_utility::pallet::Event<T>
|
|
1486
1490
|
**/
|
|
1487
1491
|
PalletUtilityEvent: {
|
|
1488
1492
|
_enum: {
|
|
@@ -1510,7 +1514,7 @@ declare const _default: {
|
|
|
1510
1514
|
};
|
|
1511
1515
|
};
|
|
1512
1516
|
/**
|
|
1513
|
-
*
|
|
1517
|
+
* Lookup286: polymesh_common_utilities::traits::base::Event
|
|
1514
1518
|
**/
|
|
1515
1519
|
PolymeshCommonUtilitiesBaseEvent: {
|
|
1516
1520
|
_enum: {
|
|
@@ -1518,7 +1522,7 @@ declare const _default: {
|
|
|
1518
1522
|
};
|
|
1519
1523
|
};
|
|
1520
1524
|
/**
|
|
1521
|
-
*
|
|
1525
|
+
* Lookup288: polymesh_common_utilities::traits::external_agents::Event
|
|
1522
1526
|
**/
|
|
1523
1527
|
PolymeshCommonUtilitiesExternalAgentsEvent: {
|
|
1524
1528
|
_enum: {
|
|
@@ -1530,7 +1534,7 @@ declare const _default: {
|
|
|
1530
1534
|
};
|
|
1531
1535
|
};
|
|
1532
1536
|
/**
|
|
1533
|
-
*
|
|
1537
|
+
* Lookup289: polymesh_common_utilities::traits::relayer::RawEvent<sp_core::crypto::AccountId32>
|
|
1534
1538
|
**/
|
|
1535
1539
|
PolymeshCommonUtilitiesRelayerRawEvent: {
|
|
1536
1540
|
_enum: {
|
|
@@ -1541,7 +1545,7 @@ declare const _default: {
|
|
|
1541
1545
|
};
|
|
1542
1546
|
};
|
|
1543
1547
|
/**
|
|
1544
|
-
*
|
|
1548
|
+
* Lookup290: pallet_contracts::pallet::Event<T>
|
|
1545
1549
|
**/
|
|
1546
1550
|
PalletContractsEvent: {
|
|
1547
1551
|
_enum: {
|
|
@@ -1579,7 +1583,7 @@ declare const _default: {
|
|
|
1579
1583
|
};
|
|
1580
1584
|
};
|
|
1581
1585
|
/**
|
|
1582
|
-
*
|
|
1586
|
+
* Lookup291: polymesh_contracts::RawEvent<primitive_types::H256, sp_core::crypto::AccountId32>
|
|
1583
1587
|
**/
|
|
1584
1588
|
PolymeshContractsRawEvent: {
|
|
1585
1589
|
_enum: {
|
|
@@ -1588,25 +1592,25 @@ declare const _default: {
|
|
|
1588
1592
|
};
|
|
1589
1593
|
};
|
|
1590
1594
|
/**
|
|
1591
|
-
*
|
|
1595
|
+
* Lookup292: polymesh_contracts::Api
|
|
1592
1596
|
**/
|
|
1593
1597
|
PolymeshContractsApi: {
|
|
1594
1598
|
desc: string;
|
|
1595
1599
|
major: string;
|
|
1596
1600
|
};
|
|
1597
1601
|
/**
|
|
1598
|
-
*
|
|
1602
|
+
* Lookup293: polymesh_contracts::ChainVersion
|
|
1599
1603
|
**/
|
|
1600
1604
|
PolymeshContractsChainVersion: {
|
|
1601
1605
|
specVersion: string;
|
|
1602
1606
|
txVersion: string;
|
|
1603
1607
|
};
|
|
1604
1608
|
/**
|
|
1605
|
-
*
|
|
1609
|
+
* Lookup294: polymesh_contracts::chain_extension::ExtrinsicId
|
|
1606
1610
|
**/
|
|
1607
1611
|
PolymeshContractsChainExtensionExtrinsicId: string;
|
|
1608
1612
|
/**
|
|
1609
|
-
*
|
|
1613
|
+
* Lookup295: pallet_preimage::pallet::Event<T>
|
|
1610
1614
|
**/
|
|
1611
1615
|
PalletPreimageEvent: {
|
|
1612
1616
|
_enum: {
|
|
@@ -1631,7 +1635,7 @@ declare const _default: {
|
|
|
1631
1635
|
};
|
|
1632
1636
|
};
|
|
1633
1637
|
/**
|
|
1634
|
-
*
|
|
1638
|
+
* Lookup296: polymesh_common_utilities::traits::nft::Event
|
|
1635
1639
|
**/
|
|
1636
1640
|
PolymeshCommonUtilitiesNftEvent: {
|
|
1637
1641
|
_enum: {
|
|
@@ -1640,7 +1644,7 @@ declare const _default: {
|
|
|
1640
1644
|
};
|
|
1641
1645
|
};
|
|
1642
1646
|
/**
|
|
1643
|
-
*
|
|
1647
|
+
* Lookup298: pallet_test_utils::RawEvent<sp_core::crypto::AccountId32>
|
|
1644
1648
|
**/
|
|
1645
1649
|
PalletTestUtilsRawEvent: {
|
|
1646
1650
|
_enum: {
|
|
@@ -1649,7 +1653,7 @@ declare const _default: {
|
|
|
1649
1653
|
};
|
|
1650
1654
|
};
|
|
1651
1655
|
/**
|
|
1652
|
-
*
|
|
1656
|
+
* Lookup299: frame_system::Phase
|
|
1653
1657
|
**/
|
|
1654
1658
|
FrameSystemPhase: {
|
|
1655
1659
|
_enum: {
|
|
@@ -1659,14 +1663,14 @@ declare const _default: {
|
|
|
1659
1663
|
};
|
|
1660
1664
|
};
|
|
1661
1665
|
/**
|
|
1662
|
-
*
|
|
1666
|
+
* Lookup302: frame_system::LastRuntimeUpgradeInfo
|
|
1663
1667
|
**/
|
|
1664
1668
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
1665
1669
|
specVersion: string;
|
|
1666
1670
|
specName: string;
|
|
1667
1671
|
};
|
|
1668
1672
|
/**
|
|
1669
|
-
*
|
|
1673
|
+
* Lookup305: frame_system::pallet::Call<T>
|
|
1670
1674
|
**/
|
|
1671
1675
|
FrameSystemCall: {
|
|
1672
1676
|
_enum: {
|
|
@@ -1701,7 +1705,7 @@ declare const _default: {
|
|
|
1701
1705
|
};
|
|
1702
1706
|
};
|
|
1703
1707
|
/**
|
|
1704
|
-
*
|
|
1708
|
+
* Lookup309: frame_system::limits::BlockWeights
|
|
1705
1709
|
**/
|
|
1706
1710
|
FrameSystemLimitsBlockWeights: {
|
|
1707
1711
|
baseBlock: string;
|
|
@@ -1709,7 +1713,7 @@ declare const _default: {
|
|
|
1709
1713
|
perClass: string;
|
|
1710
1714
|
};
|
|
1711
1715
|
/**
|
|
1712
|
-
*
|
|
1716
|
+
* Lookup310: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
1713
1717
|
**/
|
|
1714
1718
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
1715
1719
|
normal: string;
|
|
@@ -1717,7 +1721,7 @@ declare const _default: {
|
|
|
1717
1721
|
mandatory: string;
|
|
1718
1722
|
};
|
|
1719
1723
|
/**
|
|
1720
|
-
*
|
|
1724
|
+
* Lookup311: frame_system::limits::WeightsPerClass
|
|
1721
1725
|
**/
|
|
1722
1726
|
FrameSystemLimitsWeightsPerClass: {
|
|
1723
1727
|
baseExtrinsic: string;
|
|
@@ -1726,13 +1730,13 @@ declare const _default: {
|
|
|
1726
1730
|
reserved: string;
|
|
1727
1731
|
};
|
|
1728
1732
|
/**
|
|
1729
|
-
*
|
|
1733
|
+
* Lookup313: frame_system::limits::BlockLength
|
|
1730
1734
|
**/
|
|
1731
1735
|
FrameSystemLimitsBlockLength: {
|
|
1732
1736
|
max: string;
|
|
1733
1737
|
};
|
|
1734
1738
|
/**
|
|
1735
|
-
*
|
|
1739
|
+
* Lookup314: frame_support::dispatch::PerDispatchClass<T>
|
|
1736
1740
|
**/
|
|
1737
1741
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
1738
1742
|
normal: string;
|
|
@@ -1740,14 +1744,14 @@ declare const _default: {
|
|
|
1740
1744
|
mandatory: string;
|
|
1741
1745
|
};
|
|
1742
1746
|
/**
|
|
1743
|
-
*
|
|
1747
|
+
* Lookup315: sp_weights::RuntimeDbWeight
|
|
1744
1748
|
**/
|
|
1745
1749
|
SpWeightsRuntimeDbWeight: {
|
|
1746
1750
|
read: string;
|
|
1747
1751
|
write: string;
|
|
1748
1752
|
};
|
|
1749
1753
|
/**
|
|
1750
|
-
*
|
|
1754
|
+
* Lookup316: sp_version::RuntimeVersion
|
|
1751
1755
|
**/
|
|
1752
1756
|
SpVersionRuntimeVersion: {
|
|
1753
1757
|
specName: string;
|
|
@@ -1760,17 +1764,17 @@ declare const _default: {
|
|
|
1760
1764
|
stateVersion: string;
|
|
1761
1765
|
};
|
|
1762
1766
|
/**
|
|
1763
|
-
*
|
|
1767
|
+
* Lookup321: frame_system::pallet::Error<T>
|
|
1764
1768
|
**/
|
|
1765
1769
|
FrameSystemError: {
|
|
1766
1770
|
_enum: string[];
|
|
1767
1771
|
};
|
|
1768
1772
|
/**
|
|
1769
|
-
*
|
|
1773
|
+
* Lookup324: sp_consensus_babe::app::Public
|
|
1770
1774
|
**/
|
|
1771
1775
|
SpConsensusBabeAppPublic: string;
|
|
1772
1776
|
/**
|
|
1773
|
-
*
|
|
1777
|
+
* Lookup327: sp_consensus_babe::digests::NextConfigDescriptor
|
|
1774
1778
|
**/
|
|
1775
1779
|
SpConsensusBabeDigestsNextConfigDescriptor: {
|
|
1776
1780
|
_enum: {
|
|
@@ -1782,13 +1786,13 @@ declare const _default: {
|
|
|
1782
1786
|
};
|
|
1783
1787
|
};
|
|
1784
1788
|
/**
|
|
1785
|
-
*
|
|
1789
|
+
* Lookup329: sp_consensus_babe::AllowedSlots
|
|
1786
1790
|
**/
|
|
1787
1791
|
SpConsensusBabeAllowedSlots: {
|
|
1788
1792
|
_enum: string[];
|
|
1789
1793
|
};
|
|
1790
1794
|
/**
|
|
1791
|
-
*
|
|
1795
|
+
* Lookup333: sp_consensus_babe::digests::PreDigest
|
|
1792
1796
|
**/
|
|
1793
1797
|
SpConsensusBabeDigestsPreDigest: {
|
|
1794
1798
|
_enum: {
|
|
@@ -1799,7 +1803,7 @@ declare const _default: {
|
|
|
1799
1803
|
};
|
|
1800
1804
|
};
|
|
1801
1805
|
/**
|
|
1802
|
-
*
|
|
1806
|
+
* Lookup334: sp_consensus_babe::digests::PrimaryPreDigest
|
|
1803
1807
|
**/
|
|
1804
1808
|
SpConsensusBabeDigestsPrimaryPreDigest: {
|
|
1805
1809
|
authorityIndex: string;
|
|
@@ -1808,14 +1812,14 @@ declare const _default: {
|
|
|
1808
1812
|
vrfProof: string;
|
|
1809
1813
|
};
|
|
1810
1814
|
/**
|
|
1811
|
-
*
|
|
1815
|
+
* Lookup335: sp_consensus_babe::digests::SecondaryPlainPreDigest
|
|
1812
1816
|
**/
|
|
1813
1817
|
SpConsensusBabeDigestsSecondaryPlainPreDigest: {
|
|
1814
1818
|
authorityIndex: string;
|
|
1815
1819
|
slot: string;
|
|
1816
1820
|
};
|
|
1817
1821
|
/**
|
|
1818
|
-
*
|
|
1822
|
+
* Lookup336: sp_consensus_babe::digests::SecondaryVRFPreDigest
|
|
1819
1823
|
**/
|
|
1820
1824
|
SpConsensusBabeDigestsSecondaryVRFPreDigest: {
|
|
1821
1825
|
authorityIndex: string;
|
|
@@ -1824,14 +1828,14 @@ declare const _default: {
|
|
|
1824
1828
|
vrfProof: string;
|
|
1825
1829
|
};
|
|
1826
1830
|
/**
|
|
1827
|
-
*
|
|
1831
|
+
* Lookup337: sp_consensus_babe::BabeEpochConfiguration
|
|
1828
1832
|
**/
|
|
1829
1833
|
SpConsensusBabeBabeEpochConfiguration: {
|
|
1830
1834
|
c: string;
|
|
1831
1835
|
allowedSlots: string;
|
|
1832
1836
|
};
|
|
1833
1837
|
/**
|
|
1834
|
-
*
|
|
1838
|
+
* Lookup341: pallet_babe::pallet::Call<T>
|
|
1835
1839
|
**/
|
|
1836
1840
|
PalletBabeCall: {
|
|
1837
1841
|
_enum: {
|
|
@@ -1849,7 +1853,7 @@ declare const _default: {
|
|
|
1849
1853
|
};
|
|
1850
1854
|
};
|
|
1851
1855
|
/**
|
|
1852
|
-
*
|
|
1856
|
+
* Lookup342: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
|
|
1853
1857
|
**/
|
|
1854
1858
|
SpConsensusSlotsEquivocationProof: {
|
|
1855
1859
|
offender: string;
|
|
@@ -1858,7 +1862,7 @@ declare const _default: {
|
|
|
1858
1862
|
secondHeader: string;
|
|
1859
1863
|
};
|
|
1860
1864
|
/**
|
|
1861
|
-
*
|
|
1865
|
+
* Lookup343: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
|
|
1862
1866
|
**/
|
|
1863
1867
|
SpRuntimeHeader: {
|
|
1864
1868
|
parentHash: string;
|
|
@@ -1868,11 +1872,11 @@ declare const _default: {
|
|
|
1868
1872
|
digest: string;
|
|
1869
1873
|
};
|
|
1870
1874
|
/**
|
|
1871
|
-
*
|
|
1875
|
+
* Lookup344: sp_runtime::traits::BlakeTwo256
|
|
1872
1876
|
**/
|
|
1873
1877
|
SpRuntimeBlakeTwo256: string;
|
|
1874
1878
|
/**
|
|
1875
|
-
*
|
|
1879
|
+
* Lookup345: sp_session::MembershipProof
|
|
1876
1880
|
**/
|
|
1877
1881
|
SpSessionMembershipProof: {
|
|
1878
1882
|
session: string;
|
|
@@ -1880,13 +1884,13 @@ declare const _default: {
|
|
|
1880
1884
|
validatorCount: string;
|
|
1881
1885
|
};
|
|
1882
1886
|
/**
|
|
1883
|
-
*
|
|
1887
|
+
* Lookup346: pallet_babe::pallet::Error<T>
|
|
1884
1888
|
**/
|
|
1885
1889
|
PalletBabeError: {
|
|
1886
1890
|
_enum: string[];
|
|
1887
1891
|
};
|
|
1888
1892
|
/**
|
|
1889
|
-
*
|
|
1893
|
+
* Lookup347: pallet_timestamp::pallet::Call<T>
|
|
1890
1894
|
**/
|
|
1891
1895
|
PalletTimestampCall: {
|
|
1892
1896
|
_enum: {
|
|
@@ -1896,7 +1900,7 @@ declare const _default: {
|
|
|
1896
1900
|
};
|
|
1897
1901
|
};
|
|
1898
1902
|
/**
|
|
1899
|
-
*
|
|
1903
|
+
* Lookup349: pallet_indices::pallet::Call<T>
|
|
1900
1904
|
**/
|
|
1901
1905
|
PalletIndicesCall: {
|
|
1902
1906
|
_enum: {
|
|
@@ -1927,13 +1931,13 @@ declare const _default: {
|
|
|
1927
1931
|
};
|
|
1928
1932
|
};
|
|
1929
1933
|
/**
|
|
1930
|
-
*
|
|
1934
|
+
* Lookup351: pallet_indices::pallet::Error<T>
|
|
1931
1935
|
**/
|
|
1932
1936
|
PalletIndicesError: {
|
|
1933
1937
|
_enum: string[];
|
|
1934
1938
|
};
|
|
1935
1939
|
/**
|
|
1936
|
-
*
|
|
1940
|
+
* Lookup353: pallet_balances::BalanceLock<Balance>
|
|
1937
1941
|
**/
|
|
1938
1942
|
PalletBalancesBalanceLock: {
|
|
1939
1943
|
id: string;
|
|
@@ -1941,13 +1945,13 @@ declare const _default: {
|
|
|
1941
1945
|
reasons: string;
|
|
1942
1946
|
};
|
|
1943
1947
|
/**
|
|
1944
|
-
*
|
|
1948
|
+
* Lookup354: polymesh_common_utilities::traits::balances::Reasons
|
|
1945
1949
|
**/
|
|
1946
1950
|
PolymeshCommonUtilitiesBalancesReasons: {
|
|
1947
1951
|
_enum: string[];
|
|
1948
1952
|
};
|
|
1949
1953
|
/**
|
|
1950
|
-
*
|
|
1954
|
+
* Lookup355: pallet_balances::Call<T>
|
|
1951
1955
|
**/
|
|
1952
1956
|
PalletBalancesCall: {
|
|
1953
1957
|
_enum: {
|
|
@@ -1979,19 +1983,19 @@ declare const _default: {
|
|
|
1979
1983
|
};
|
|
1980
1984
|
};
|
|
1981
1985
|
/**
|
|
1982
|
-
*
|
|
1986
|
+
* Lookup356: pallet_balances::Error<T>
|
|
1983
1987
|
**/
|
|
1984
1988
|
PalletBalancesError: {
|
|
1985
1989
|
_enum: string[];
|
|
1986
1990
|
};
|
|
1987
1991
|
/**
|
|
1988
|
-
*
|
|
1992
|
+
* Lookup358: pallet_transaction_payment::Releases
|
|
1989
1993
|
**/
|
|
1990
1994
|
PalletTransactionPaymentReleases: {
|
|
1991
1995
|
_enum: string[];
|
|
1992
1996
|
};
|
|
1993
1997
|
/**
|
|
1994
|
-
*
|
|
1998
|
+
* Lookup360: sp_weights::WeightToFeeCoefficient<Balance>
|
|
1995
1999
|
**/
|
|
1996
2000
|
SpWeightsWeightToFeeCoefficient: {
|
|
1997
2001
|
coeffInteger: string;
|
|
@@ -2000,27 +2004,27 @@ declare const _default: {
|
|
|
2000
2004
|
degree: string;
|
|
2001
2005
|
};
|
|
2002
2006
|
/**
|
|
2003
|
-
*
|
|
2007
|
+
* Lookup361: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
|
|
2004
2008
|
**/
|
|
2005
2009
|
PolymeshPrimitivesIdentityDidRecord: {
|
|
2006
2010
|
primaryKey: string;
|
|
2007
2011
|
};
|
|
2008
2012
|
/**
|
|
2009
|
-
*
|
|
2013
|
+
* Lookup363: pallet_identity::types::Claim1stKey
|
|
2010
2014
|
**/
|
|
2011
2015
|
PalletIdentityClaim1stKey: {
|
|
2012
2016
|
target: string;
|
|
2013
2017
|
claimType: string;
|
|
2014
2018
|
};
|
|
2015
2019
|
/**
|
|
2016
|
-
*
|
|
2020
|
+
* Lookup364: pallet_identity::types::Claim2ndKey
|
|
2017
2021
|
**/
|
|
2018
2022
|
PalletIdentityClaim2ndKey: {
|
|
2019
2023
|
issuer: string;
|
|
2020
2024
|
scope: string;
|
|
2021
2025
|
};
|
|
2022
2026
|
/**
|
|
2023
|
-
*
|
|
2027
|
+
* Lookup365: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
|
|
2024
2028
|
**/
|
|
2025
2029
|
PolymeshPrimitivesSecondaryKeyKeyRecord: {
|
|
2026
2030
|
_enum: {
|
|
@@ -2030,7 +2034,7 @@ declare const _default: {
|
|
|
2030
2034
|
};
|
|
2031
2035
|
};
|
|
2032
2036
|
/**
|
|
2033
|
-
*
|
|
2037
|
+
* Lookup368: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
|
|
2034
2038
|
**/
|
|
2035
2039
|
PolymeshPrimitivesAuthorization: {
|
|
2036
2040
|
authorizationData: string;
|
|
@@ -2040,7 +2044,7 @@ declare const _default: {
|
|
|
2040
2044
|
count: string;
|
|
2041
2045
|
};
|
|
2042
2046
|
/**
|
|
2043
|
-
*
|
|
2047
|
+
* Lookup372: pallet_identity::Call<T>
|
|
2044
2048
|
**/
|
|
2045
2049
|
PalletIdentityCall: {
|
|
2046
2050
|
_enum: {
|
|
@@ -2132,27 +2136,27 @@ declare const _default: {
|
|
|
2132
2136
|
};
|
|
2133
2137
|
};
|
|
2134
2138
|
/**
|
|
2135
|
-
*
|
|
2139
|
+
* Lookup374: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
|
|
2136
2140
|
**/
|
|
2137
2141
|
PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth: {
|
|
2138
2142
|
secondaryKey: string;
|
|
2139
2143
|
authSignature: string;
|
|
2140
2144
|
};
|
|
2141
2145
|
/**
|
|
2142
|
-
*
|
|
2146
|
+
* Lookup377: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
|
|
2143
2147
|
**/
|
|
2144
2148
|
PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth: {
|
|
2145
2149
|
key: string;
|
|
2146
2150
|
authSignature: string;
|
|
2147
2151
|
};
|
|
2148
2152
|
/**
|
|
2149
|
-
*
|
|
2153
|
+
* Lookup378: pallet_identity::Error<T>
|
|
2150
2154
|
**/
|
|
2151
2155
|
PalletIdentityError: {
|
|
2152
2156
|
_enum: string[];
|
|
2153
2157
|
};
|
|
2154
2158
|
/**
|
|
2155
|
-
*
|
|
2159
|
+
* Lookup380: polymesh_common_utilities::traits::group::InactiveMember<Moment>
|
|
2156
2160
|
**/
|
|
2157
2161
|
PolymeshCommonUtilitiesGroupInactiveMember: {
|
|
2158
2162
|
id: string;
|
|
@@ -2160,7 +2164,7 @@ declare const _default: {
|
|
|
2160
2164
|
expiry: string;
|
|
2161
2165
|
};
|
|
2162
2166
|
/**
|
|
2163
|
-
*
|
|
2167
|
+
* Lookup381: pallet_group::Call<T, I>
|
|
2164
2168
|
**/
|
|
2165
2169
|
PalletGroupCall: {
|
|
2166
2170
|
_enum: {
|
|
@@ -2189,13 +2193,13 @@ declare const _default: {
|
|
|
2189
2193
|
};
|
|
2190
2194
|
};
|
|
2191
2195
|
/**
|
|
2192
|
-
*
|
|
2196
|
+
* Lookup382: pallet_group::Error<T, I>
|
|
2193
2197
|
**/
|
|
2194
2198
|
PalletGroupError: {
|
|
2195
2199
|
_enum: string[];
|
|
2196
2200
|
};
|
|
2197
2201
|
/**
|
|
2198
|
-
*
|
|
2202
|
+
* Lookup384: pallet_committee::Call<T, I>
|
|
2199
2203
|
**/
|
|
2200
2204
|
PalletCommitteeCall: {
|
|
2201
2205
|
_enum: {
|
|
@@ -2221,7 +2225,7 @@ declare const _default: {
|
|
|
2221
2225
|
};
|
|
2222
2226
|
};
|
|
2223
2227
|
/**
|
|
2224
|
-
*
|
|
2228
|
+
* Lookup390: pallet_multisig::Call<T>
|
|
2225
2229
|
**/
|
|
2226
2230
|
PalletMultisigCall: {
|
|
2227
2231
|
_enum: {
|
|
@@ -2315,7 +2319,7 @@ declare const _default: {
|
|
|
2315
2319
|
};
|
|
2316
2320
|
};
|
|
2317
2321
|
/**
|
|
2318
|
-
*
|
|
2322
|
+
* Lookup391: pallet_bridge::Call<T>
|
|
2319
2323
|
**/
|
|
2320
2324
|
PalletBridgeCall: {
|
|
2321
2325
|
_enum: {
|
|
@@ -2370,7 +2374,7 @@ declare const _default: {
|
|
|
2370
2374
|
};
|
|
2371
2375
|
};
|
|
2372
2376
|
/**
|
|
2373
|
-
*
|
|
2377
|
+
* Lookup395: pallet_staking::Call<T>
|
|
2374
2378
|
**/
|
|
2375
2379
|
PalletStakingCall: {
|
|
2376
2380
|
_enum: {
|
|
@@ -2496,7 +2500,7 @@ declare const _default: {
|
|
|
2496
2500
|
};
|
|
2497
2501
|
};
|
|
2498
2502
|
/**
|
|
2499
|
-
*
|
|
2503
|
+
* Lookup396: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
|
|
2500
2504
|
**/
|
|
2501
2505
|
PalletStakingRewardDestination: {
|
|
2502
2506
|
_enum: {
|
|
@@ -2507,14 +2511,14 @@ declare const _default: {
|
|
|
2507
2511
|
};
|
|
2508
2512
|
};
|
|
2509
2513
|
/**
|
|
2510
|
-
*
|
|
2514
|
+
* Lookup397: pallet_staking::ValidatorPrefs
|
|
2511
2515
|
**/
|
|
2512
2516
|
PalletStakingValidatorPrefs: {
|
|
2513
2517
|
commission: string;
|
|
2514
2518
|
blocked: string;
|
|
2515
2519
|
};
|
|
2516
2520
|
/**
|
|
2517
|
-
*
|
|
2521
|
+
* Lookup403: pallet_staking::CompactAssignments
|
|
2518
2522
|
**/
|
|
2519
2523
|
PalletStakingCompactAssignments: {
|
|
2520
2524
|
votes1: string;
|
|
@@ -2535,7 +2539,7 @@ declare const _default: {
|
|
|
2535
2539
|
votes16: string;
|
|
2536
2540
|
};
|
|
2537
2541
|
/**
|
|
2538
|
-
*
|
|
2542
|
+
* Lookup454: sp_npos_elections::ElectionScore
|
|
2539
2543
|
**/
|
|
2540
2544
|
SpNposElectionsElectionScore: {
|
|
2541
2545
|
minimalStake: string;
|
|
@@ -2543,14 +2547,14 @@ declare const _default: {
|
|
|
2543
2547
|
sumStakeSquared: string;
|
|
2544
2548
|
};
|
|
2545
2549
|
/**
|
|
2546
|
-
*
|
|
2550
|
+
* Lookup455: pallet_staking::ElectionSize
|
|
2547
2551
|
**/
|
|
2548
2552
|
PalletStakingElectionSize: {
|
|
2549
2553
|
validators: string;
|
|
2550
2554
|
nominators: string;
|
|
2551
2555
|
};
|
|
2552
2556
|
/**
|
|
2553
|
-
*
|
|
2557
|
+
* Lookup456: pallet_session::pallet::Call<T>
|
|
2554
2558
|
**/
|
|
2555
2559
|
PalletSessionCall: {
|
|
2556
2560
|
_enum: {
|
|
@@ -2565,7 +2569,7 @@ declare const _default: {
|
|
|
2565
2569
|
};
|
|
2566
2570
|
};
|
|
2567
2571
|
/**
|
|
2568
|
-
*
|
|
2572
|
+
* Lookup457: polymesh_runtime_develop::runtime::SessionKeys
|
|
2569
2573
|
**/
|
|
2570
2574
|
PolymeshRuntimeDevelopRuntimeSessionKeys: {
|
|
2571
2575
|
grandpa: string;
|
|
@@ -2574,11 +2578,11 @@ declare const _default: {
|
|
|
2574
2578
|
authorityDiscovery: string;
|
|
2575
2579
|
};
|
|
2576
2580
|
/**
|
|
2577
|
-
*
|
|
2581
|
+
* Lookup458: sp_authority_discovery::app::Public
|
|
2578
2582
|
**/
|
|
2579
2583
|
SpAuthorityDiscoveryAppPublic: string;
|
|
2580
2584
|
/**
|
|
2581
|
-
*
|
|
2585
|
+
* Lookup459: pallet_grandpa::pallet::Call<T>
|
|
2582
2586
|
**/
|
|
2583
2587
|
PalletGrandpaCall: {
|
|
2584
2588
|
_enum: {
|
|
@@ -2597,14 +2601,14 @@ declare const _default: {
|
|
|
2597
2601
|
};
|
|
2598
2602
|
};
|
|
2599
2603
|
/**
|
|
2600
|
-
*
|
|
2604
|
+
* Lookup460: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
2601
2605
|
**/
|
|
2602
2606
|
SpConsensusGrandpaEquivocationProof: {
|
|
2603
2607
|
setId: string;
|
|
2604
2608
|
equivocation: string;
|
|
2605
2609
|
};
|
|
2606
2610
|
/**
|
|
2607
|
-
*
|
|
2611
|
+
* Lookup461: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
2608
2612
|
**/
|
|
2609
2613
|
SpConsensusGrandpaEquivocation: {
|
|
2610
2614
|
_enum: {
|
|
@@ -2613,7 +2617,7 @@ declare const _default: {
|
|
|
2613
2617
|
};
|
|
2614
2618
|
};
|
|
2615
2619
|
/**
|
|
2616
|
-
*
|
|
2620
|
+
* Lookup462: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2617
2621
|
**/
|
|
2618
2622
|
FinalityGrandpaEquivocationPrevote: {
|
|
2619
2623
|
roundNumber: string;
|
|
@@ -2622,22 +2626,22 @@ declare const _default: {
|
|
|
2622
2626
|
second: string;
|
|
2623
2627
|
};
|
|
2624
2628
|
/**
|
|
2625
|
-
*
|
|
2629
|
+
* Lookup463: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
2626
2630
|
**/
|
|
2627
2631
|
FinalityGrandpaPrevote: {
|
|
2628
2632
|
targetHash: string;
|
|
2629
2633
|
targetNumber: string;
|
|
2630
2634
|
};
|
|
2631
2635
|
/**
|
|
2632
|
-
*
|
|
2636
|
+
* Lookup464: sp_consensus_grandpa::app::Signature
|
|
2633
2637
|
**/
|
|
2634
2638
|
SpConsensusGrandpaAppSignature: string;
|
|
2635
2639
|
/**
|
|
2636
|
-
*
|
|
2640
|
+
* Lookup465: sp_core::ed25519::Signature
|
|
2637
2641
|
**/
|
|
2638
2642
|
SpCoreEd25519Signature: string;
|
|
2639
2643
|
/**
|
|
2640
|
-
*
|
|
2644
|
+
* Lookup467: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2641
2645
|
**/
|
|
2642
2646
|
FinalityGrandpaEquivocationPrecommit: {
|
|
2643
2647
|
roundNumber: string;
|
|
@@ -2646,14 +2650,14 @@ declare const _default: {
|
|
|
2646
2650
|
second: string;
|
|
2647
2651
|
};
|
|
2648
2652
|
/**
|
|
2649
|
-
*
|
|
2653
|
+
* Lookup468: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
2650
2654
|
**/
|
|
2651
2655
|
FinalityGrandpaPrecommit: {
|
|
2652
2656
|
targetHash: string;
|
|
2653
2657
|
targetNumber: string;
|
|
2654
2658
|
};
|
|
2655
2659
|
/**
|
|
2656
|
-
*
|
|
2660
|
+
* Lookup470: pallet_im_online::pallet::Call<T>
|
|
2657
2661
|
**/
|
|
2658
2662
|
PalletImOnlineCall: {
|
|
2659
2663
|
_enum: {
|
|
@@ -2664,7 +2668,7 @@ declare const _default: {
|
|
|
2664
2668
|
};
|
|
2665
2669
|
};
|
|
2666
2670
|
/**
|
|
2667
|
-
*
|
|
2671
|
+
* Lookup471: pallet_im_online::Heartbeat<BlockNumber>
|
|
2668
2672
|
**/
|
|
2669
2673
|
PalletImOnlineHeartbeat: {
|
|
2670
2674
|
blockNumber: string;
|
|
@@ -2674,22 +2678,22 @@ declare const _default: {
|
|
|
2674
2678
|
validatorsLen: string;
|
|
2675
2679
|
};
|
|
2676
2680
|
/**
|
|
2677
|
-
*
|
|
2681
|
+
* Lookup472: sp_core::offchain::OpaqueNetworkState
|
|
2678
2682
|
**/
|
|
2679
2683
|
SpCoreOffchainOpaqueNetworkState: {
|
|
2680
2684
|
peerId: string;
|
|
2681
2685
|
externalAddresses: string;
|
|
2682
2686
|
};
|
|
2683
2687
|
/**
|
|
2684
|
-
*
|
|
2688
|
+
* Lookup476: pallet_im_online::sr25519::app_sr25519::Signature
|
|
2685
2689
|
**/
|
|
2686
2690
|
PalletImOnlineSr25519AppSr25519Signature: string;
|
|
2687
2691
|
/**
|
|
2688
|
-
*
|
|
2692
|
+
* Lookup477: sp_core::sr25519::Signature
|
|
2689
2693
|
**/
|
|
2690
2694
|
SpCoreSr25519Signature: string;
|
|
2691
2695
|
/**
|
|
2692
|
-
*
|
|
2696
|
+
* Lookup478: pallet_sudo::Call<T>
|
|
2693
2697
|
**/
|
|
2694
2698
|
PalletSudoCall: {
|
|
2695
2699
|
_enum: {
|
|
@@ -2713,7 +2717,7 @@ declare const _default: {
|
|
|
2713
2717
|
};
|
|
2714
2718
|
};
|
|
2715
2719
|
/**
|
|
2716
|
-
*
|
|
2720
|
+
* Lookup479: pallet_asset::Call<T>
|
|
2717
2721
|
**/
|
|
2718
2722
|
PalletAssetCall: {
|
|
2719
2723
|
_enum: {
|
|
@@ -2844,10 +2848,18 @@ declare const _default: {
|
|
|
2844
2848
|
remove_ticker_pre_approval: {
|
|
2845
2849
|
ticker: string;
|
|
2846
2850
|
};
|
|
2851
|
+
add_mandatory_mediators: {
|
|
2852
|
+
ticker: string;
|
|
2853
|
+
mediators: string;
|
|
2854
|
+
};
|
|
2855
|
+
remove_mandatory_mediators: {
|
|
2856
|
+
ticker: string;
|
|
2857
|
+
mediators: string;
|
|
2858
|
+
};
|
|
2847
2859
|
};
|
|
2848
2860
|
};
|
|
2849
2861
|
/**
|
|
2850
|
-
*
|
|
2862
|
+
* Lookup482: pallet_corporate_actions::distribution::Call<T>
|
|
2851
2863
|
**/
|
|
2852
2864
|
PalletCorporateActionsDistributionCall: {
|
|
2853
2865
|
_enum: {
|
|
@@ -2876,7 +2888,7 @@ declare const _default: {
|
|
|
2876
2888
|
};
|
|
2877
2889
|
};
|
|
2878
2890
|
/**
|
|
2879
|
-
*
|
|
2891
|
+
* Lookup484: pallet_asset::checkpoint::Call<T>
|
|
2880
2892
|
**/
|
|
2881
2893
|
PalletAssetCheckpointCall: {
|
|
2882
2894
|
_enum: {
|
|
@@ -2897,7 +2909,7 @@ declare const _default: {
|
|
|
2897
2909
|
};
|
|
2898
2910
|
};
|
|
2899
2911
|
/**
|
|
2900
|
-
*
|
|
2912
|
+
* Lookup485: pallet_compliance_manager::Call<T>
|
|
2901
2913
|
**/
|
|
2902
2914
|
PalletComplianceManagerCall: {
|
|
2903
2915
|
_enum: {
|
|
@@ -2938,7 +2950,7 @@ declare const _default: {
|
|
|
2938
2950
|
};
|
|
2939
2951
|
};
|
|
2940
2952
|
/**
|
|
2941
|
-
*
|
|
2953
|
+
* Lookup486: pallet_corporate_actions::Call<T>
|
|
2942
2954
|
**/
|
|
2943
2955
|
PalletCorporateActionsCall: {
|
|
2944
2956
|
_enum: {
|
|
@@ -2991,7 +3003,7 @@ declare const _default: {
|
|
|
2991
3003
|
};
|
|
2992
3004
|
};
|
|
2993
3005
|
/**
|
|
2994
|
-
*
|
|
3006
|
+
* Lookup488: pallet_corporate_actions::RecordDateSpec
|
|
2995
3007
|
**/
|
|
2996
3008
|
PalletCorporateActionsRecordDateSpec: {
|
|
2997
3009
|
_enum: {
|
|
@@ -3001,7 +3013,7 @@ declare const _default: {
|
|
|
3001
3013
|
};
|
|
3002
3014
|
};
|
|
3003
3015
|
/**
|
|
3004
|
-
*
|
|
3016
|
+
* Lookup491: pallet_corporate_actions::InitiateCorporateActionArgs
|
|
3005
3017
|
**/
|
|
3006
3018
|
PalletCorporateActionsInitiateCorporateActionArgs: {
|
|
3007
3019
|
ticker: string;
|
|
@@ -3014,7 +3026,7 @@ declare const _default: {
|
|
|
3014
3026
|
withholdingTax: string;
|
|
3015
3027
|
};
|
|
3016
3028
|
/**
|
|
3017
|
-
*
|
|
3029
|
+
* Lookup492: pallet_corporate_actions::ballot::Call<T>
|
|
3018
3030
|
**/
|
|
3019
3031
|
PalletCorporateActionsBallotCall: {
|
|
3020
3032
|
_enum: {
|
|
@@ -3046,7 +3058,7 @@ declare const _default: {
|
|
|
3046
3058
|
};
|
|
3047
3059
|
};
|
|
3048
3060
|
/**
|
|
3049
|
-
*
|
|
3061
|
+
* Lookup493: pallet_pips::Call<T>
|
|
3050
3062
|
**/
|
|
3051
3063
|
PalletPipsCall: {
|
|
3052
3064
|
_enum: {
|
|
@@ -3107,13 +3119,13 @@ declare const _default: {
|
|
|
3107
3119
|
};
|
|
3108
3120
|
};
|
|
3109
3121
|
/**
|
|
3110
|
-
*
|
|
3122
|
+
* Lookup496: pallet_pips::SnapshotResult
|
|
3111
3123
|
**/
|
|
3112
3124
|
PalletPipsSnapshotResult: {
|
|
3113
3125
|
_enum: string[];
|
|
3114
3126
|
};
|
|
3115
3127
|
/**
|
|
3116
|
-
*
|
|
3128
|
+
* Lookup497: pallet_portfolio::Call<T>
|
|
3117
3129
|
**/
|
|
3118
3130
|
PalletPortfolioCall: {
|
|
3119
3131
|
_enum: {
|
|
@@ -3159,14 +3171,14 @@ declare const _default: {
|
|
|
3159
3171
|
};
|
|
3160
3172
|
};
|
|
3161
3173
|
/**
|
|
3162
|
-
*
|
|
3174
|
+
* Lookup499: polymesh_primitives::portfolio::Fund
|
|
3163
3175
|
**/
|
|
3164
3176
|
PolymeshPrimitivesPortfolioFund: {
|
|
3165
3177
|
description: string;
|
|
3166
3178
|
memo: string;
|
|
3167
3179
|
};
|
|
3168
3180
|
/**
|
|
3169
|
-
*
|
|
3181
|
+
* Lookup500: pallet_protocol_fee::Call<T>
|
|
3170
3182
|
**/
|
|
3171
3183
|
PalletProtocolFeeCall: {
|
|
3172
3184
|
_enum: {
|
|
@@ -3180,13 +3192,13 @@ declare const _default: {
|
|
|
3180
3192
|
};
|
|
3181
3193
|
};
|
|
3182
3194
|
/**
|
|
3183
|
-
*
|
|
3195
|
+
* Lookup501: polymesh_common_utilities::protocol_fee::ProtocolOp
|
|
3184
3196
|
**/
|
|
3185
3197
|
PolymeshCommonUtilitiesProtocolFeeProtocolOp: {
|
|
3186
3198
|
_enum: string[];
|
|
3187
3199
|
};
|
|
3188
3200
|
/**
|
|
3189
|
-
*
|
|
3201
|
+
* Lookup502: pallet_scheduler::pallet::Call<T>
|
|
3190
3202
|
**/
|
|
3191
3203
|
PalletSchedulerCall: {
|
|
3192
3204
|
_enum: {
|
|
@@ -3226,7 +3238,7 @@ declare const _default: {
|
|
|
3226
3238
|
};
|
|
3227
3239
|
};
|
|
3228
3240
|
/**
|
|
3229
|
-
*
|
|
3241
|
+
* Lookup504: pallet_settlement::Call<T>
|
|
3230
3242
|
**/
|
|
3231
3243
|
PalletSettlementCall: {
|
|
3232
3244
|
_enum: {
|
|
@@ -3327,10 +3339,40 @@ declare const _default: {
|
|
|
3327
3339
|
portfolios: string;
|
|
3328
3340
|
numberOfAssets: string;
|
|
3329
3341
|
};
|
|
3342
|
+
add_instruction_with_mediators: {
|
|
3343
|
+
venueId: string;
|
|
3344
|
+
settlementType: string;
|
|
3345
|
+
tradeDate: string;
|
|
3346
|
+
valueDate: string;
|
|
3347
|
+
legs: string;
|
|
3348
|
+
instructionMemo: string;
|
|
3349
|
+
mediators: string;
|
|
3350
|
+
};
|
|
3351
|
+
add_and_affirm_with_mediators: {
|
|
3352
|
+
venueId: string;
|
|
3353
|
+
settlementType: string;
|
|
3354
|
+
tradeDate: string;
|
|
3355
|
+
valueDate: string;
|
|
3356
|
+
legs: string;
|
|
3357
|
+
portfolios: string;
|
|
3358
|
+
instructionMemo: string;
|
|
3359
|
+
mediators: string;
|
|
3360
|
+
};
|
|
3361
|
+
affirm_instruction_as_mediator: {
|
|
3362
|
+
instructionId: string;
|
|
3363
|
+
expiry: string;
|
|
3364
|
+
};
|
|
3365
|
+
withdraw_affirmation_as_mediator: {
|
|
3366
|
+
instructionId: string;
|
|
3367
|
+
};
|
|
3368
|
+
reject_instruction_as_mediator: {
|
|
3369
|
+
instructionId: string;
|
|
3370
|
+
numberOfAssets: string;
|
|
3371
|
+
};
|
|
3330
3372
|
};
|
|
3331
3373
|
};
|
|
3332
3374
|
/**
|
|
3333
|
-
*
|
|
3375
|
+
* Lookup506: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
|
|
3334
3376
|
**/
|
|
3335
3377
|
PolymeshPrimitivesSettlementReceiptDetails: {
|
|
3336
3378
|
uid: string;
|
|
@@ -3341,7 +3383,7 @@ declare const _default: {
|
|
|
3341
3383
|
metadata: string;
|
|
3342
3384
|
};
|
|
3343
3385
|
/**
|
|
3344
|
-
*
|
|
3386
|
+
* Lookup507: sp_runtime::MultiSignature
|
|
3345
3387
|
**/
|
|
3346
3388
|
SpRuntimeMultiSignature: {
|
|
3347
3389
|
_enum: {
|
|
@@ -3351,11 +3393,11 @@ declare const _default: {
|
|
|
3351
3393
|
};
|
|
3352
3394
|
};
|
|
3353
3395
|
/**
|
|
3354
|
-
*
|
|
3396
|
+
* Lookup508: sp_core::ecdsa::Signature
|
|
3355
3397
|
**/
|
|
3356
3398
|
SpCoreEcdsaSignature: string;
|
|
3357
3399
|
/**
|
|
3358
|
-
*
|
|
3400
|
+
* Lookup511: polymesh_primitives::settlement::AffirmationCount
|
|
3359
3401
|
**/
|
|
3360
3402
|
PolymeshPrimitivesSettlementAffirmationCount: {
|
|
3361
3403
|
senderAssetCount: string;
|
|
@@ -3363,7 +3405,7 @@ declare const _default: {
|
|
|
3363
3405
|
offchainCount: string;
|
|
3364
3406
|
};
|
|
3365
3407
|
/**
|
|
3366
|
-
*
|
|
3408
|
+
* Lookup512: polymesh_primitives::settlement::AssetCount
|
|
3367
3409
|
**/
|
|
3368
3410
|
PolymeshPrimitivesSettlementAssetCount: {
|
|
3369
3411
|
fungible: string;
|
|
@@ -3371,7 +3413,7 @@ declare const _default: {
|
|
|
3371
3413
|
offChain: string;
|
|
3372
3414
|
};
|
|
3373
3415
|
/**
|
|
3374
|
-
*
|
|
3416
|
+
* Lookup515: pallet_statistics::Call<T>
|
|
3375
3417
|
**/
|
|
3376
3418
|
PalletStatisticsCall: {
|
|
3377
3419
|
_enum: {
|
|
@@ -3396,7 +3438,7 @@ declare const _default: {
|
|
|
3396
3438
|
};
|
|
3397
3439
|
};
|
|
3398
3440
|
/**
|
|
3399
|
-
*
|
|
3441
|
+
* Lookup519: pallet_sto::Call<T>
|
|
3400
3442
|
**/
|
|
3401
3443
|
PalletStoCall: {
|
|
3402
3444
|
_enum: {
|
|
@@ -3442,14 +3484,14 @@ declare const _default: {
|
|
|
3442
3484
|
};
|
|
3443
3485
|
};
|
|
3444
3486
|
/**
|
|
3445
|
-
*
|
|
3487
|
+
* Lookup521: pallet_sto::PriceTier
|
|
3446
3488
|
**/
|
|
3447
3489
|
PalletStoPriceTier: {
|
|
3448
3490
|
total: string;
|
|
3449
3491
|
price: string;
|
|
3450
3492
|
};
|
|
3451
3493
|
/**
|
|
3452
|
-
*
|
|
3494
|
+
* Lookup523: pallet_treasury::Call<T>
|
|
3453
3495
|
**/
|
|
3454
3496
|
PalletTreasuryCall: {
|
|
3455
3497
|
_enum: {
|
|
@@ -3462,14 +3504,14 @@ declare const _default: {
|
|
|
3462
3504
|
};
|
|
3463
3505
|
};
|
|
3464
3506
|
/**
|
|
3465
|
-
*
|
|
3507
|
+
* Lookup525: polymesh_primitives::Beneficiary<Balance>
|
|
3466
3508
|
**/
|
|
3467
3509
|
PolymeshPrimitivesBeneficiary: {
|
|
3468
3510
|
id: string;
|
|
3469
3511
|
amount: string;
|
|
3470
3512
|
};
|
|
3471
3513
|
/**
|
|
3472
|
-
*
|
|
3514
|
+
* Lookup526: pallet_utility::pallet::Call<T>
|
|
3473
3515
|
**/
|
|
3474
3516
|
PalletUtilityCall: {
|
|
3475
3517
|
_enum: {
|
|
@@ -3504,17 +3546,21 @@ declare const _default: {
|
|
|
3504
3546
|
batch_optimistic: {
|
|
3505
3547
|
calls: string;
|
|
3506
3548
|
};
|
|
3549
|
+
as_derivative: {
|
|
3550
|
+
index: string;
|
|
3551
|
+
call: string;
|
|
3552
|
+
};
|
|
3507
3553
|
};
|
|
3508
3554
|
};
|
|
3509
3555
|
/**
|
|
3510
|
-
*
|
|
3556
|
+
* Lookup528: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
|
|
3511
3557
|
**/
|
|
3512
3558
|
PalletUtilityUniqueCall: {
|
|
3513
3559
|
nonce: string;
|
|
3514
3560
|
call: string;
|
|
3515
3561
|
};
|
|
3516
3562
|
/**
|
|
3517
|
-
*
|
|
3563
|
+
* Lookup529: polymesh_runtime_develop::runtime::OriginCaller
|
|
3518
3564
|
**/
|
|
3519
3565
|
PolymeshRuntimeDevelopRuntimeOriginCaller: {
|
|
3520
3566
|
_enum: {
|
|
@@ -3535,7 +3581,7 @@ declare const _default: {
|
|
|
3535
3581
|
};
|
|
3536
3582
|
};
|
|
3537
3583
|
/**
|
|
3538
|
-
*
|
|
3584
|
+
* Lookup530: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
3539
3585
|
**/
|
|
3540
3586
|
FrameSupportDispatchRawOrigin: {
|
|
3541
3587
|
_enum: {
|
|
@@ -3545,33 +3591,33 @@ declare const _default: {
|
|
|
3545
3591
|
};
|
|
3546
3592
|
};
|
|
3547
3593
|
/**
|
|
3548
|
-
*
|
|
3594
|
+
* Lookup531: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
|
|
3549
3595
|
**/
|
|
3550
3596
|
PalletCommitteeRawOriginInstance1: {
|
|
3551
3597
|
_enum: string[];
|
|
3552
3598
|
};
|
|
3553
3599
|
/**
|
|
3554
|
-
*
|
|
3600
|
+
* Lookup532: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
|
|
3555
3601
|
**/
|
|
3556
3602
|
PalletCommitteeRawOriginInstance3: {
|
|
3557
3603
|
_enum: string[];
|
|
3558
3604
|
};
|
|
3559
3605
|
/**
|
|
3560
|
-
*
|
|
3606
|
+
* Lookup533: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
|
|
3561
3607
|
**/
|
|
3562
3608
|
PalletCommitteeRawOriginInstance4: {
|
|
3563
3609
|
_enum: string[];
|
|
3564
3610
|
};
|
|
3565
3611
|
/**
|
|
3566
|
-
*
|
|
3612
|
+
* Lookup534: sp_core::Void
|
|
3567
3613
|
**/
|
|
3568
3614
|
SpCoreVoid: string;
|
|
3569
3615
|
/**
|
|
3570
|
-
*
|
|
3616
|
+
* Lookup535: pallet_base::Call<T>
|
|
3571
3617
|
**/
|
|
3572
3618
|
PalletBaseCall: string;
|
|
3573
3619
|
/**
|
|
3574
|
-
*
|
|
3620
|
+
* Lookup536: pallet_external_agents::Call<T>
|
|
3575
3621
|
**/
|
|
3576
3622
|
PalletExternalAgentsCall: {
|
|
3577
3623
|
_enum: {
|
|
@@ -3613,7 +3659,7 @@ declare const _default: {
|
|
|
3613
3659
|
};
|
|
3614
3660
|
};
|
|
3615
3661
|
/**
|
|
3616
|
-
*
|
|
3662
|
+
* Lookup537: pallet_relayer::Call<T>
|
|
3617
3663
|
**/
|
|
3618
3664
|
PalletRelayerCall: {
|
|
3619
3665
|
_enum: {
|
|
@@ -3643,7 +3689,7 @@ declare const _default: {
|
|
|
3643
3689
|
};
|
|
3644
3690
|
};
|
|
3645
3691
|
/**
|
|
3646
|
-
*
|
|
3692
|
+
* Lookup538: pallet_contracts::pallet::Call<T>
|
|
3647
3693
|
**/
|
|
3648
3694
|
PalletContractsCall: {
|
|
3649
3695
|
_enum: {
|
|
@@ -3708,13 +3754,13 @@ declare const _default: {
|
|
|
3708
3754
|
};
|
|
3709
3755
|
};
|
|
3710
3756
|
/**
|
|
3711
|
-
*
|
|
3757
|
+
* Lookup542: pallet_contracts::wasm::Determinism
|
|
3712
3758
|
**/
|
|
3713
3759
|
PalletContractsWasmDeterminism: {
|
|
3714
3760
|
_enum: string[];
|
|
3715
3761
|
};
|
|
3716
3762
|
/**
|
|
3717
|
-
*
|
|
3763
|
+
* Lookup543: polymesh_contracts::Call<T>
|
|
3718
3764
|
**/
|
|
3719
3765
|
PolymeshContractsCall: {
|
|
3720
3766
|
_enum: {
|
|
@@ -3762,14 +3808,14 @@ declare const _default: {
|
|
|
3762
3808
|
};
|
|
3763
3809
|
};
|
|
3764
3810
|
/**
|
|
3765
|
-
*
|
|
3811
|
+
* Lookup546: polymesh_contracts::NextUpgrade<T>
|
|
3766
3812
|
**/
|
|
3767
3813
|
PolymeshContractsNextUpgrade: {
|
|
3768
3814
|
chainVersion: string;
|
|
3769
3815
|
apiHash: string;
|
|
3770
3816
|
};
|
|
3771
3817
|
/**
|
|
3772
|
-
*
|
|
3818
|
+
* Lookup547: polymesh_contracts::ApiCodeHash<T>
|
|
3773
3819
|
**/
|
|
3774
3820
|
PolymeshContractsApiCodeHash: {
|
|
3775
3821
|
_alias: {
|
|
@@ -3778,7 +3824,7 @@ declare const _default: {
|
|
|
3778
3824
|
hash_: string;
|
|
3779
3825
|
};
|
|
3780
3826
|
/**
|
|
3781
|
-
*
|
|
3827
|
+
* Lookup548: pallet_preimage::pallet::Call<T>
|
|
3782
3828
|
**/
|
|
3783
3829
|
PalletPreimageCall: {
|
|
3784
3830
|
_enum: {
|
|
@@ -3806,7 +3852,7 @@ declare const _default: {
|
|
|
3806
3852
|
};
|
|
3807
3853
|
};
|
|
3808
3854
|
/**
|
|
3809
|
-
*
|
|
3855
|
+
* Lookup549: pallet_nft::Call<T>
|
|
3810
3856
|
**/
|
|
3811
3857
|
PalletNftCall: {
|
|
3812
3858
|
_enum: {
|
|
@@ -3834,18 +3880,18 @@ declare const _default: {
|
|
|
3834
3880
|
};
|
|
3835
3881
|
};
|
|
3836
3882
|
/**
|
|
3837
|
-
*
|
|
3883
|
+
* Lookup551: polymesh_primitives::nft::NFTCollectionKeys
|
|
3838
3884
|
**/
|
|
3839
3885
|
PolymeshPrimitivesNftNftCollectionKeys: string;
|
|
3840
3886
|
/**
|
|
3841
|
-
*
|
|
3887
|
+
* Lookup554: polymesh_primitives::nft::NFTMetadataAttribute
|
|
3842
3888
|
**/
|
|
3843
3889
|
PolymeshPrimitivesNftNftMetadataAttribute: {
|
|
3844
3890
|
key: string;
|
|
3845
3891
|
value: string;
|
|
3846
3892
|
};
|
|
3847
3893
|
/**
|
|
3848
|
-
*
|
|
3894
|
+
* Lookup555: pallet_test_utils::Call<T>
|
|
3849
3895
|
**/
|
|
3850
3896
|
PalletTestUtilsCall: {
|
|
3851
3897
|
_enum: {
|
|
@@ -3862,7 +3908,7 @@ declare const _default: {
|
|
|
3862
3908
|
};
|
|
3863
3909
|
};
|
|
3864
3910
|
/**
|
|
3865
|
-
*
|
|
3911
|
+
* Lookup556: pallet_committee::PolymeshVotes<BlockNumber>
|
|
3866
3912
|
**/
|
|
3867
3913
|
PalletCommitteePolymeshVotes: {
|
|
3868
3914
|
index: string;
|
|
@@ -3871,13 +3917,13 @@ declare const _default: {
|
|
|
3871
3917
|
expiry: string;
|
|
3872
3918
|
};
|
|
3873
3919
|
/**
|
|
3874
|
-
*
|
|
3920
|
+
* Lookup558: pallet_committee::Error<T, I>
|
|
3875
3921
|
**/
|
|
3876
3922
|
PalletCommitteeError: {
|
|
3877
3923
|
_enum: string[];
|
|
3878
3924
|
};
|
|
3879
3925
|
/**
|
|
3880
|
-
*
|
|
3926
|
+
* Lookup568: polymesh_primitives::multisig::ProposalDetails<T>
|
|
3881
3927
|
**/
|
|
3882
3928
|
PolymeshPrimitivesMultisigProposalDetails: {
|
|
3883
3929
|
approvals: string;
|
|
@@ -3887,19 +3933,19 @@ declare const _default: {
|
|
|
3887
3933
|
autoClose: string;
|
|
3888
3934
|
};
|
|
3889
3935
|
/**
|
|
3890
|
-
*
|
|
3936
|
+
* Lookup569: polymesh_primitives::multisig::ProposalStatus
|
|
3891
3937
|
**/
|
|
3892
3938
|
PolymeshPrimitivesMultisigProposalStatus: {
|
|
3893
3939
|
_enum: string[];
|
|
3894
3940
|
};
|
|
3895
3941
|
/**
|
|
3896
|
-
*
|
|
3942
|
+
* Lookup571: pallet_multisig::Error<T>
|
|
3897
3943
|
**/
|
|
3898
3944
|
PalletMultisigError: {
|
|
3899
3945
|
_enum: string[];
|
|
3900
3946
|
};
|
|
3901
3947
|
/**
|
|
3902
|
-
*
|
|
3948
|
+
* Lookup573: pallet_bridge::BridgeTxDetail<BlockNumber>
|
|
3903
3949
|
**/
|
|
3904
3950
|
PalletBridgeBridgeTxDetail: {
|
|
3905
3951
|
amount: string;
|
|
@@ -3908,7 +3954,7 @@ declare const _default: {
|
|
|
3908
3954
|
txHash: string;
|
|
3909
3955
|
};
|
|
3910
3956
|
/**
|
|
3911
|
-
*
|
|
3957
|
+
* Lookup574: pallet_bridge::BridgeTxStatus
|
|
3912
3958
|
**/
|
|
3913
3959
|
PalletBridgeBridgeTxStatus: {
|
|
3914
3960
|
_enum: {
|
|
@@ -3920,13 +3966,13 @@ declare const _default: {
|
|
|
3920
3966
|
};
|
|
3921
3967
|
};
|
|
3922
3968
|
/**
|
|
3923
|
-
*
|
|
3969
|
+
* Lookup577: pallet_bridge::Error<T>
|
|
3924
3970
|
**/
|
|
3925
3971
|
PalletBridgeError: {
|
|
3926
3972
|
_enum: string[];
|
|
3927
3973
|
};
|
|
3928
3974
|
/**
|
|
3929
|
-
*
|
|
3975
|
+
* Lookup578: pallet_staking::StakingLedger<sp_core::crypto::AccountId32, Balance>
|
|
3930
3976
|
**/
|
|
3931
3977
|
PalletStakingStakingLedger: {
|
|
3932
3978
|
stash: string;
|
|
@@ -3936,14 +3982,14 @@ declare const _default: {
|
|
|
3936
3982
|
claimedRewards: string;
|
|
3937
3983
|
};
|
|
3938
3984
|
/**
|
|
3939
|
-
*
|
|
3985
|
+
* Lookup580: pallet_staking::UnlockChunk<Balance>
|
|
3940
3986
|
**/
|
|
3941
3987
|
PalletStakingUnlockChunk: {
|
|
3942
3988
|
value: string;
|
|
3943
3989
|
era: string;
|
|
3944
3990
|
};
|
|
3945
3991
|
/**
|
|
3946
|
-
*
|
|
3992
|
+
* Lookup581: pallet_staking::Nominations<sp_core::crypto::AccountId32>
|
|
3947
3993
|
**/
|
|
3948
3994
|
PalletStakingNominations: {
|
|
3949
3995
|
targets: string;
|
|
@@ -3951,27 +3997,27 @@ declare const _default: {
|
|
|
3951
3997
|
suppressed: string;
|
|
3952
3998
|
};
|
|
3953
3999
|
/**
|
|
3954
|
-
*
|
|
4000
|
+
* Lookup582: pallet_staking::ActiveEraInfo
|
|
3955
4001
|
**/
|
|
3956
4002
|
PalletStakingActiveEraInfo: {
|
|
3957
4003
|
index: string;
|
|
3958
4004
|
start: string;
|
|
3959
4005
|
};
|
|
3960
4006
|
/**
|
|
3961
|
-
*
|
|
4007
|
+
* Lookup584: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
|
|
3962
4008
|
**/
|
|
3963
4009
|
PalletStakingEraRewardPoints: {
|
|
3964
4010
|
total: string;
|
|
3965
4011
|
individual: string;
|
|
3966
4012
|
};
|
|
3967
4013
|
/**
|
|
3968
|
-
*
|
|
4014
|
+
* Lookup587: pallet_staking::Forcing
|
|
3969
4015
|
**/
|
|
3970
4016
|
PalletStakingForcing: {
|
|
3971
4017
|
_enum: string[];
|
|
3972
4018
|
};
|
|
3973
4019
|
/**
|
|
3974
|
-
*
|
|
4020
|
+
* Lookup589: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
|
|
3975
4021
|
**/
|
|
3976
4022
|
PalletStakingUnappliedSlash: {
|
|
3977
4023
|
validator: string;
|
|
@@ -3981,7 +4027,7 @@ declare const _default: {
|
|
|
3981
4027
|
payout: string;
|
|
3982
4028
|
};
|
|
3983
4029
|
/**
|
|
3984
|
-
*
|
|
4030
|
+
* Lookup593: pallet_staking::slashing::SlashingSpans
|
|
3985
4031
|
**/
|
|
3986
4032
|
PalletStakingSlashingSlashingSpans: {
|
|
3987
4033
|
spanIndex: string;
|
|
@@ -3990,14 +4036,14 @@ declare const _default: {
|
|
|
3990
4036
|
prior: string;
|
|
3991
4037
|
};
|
|
3992
4038
|
/**
|
|
3993
|
-
*
|
|
4039
|
+
* Lookup594: pallet_staking::slashing::SpanRecord<Balance>
|
|
3994
4040
|
**/
|
|
3995
4041
|
PalletStakingSlashingSpanRecord: {
|
|
3996
4042
|
slashed: string;
|
|
3997
4043
|
paidOut: string;
|
|
3998
4044
|
};
|
|
3999
4045
|
/**
|
|
4000
|
-
*
|
|
4046
|
+
* Lookup597: pallet_staking::ElectionResult<sp_core::crypto::AccountId32, Balance>
|
|
4001
4047
|
**/
|
|
4002
4048
|
PalletStakingElectionResult: {
|
|
4003
4049
|
electedStashes: string;
|
|
@@ -4005,7 +4051,7 @@ declare const _default: {
|
|
|
4005
4051
|
compute: string;
|
|
4006
4052
|
};
|
|
4007
4053
|
/**
|
|
4008
|
-
*
|
|
4054
|
+
* Lookup598: pallet_staking::ElectionStatus<BlockNumber>
|
|
4009
4055
|
**/
|
|
4010
4056
|
PalletStakingElectionStatus: {
|
|
4011
4057
|
_enum: {
|
|
@@ -4014,43 +4060,43 @@ declare const _default: {
|
|
|
4014
4060
|
};
|
|
4015
4061
|
};
|
|
4016
4062
|
/**
|
|
4017
|
-
*
|
|
4063
|
+
* Lookup599: pallet_staking::PermissionedIdentityPrefs
|
|
4018
4064
|
**/
|
|
4019
4065
|
PalletStakingPermissionedIdentityPrefs: {
|
|
4020
4066
|
intendedCount: string;
|
|
4021
4067
|
runningCount: string;
|
|
4022
4068
|
};
|
|
4023
4069
|
/**
|
|
4024
|
-
*
|
|
4070
|
+
* Lookup600: pallet_staking::Releases
|
|
4025
4071
|
**/
|
|
4026
4072
|
PalletStakingReleases: {
|
|
4027
4073
|
_enum: string[];
|
|
4028
4074
|
};
|
|
4029
4075
|
/**
|
|
4030
|
-
*
|
|
4076
|
+
* Lookup602: pallet_staking::Error<T>
|
|
4031
4077
|
**/
|
|
4032
4078
|
PalletStakingError: {
|
|
4033
4079
|
_enum: string[];
|
|
4034
4080
|
};
|
|
4035
4081
|
/**
|
|
4036
|
-
*
|
|
4082
|
+
* Lookup603: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
|
|
4037
4083
|
**/
|
|
4038
4084
|
SpStakingOffenceOffenceDetails: {
|
|
4039
4085
|
offender: string;
|
|
4040
4086
|
reporters: string;
|
|
4041
4087
|
};
|
|
4042
4088
|
/**
|
|
4043
|
-
*
|
|
4089
|
+
* Lookup608: sp_core::crypto::KeyTypeId
|
|
4044
4090
|
**/
|
|
4045
4091
|
SpCoreCryptoKeyTypeId: string;
|
|
4046
4092
|
/**
|
|
4047
|
-
*
|
|
4093
|
+
* Lookup609: pallet_session::pallet::Error<T>
|
|
4048
4094
|
**/
|
|
4049
4095
|
PalletSessionError: {
|
|
4050
4096
|
_enum: string[];
|
|
4051
4097
|
};
|
|
4052
4098
|
/**
|
|
4053
|
-
*
|
|
4099
|
+
* Lookup610: pallet_grandpa::StoredState<N>
|
|
4054
4100
|
**/
|
|
4055
4101
|
PalletGrandpaStoredState: {
|
|
4056
4102
|
_enum: {
|
|
@@ -4067,7 +4113,7 @@ declare const _default: {
|
|
|
4067
4113
|
};
|
|
4068
4114
|
};
|
|
4069
4115
|
/**
|
|
4070
|
-
*
|
|
4116
|
+
* Lookup611: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
4071
4117
|
**/
|
|
4072
4118
|
PalletGrandpaStoredPendingChange: {
|
|
4073
4119
|
scheduledAt: string;
|
|
@@ -4076,46 +4122,46 @@ declare const _default: {
|
|
|
4076
4122
|
forced: string;
|
|
4077
4123
|
};
|
|
4078
4124
|
/**
|
|
4079
|
-
*
|
|
4125
|
+
* Lookup613: pallet_grandpa::pallet::Error<T>
|
|
4080
4126
|
**/
|
|
4081
4127
|
PalletGrandpaError: {
|
|
4082
4128
|
_enum: string[];
|
|
4083
4129
|
};
|
|
4084
4130
|
/**
|
|
4085
|
-
*
|
|
4131
|
+
* Lookup617: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
|
|
4086
4132
|
**/
|
|
4087
4133
|
PalletImOnlineBoundedOpaqueNetworkState: {
|
|
4088
4134
|
peerId: string;
|
|
4089
4135
|
externalAddresses: string;
|
|
4090
4136
|
};
|
|
4091
4137
|
/**
|
|
4092
|
-
*
|
|
4138
|
+
* Lookup621: pallet_im_online::pallet::Error<T>
|
|
4093
4139
|
**/
|
|
4094
4140
|
PalletImOnlineError: {
|
|
4095
4141
|
_enum: string[];
|
|
4096
4142
|
};
|
|
4097
4143
|
/**
|
|
4098
|
-
*
|
|
4144
|
+
* Lookup623: pallet_sudo::Error<T>
|
|
4099
4145
|
**/
|
|
4100
4146
|
PalletSudoError: {
|
|
4101
4147
|
_enum: string[];
|
|
4102
4148
|
};
|
|
4103
4149
|
/**
|
|
4104
|
-
*
|
|
4150
|
+
* Lookup624: pallet_asset::TickerRegistration<U>
|
|
4105
4151
|
**/
|
|
4106
4152
|
PalletAssetTickerRegistration: {
|
|
4107
4153
|
owner: string;
|
|
4108
4154
|
expiry: string;
|
|
4109
4155
|
};
|
|
4110
4156
|
/**
|
|
4111
|
-
*
|
|
4157
|
+
* Lookup625: pallet_asset::TickerRegistrationConfig<U>
|
|
4112
4158
|
**/
|
|
4113
4159
|
PalletAssetTickerRegistrationConfig: {
|
|
4114
4160
|
maxTickerLength: string;
|
|
4115
4161
|
registrationLength: string;
|
|
4116
4162
|
};
|
|
4117
4163
|
/**
|
|
4118
|
-
*
|
|
4164
|
+
* Lookup626: pallet_asset::SecurityToken
|
|
4119
4165
|
**/
|
|
4120
4166
|
PalletAssetSecurityToken: {
|
|
4121
4167
|
totalSupply: string;
|
|
@@ -4124,25 +4170,25 @@ declare const _default: {
|
|
|
4124
4170
|
assetType: string;
|
|
4125
4171
|
};
|
|
4126
4172
|
/**
|
|
4127
|
-
*
|
|
4173
|
+
* Lookup630: pallet_asset::AssetOwnershipRelation
|
|
4128
4174
|
**/
|
|
4129
4175
|
PalletAssetAssetOwnershipRelation: {
|
|
4130
4176
|
_enum: string[];
|
|
4131
4177
|
};
|
|
4132
4178
|
/**
|
|
4133
|
-
*
|
|
4179
|
+
* Lookup636: pallet_asset::Error<T>
|
|
4134
4180
|
**/
|
|
4135
4181
|
PalletAssetError: {
|
|
4136
4182
|
_enum: string[];
|
|
4137
4183
|
};
|
|
4138
4184
|
/**
|
|
4139
|
-
*
|
|
4185
|
+
* Lookup639: pallet_corporate_actions::distribution::Error<T>
|
|
4140
4186
|
**/
|
|
4141
4187
|
PalletCorporateActionsDistributionError: {
|
|
4142
4188
|
_enum: string[];
|
|
4143
4189
|
};
|
|
4144
4190
|
/**
|
|
4145
|
-
*
|
|
4191
|
+
* Lookup643: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
|
|
4146
4192
|
**/
|
|
4147
4193
|
PolymeshCommonUtilitiesCheckpointNextCheckpoints: {
|
|
4148
4194
|
nextAt: string;
|
|
@@ -4150,44 +4196,44 @@ declare const _default: {
|
|
|
4150
4196
|
schedules: string;
|
|
4151
4197
|
};
|
|
4152
4198
|
/**
|
|
4153
|
-
*
|
|
4199
|
+
* Lookup649: pallet_asset::checkpoint::Error<T>
|
|
4154
4200
|
**/
|
|
4155
4201
|
PalletAssetCheckpointError: {
|
|
4156
4202
|
_enum: string[];
|
|
4157
4203
|
};
|
|
4158
4204
|
/**
|
|
4159
|
-
*
|
|
4205
|
+
* Lookup650: polymesh_primitives::compliance_manager::AssetCompliance
|
|
4160
4206
|
**/
|
|
4161
4207
|
PolymeshPrimitivesComplianceManagerAssetCompliance: {
|
|
4162
4208
|
paused: string;
|
|
4163
4209
|
requirements: string;
|
|
4164
4210
|
};
|
|
4165
4211
|
/**
|
|
4166
|
-
*
|
|
4212
|
+
* Lookup652: pallet_compliance_manager::Error<T>
|
|
4167
4213
|
**/
|
|
4168
4214
|
PalletComplianceManagerError: {
|
|
4169
4215
|
_enum: string[];
|
|
4170
4216
|
};
|
|
4171
4217
|
/**
|
|
4172
|
-
*
|
|
4218
|
+
* Lookup655: pallet_corporate_actions::Error<T>
|
|
4173
4219
|
**/
|
|
4174
4220
|
PalletCorporateActionsError: {
|
|
4175
4221
|
_enum: string[];
|
|
4176
4222
|
};
|
|
4177
4223
|
/**
|
|
4178
|
-
*
|
|
4224
|
+
* Lookup657: pallet_corporate_actions::ballot::Error<T>
|
|
4179
4225
|
**/
|
|
4180
4226
|
PalletCorporateActionsBallotError: {
|
|
4181
4227
|
_enum: string[];
|
|
4182
4228
|
};
|
|
4183
4229
|
/**
|
|
4184
|
-
*
|
|
4230
|
+
* Lookup658: pallet_permissions::Error<T>
|
|
4185
4231
|
**/
|
|
4186
4232
|
PalletPermissionsError: {
|
|
4187
4233
|
_enum: string[];
|
|
4188
4234
|
};
|
|
4189
4235
|
/**
|
|
4190
|
-
*
|
|
4236
|
+
* Lookup659: pallet_pips::PipsMetadata<BlockNumber>
|
|
4191
4237
|
**/
|
|
4192
4238
|
PalletPipsPipsMetadata: {
|
|
4193
4239
|
id: string;
|
|
@@ -4198,14 +4244,14 @@ declare const _default: {
|
|
|
4198
4244
|
expiry: string;
|
|
4199
4245
|
};
|
|
4200
4246
|
/**
|
|
4201
|
-
*
|
|
4247
|
+
* Lookup661: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
|
|
4202
4248
|
**/
|
|
4203
4249
|
PalletPipsDepositInfo: {
|
|
4204
4250
|
owner: string;
|
|
4205
4251
|
amount: string;
|
|
4206
4252
|
};
|
|
4207
4253
|
/**
|
|
4208
|
-
*
|
|
4254
|
+
* Lookup662: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
|
|
4209
4255
|
**/
|
|
4210
4256
|
PalletPipsPip: {
|
|
4211
4257
|
id: string;
|
|
@@ -4213,7 +4259,7 @@ declare const _default: {
|
|
|
4213
4259
|
proposer: string;
|
|
4214
4260
|
};
|
|
4215
4261
|
/**
|
|
4216
|
-
*
|
|
4262
|
+
* Lookup663: pallet_pips::VotingResult
|
|
4217
4263
|
**/
|
|
4218
4264
|
PalletPipsVotingResult: {
|
|
4219
4265
|
ayesCount: string;
|
|
@@ -4222,11 +4268,11 @@ declare const _default: {
|
|
|
4222
4268
|
naysStake: string;
|
|
4223
4269
|
};
|
|
4224
4270
|
/**
|
|
4225
|
-
*
|
|
4271
|
+
* Lookup664: pallet_pips::Vote
|
|
4226
4272
|
**/
|
|
4227
4273
|
PalletPipsVote: string;
|
|
4228
4274
|
/**
|
|
4229
|
-
*
|
|
4275
|
+
* Lookup665: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
|
|
4230
4276
|
**/
|
|
4231
4277
|
PalletPipsSnapshotMetadata: {
|
|
4232
4278
|
createdAt: string;
|
|
@@ -4234,25 +4280,25 @@ declare const _default: {
|
|
|
4234
4280
|
id: string;
|
|
4235
4281
|
};
|
|
4236
4282
|
/**
|
|
4237
|
-
*
|
|
4283
|
+
* Lookup667: pallet_pips::Error<T>
|
|
4238
4284
|
**/
|
|
4239
4285
|
PalletPipsError: {
|
|
4240
4286
|
_enum: string[];
|
|
4241
4287
|
};
|
|
4242
4288
|
/**
|
|
4243
|
-
*
|
|
4289
|
+
* Lookup675: pallet_portfolio::Error<T>
|
|
4244
4290
|
**/
|
|
4245
4291
|
PalletPortfolioError: {
|
|
4246
4292
|
_enum: string[];
|
|
4247
4293
|
};
|
|
4248
4294
|
/**
|
|
4249
|
-
*
|
|
4295
|
+
* Lookup676: pallet_protocol_fee::Error<T>
|
|
4250
4296
|
**/
|
|
4251
4297
|
PalletProtocolFeeError: {
|
|
4252
4298
|
_enum: string[];
|
|
4253
4299
|
};
|
|
4254
4300
|
/**
|
|
4255
|
-
*
|
|
4301
|
+
* Lookup679: pallet_scheduler::Scheduled<Name, frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>, BlockNumber, polymesh_runtime_develop::runtime::OriginCaller, sp_core::crypto::AccountId32>
|
|
4256
4302
|
**/
|
|
4257
4303
|
PalletSchedulerScheduled: {
|
|
4258
4304
|
maybeId: string;
|
|
@@ -4262,7 +4308,7 @@ declare const _default: {
|
|
|
4262
4308
|
origin: string;
|
|
4263
4309
|
};
|
|
4264
4310
|
/**
|
|
4265
|
-
*
|
|
4311
|
+
* Lookup680: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
|
|
4266
4312
|
**/
|
|
4267
4313
|
FrameSupportPreimagesBounded: {
|
|
4268
4314
|
_enum: {
|
|
@@ -4283,20 +4329,20 @@ declare const _default: {
|
|
|
4283
4329
|
};
|
|
4284
4330
|
};
|
|
4285
4331
|
/**
|
|
4286
|
-
*
|
|
4332
|
+
* Lookup683: pallet_scheduler::pallet::Error<T>
|
|
4287
4333
|
**/
|
|
4288
4334
|
PalletSchedulerError: {
|
|
4289
4335
|
_enum: string[];
|
|
4290
4336
|
};
|
|
4291
4337
|
/**
|
|
4292
|
-
*
|
|
4338
|
+
* Lookup684: polymesh_primitives::settlement::Venue
|
|
4293
4339
|
**/
|
|
4294
4340
|
PolymeshPrimitivesSettlementVenue: {
|
|
4295
4341
|
creator: string;
|
|
4296
4342
|
venueType: string;
|
|
4297
4343
|
};
|
|
4298
4344
|
/**
|
|
4299
|
-
*
|
|
4345
|
+
* Lookup688: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
|
|
4300
4346
|
**/
|
|
4301
4347
|
PolymeshPrimitivesSettlementInstruction: {
|
|
4302
4348
|
instructionId: string;
|
|
@@ -4307,7 +4353,7 @@ declare const _default: {
|
|
|
4307
4353
|
valueDate: string;
|
|
4308
4354
|
};
|
|
4309
4355
|
/**
|
|
4310
|
-
*
|
|
4356
|
+
* Lookup690: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
|
|
4311
4357
|
**/
|
|
4312
4358
|
PolymeshPrimitivesSettlementLegStatus: {
|
|
4313
4359
|
_enum: {
|
|
@@ -4317,13 +4363,13 @@ declare const _default: {
|
|
|
4317
4363
|
};
|
|
4318
4364
|
};
|
|
4319
4365
|
/**
|
|
4320
|
-
*
|
|
4366
|
+
* Lookup692: polymesh_primitives::settlement::AffirmationStatus
|
|
4321
4367
|
**/
|
|
4322
4368
|
PolymeshPrimitivesSettlementAffirmationStatus: {
|
|
4323
4369
|
_enum: string[];
|
|
4324
4370
|
};
|
|
4325
4371
|
/**
|
|
4326
|
-
*
|
|
4372
|
+
* Lookup696: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
|
|
4327
4373
|
**/
|
|
4328
4374
|
PolymeshPrimitivesSettlementInstructionStatus: {
|
|
4329
4375
|
_enum: {
|
|
@@ -4335,76 +4381,88 @@ declare const _default: {
|
|
|
4335
4381
|
};
|
|
4336
4382
|
};
|
|
4337
4383
|
/**
|
|
4338
|
-
*
|
|
4384
|
+
* Lookup698: polymesh_primitives::settlement::MediatorAffirmationStatus<T>
|
|
4385
|
+
**/
|
|
4386
|
+
PolymeshPrimitivesSettlementMediatorAffirmationStatus: {
|
|
4387
|
+
_enum: {
|
|
4388
|
+
Unknown: string;
|
|
4389
|
+
Pending: string;
|
|
4390
|
+
Affirmed: {
|
|
4391
|
+
expiry: string;
|
|
4392
|
+
};
|
|
4393
|
+
};
|
|
4394
|
+
};
|
|
4395
|
+
/**
|
|
4396
|
+
* Lookup699: pallet_settlement::Error<T>
|
|
4339
4397
|
**/
|
|
4340
4398
|
PalletSettlementError: {
|
|
4341
4399
|
_enum: string[];
|
|
4342
4400
|
};
|
|
4343
4401
|
/**
|
|
4344
|
-
*
|
|
4402
|
+
* Lookup702: polymesh_primitives::statistics::Stat1stKey
|
|
4345
4403
|
**/
|
|
4346
4404
|
PolymeshPrimitivesStatisticsStat1stKey: {
|
|
4347
4405
|
asset: string;
|
|
4348
4406
|
statType: string;
|
|
4349
4407
|
};
|
|
4350
4408
|
/**
|
|
4351
|
-
*
|
|
4409
|
+
* Lookup703: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
|
|
4352
4410
|
**/
|
|
4353
4411
|
PolymeshPrimitivesTransferComplianceAssetTransferCompliance: {
|
|
4354
4412
|
paused: string;
|
|
4355
4413
|
requirements: string;
|
|
4356
4414
|
};
|
|
4357
4415
|
/**
|
|
4358
|
-
*
|
|
4416
|
+
* Lookup707: pallet_statistics::Error<T>
|
|
4359
4417
|
**/
|
|
4360
4418
|
PalletStatisticsError: {
|
|
4361
4419
|
_enum: string[];
|
|
4362
4420
|
};
|
|
4363
4421
|
/**
|
|
4364
|
-
*
|
|
4422
|
+
* Lookup709: pallet_sto::Error<T>
|
|
4365
4423
|
**/
|
|
4366
4424
|
PalletStoError: {
|
|
4367
4425
|
_enum: string[];
|
|
4368
4426
|
};
|
|
4369
4427
|
/**
|
|
4370
|
-
*
|
|
4428
|
+
* Lookup710: pallet_treasury::Error<T>
|
|
4371
4429
|
**/
|
|
4372
4430
|
PalletTreasuryError: {
|
|
4373
4431
|
_enum: string[];
|
|
4374
4432
|
};
|
|
4375
4433
|
/**
|
|
4376
|
-
*
|
|
4434
|
+
* Lookup711: pallet_utility::pallet::Error<T>
|
|
4377
4435
|
**/
|
|
4378
4436
|
PalletUtilityError: {
|
|
4379
4437
|
_enum: string[];
|
|
4380
4438
|
};
|
|
4381
4439
|
/**
|
|
4382
|
-
*
|
|
4440
|
+
* Lookup712: pallet_base::Error<T>
|
|
4383
4441
|
**/
|
|
4384
4442
|
PalletBaseError: {
|
|
4385
4443
|
_enum: string[];
|
|
4386
4444
|
};
|
|
4387
4445
|
/**
|
|
4388
|
-
*
|
|
4446
|
+
* Lookup714: pallet_external_agents::Error<T>
|
|
4389
4447
|
**/
|
|
4390
4448
|
PalletExternalAgentsError: {
|
|
4391
4449
|
_enum: string[];
|
|
4392
4450
|
};
|
|
4393
4451
|
/**
|
|
4394
|
-
*
|
|
4452
|
+
* Lookup715: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
|
|
4395
4453
|
**/
|
|
4396
4454
|
PalletRelayerSubsidy: {
|
|
4397
4455
|
payingKey: string;
|
|
4398
4456
|
remaining: string;
|
|
4399
4457
|
};
|
|
4400
4458
|
/**
|
|
4401
|
-
*
|
|
4459
|
+
* Lookup716: pallet_relayer::Error<T>
|
|
4402
4460
|
**/
|
|
4403
4461
|
PalletRelayerError: {
|
|
4404
4462
|
_enum: string[];
|
|
4405
4463
|
};
|
|
4406
4464
|
/**
|
|
4407
|
-
*
|
|
4465
|
+
* Lookup718: pallet_contracts::wasm::PrefabWasmModule<T>
|
|
4408
4466
|
**/
|
|
4409
4467
|
PalletContractsWasmPrefabWasmModule: {
|
|
4410
4468
|
instructionWeightsVersion: string;
|
|
@@ -4414,7 +4472,7 @@ declare const _default: {
|
|
|
4414
4472
|
determinism: string;
|
|
4415
4473
|
};
|
|
4416
4474
|
/**
|
|
4417
|
-
*
|
|
4475
|
+
* Lookup720: pallet_contracts::wasm::OwnerInfo<T>
|
|
4418
4476
|
**/
|
|
4419
4477
|
PalletContractsWasmOwnerInfo: {
|
|
4420
4478
|
owner: string;
|
|
@@ -4422,7 +4480,7 @@ declare const _default: {
|
|
|
4422
4480
|
refcount: string;
|
|
4423
4481
|
};
|
|
4424
4482
|
/**
|
|
4425
|
-
*
|
|
4483
|
+
* Lookup721: pallet_contracts::storage::ContractInfo<T>
|
|
4426
4484
|
**/
|
|
4427
4485
|
PalletContractsStorageContractInfo: {
|
|
4428
4486
|
trieId: string;
|
|
@@ -4435,13 +4493,13 @@ declare const _default: {
|
|
|
4435
4493
|
storageBaseDeposit: string;
|
|
4436
4494
|
};
|
|
4437
4495
|
/**
|
|
4438
|
-
*
|
|
4496
|
+
* Lookup724: pallet_contracts::storage::DeletedContract
|
|
4439
4497
|
**/
|
|
4440
4498
|
PalletContractsStorageDeletedContract: {
|
|
4441
4499
|
trieId: string;
|
|
4442
4500
|
};
|
|
4443
4501
|
/**
|
|
4444
|
-
*
|
|
4502
|
+
* Lookup726: pallet_contracts::schedule::Schedule<T>
|
|
4445
4503
|
**/
|
|
4446
4504
|
PalletContractsSchedule: {
|
|
4447
4505
|
limits: string;
|
|
@@ -4449,7 +4507,7 @@ declare const _default: {
|
|
|
4449
4507
|
hostFnWeights: string;
|
|
4450
4508
|
};
|
|
4451
4509
|
/**
|
|
4452
|
-
*
|
|
4510
|
+
* Lookup727: pallet_contracts::schedule::Limits
|
|
4453
4511
|
**/
|
|
4454
4512
|
PalletContractsScheduleLimits: {
|
|
4455
4513
|
eventTopics: string;
|
|
@@ -4463,7 +4521,7 @@ declare const _default: {
|
|
|
4463
4521
|
payloadLen: string;
|
|
4464
4522
|
};
|
|
4465
4523
|
/**
|
|
4466
|
-
*
|
|
4524
|
+
* Lookup728: pallet_contracts::schedule::InstructionWeights<T>
|
|
4467
4525
|
**/
|
|
4468
4526
|
PalletContractsScheduleInstructionWeights: {
|
|
4469
4527
|
_alias: {
|
|
@@ -4525,7 +4583,7 @@ declare const _default: {
|
|
|
4525
4583
|
i64rotr: string;
|
|
4526
4584
|
};
|
|
4527
4585
|
/**
|
|
4528
|
-
*
|
|
4586
|
+
* Lookup729: pallet_contracts::schedule::HostFnWeights<T>
|
|
4529
4587
|
**/
|
|
4530
4588
|
PalletContractsScheduleHostFnWeights: {
|
|
4531
4589
|
_alias: {
|
|
@@ -4592,19 +4650,19 @@ declare const _default: {
|
|
|
4592
4650
|
instantiationNonce: string;
|
|
4593
4651
|
};
|
|
4594
4652
|
/**
|
|
4595
|
-
*
|
|
4653
|
+
* Lookup730: pallet_contracts::pallet::Error<T>
|
|
4596
4654
|
**/
|
|
4597
4655
|
PalletContractsError: {
|
|
4598
4656
|
_enum: string[];
|
|
4599
4657
|
};
|
|
4600
4658
|
/**
|
|
4601
|
-
*
|
|
4659
|
+
* Lookup732: polymesh_contracts::Error<T>
|
|
4602
4660
|
**/
|
|
4603
4661
|
PolymeshContractsError: {
|
|
4604
4662
|
_enum: string[];
|
|
4605
4663
|
};
|
|
4606
4664
|
/**
|
|
4607
|
-
*
|
|
4665
|
+
* Lookup733: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
|
|
4608
4666
|
**/
|
|
4609
4667
|
PalletPreimageRequestStatus: {
|
|
4610
4668
|
_enum: {
|
|
@@ -4620,62 +4678,62 @@ declare const _default: {
|
|
|
4620
4678
|
};
|
|
4621
4679
|
};
|
|
4622
4680
|
/**
|
|
4623
|
-
*
|
|
4681
|
+
* Lookup737: pallet_preimage::pallet::Error<T>
|
|
4624
4682
|
**/
|
|
4625
4683
|
PalletPreimageError: {
|
|
4626
4684
|
_enum: string[];
|
|
4627
4685
|
};
|
|
4628
4686
|
/**
|
|
4629
|
-
*
|
|
4687
|
+
* Lookup738: polymesh_primitives::nft::NFTCollection
|
|
4630
4688
|
**/
|
|
4631
4689
|
PolymeshPrimitivesNftNftCollection: {
|
|
4632
4690
|
id: string;
|
|
4633
4691
|
ticker: string;
|
|
4634
4692
|
};
|
|
4635
4693
|
/**
|
|
4636
|
-
*
|
|
4694
|
+
* Lookup743: pallet_nft::Error<T>
|
|
4637
4695
|
**/
|
|
4638
4696
|
PalletNftError: {
|
|
4639
4697
|
_enum: string[];
|
|
4640
4698
|
};
|
|
4641
4699
|
/**
|
|
4642
|
-
*
|
|
4700
|
+
* Lookup744: pallet_test_utils::Error<T>
|
|
4643
4701
|
**/
|
|
4644
4702
|
PalletTestUtilsError: string;
|
|
4645
4703
|
/**
|
|
4646
|
-
*
|
|
4704
|
+
* Lookup747: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
4647
4705
|
**/
|
|
4648
4706
|
FrameSystemExtensionsCheckSpecVersion: string;
|
|
4649
4707
|
/**
|
|
4650
|
-
*
|
|
4708
|
+
* Lookup748: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
4651
4709
|
**/
|
|
4652
4710
|
FrameSystemExtensionsCheckTxVersion: string;
|
|
4653
4711
|
/**
|
|
4654
|
-
*
|
|
4712
|
+
* Lookup749: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
4655
4713
|
**/
|
|
4656
4714
|
FrameSystemExtensionsCheckGenesis: string;
|
|
4657
4715
|
/**
|
|
4658
|
-
*
|
|
4716
|
+
* Lookup752: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
4659
4717
|
**/
|
|
4660
4718
|
FrameSystemExtensionsCheckNonce: string;
|
|
4661
4719
|
/**
|
|
4662
|
-
*
|
|
4720
|
+
* Lookup753: polymesh_extensions::check_weight::CheckWeight<T>
|
|
4663
4721
|
**/
|
|
4664
4722
|
PolymeshExtensionsCheckWeight: string;
|
|
4665
4723
|
/**
|
|
4666
|
-
*
|
|
4724
|
+
* Lookup754: frame_system::extensions::check_weight::CheckWeight<T>
|
|
4667
4725
|
**/
|
|
4668
4726
|
FrameSystemExtensionsCheckWeight: string;
|
|
4669
4727
|
/**
|
|
4670
|
-
*
|
|
4728
|
+
* Lookup755: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
4671
4729
|
**/
|
|
4672
4730
|
PalletTransactionPaymentChargeTransactionPayment: string;
|
|
4673
4731
|
/**
|
|
4674
|
-
*
|
|
4732
|
+
* Lookup756: pallet_permissions::StoreCallMetadata<T>
|
|
4675
4733
|
**/
|
|
4676
4734
|
PalletPermissionsStoreCallMetadata: string;
|
|
4677
4735
|
/**
|
|
4678
|
-
*
|
|
4736
|
+
* Lookup757: polymesh_runtime_develop::runtime::Runtime
|
|
4679
4737
|
**/
|
|
4680
4738
|
PolymeshRuntimeDevelopRuntime: string;
|
|
4681
4739
|
};
|