@polymeshassociation/polymesh-sdk 24.0.0-alpha.2 → 24.0.0-alpha.21
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 -4
- package/README.md +8 -12
- package/api/client/Claims.js +1 -1
- package/api/client/Claims.js.map +1 -1
- package/api/client/Identities.d.ts +27 -1
- package/api/client/Identities.d.ts.map +1 -1
- package/api/client/Identities.js +34 -2
- package/api/client/Identities.js.map +1 -1
- package/api/client/Network.d.ts +2 -2
- package/api/client/Network.d.ts.map +1 -1
- package/api/client/Network.js +6 -4
- package/api/client/Network.js.map +1 -1
- package/api/entities/Asset/Base/BaseAsset.d.ts +22 -2
- package/api/entities/Asset/Base/BaseAsset.d.ts.map +1 -1
- package/api/entities/Asset/Base/BaseAsset.js +41 -0
- package/api/entities/Asset/Base/BaseAsset.js.map +1 -1
- package/api/entities/Asset/Base/Settlements/index.d.ts +14 -2
- package/api/entities/Asset/Base/Settlements/index.d.ts.map +1 -1
- package/api/entities/Asset/Base/Settlements/index.js +22 -0
- package/api/entities/Asset/Base/Settlements/index.js.map +1 -1
- package/api/entities/Asset/Fungible/index.d.ts +1 -5
- package/api/entities/Asset/Fungible/index.d.ts.map +1 -1
- package/api/entities/Asset/Fungible/index.js +0 -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 +11 -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/Identity/index.d.ts +9 -1
- package/api/entities/Identity/index.d.ts.map +1 -1
- package/api/entities/Identity/index.js +32 -0
- package/api/entities/Identity/index.js.map +1 -1
- package/api/entities/Instruction/index.d.ts +22 -2
- package/api/entities/Instruction/index.d.ts.map +1 -1
- package/api/entities/Instruction/index.js +38 -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/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 +75 -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 +78 -15
- package/api/procedures/addInstruction.js.map +1 -1
- package/api/procedures/allowIdentityToCreatePortfolios.d.ts +18 -0
- package/api/procedures/allowIdentityToCreatePortfolios.d.ts.map +1 -0
- package/api/procedures/allowIdentityToCreatePortfolios.js +54 -0
- package/api/procedures/allowIdentityToCreatePortfolios.js.map +1 -0
- 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/createPortfolios.d.ts +12 -3
- package/api/procedures/createPortfolios.d.ts.map +1 -1
- package/api/procedures/createPortfolios.js +60 -21
- package/api/procedures/createPortfolios.js.map +1 -1
- package/api/procedures/executeManualInstruction.d.ts +11 -4
- package/api/procedures/executeManualInstruction.d.ts.map +1 -1
- package/api/procedures/executeManualInstruction.js +1 -1
- package/api/procedures/executeManualInstruction.js.map +1 -1
- 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/modifyInstructionAffirmation.d.ts +3 -2
- package/api/procedures/modifyInstructionAffirmation.d.ts.map +1 -1
- package/api/procedures/modifyInstructionAffirmation.js +130 -38
- package/api/procedures/modifyInstructionAffirmation.js.map +1 -1
- package/api/procedures/registerIdentity.d.ts.map +1 -1
- package/api/procedures/registerIdentity.js +8 -0
- package/api/procedures/registerIdentity.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/revokeIdentityToCreatePortfolios.d.ts +18 -0
- package/api/procedures/revokeIdentityToCreatePortfolios.d.ts.map +1 -0
- package/api/procedures/revokeIdentityToCreatePortfolios.js +54 -0
- package/api/procedures/revokeIdentityToCreatePortfolios.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/toggleTickerPreApproval.d.ts +22 -0
- package/api/procedures/toggleTickerPreApproval.d.ts.map +1 -0
- package/api/procedures/toggleTickerPreApproval.js +66 -0
- package/api/procedures/toggleTickerPreApproval.js.map +1 -0
- 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 +22 -5
- package/api/procedures/types.d.ts.map +1 -1
- package/api/procedures/types.js +3 -0
- package/api/procedures/types.js.map +1 -1
- package/base/Procedure.d.ts.map +1 -1
- package/base/Procedure.js +2 -1
- package/base/Procedure.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 +5 -0
- package/internal.d.ts.map +1 -1
- package/internal.js +11 -1
- 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 +125 -81
- package/middleware/queries.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-24.0.0-alpha.21.tgz +0 -0
- package/package.json +5 -5
- package/polkadot/augment-api-errors.d.ts +28 -0
- package/polkadot/augment-api-errors.d.ts.map +1 -1
- package/polkadot/augment-api-events.d.ts +38 -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 +344 -285
- package/polkadot/lookup.d.ts.map +1 -1
- package/polkadot/lookup.js +357 -286
- package/polkadot/lookup.js.map +1 -1
- package/polkadot/polymesh/definitions.d.ts +3 -3
- package/polkadot/polymesh/definitions.js +3 -3
- package/polkadot/polymesh/definitions.js.map +1 -1
- package/polkadot/polymesh/types.d.ts +3 -3
- package/polkadot/polymesh/types.d.ts.map +1 -1
- package/polkadot/registry.d.ts +2 -1
- package/polkadot/registry.d.ts.map +1 -1
- package/polkadot/schema.d.ts +3 -3
- package/polkadot/schema.js +3 -3
- package/polkadot/schema.js.map +1 -1
- package/polkadot/types-lookup.d.ts +383 -294
- 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/utils/constants.d.ts +6 -2
- package/utils/constants.d.ts.map +1 -1
- package/utils/constants.js +7 -3
- package/utils/constants.js.map +1 -1
- package/utils/conversion.d.ts +25 -3
- package/utils/conversion.d.ts.map +1 -1
- package/utils/conversion.js +103 -4
- package/utils/conversion.js.map +1 -1
- package/utils/internal.d.ts +15 -1
- package/utils/internal.d.ts.map +1 -1
- package/utils/internal.js +66 -1
- package/utils/internal.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-24.0.0-alpha.2.tgz +0 -0
package/polkadot/lookup.js
CHANGED
|
@@ -1037,6 +1037,8 @@ exports.default = {
|
|
|
1037
1037
|
RemoveAssetAffirmationExemption: 'PolymeshPrimitivesTicker',
|
|
1038
1038
|
PreApprovedAsset: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesTicker)',
|
|
1039
1039
|
RemovePreApprovedAsset: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesTicker)',
|
|
1040
|
+
AssetMediatorsAdded: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesTicker,BTreeSet<PolymeshPrimitivesIdentityId>)',
|
|
1041
|
+
AssetMediatorsRemoved: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesTicker,BTreeSet<PolymeshPrimitivesIdentityId>)',
|
|
1040
1042
|
},
|
|
1041
1043
|
},
|
|
1042
1044
|
/**
|
|
@@ -1158,7 +1160,7 @@ exports.default = {
|
|
|
1158
1160
|
},
|
|
1159
1161
|
},
|
|
1160
1162
|
/**
|
|
1161
|
-
*
|
|
1163
|
+
* Lookup165: pallet_corporate_actions::distribution::Event
|
|
1162
1164
|
**/
|
|
1163
1165
|
PalletCorporateActionsDistributionEvent: {
|
|
1164
1166
|
_enum: {
|
|
@@ -1169,18 +1171,18 @@ exports.default = {
|
|
|
1169
1171
|
},
|
|
1170
1172
|
},
|
|
1171
1173
|
/**
|
|
1172
|
-
*
|
|
1174
|
+
* Lookup166: polymesh_primitives::event_only::EventOnly<polymesh_primitives::identity_id::IdentityId>
|
|
1173
1175
|
**/
|
|
1174
1176
|
PolymeshPrimitivesEventOnly: 'PolymeshPrimitivesIdentityId',
|
|
1175
1177
|
/**
|
|
1176
|
-
*
|
|
1178
|
+
* Lookup167: pallet_corporate_actions::CAId
|
|
1177
1179
|
**/
|
|
1178
1180
|
PalletCorporateActionsCaId: {
|
|
1179
1181
|
ticker: 'PolymeshPrimitivesTicker',
|
|
1180
1182
|
localId: 'u32',
|
|
1181
1183
|
},
|
|
1182
1184
|
/**
|
|
1183
|
-
*
|
|
1185
|
+
* Lookup169: pallet_corporate_actions::distribution::Distribution
|
|
1184
1186
|
**/
|
|
1185
1187
|
PalletCorporateActionsDistribution: {
|
|
1186
1188
|
from: 'PolymeshPrimitivesIdentityIdPortfolioId',
|
|
@@ -1193,7 +1195,7 @@ exports.default = {
|
|
|
1193
1195
|
expiresAt: 'Option<u64>',
|
|
1194
1196
|
},
|
|
1195
1197
|
/**
|
|
1196
|
-
*
|
|
1198
|
+
* Lookup171: polymesh_common_utilities::traits::checkpoint::Event
|
|
1197
1199
|
**/
|
|
1198
1200
|
PolymeshCommonUtilitiesCheckpointEvent: {
|
|
1199
1201
|
_enum: {
|
|
@@ -1204,13 +1206,13 @@ exports.default = {
|
|
|
1204
1206
|
},
|
|
1205
1207
|
},
|
|
1206
1208
|
/**
|
|
1207
|
-
*
|
|
1209
|
+
* Lookup174: polymesh_common_utilities::traits::checkpoint::ScheduleCheckpoints
|
|
1208
1210
|
**/
|
|
1209
1211
|
PolymeshCommonUtilitiesCheckpointScheduleCheckpoints: {
|
|
1210
1212
|
pending: 'BTreeSet<u64>',
|
|
1211
1213
|
},
|
|
1212
1214
|
/**
|
|
1213
|
-
*
|
|
1215
|
+
* Lookup177: polymesh_common_utilities::traits::compliance_manager::Event
|
|
1214
1216
|
**/
|
|
1215
1217
|
PolymeshCommonUtilitiesComplianceManagerEvent: {
|
|
1216
1218
|
_enum: {
|
|
@@ -1226,7 +1228,7 @@ exports.default = {
|
|
|
1226
1228
|
},
|
|
1227
1229
|
},
|
|
1228
1230
|
/**
|
|
1229
|
-
*
|
|
1231
|
+
* Lookup178: polymesh_primitives::compliance_manager::ComplianceRequirement
|
|
1230
1232
|
**/
|
|
1231
1233
|
PolymeshPrimitivesComplianceManagerComplianceRequirement: {
|
|
1232
1234
|
senderConditions: 'Vec<PolymeshPrimitivesCondition>',
|
|
@@ -1234,14 +1236,14 @@ exports.default = {
|
|
|
1234
1236
|
id: 'u32',
|
|
1235
1237
|
},
|
|
1236
1238
|
/**
|
|
1237
|
-
*
|
|
1239
|
+
* Lookup180: polymesh_primitives::condition::Condition
|
|
1238
1240
|
**/
|
|
1239
1241
|
PolymeshPrimitivesCondition: {
|
|
1240
1242
|
conditionType: 'PolymeshPrimitivesConditionConditionType',
|
|
1241
1243
|
issuers: 'Vec<PolymeshPrimitivesConditionTrustedIssuer>',
|
|
1242
1244
|
},
|
|
1243
1245
|
/**
|
|
1244
|
-
*
|
|
1246
|
+
* Lookup181: polymesh_primitives::condition::ConditionType
|
|
1245
1247
|
**/
|
|
1246
1248
|
PolymeshPrimitivesConditionConditionType: {
|
|
1247
1249
|
_enum: {
|
|
@@ -1253,7 +1255,7 @@ exports.default = {
|
|
|
1253
1255
|
},
|
|
1254
1256
|
},
|
|
1255
1257
|
/**
|
|
1256
|
-
*
|
|
1258
|
+
* Lookup183: polymesh_primitives::condition::TargetIdentity
|
|
1257
1259
|
**/
|
|
1258
1260
|
PolymeshPrimitivesConditionTargetIdentity: {
|
|
1259
1261
|
_enum: {
|
|
@@ -1262,14 +1264,14 @@ exports.default = {
|
|
|
1262
1264
|
},
|
|
1263
1265
|
},
|
|
1264
1266
|
/**
|
|
1265
|
-
*
|
|
1267
|
+
* Lookup185: polymesh_primitives::condition::TrustedIssuer
|
|
1266
1268
|
**/
|
|
1267
1269
|
PolymeshPrimitivesConditionTrustedIssuer: {
|
|
1268
1270
|
issuer: 'PolymeshPrimitivesIdentityId',
|
|
1269
1271
|
trustedFor: 'PolymeshPrimitivesConditionTrustedFor',
|
|
1270
1272
|
},
|
|
1271
1273
|
/**
|
|
1272
|
-
*
|
|
1274
|
+
* Lookup186: polymesh_primitives::condition::TrustedFor
|
|
1273
1275
|
**/
|
|
1274
1276
|
PolymeshPrimitivesConditionTrustedFor: {
|
|
1275
1277
|
_enum: {
|
|
@@ -1278,7 +1280,7 @@ exports.default = {
|
|
|
1278
1280
|
},
|
|
1279
1281
|
},
|
|
1280
1282
|
/**
|
|
1281
|
-
*
|
|
1283
|
+
* Lookup188: polymesh_primitives::identity_claim::ClaimType
|
|
1282
1284
|
**/
|
|
1283
1285
|
PolymeshPrimitivesIdentityClaimClaimType: {
|
|
1284
1286
|
_enum: {
|
|
@@ -1295,7 +1297,7 @@ exports.default = {
|
|
|
1295
1297
|
},
|
|
1296
1298
|
},
|
|
1297
1299
|
/**
|
|
1298
|
-
*
|
|
1300
|
+
* Lookup190: pallet_corporate_actions::Event
|
|
1299
1301
|
**/
|
|
1300
1302
|
PalletCorporateActionsEvent: {
|
|
1301
1303
|
_enum: {
|
|
@@ -1310,20 +1312,20 @@ exports.default = {
|
|
|
1310
1312
|
},
|
|
1311
1313
|
},
|
|
1312
1314
|
/**
|
|
1313
|
-
*
|
|
1315
|
+
* Lookup191: pallet_corporate_actions::TargetIdentities
|
|
1314
1316
|
**/
|
|
1315
1317
|
PalletCorporateActionsTargetIdentities: {
|
|
1316
1318
|
identities: 'Vec<PolymeshPrimitivesIdentityId>',
|
|
1317
1319
|
treatment: 'PalletCorporateActionsTargetTreatment',
|
|
1318
1320
|
},
|
|
1319
1321
|
/**
|
|
1320
|
-
*
|
|
1322
|
+
* Lookup192: pallet_corporate_actions::TargetTreatment
|
|
1321
1323
|
**/
|
|
1322
1324
|
PalletCorporateActionsTargetTreatment: {
|
|
1323
1325
|
_enum: ['Include', 'Exclude'],
|
|
1324
1326
|
},
|
|
1325
1327
|
/**
|
|
1326
|
-
*
|
|
1328
|
+
* Lookup194: pallet_corporate_actions::CorporateAction
|
|
1327
1329
|
**/
|
|
1328
1330
|
PalletCorporateActionsCorporateAction: {
|
|
1329
1331
|
kind: 'PalletCorporateActionsCaKind',
|
|
@@ -1334,7 +1336,7 @@ exports.default = {
|
|
|
1334
1336
|
withholdingTax: 'Vec<(PolymeshPrimitivesIdentityId,Permill)>',
|
|
1335
1337
|
},
|
|
1336
1338
|
/**
|
|
1337
|
-
*
|
|
1339
|
+
* Lookup195: pallet_corporate_actions::CAKind
|
|
1338
1340
|
**/
|
|
1339
1341
|
PalletCorporateActionsCaKind: {
|
|
1340
1342
|
_enum: [
|
|
@@ -1346,14 +1348,14 @@ exports.default = {
|
|
|
1346
1348
|
],
|
|
1347
1349
|
},
|
|
1348
1350
|
/**
|
|
1349
|
-
*
|
|
1351
|
+
* Lookup197: pallet_corporate_actions::RecordDate
|
|
1350
1352
|
**/
|
|
1351
1353
|
PalletCorporateActionsRecordDate: {
|
|
1352
1354
|
date: 'u64',
|
|
1353
1355
|
checkpoint: 'PalletCorporateActionsCaCheckpoint',
|
|
1354
1356
|
},
|
|
1355
1357
|
/**
|
|
1356
|
-
*
|
|
1358
|
+
* Lookup198: pallet_corporate_actions::CACheckpoint
|
|
1357
1359
|
**/
|
|
1358
1360
|
PalletCorporateActionsCaCheckpoint: {
|
|
1359
1361
|
_enum: {
|
|
@@ -1362,7 +1364,7 @@ exports.default = {
|
|
|
1362
1364
|
},
|
|
1363
1365
|
},
|
|
1364
1366
|
/**
|
|
1365
|
-
*
|
|
1367
|
+
* Lookup203: pallet_corporate_actions::ballot::Event
|
|
1366
1368
|
**/
|
|
1367
1369
|
PalletCorporateActionsBallotEvent: {
|
|
1368
1370
|
_enum: {
|
|
@@ -1375,21 +1377,21 @@ exports.default = {
|
|
|
1375
1377
|
},
|
|
1376
1378
|
},
|
|
1377
1379
|
/**
|
|
1378
|
-
*
|
|
1380
|
+
* Lookup204: pallet_corporate_actions::ballot::BallotTimeRange
|
|
1379
1381
|
**/
|
|
1380
1382
|
PalletCorporateActionsBallotBallotTimeRange: {
|
|
1381
1383
|
start: 'u64',
|
|
1382
1384
|
end: 'u64',
|
|
1383
1385
|
},
|
|
1384
1386
|
/**
|
|
1385
|
-
*
|
|
1387
|
+
* Lookup205: pallet_corporate_actions::ballot::BallotMeta
|
|
1386
1388
|
**/
|
|
1387
1389
|
PalletCorporateActionsBallotBallotMeta: {
|
|
1388
1390
|
title: 'Bytes',
|
|
1389
1391
|
motions: 'Vec<PalletCorporateActionsBallotMotion>',
|
|
1390
1392
|
},
|
|
1391
1393
|
/**
|
|
1392
|
-
*
|
|
1394
|
+
* Lookup208: pallet_corporate_actions::ballot::Motion
|
|
1393
1395
|
**/
|
|
1394
1396
|
PalletCorporateActionsBallotMotion: {
|
|
1395
1397
|
title: 'Bytes',
|
|
@@ -1397,14 +1399,14 @@ exports.default = {
|
|
|
1397
1399
|
choices: 'Vec<Bytes>',
|
|
1398
1400
|
},
|
|
1399
1401
|
/**
|
|
1400
|
-
*
|
|
1402
|
+
* Lookup214: pallet_corporate_actions::ballot::BallotVote
|
|
1401
1403
|
**/
|
|
1402
1404
|
PalletCorporateActionsBallotBallotVote: {
|
|
1403
1405
|
power: 'u128',
|
|
1404
1406
|
fallback: 'Option<u16>',
|
|
1405
1407
|
},
|
|
1406
1408
|
/**
|
|
1407
|
-
*
|
|
1409
|
+
* Lookup217: pallet_pips::RawEvent<sp_core::crypto::AccountId32, BlockNumber>
|
|
1408
1410
|
**/
|
|
1409
1411
|
PalletPipsRawEvent: {
|
|
1410
1412
|
_enum: {
|
|
@@ -1431,7 +1433,7 @@ exports.default = {
|
|
|
1431
1433
|
},
|
|
1432
1434
|
},
|
|
1433
1435
|
/**
|
|
1434
|
-
*
|
|
1436
|
+
* Lookup218: pallet_pips::Proposer<sp_core::crypto::AccountId32>
|
|
1435
1437
|
**/
|
|
1436
1438
|
PalletPipsProposer: {
|
|
1437
1439
|
_enum: {
|
|
@@ -1440,13 +1442,13 @@ exports.default = {
|
|
|
1440
1442
|
},
|
|
1441
1443
|
},
|
|
1442
1444
|
/**
|
|
1443
|
-
*
|
|
1445
|
+
* Lookup219: pallet_pips::Committee
|
|
1444
1446
|
**/
|
|
1445
1447
|
PalletPipsCommittee: {
|
|
1446
1448
|
_enum: ['Technical', 'Upgrade'],
|
|
1447
1449
|
},
|
|
1448
1450
|
/**
|
|
1449
|
-
*
|
|
1451
|
+
* Lookup223: pallet_pips::ProposalData
|
|
1450
1452
|
**/
|
|
1451
1453
|
PalletPipsProposalData: {
|
|
1452
1454
|
_enum: {
|
|
@@ -1455,20 +1457,20 @@ exports.default = {
|
|
|
1455
1457
|
},
|
|
1456
1458
|
},
|
|
1457
1459
|
/**
|
|
1458
|
-
*
|
|
1460
|
+
* Lookup224: pallet_pips::ProposalState
|
|
1459
1461
|
**/
|
|
1460
1462
|
PalletPipsProposalState: {
|
|
1461
1463
|
_enum: ['Pending', 'Rejected', 'Scheduled', 'Failed', 'Executed', 'Expired'],
|
|
1462
1464
|
},
|
|
1463
1465
|
/**
|
|
1464
|
-
*
|
|
1466
|
+
* Lookup227: pallet_pips::SnapshottedPip
|
|
1465
1467
|
**/
|
|
1466
1468
|
PalletPipsSnapshottedPip: {
|
|
1467
1469
|
id: 'u32',
|
|
1468
1470
|
weight: '(bool,u128)',
|
|
1469
1471
|
},
|
|
1470
1472
|
/**
|
|
1471
|
-
*
|
|
1473
|
+
* Lookup233: polymesh_common_utilities::traits::portfolio::Event
|
|
1472
1474
|
**/
|
|
1473
1475
|
PolymeshCommonUtilitiesPortfolioEvent: {
|
|
1474
1476
|
_enum: {
|
|
@@ -1483,7 +1485,7 @@ exports.default = {
|
|
|
1483
1485
|
},
|
|
1484
1486
|
},
|
|
1485
1487
|
/**
|
|
1486
|
-
*
|
|
1488
|
+
* Lookup237: polymesh_primitives::portfolio::FundDescription
|
|
1487
1489
|
**/
|
|
1488
1490
|
PolymeshPrimitivesPortfolioFundDescription: {
|
|
1489
1491
|
_enum: {
|
|
@@ -1495,14 +1497,14 @@ exports.default = {
|
|
|
1495
1497
|
},
|
|
1496
1498
|
},
|
|
1497
1499
|
/**
|
|
1498
|
-
*
|
|
1500
|
+
* Lookup238: polymesh_primitives::nft::NFTs
|
|
1499
1501
|
**/
|
|
1500
1502
|
PolymeshPrimitivesNftNfTs: {
|
|
1501
1503
|
ticker: 'PolymeshPrimitivesTicker',
|
|
1502
1504
|
ids: 'Vec<u64>',
|
|
1503
1505
|
},
|
|
1504
1506
|
/**
|
|
1505
|
-
*
|
|
1507
|
+
* Lookup241: pallet_protocol_fee::RawEvent<sp_core::crypto::AccountId32>
|
|
1506
1508
|
**/
|
|
1507
1509
|
PalletProtocolFeeRawEvent: {
|
|
1508
1510
|
_enum: {
|
|
@@ -1512,11 +1514,11 @@ exports.default = {
|
|
|
1512
1514
|
},
|
|
1513
1515
|
},
|
|
1514
1516
|
/**
|
|
1515
|
-
*
|
|
1517
|
+
* Lookup242: polymesh_primitives::PosRatio
|
|
1516
1518
|
**/
|
|
1517
1519
|
PolymeshPrimitivesPosRatio: '(u32,u32)',
|
|
1518
1520
|
/**
|
|
1519
|
-
*
|
|
1521
|
+
* Lookup243: pallet_scheduler::pallet::Event<T>
|
|
1520
1522
|
**/
|
|
1521
1523
|
PalletSchedulerEvent: {
|
|
1522
1524
|
_enum: {
|
|
@@ -1548,7 +1550,7 @@ exports.default = {
|
|
|
1548
1550
|
},
|
|
1549
1551
|
},
|
|
1550
1552
|
/**
|
|
1551
|
-
*
|
|
1553
|
+
* Lookup246: polymesh_common_utilities::traits::settlement::RawEvent<Moment, BlockNumber, sp_core::crypto::AccountId32>
|
|
1552
1554
|
**/
|
|
1553
1555
|
PolymeshCommonUtilitiesSettlementRawEvent: {
|
|
1554
1556
|
_enum: {
|
|
@@ -1573,20 +1575,23 @@ exports.default = {
|
|
|
1573
1575
|
InstructionCreated: '(PolymeshPrimitivesIdentityId,u64,u64,PolymeshPrimitivesSettlementSettlementType,Option<u64>,Option<u64>,Vec<PolymeshPrimitivesSettlementLeg>,Option<PolymeshPrimitivesMemo>)',
|
|
1574
1576
|
FailedToExecuteInstruction: '(u64,SpRuntimeDispatchError)',
|
|
1575
1577
|
InstructionAutomaticallyAffirmed: '(PolymeshPrimitivesIdentityId,PolymeshPrimitivesIdentityIdPortfolioId,u64)',
|
|
1578
|
+
MediatorAffirmationReceived: '(PolymeshPrimitivesIdentityId,u64,Option<u64>)',
|
|
1579
|
+
MediatorAffirmationWithdrawn: '(PolymeshPrimitivesIdentityId,u64)',
|
|
1580
|
+
InstructionMediators: '(u64,BTreeSet<PolymeshPrimitivesIdentityId>)',
|
|
1576
1581
|
},
|
|
1577
1582
|
},
|
|
1578
1583
|
/**
|
|
1579
|
-
*
|
|
1584
|
+
* Lookup249: polymesh_primitives::settlement::VenueType
|
|
1580
1585
|
**/
|
|
1581
1586
|
PolymeshPrimitivesSettlementVenueType: {
|
|
1582
1587
|
_enum: ['Other', 'Distribution', 'Sto', 'Exchange'],
|
|
1583
1588
|
},
|
|
1584
1589
|
/**
|
|
1585
|
-
*
|
|
1590
|
+
* Lookup252: polymesh_primitives::settlement::ReceiptMetadata
|
|
1586
1591
|
**/
|
|
1587
1592
|
PolymeshPrimitivesSettlementReceiptMetadata: '[u8;32]',
|
|
1588
1593
|
/**
|
|
1589
|
-
*
|
|
1594
|
+
* Lookup254: polymesh_primitives::settlement::SettlementType<BlockNumber>
|
|
1590
1595
|
**/
|
|
1591
1596
|
PolymeshPrimitivesSettlementSettlementType: {
|
|
1592
1597
|
_enum: {
|
|
@@ -1596,7 +1601,7 @@ exports.default = {
|
|
|
1596
1601
|
},
|
|
1597
1602
|
},
|
|
1598
1603
|
/**
|
|
1599
|
-
*
|
|
1604
|
+
* Lookup256: polymesh_primitives::settlement::Leg
|
|
1600
1605
|
**/
|
|
1601
1606
|
PolymeshPrimitivesSettlementLeg: {
|
|
1602
1607
|
_enum: {
|
|
@@ -1620,7 +1625,7 @@ exports.default = {
|
|
|
1620
1625
|
},
|
|
1621
1626
|
},
|
|
1622
1627
|
/**
|
|
1623
|
-
*
|
|
1628
|
+
* Lookup257: polymesh_common_utilities::traits::statistics::Event
|
|
1624
1629
|
**/
|
|
1625
1630
|
PolymeshCommonUtilitiesStatisticsEvent: {
|
|
1626
1631
|
_enum: {
|
|
@@ -1633,7 +1638,7 @@ exports.default = {
|
|
|
1633
1638
|
},
|
|
1634
1639
|
},
|
|
1635
1640
|
/**
|
|
1636
|
-
*
|
|
1641
|
+
* Lookup258: polymesh_primitives::statistics::AssetScope
|
|
1637
1642
|
**/
|
|
1638
1643
|
PolymeshPrimitivesStatisticsAssetScope: {
|
|
1639
1644
|
_enum: {
|
|
@@ -1641,27 +1646,27 @@ exports.default = {
|
|
|
1641
1646
|
},
|
|
1642
1647
|
},
|
|
1643
1648
|
/**
|
|
1644
|
-
*
|
|
1649
|
+
* Lookup260: polymesh_primitives::statistics::StatType
|
|
1645
1650
|
**/
|
|
1646
1651
|
PolymeshPrimitivesStatisticsStatType: {
|
|
1647
1652
|
op: 'PolymeshPrimitivesStatisticsStatOpType',
|
|
1648
1653
|
claimIssuer: 'Option<(PolymeshPrimitivesIdentityClaimClaimType,PolymeshPrimitivesIdentityId)>',
|
|
1649
1654
|
},
|
|
1650
1655
|
/**
|
|
1651
|
-
*
|
|
1656
|
+
* Lookup261: polymesh_primitives::statistics::StatOpType
|
|
1652
1657
|
**/
|
|
1653
1658
|
PolymeshPrimitivesStatisticsStatOpType: {
|
|
1654
1659
|
_enum: ['Count', 'Balance'],
|
|
1655
1660
|
},
|
|
1656
1661
|
/**
|
|
1657
|
-
*
|
|
1662
|
+
* Lookup265: polymesh_primitives::statistics::StatUpdate
|
|
1658
1663
|
**/
|
|
1659
1664
|
PolymeshPrimitivesStatisticsStatUpdate: {
|
|
1660
1665
|
key2: 'PolymeshPrimitivesStatisticsStat2ndKey',
|
|
1661
1666
|
value: 'Option<u128>',
|
|
1662
1667
|
},
|
|
1663
1668
|
/**
|
|
1664
|
-
*
|
|
1669
|
+
* Lookup266: polymesh_primitives::statistics::Stat2ndKey
|
|
1665
1670
|
**/
|
|
1666
1671
|
PolymeshPrimitivesStatisticsStat2ndKey: {
|
|
1667
1672
|
_enum: {
|
|
@@ -1670,7 +1675,7 @@ exports.default = {
|
|
|
1670
1675
|
},
|
|
1671
1676
|
},
|
|
1672
1677
|
/**
|
|
1673
|
-
*
|
|
1678
|
+
* Lookup267: polymesh_primitives::statistics::StatClaim
|
|
1674
1679
|
**/
|
|
1675
1680
|
PolymeshPrimitivesStatisticsStatClaim: {
|
|
1676
1681
|
_enum: {
|
|
@@ -1680,7 +1685,7 @@ exports.default = {
|
|
|
1680
1685
|
},
|
|
1681
1686
|
},
|
|
1682
1687
|
/**
|
|
1683
|
-
*
|
|
1688
|
+
* Lookup271: polymesh_primitives::transfer_compliance::TransferCondition
|
|
1684
1689
|
**/
|
|
1685
1690
|
PolymeshPrimitivesTransferComplianceTransferCondition: {
|
|
1686
1691
|
_enum: {
|
|
@@ -1691,7 +1696,7 @@ exports.default = {
|
|
|
1691
1696
|
},
|
|
1692
1697
|
},
|
|
1693
1698
|
/**
|
|
1694
|
-
*
|
|
1699
|
+
* Lookup272: polymesh_primitives::transfer_compliance::TransferConditionExemptKey
|
|
1695
1700
|
**/
|
|
1696
1701
|
PolymeshPrimitivesTransferComplianceTransferConditionExemptKey: {
|
|
1697
1702
|
asset: 'PolymeshPrimitivesStatisticsAssetScope',
|
|
@@ -1699,7 +1704,7 @@ exports.default = {
|
|
|
1699
1704
|
claimType: 'Option<PolymeshPrimitivesIdentityClaimClaimType>',
|
|
1700
1705
|
},
|
|
1701
1706
|
/**
|
|
1702
|
-
*
|
|
1707
|
+
* Lookup274: pallet_sto::RawEvent<Moment>
|
|
1703
1708
|
**/
|
|
1704
1709
|
PalletStoRawEvent: {
|
|
1705
1710
|
_enum: {
|
|
@@ -1712,7 +1717,7 @@ exports.default = {
|
|
|
1712
1717
|
},
|
|
1713
1718
|
},
|
|
1714
1719
|
/**
|
|
1715
|
-
*
|
|
1720
|
+
* Lookup277: pallet_sto::Fundraiser<Moment>
|
|
1716
1721
|
**/
|
|
1717
1722
|
PalletStoFundraiser: {
|
|
1718
1723
|
creator: 'PolymeshPrimitivesIdentityId',
|
|
@@ -1728,7 +1733,7 @@ exports.default = {
|
|
|
1728
1733
|
minimumInvestment: 'u128',
|
|
1729
1734
|
},
|
|
1730
1735
|
/**
|
|
1731
|
-
*
|
|
1736
|
+
* Lookup279: pallet_sto::FundraiserTier
|
|
1732
1737
|
**/
|
|
1733
1738
|
PalletStoFundraiserTier: {
|
|
1734
1739
|
total: 'u128',
|
|
@@ -1736,13 +1741,13 @@ exports.default = {
|
|
|
1736
1741
|
remaining: 'u128',
|
|
1737
1742
|
},
|
|
1738
1743
|
/**
|
|
1739
|
-
*
|
|
1744
|
+
* Lookup280: pallet_sto::FundraiserStatus
|
|
1740
1745
|
**/
|
|
1741
1746
|
PalletStoFundraiserStatus: {
|
|
1742
1747
|
_enum: ['Live', 'Frozen', 'Closed', 'ClosedEarly'],
|
|
1743
1748
|
},
|
|
1744
1749
|
/**
|
|
1745
|
-
*
|
|
1750
|
+
* Lookup281: pallet_treasury::RawEvent<Balance, sp_core::crypto::AccountId32>
|
|
1746
1751
|
**/
|
|
1747
1752
|
PalletTreasuryRawEvent: {
|
|
1748
1753
|
_enum: {
|
|
@@ -1752,7 +1757,7 @@ exports.default = {
|
|
|
1752
1757
|
},
|
|
1753
1758
|
},
|
|
1754
1759
|
/**
|
|
1755
|
-
*
|
|
1760
|
+
* Lookup282: pallet_utility::pallet::Event<T>
|
|
1756
1761
|
**/
|
|
1757
1762
|
PalletUtilityEvent: {
|
|
1758
1763
|
_enum: {
|
|
@@ -1780,7 +1785,7 @@ exports.default = {
|
|
|
1780
1785
|
},
|
|
1781
1786
|
},
|
|
1782
1787
|
/**
|
|
1783
|
-
*
|
|
1788
|
+
* Lookup286: polymesh_common_utilities::traits::base::Event
|
|
1784
1789
|
**/
|
|
1785
1790
|
PolymeshCommonUtilitiesBaseEvent: {
|
|
1786
1791
|
_enum: {
|
|
@@ -1788,7 +1793,7 @@ exports.default = {
|
|
|
1788
1793
|
},
|
|
1789
1794
|
},
|
|
1790
1795
|
/**
|
|
1791
|
-
*
|
|
1796
|
+
* Lookup288: polymesh_common_utilities::traits::external_agents::Event
|
|
1792
1797
|
**/
|
|
1793
1798
|
PolymeshCommonUtilitiesExternalAgentsEvent: {
|
|
1794
1799
|
_enum: {
|
|
@@ -1800,7 +1805,7 @@ exports.default = {
|
|
|
1800
1805
|
},
|
|
1801
1806
|
},
|
|
1802
1807
|
/**
|
|
1803
|
-
*
|
|
1808
|
+
* Lookup289: polymesh_common_utilities::traits::relayer::RawEvent<sp_core::crypto::AccountId32>
|
|
1804
1809
|
**/
|
|
1805
1810
|
PolymeshCommonUtilitiesRelayerRawEvent: {
|
|
1806
1811
|
_enum: {
|
|
@@ -1811,7 +1816,7 @@ exports.default = {
|
|
|
1811
1816
|
},
|
|
1812
1817
|
},
|
|
1813
1818
|
/**
|
|
1814
|
-
*
|
|
1819
|
+
* Lookup290: pallet_contracts::pallet::Event<T>
|
|
1815
1820
|
**/
|
|
1816
1821
|
PalletContractsEvent: {
|
|
1817
1822
|
_enum: {
|
|
@@ -1849,7 +1854,7 @@ exports.default = {
|
|
|
1849
1854
|
},
|
|
1850
1855
|
},
|
|
1851
1856
|
/**
|
|
1852
|
-
*
|
|
1857
|
+
* Lookup291: polymesh_contracts::RawEvent<primitive_types::H256, sp_core::crypto::AccountId32>
|
|
1853
1858
|
**/
|
|
1854
1859
|
PolymeshContractsRawEvent: {
|
|
1855
1860
|
_enum: {
|
|
@@ -1858,25 +1863,25 @@ exports.default = {
|
|
|
1858
1863
|
},
|
|
1859
1864
|
},
|
|
1860
1865
|
/**
|
|
1861
|
-
*
|
|
1866
|
+
* Lookup292: polymesh_contracts::Api
|
|
1862
1867
|
**/
|
|
1863
1868
|
PolymeshContractsApi: {
|
|
1864
1869
|
desc: '[u8;4]',
|
|
1865
1870
|
major: 'u32',
|
|
1866
1871
|
},
|
|
1867
1872
|
/**
|
|
1868
|
-
*
|
|
1873
|
+
* Lookup293: polymesh_contracts::ChainVersion
|
|
1869
1874
|
**/
|
|
1870
1875
|
PolymeshContractsChainVersion: {
|
|
1871
1876
|
specVersion: 'u32',
|
|
1872
1877
|
txVersion: 'u32',
|
|
1873
1878
|
},
|
|
1874
1879
|
/**
|
|
1875
|
-
*
|
|
1880
|
+
* Lookup294: polymesh_contracts::chain_extension::ExtrinsicId
|
|
1876
1881
|
**/
|
|
1877
1882
|
PolymeshContractsChainExtensionExtrinsicId: '(u8,u8)',
|
|
1878
1883
|
/**
|
|
1879
|
-
*
|
|
1884
|
+
* Lookup295: pallet_preimage::pallet::Event<T>
|
|
1880
1885
|
**/
|
|
1881
1886
|
PalletPreimageEvent: {
|
|
1882
1887
|
_enum: {
|
|
@@ -1901,7 +1906,7 @@ exports.default = {
|
|
|
1901
1906
|
},
|
|
1902
1907
|
},
|
|
1903
1908
|
/**
|
|
1904
|
-
*
|
|
1909
|
+
* Lookup296: polymesh_common_utilities::traits::nft::Event
|
|
1905
1910
|
**/
|
|
1906
1911
|
PolymeshCommonUtilitiesNftEvent: {
|
|
1907
1912
|
_enum: {
|
|
@@ -1910,7 +1915,7 @@ exports.default = {
|
|
|
1910
1915
|
},
|
|
1911
1916
|
},
|
|
1912
1917
|
/**
|
|
1913
|
-
*
|
|
1918
|
+
* Lookup298: pallet_test_utils::RawEvent<sp_core::crypto::AccountId32>
|
|
1914
1919
|
**/
|
|
1915
1920
|
PalletTestUtilsRawEvent: {
|
|
1916
1921
|
_enum: {
|
|
@@ -1919,7 +1924,7 @@ exports.default = {
|
|
|
1919
1924
|
},
|
|
1920
1925
|
},
|
|
1921
1926
|
/**
|
|
1922
|
-
*
|
|
1927
|
+
* Lookup299: frame_system::Phase
|
|
1923
1928
|
**/
|
|
1924
1929
|
FrameSystemPhase: {
|
|
1925
1930
|
_enum: {
|
|
@@ -1929,14 +1934,14 @@ exports.default = {
|
|
|
1929
1934
|
},
|
|
1930
1935
|
},
|
|
1931
1936
|
/**
|
|
1932
|
-
*
|
|
1937
|
+
* Lookup302: frame_system::LastRuntimeUpgradeInfo
|
|
1933
1938
|
**/
|
|
1934
1939
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
1935
1940
|
specVersion: 'Compact<u32>',
|
|
1936
1941
|
specName: 'Text',
|
|
1937
1942
|
},
|
|
1938
1943
|
/**
|
|
1939
|
-
*
|
|
1944
|
+
* Lookup305: frame_system::pallet::Call<T>
|
|
1940
1945
|
**/
|
|
1941
1946
|
FrameSystemCall: {
|
|
1942
1947
|
_enum: {
|
|
@@ -1971,7 +1976,7 @@ exports.default = {
|
|
|
1971
1976
|
},
|
|
1972
1977
|
},
|
|
1973
1978
|
/**
|
|
1974
|
-
*
|
|
1979
|
+
* Lookup309: frame_system::limits::BlockWeights
|
|
1975
1980
|
**/
|
|
1976
1981
|
FrameSystemLimitsBlockWeights: {
|
|
1977
1982
|
baseBlock: 'SpWeightsWeightV2Weight',
|
|
@@ -1979,7 +1984,7 @@ exports.default = {
|
|
|
1979
1984
|
perClass: 'FrameSupportDispatchPerDispatchClassWeightsPerClass',
|
|
1980
1985
|
},
|
|
1981
1986
|
/**
|
|
1982
|
-
*
|
|
1987
|
+
* Lookup310: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
1983
1988
|
**/
|
|
1984
1989
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
1985
1990
|
normal: 'FrameSystemLimitsWeightsPerClass',
|
|
@@ -1987,7 +1992,7 @@ exports.default = {
|
|
|
1987
1992
|
mandatory: 'FrameSystemLimitsWeightsPerClass',
|
|
1988
1993
|
},
|
|
1989
1994
|
/**
|
|
1990
|
-
*
|
|
1995
|
+
* Lookup311: frame_system::limits::WeightsPerClass
|
|
1991
1996
|
**/
|
|
1992
1997
|
FrameSystemLimitsWeightsPerClass: {
|
|
1993
1998
|
baseExtrinsic: 'SpWeightsWeightV2Weight',
|
|
@@ -1996,13 +2001,13 @@ exports.default = {
|
|
|
1996
2001
|
reserved: 'Option<SpWeightsWeightV2Weight>',
|
|
1997
2002
|
},
|
|
1998
2003
|
/**
|
|
1999
|
-
*
|
|
2004
|
+
* Lookup313: frame_system::limits::BlockLength
|
|
2000
2005
|
**/
|
|
2001
2006
|
FrameSystemLimitsBlockLength: {
|
|
2002
2007
|
max: 'FrameSupportDispatchPerDispatchClassU32',
|
|
2003
2008
|
},
|
|
2004
2009
|
/**
|
|
2005
|
-
*
|
|
2010
|
+
* Lookup314: frame_support::dispatch::PerDispatchClass<T>
|
|
2006
2011
|
**/
|
|
2007
2012
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
2008
2013
|
normal: 'u32',
|
|
@@ -2010,14 +2015,14 @@ exports.default = {
|
|
|
2010
2015
|
mandatory: 'u32',
|
|
2011
2016
|
},
|
|
2012
2017
|
/**
|
|
2013
|
-
*
|
|
2018
|
+
* Lookup315: sp_weights::RuntimeDbWeight
|
|
2014
2019
|
**/
|
|
2015
2020
|
SpWeightsRuntimeDbWeight: {
|
|
2016
2021
|
read: 'u64',
|
|
2017
2022
|
write: 'u64',
|
|
2018
2023
|
},
|
|
2019
2024
|
/**
|
|
2020
|
-
*
|
|
2025
|
+
* Lookup316: sp_version::RuntimeVersion
|
|
2021
2026
|
**/
|
|
2022
2027
|
SpVersionRuntimeVersion: {
|
|
2023
2028
|
specName: 'Text',
|
|
@@ -2030,7 +2035,7 @@ exports.default = {
|
|
|
2030
2035
|
stateVersion: 'u8',
|
|
2031
2036
|
},
|
|
2032
2037
|
/**
|
|
2033
|
-
*
|
|
2038
|
+
* Lookup321: frame_system::pallet::Error<T>
|
|
2034
2039
|
**/
|
|
2035
2040
|
FrameSystemError: {
|
|
2036
2041
|
_enum: [
|
|
@@ -2043,11 +2048,11 @@ exports.default = {
|
|
|
2043
2048
|
],
|
|
2044
2049
|
},
|
|
2045
2050
|
/**
|
|
2046
|
-
*
|
|
2051
|
+
* Lookup324: sp_consensus_babe::app::Public
|
|
2047
2052
|
**/
|
|
2048
2053
|
SpConsensusBabeAppPublic: 'SpCoreSr25519Public',
|
|
2049
2054
|
/**
|
|
2050
|
-
*
|
|
2055
|
+
* Lookup327: sp_consensus_babe::digests::NextConfigDescriptor
|
|
2051
2056
|
**/
|
|
2052
2057
|
SpConsensusBabeDigestsNextConfigDescriptor: {
|
|
2053
2058
|
_enum: {
|
|
@@ -2059,13 +2064,13 @@ exports.default = {
|
|
|
2059
2064
|
},
|
|
2060
2065
|
},
|
|
2061
2066
|
/**
|
|
2062
|
-
*
|
|
2067
|
+
* Lookup329: sp_consensus_babe::AllowedSlots
|
|
2063
2068
|
**/
|
|
2064
2069
|
SpConsensusBabeAllowedSlots: {
|
|
2065
2070
|
_enum: ['PrimarySlots', 'PrimaryAndSecondaryPlainSlots', 'PrimaryAndSecondaryVRFSlots'],
|
|
2066
2071
|
},
|
|
2067
2072
|
/**
|
|
2068
|
-
*
|
|
2073
|
+
* Lookup333: sp_consensus_babe::digests::PreDigest
|
|
2069
2074
|
**/
|
|
2070
2075
|
SpConsensusBabeDigestsPreDigest: {
|
|
2071
2076
|
_enum: {
|
|
@@ -2076,7 +2081,7 @@ exports.default = {
|
|
|
2076
2081
|
},
|
|
2077
2082
|
},
|
|
2078
2083
|
/**
|
|
2079
|
-
*
|
|
2084
|
+
* Lookup334: sp_consensus_babe::digests::PrimaryPreDigest
|
|
2080
2085
|
**/
|
|
2081
2086
|
SpConsensusBabeDigestsPrimaryPreDigest: {
|
|
2082
2087
|
authorityIndex: 'u32',
|
|
@@ -2085,14 +2090,14 @@ exports.default = {
|
|
|
2085
2090
|
vrfProof: '[u8;64]',
|
|
2086
2091
|
},
|
|
2087
2092
|
/**
|
|
2088
|
-
*
|
|
2093
|
+
* Lookup335: sp_consensus_babe::digests::SecondaryPlainPreDigest
|
|
2089
2094
|
**/
|
|
2090
2095
|
SpConsensusBabeDigestsSecondaryPlainPreDigest: {
|
|
2091
2096
|
authorityIndex: 'u32',
|
|
2092
2097
|
slot: 'u64',
|
|
2093
2098
|
},
|
|
2094
2099
|
/**
|
|
2095
|
-
*
|
|
2100
|
+
* Lookup336: sp_consensus_babe::digests::SecondaryVRFPreDigest
|
|
2096
2101
|
**/
|
|
2097
2102
|
SpConsensusBabeDigestsSecondaryVRFPreDigest: {
|
|
2098
2103
|
authorityIndex: 'u32',
|
|
@@ -2101,14 +2106,14 @@ exports.default = {
|
|
|
2101
2106
|
vrfProof: '[u8;64]',
|
|
2102
2107
|
},
|
|
2103
2108
|
/**
|
|
2104
|
-
*
|
|
2109
|
+
* Lookup337: sp_consensus_babe::BabeEpochConfiguration
|
|
2105
2110
|
**/
|
|
2106
2111
|
SpConsensusBabeBabeEpochConfiguration: {
|
|
2107
2112
|
c: '(u64,u64)',
|
|
2108
2113
|
allowedSlots: 'SpConsensusBabeAllowedSlots',
|
|
2109
2114
|
},
|
|
2110
2115
|
/**
|
|
2111
|
-
*
|
|
2116
|
+
* Lookup341: pallet_babe::pallet::Call<T>
|
|
2112
2117
|
**/
|
|
2113
2118
|
PalletBabeCall: {
|
|
2114
2119
|
_enum: {
|
|
@@ -2126,7 +2131,7 @@ exports.default = {
|
|
|
2126
2131
|
},
|
|
2127
2132
|
},
|
|
2128
2133
|
/**
|
|
2129
|
-
*
|
|
2134
|
+
* Lookup342: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>, sp_consensus_babe::app::Public>
|
|
2130
2135
|
**/
|
|
2131
2136
|
SpConsensusSlotsEquivocationProof: {
|
|
2132
2137
|
offender: 'SpConsensusBabeAppPublic',
|
|
@@ -2135,7 +2140,7 @@ exports.default = {
|
|
|
2135
2140
|
secondHeader: 'SpRuntimeHeader',
|
|
2136
2141
|
},
|
|
2137
2142
|
/**
|
|
2138
|
-
*
|
|
2143
|
+
* Lookup343: sp_runtime::generic::header::Header<Number, sp_runtime::traits::BlakeTwo256>
|
|
2139
2144
|
**/
|
|
2140
2145
|
SpRuntimeHeader: {
|
|
2141
2146
|
parentHash: 'H256',
|
|
@@ -2145,11 +2150,11 @@ exports.default = {
|
|
|
2145
2150
|
digest: 'SpRuntimeDigest',
|
|
2146
2151
|
},
|
|
2147
2152
|
/**
|
|
2148
|
-
*
|
|
2153
|
+
* Lookup344: sp_runtime::traits::BlakeTwo256
|
|
2149
2154
|
**/
|
|
2150
2155
|
SpRuntimeBlakeTwo256: 'Null',
|
|
2151
2156
|
/**
|
|
2152
|
-
*
|
|
2157
|
+
* Lookup345: sp_session::MembershipProof
|
|
2153
2158
|
**/
|
|
2154
2159
|
SpSessionMembershipProof: {
|
|
2155
2160
|
session: 'u32',
|
|
@@ -2157,7 +2162,7 @@ exports.default = {
|
|
|
2157
2162
|
validatorCount: 'u32',
|
|
2158
2163
|
},
|
|
2159
2164
|
/**
|
|
2160
|
-
*
|
|
2165
|
+
* Lookup346: pallet_babe::pallet::Error<T>
|
|
2161
2166
|
**/
|
|
2162
2167
|
PalletBabeError: {
|
|
2163
2168
|
_enum: [
|
|
@@ -2168,7 +2173,7 @@ exports.default = {
|
|
|
2168
2173
|
],
|
|
2169
2174
|
},
|
|
2170
2175
|
/**
|
|
2171
|
-
*
|
|
2176
|
+
* Lookup347: pallet_timestamp::pallet::Call<T>
|
|
2172
2177
|
**/
|
|
2173
2178
|
PalletTimestampCall: {
|
|
2174
2179
|
_enum: {
|
|
@@ -2178,7 +2183,7 @@ exports.default = {
|
|
|
2178
2183
|
},
|
|
2179
2184
|
},
|
|
2180
2185
|
/**
|
|
2181
|
-
*
|
|
2186
|
+
* Lookup349: pallet_indices::pallet::Call<T>
|
|
2182
2187
|
**/
|
|
2183
2188
|
PalletIndicesCall: {
|
|
2184
2189
|
_enum: {
|
|
@@ -2209,13 +2214,13 @@ exports.default = {
|
|
|
2209
2214
|
},
|
|
2210
2215
|
},
|
|
2211
2216
|
/**
|
|
2212
|
-
*
|
|
2217
|
+
* Lookup351: pallet_indices::pallet::Error<T>
|
|
2213
2218
|
**/
|
|
2214
2219
|
PalletIndicesError: {
|
|
2215
2220
|
_enum: ['NotAssigned', 'NotOwner', 'InUse', 'NotTransfer', 'Permanent'],
|
|
2216
2221
|
},
|
|
2217
2222
|
/**
|
|
2218
|
-
*
|
|
2223
|
+
* Lookup353: pallet_balances::BalanceLock<Balance>
|
|
2219
2224
|
**/
|
|
2220
2225
|
PalletBalancesBalanceLock: {
|
|
2221
2226
|
id: '[u8;8]',
|
|
@@ -2223,13 +2228,13 @@ exports.default = {
|
|
|
2223
2228
|
reasons: 'PolymeshCommonUtilitiesBalancesReasons',
|
|
2224
2229
|
},
|
|
2225
2230
|
/**
|
|
2226
|
-
*
|
|
2231
|
+
* Lookup354: polymesh_common_utilities::traits::balances::Reasons
|
|
2227
2232
|
**/
|
|
2228
2233
|
PolymeshCommonUtilitiesBalancesReasons: {
|
|
2229
2234
|
_enum: ['Fee', 'Misc', 'All'],
|
|
2230
2235
|
},
|
|
2231
2236
|
/**
|
|
2232
|
-
*
|
|
2237
|
+
* Lookup355: pallet_balances::Call<T>
|
|
2233
2238
|
**/
|
|
2234
2239
|
PalletBalancesCall: {
|
|
2235
2240
|
_enum: {
|
|
@@ -2261,7 +2266,7 @@ exports.default = {
|
|
|
2261
2266
|
},
|
|
2262
2267
|
},
|
|
2263
2268
|
/**
|
|
2264
|
-
*
|
|
2269
|
+
* Lookup356: pallet_balances::Error<T>
|
|
2265
2270
|
**/
|
|
2266
2271
|
PalletBalancesError: {
|
|
2267
2272
|
_enum: [
|
|
@@ -2273,13 +2278,13 @@ exports.default = {
|
|
|
2273
2278
|
],
|
|
2274
2279
|
},
|
|
2275
2280
|
/**
|
|
2276
|
-
*
|
|
2281
|
+
* Lookup358: pallet_transaction_payment::Releases
|
|
2277
2282
|
**/
|
|
2278
2283
|
PalletTransactionPaymentReleases: {
|
|
2279
2284
|
_enum: ['V1Ancient', 'V2'],
|
|
2280
2285
|
},
|
|
2281
2286
|
/**
|
|
2282
|
-
*
|
|
2287
|
+
* Lookup360: sp_weights::WeightToFeeCoefficient<Balance>
|
|
2283
2288
|
**/
|
|
2284
2289
|
SpWeightsWeightToFeeCoefficient: {
|
|
2285
2290
|
coeffInteger: 'u128',
|
|
@@ -2288,27 +2293,27 @@ exports.default = {
|
|
|
2288
2293
|
degree: 'u8',
|
|
2289
2294
|
},
|
|
2290
2295
|
/**
|
|
2291
|
-
*
|
|
2296
|
+
* Lookup361: polymesh_primitives::identity::DidRecord<sp_core::crypto::AccountId32>
|
|
2292
2297
|
**/
|
|
2293
2298
|
PolymeshPrimitivesIdentityDidRecord: {
|
|
2294
2299
|
primaryKey: 'Option<AccountId32>',
|
|
2295
2300
|
},
|
|
2296
2301
|
/**
|
|
2297
|
-
*
|
|
2302
|
+
* Lookup363: pallet_identity::types::Claim1stKey
|
|
2298
2303
|
**/
|
|
2299
2304
|
PalletIdentityClaim1stKey: {
|
|
2300
2305
|
target: 'PolymeshPrimitivesIdentityId',
|
|
2301
2306
|
claimType: 'PolymeshPrimitivesIdentityClaimClaimType',
|
|
2302
2307
|
},
|
|
2303
2308
|
/**
|
|
2304
|
-
*
|
|
2309
|
+
* Lookup364: pallet_identity::types::Claim2ndKey
|
|
2305
2310
|
**/
|
|
2306
2311
|
PalletIdentityClaim2ndKey: {
|
|
2307
2312
|
issuer: 'PolymeshPrimitivesIdentityId',
|
|
2308
2313
|
scope: 'Option<PolymeshPrimitivesIdentityClaimScope>',
|
|
2309
2314
|
},
|
|
2310
2315
|
/**
|
|
2311
|
-
*
|
|
2316
|
+
* Lookup365: polymesh_primitives::secondary_key::KeyRecord<sp_core::crypto::AccountId32>
|
|
2312
2317
|
**/
|
|
2313
2318
|
PolymeshPrimitivesSecondaryKeyKeyRecord: {
|
|
2314
2319
|
_enum: {
|
|
@@ -2318,7 +2323,7 @@ exports.default = {
|
|
|
2318
2323
|
},
|
|
2319
2324
|
},
|
|
2320
2325
|
/**
|
|
2321
|
-
*
|
|
2326
|
+
* Lookup368: polymesh_primitives::authorization::Authorization<sp_core::crypto::AccountId32, Moment>
|
|
2322
2327
|
**/
|
|
2323
2328
|
PolymeshPrimitivesAuthorization: {
|
|
2324
2329
|
authorizationData: 'PolymeshPrimitivesAuthorizationAuthorizationData',
|
|
@@ -2328,7 +2333,7 @@ exports.default = {
|
|
|
2328
2333
|
count: 'u32',
|
|
2329
2334
|
},
|
|
2330
2335
|
/**
|
|
2331
|
-
*
|
|
2336
|
+
* Lookup372: pallet_identity::Call<T>
|
|
2332
2337
|
**/
|
|
2333
2338
|
PalletIdentityCall: {
|
|
2334
2339
|
_enum: {
|
|
@@ -2420,21 +2425,21 @@ exports.default = {
|
|
|
2420
2425
|
},
|
|
2421
2426
|
},
|
|
2422
2427
|
/**
|
|
2423
|
-
*
|
|
2428
|
+
* Lookup374: polymesh_common_utilities::traits::identity::SecondaryKeyWithAuth<sp_core::crypto::AccountId32>
|
|
2424
2429
|
**/
|
|
2425
2430
|
PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth: {
|
|
2426
2431
|
secondaryKey: 'PolymeshPrimitivesSecondaryKey',
|
|
2427
2432
|
authSignature: 'H512',
|
|
2428
2433
|
},
|
|
2429
2434
|
/**
|
|
2430
|
-
*
|
|
2435
|
+
* Lookup377: polymesh_common_utilities::traits::identity::CreateChildIdentityWithAuth<sp_core::crypto::AccountId32>
|
|
2431
2436
|
**/
|
|
2432
2437
|
PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth: {
|
|
2433
2438
|
key: 'AccountId32',
|
|
2434
2439
|
authSignature: 'H512',
|
|
2435
2440
|
},
|
|
2436
2441
|
/**
|
|
2437
|
-
*
|
|
2442
|
+
* Lookup378: pallet_identity::Error<T>
|
|
2438
2443
|
**/
|
|
2439
2444
|
PalletIdentityError: {
|
|
2440
2445
|
_enum: [
|
|
@@ -2474,7 +2479,7 @@ exports.default = {
|
|
|
2474
2479
|
],
|
|
2475
2480
|
},
|
|
2476
2481
|
/**
|
|
2477
|
-
*
|
|
2482
|
+
* Lookup380: polymesh_common_utilities::traits::group::InactiveMember<Moment>
|
|
2478
2483
|
**/
|
|
2479
2484
|
PolymeshCommonUtilitiesGroupInactiveMember: {
|
|
2480
2485
|
id: 'PolymeshPrimitivesIdentityId',
|
|
@@ -2482,7 +2487,7 @@ exports.default = {
|
|
|
2482
2487
|
expiry: 'Option<u64>',
|
|
2483
2488
|
},
|
|
2484
2489
|
/**
|
|
2485
|
-
*
|
|
2490
|
+
* Lookup381: pallet_group::Call<T, I>
|
|
2486
2491
|
**/
|
|
2487
2492
|
PalletGroupCall: {
|
|
2488
2493
|
_enum: {
|
|
@@ -2511,7 +2516,7 @@ exports.default = {
|
|
|
2511
2516
|
},
|
|
2512
2517
|
},
|
|
2513
2518
|
/**
|
|
2514
|
-
*
|
|
2519
|
+
* Lookup382: pallet_group::Error<T, I>
|
|
2515
2520
|
**/
|
|
2516
2521
|
PalletGroupError: {
|
|
2517
2522
|
_enum: [
|
|
@@ -2525,7 +2530,7 @@ exports.default = {
|
|
|
2525
2530
|
],
|
|
2526
2531
|
},
|
|
2527
2532
|
/**
|
|
2528
|
-
*
|
|
2533
|
+
* Lookup384: pallet_committee::Call<T, I>
|
|
2529
2534
|
**/
|
|
2530
2535
|
PalletCommitteeCall: {
|
|
2531
2536
|
_enum: {
|
|
@@ -2551,7 +2556,7 @@ exports.default = {
|
|
|
2551
2556
|
},
|
|
2552
2557
|
},
|
|
2553
2558
|
/**
|
|
2554
|
-
*
|
|
2559
|
+
* Lookup390: pallet_multisig::Call<T>
|
|
2555
2560
|
**/
|
|
2556
2561
|
PalletMultisigCall: {
|
|
2557
2562
|
_enum: {
|
|
@@ -2645,7 +2650,7 @@ exports.default = {
|
|
|
2645
2650
|
},
|
|
2646
2651
|
},
|
|
2647
2652
|
/**
|
|
2648
|
-
*
|
|
2653
|
+
* Lookup391: pallet_bridge::Call<T>
|
|
2649
2654
|
**/
|
|
2650
2655
|
PalletBridgeCall: {
|
|
2651
2656
|
_enum: {
|
|
@@ -2700,7 +2705,7 @@ exports.default = {
|
|
|
2700
2705
|
},
|
|
2701
2706
|
},
|
|
2702
2707
|
/**
|
|
2703
|
-
*
|
|
2708
|
+
* Lookup395: pallet_staking::Call<T>
|
|
2704
2709
|
**/
|
|
2705
2710
|
PalletStakingCall: {
|
|
2706
2711
|
_enum: {
|
|
@@ -2826,7 +2831,7 @@ exports.default = {
|
|
|
2826
2831
|
},
|
|
2827
2832
|
},
|
|
2828
2833
|
/**
|
|
2829
|
-
*
|
|
2834
|
+
* Lookup396: pallet_staking::RewardDestination<sp_core::crypto::AccountId32>
|
|
2830
2835
|
**/
|
|
2831
2836
|
PalletStakingRewardDestination: {
|
|
2832
2837
|
_enum: {
|
|
@@ -2837,14 +2842,14 @@ exports.default = {
|
|
|
2837
2842
|
},
|
|
2838
2843
|
},
|
|
2839
2844
|
/**
|
|
2840
|
-
*
|
|
2845
|
+
* Lookup397: pallet_staking::ValidatorPrefs
|
|
2841
2846
|
**/
|
|
2842
2847
|
PalletStakingValidatorPrefs: {
|
|
2843
2848
|
commission: 'Compact<Perbill>',
|
|
2844
2849
|
blocked: 'bool',
|
|
2845
2850
|
},
|
|
2846
2851
|
/**
|
|
2847
|
-
*
|
|
2852
|
+
* Lookup403: pallet_staking::CompactAssignments
|
|
2848
2853
|
**/
|
|
2849
2854
|
PalletStakingCompactAssignments: {
|
|
2850
2855
|
votes1: 'Vec<(Compact<u32>,Compact<u16>)>',
|
|
@@ -2865,7 +2870,7 @@ exports.default = {
|
|
|
2865
2870
|
votes16: 'Vec<(Compact<u32>,[(Compact<u16>,Compact<PerU16>);15],Compact<u16>)>',
|
|
2866
2871
|
},
|
|
2867
2872
|
/**
|
|
2868
|
-
*
|
|
2873
|
+
* Lookup454: sp_npos_elections::ElectionScore
|
|
2869
2874
|
**/
|
|
2870
2875
|
SpNposElectionsElectionScore: {
|
|
2871
2876
|
minimalStake: 'u128',
|
|
@@ -2873,14 +2878,14 @@ exports.default = {
|
|
|
2873
2878
|
sumStakeSquared: 'u128',
|
|
2874
2879
|
},
|
|
2875
2880
|
/**
|
|
2876
|
-
*
|
|
2881
|
+
* Lookup455: pallet_staking::ElectionSize
|
|
2877
2882
|
**/
|
|
2878
2883
|
PalletStakingElectionSize: {
|
|
2879
2884
|
validators: 'Compact<u16>',
|
|
2880
2885
|
nominators: 'Compact<u32>',
|
|
2881
2886
|
},
|
|
2882
2887
|
/**
|
|
2883
|
-
*
|
|
2888
|
+
* Lookup456: pallet_session::pallet::Call<T>
|
|
2884
2889
|
**/
|
|
2885
2890
|
PalletSessionCall: {
|
|
2886
2891
|
_enum: {
|
|
@@ -2895,7 +2900,7 @@ exports.default = {
|
|
|
2895
2900
|
},
|
|
2896
2901
|
},
|
|
2897
2902
|
/**
|
|
2898
|
-
*
|
|
2903
|
+
* Lookup457: polymesh_runtime_develop::runtime::SessionKeys
|
|
2899
2904
|
**/
|
|
2900
2905
|
PolymeshRuntimeDevelopRuntimeSessionKeys: {
|
|
2901
2906
|
grandpa: 'SpConsensusGrandpaAppPublic',
|
|
@@ -2904,11 +2909,11 @@ exports.default = {
|
|
|
2904
2909
|
authorityDiscovery: 'SpAuthorityDiscoveryAppPublic',
|
|
2905
2910
|
},
|
|
2906
2911
|
/**
|
|
2907
|
-
*
|
|
2912
|
+
* Lookup458: sp_authority_discovery::app::Public
|
|
2908
2913
|
**/
|
|
2909
2914
|
SpAuthorityDiscoveryAppPublic: 'SpCoreSr25519Public',
|
|
2910
2915
|
/**
|
|
2911
|
-
*
|
|
2916
|
+
* Lookup459: pallet_grandpa::pallet::Call<T>
|
|
2912
2917
|
**/
|
|
2913
2918
|
PalletGrandpaCall: {
|
|
2914
2919
|
_enum: {
|
|
@@ -2927,14 +2932,14 @@ exports.default = {
|
|
|
2927
2932
|
},
|
|
2928
2933
|
},
|
|
2929
2934
|
/**
|
|
2930
|
-
*
|
|
2935
|
+
* Lookup460: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
2931
2936
|
**/
|
|
2932
2937
|
SpConsensusGrandpaEquivocationProof: {
|
|
2933
2938
|
setId: 'u64',
|
|
2934
2939
|
equivocation: 'SpConsensusGrandpaEquivocation',
|
|
2935
2940
|
},
|
|
2936
2941
|
/**
|
|
2937
|
-
*
|
|
2942
|
+
* Lookup461: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
2938
2943
|
**/
|
|
2939
2944
|
SpConsensusGrandpaEquivocation: {
|
|
2940
2945
|
_enum: {
|
|
@@ -2943,7 +2948,7 @@ exports.default = {
|
|
|
2943
2948
|
},
|
|
2944
2949
|
},
|
|
2945
2950
|
/**
|
|
2946
|
-
*
|
|
2951
|
+
* Lookup462: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2947
2952
|
**/
|
|
2948
2953
|
FinalityGrandpaEquivocationPrevote: {
|
|
2949
2954
|
roundNumber: 'u64',
|
|
@@ -2952,22 +2957,22 @@ exports.default = {
|
|
|
2952
2957
|
second: '(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)',
|
|
2953
2958
|
},
|
|
2954
2959
|
/**
|
|
2955
|
-
*
|
|
2960
|
+
* Lookup463: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
2956
2961
|
**/
|
|
2957
2962
|
FinalityGrandpaPrevote: {
|
|
2958
2963
|
targetHash: 'H256',
|
|
2959
2964
|
targetNumber: 'u32',
|
|
2960
2965
|
},
|
|
2961
2966
|
/**
|
|
2962
|
-
*
|
|
2967
|
+
* Lookup464: sp_consensus_grandpa::app::Signature
|
|
2963
2968
|
**/
|
|
2964
2969
|
SpConsensusGrandpaAppSignature: 'SpCoreEd25519Signature',
|
|
2965
2970
|
/**
|
|
2966
|
-
*
|
|
2971
|
+
* Lookup465: sp_core::ed25519::Signature
|
|
2967
2972
|
**/
|
|
2968
2973
|
SpCoreEd25519Signature: '[u8;64]',
|
|
2969
2974
|
/**
|
|
2970
|
-
*
|
|
2975
|
+
* Lookup467: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2971
2976
|
**/
|
|
2972
2977
|
FinalityGrandpaEquivocationPrecommit: {
|
|
2973
2978
|
roundNumber: 'u64',
|
|
@@ -2976,14 +2981,14 @@ exports.default = {
|
|
|
2976
2981
|
second: '(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)',
|
|
2977
2982
|
},
|
|
2978
2983
|
/**
|
|
2979
|
-
*
|
|
2984
|
+
* Lookup468: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
2980
2985
|
**/
|
|
2981
2986
|
FinalityGrandpaPrecommit: {
|
|
2982
2987
|
targetHash: 'H256',
|
|
2983
2988
|
targetNumber: 'u32',
|
|
2984
2989
|
},
|
|
2985
2990
|
/**
|
|
2986
|
-
*
|
|
2991
|
+
* Lookup470: pallet_im_online::pallet::Call<T>
|
|
2987
2992
|
**/
|
|
2988
2993
|
PalletImOnlineCall: {
|
|
2989
2994
|
_enum: {
|
|
@@ -2994,7 +2999,7 @@ exports.default = {
|
|
|
2994
2999
|
},
|
|
2995
3000
|
},
|
|
2996
3001
|
/**
|
|
2997
|
-
*
|
|
3002
|
+
* Lookup471: pallet_im_online::Heartbeat<BlockNumber>
|
|
2998
3003
|
**/
|
|
2999
3004
|
PalletImOnlineHeartbeat: {
|
|
3000
3005
|
blockNumber: 'u32',
|
|
@@ -3004,22 +3009,22 @@ exports.default = {
|
|
|
3004
3009
|
validatorsLen: 'u32',
|
|
3005
3010
|
},
|
|
3006
3011
|
/**
|
|
3007
|
-
*
|
|
3012
|
+
* Lookup472: sp_core::offchain::OpaqueNetworkState
|
|
3008
3013
|
**/
|
|
3009
3014
|
SpCoreOffchainOpaqueNetworkState: {
|
|
3010
3015
|
peerId: 'OpaquePeerId',
|
|
3011
3016
|
externalAddresses: 'Vec<OpaqueMultiaddr>',
|
|
3012
3017
|
},
|
|
3013
3018
|
/**
|
|
3014
|
-
*
|
|
3019
|
+
* Lookup476: pallet_im_online::sr25519::app_sr25519::Signature
|
|
3015
3020
|
**/
|
|
3016
3021
|
PalletImOnlineSr25519AppSr25519Signature: 'SpCoreSr25519Signature',
|
|
3017
3022
|
/**
|
|
3018
|
-
*
|
|
3023
|
+
* Lookup477: sp_core::sr25519::Signature
|
|
3019
3024
|
**/
|
|
3020
3025
|
SpCoreSr25519Signature: '[u8;64]',
|
|
3021
3026
|
/**
|
|
3022
|
-
*
|
|
3027
|
+
* Lookup478: pallet_sudo::Call<T>
|
|
3023
3028
|
**/
|
|
3024
3029
|
PalletSudoCall: {
|
|
3025
3030
|
_enum: {
|
|
@@ -3043,7 +3048,7 @@ exports.default = {
|
|
|
3043
3048
|
},
|
|
3044
3049
|
},
|
|
3045
3050
|
/**
|
|
3046
|
-
*
|
|
3051
|
+
* Lookup479: pallet_asset::Call<T>
|
|
3047
3052
|
**/
|
|
3048
3053
|
PalletAssetCall: {
|
|
3049
3054
|
_enum: {
|
|
@@ -3174,10 +3179,18 @@ exports.default = {
|
|
|
3174
3179
|
remove_ticker_pre_approval: {
|
|
3175
3180
|
ticker: 'PolymeshPrimitivesTicker',
|
|
3176
3181
|
},
|
|
3182
|
+
add_mandatory_mediators: {
|
|
3183
|
+
ticker: 'PolymeshPrimitivesTicker',
|
|
3184
|
+
mediators: 'BTreeSet<PolymeshPrimitivesIdentityId>',
|
|
3185
|
+
},
|
|
3186
|
+
remove_mandatory_mediators: {
|
|
3187
|
+
ticker: 'PolymeshPrimitivesTicker',
|
|
3188
|
+
mediators: 'BTreeSet<PolymeshPrimitivesIdentityId>',
|
|
3189
|
+
},
|
|
3177
3190
|
},
|
|
3178
3191
|
},
|
|
3179
3192
|
/**
|
|
3180
|
-
*
|
|
3193
|
+
* Lookup482: pallet_corporate_actions::distribution::Call<T>
|
|
3181
3194
|
**/
|
|
3182
3195
|
PalletCorporateActionsDistributionCall: {
|
|
3183
3196
|
_enum: {
|
|
@@ -3206,7 +3219,7 @@ exports.default = {
|
|
|
3206
3219
|
},
|
|
3207
3220
|
},
|
|
3208
3221
|
/**
|
|
3209
|
-
*
|
|
3222
|
+
* Lookup484: pallet_asset::checkpoint::Call<T>
|
|
3210
3223
|
**/
|
|
3211
3224
|
PalletAssetCheckpointCall: {
|
|
3212
3225
|
_enum: {
|
|
@@ -3227,7 +3240,7 @@ exports.default = {
|
|
|
3227
3240
|
},
|
|
3228
3241
|
},
|
|
3229
3242
|
/**
|
|
3230
|
-
*
|
|
3243
|
+
* Lookup485: pallet_compliance_manager::Call<T>
|
|
3231
3244
|
**/
|
|
3232
3245
|
PalletComplianceManagerCall: {
|
|
3233
3246
|
_enum: {
|
|
@@ -3268,7 +3281,7 @@ exports.default = {
|
|
|
3268
3281
|
},
|
|
3269
3282
|
},
|
|
3270
3283
|
/**
|
|
3271
|
-
*
|
|
3284
|
+
* Lookup486: pallet_corporate_actions::Call<T>
|
|
3272
3285
|
**/
|
|
3273
3286
|
PalletCorporateActionsCall: {
|
|
3274
3287
|
_enum: {
|
|
@@ -3321,7 +3334,7 @@ exports.default = {
|
|
|
3321
3334
|
},
|
|
3322
3335
|
},
|
|
3323
3336
|
/**
|
|
3324
|
-
*
|
|
3337
|
+
* Lookup488: pallet_corporate_actions::RecordDateSpec
|
|
3325
3338
|
**/
|
|
3326
3339
|
PalletCorporateActionsRecordDateSpec: {
|
|
3327
3340
|
_enum: {
|
|
@@ -3331,7 +3344,7 @@ exports.default = {
|
|
|
3331
3344
|
},
|
|
3332
3345
|
},
|
|
3333
3346
|
/**
|
|
3334
|
-
*
|
|
3347
|
+
* Lookup491: pallet_corporate_actions::InitiateCorporateActionArgs
|
|
3335
3348
|
**/
|
|
3336
3349
|
PalletCorporateActionsInitiateCorporateActionArgs: {
|
|
3337
3350
|
ticker: 'PolymeshPrimitivesTicker',
|
|
@@ -3344,7 +3357,7 @@ exports.default = {
|
|
|
3344
3357
|
withholdingTax: 'Option<Vec<(PolymeshPrimitivesIdentityId,Permill)>>',
|
|
3345
3358
|
},
|
|
3346
3359
|
/**
|
|
3347
|
-
*
|
|
3360
|
+
* Lookup492: pallet_corporate_actions::ballot::Call<T>
|
|
3348
3361
|
**/
|
|
3349
3362
|
PalletCorporateActionsBallotCall: {
|
|
3350
3363
|
_enum: {
|
|
@@ -3376,7 +3389,7 @@ exports.default = {
|
|
|
3376
3389
|
},
|
|
3377
3390
|
},
|
|
3378
3391
|
/**
|
|
3379
|
-
*
|
|
3392
|
+
* Lookup493: pallet_pips::Call<T>
|
|
3380
3393
|
**/
|
|
3381
3394
|
PalletPipsCall: {
|
|
3382
3395
|
_enum: {
|
|
@@ -3437,13 +3450,13 @@ exports.default = {
|
|
|
3437
3450
|
},
|
|
3438
3451
|
},
|
|
3439
3452
|
/**
|
|
3440
|
-
*
|
|
3453
|
+
* Lookup496: pallet_pips::SnapshotResult
|
|
3441
3454
|
**/
|
|
3442
3455
|
PalletPipsSnapshotResult: {
|
|
3443
3456
|
_enum: ['Approve', 'Reject', 'Skip'],
|
|
3444
3457
|
},
|
|
3445
3458
|
/**
|
|
3446
|
-
*
|
|
3459
|
+
* Lookup497: pallet_portfolio::Call<T>
|
|
3447
3460
|
**/
|
|
3448
3461
|
PalletPortfolioCall: {
|
|
3449
3462
|
_enum: {
|
|
@@ -3489,14 +3502,14 @@ exports.default = {
|
|
|
3489
3502
|
},
|
|
3490
3503
|
},
|
|
3491
3504
|
/**
|
|
3492
|
-
*
|
|
3505
|
+
* Lookup499: polymesh_primitives::portfolio::Fund
|
|
3493
3506
|
**/
|
|
3494
3507
|
PolymeshPrimitivesPortfolioFund: {
|
|
3495
3508
|
description: 'PolymeshPrimitivesPortfolioFundDescription',
|
|
3496
3509
|
memo: 'Option<PolymeshPrimitivesMemo>',
|
|
3497
3510
|
},
|
|
3498
3511
|
/**
|
|
3499
|
-
*
|
|
3512
|
+
* Lookup500: pallet_protocol_fee::Call<T>
|
|
3500
3513
|
**/
|
|
3501
3514
|
PalletProtocolFeeCall: {
|
|
3502
3515
|
_enum: {
|
|
@@ -3510,7 +3523,7 @@ exports.default = {
|
|
|
3510
3523
|
},
|
|
3511
3524
|
},
|
|
3512
3525
|
/**
|
|
3513
|
-
*
|
|
3526
|
+
* Lookup501: polymesh_common_utilities::protocol_fee::ProtocolOp
|
|
3514
3527
|
**/
|
|
3515
3528
|
PolymeshCommonUtilitiesProtocolFeeProtocolOp: {
|
|
3516
3529
|
_enum: [
|
|
@@ -3533,7 +3546,7 @@ exports.default = {
|
|
|
3533
3546
|
],
|
|
3534
3547
|
},
|
|
3535
3548
|
/**
|
|
3536
|
-
*
|
|
3549
|
+
* Lookup502: pallet_scheduler::pallet::Call<T>
|
|
3537
3550
|
**/
|
|
3538
3551
|
PalletSchedulerCall: {
|
|
3539
3552
|
_enum: {
|
|
@@ -3573,7 +3586,7 @@ exports.default = {
|
|
|
3573
3586
|
},
|
|
3574
3587
|
},
|
|
3575
3588
|
/**
|
|
3576
|
-
*
|
|
3589
|
+
* Lookup504: pallet_settlement::Call<T>
|
|
3577
3590
|
**/
|
|
3578
3591
|
PalletSettlementCall: {
|
|
3579
3592
|
_enum: {
|
|
@@ -3674,10 +3687,40 @@ exports.default = {
|
|
|
3674
3687
|
portfolios: 'Vec<PolymeshPrimitivesIdentityIdPortfolioId>',
|
|
3675
3688
|
numberOfAssets: 'Option<PolymeshPrimitivesSettlementAffirmationCount>',
|
|
3676
3689
|
},
|
|
3690
|
+
add_instruction_with_mediators: {
|
|
3691
|
+
venueId: 'u64',
|
|
3692
|
+
settlementType: 'PolymeshPrimitivesSettlementSettlementType',
|
|
3693
|
+
tradeDate: 'Option<u64>',
|
|
3694
|
+
valueDate: 'Option<u64>',
|
|
3695
|
+
legs: 'Vec<PolymeshPrimitivesSettlementLeg>',
|
|
3696
|
+
instructionMemo: 'Option<PolymeshPrimitivesMemo>',
|
|
3697
|
+
mediators: 'BTreeSet<PolymeshPrimitivesIdentityId>',
|
|
3698
|
+
},
|
|
3699
|
+
add_and_affirm_with_mediators: {
|
|
3700
|
+
venueId: 'u64',
|
|
3701
|
+
settlementType: 'PolymeshPrimitivesSettlementSettlementType',
|
|
3702
|
+
tradeDate: 'Option<u64>',
|
|
3703
|
+
valueDate: 'Option<u64>',
|
|
3704
|
+
legs: 'Vec<PolymeshPrimitivesSettlementLeg>',
|
|
3705
|
+
portfolios: 'Vec<PolymeshPrimitivesIdentityIdPortfolioId>',
|
|
3706
|
+
instructionMemo: 'Option<PolymeshPrimitivesMemo>',
|
|
3707
|
+
mediators: 'BTreeSet<PolymeshPrimitivesIdentityId>',
|
|
3708
|
+
},
|
|
3709
|
+
affirm_instruction_as_mediator: {
|
|
3710
|
+
instructionId: 'u64',
|
|
3711
|
+
expiry: 'Option<u64>',
|
|
3712
|
+
},
|
|
3713
|
+
withdraw_affirmation_as_mediator: {
|
|
3714
|
+
instructionId: 'u64',
|
|
3715
|
+
},
|
|
3716
|
+
reject_instruction_as_mediator: {
|
|
3717
|
+
instructionId: 'u64',
|
|
3718
|
+
numberOfAssets: 'Option<PolymeshPrimitivesSettlementAssetCount>',
|
|
3719
|
+
},
|
|
3677
3720
|
},
|
|
3678
3721
|
},
|
|
3679
3722
|
/**
|
|
3680
|
-
*
|
|
3723
|
+
* Lookup506: polymesh_primitives::settlement::ReceiptDetails<sp_core::crypto::AccountId32, sp_runtime::MultiSignature>
|
|
3681
3724
|
**/
|
|
3682
3725
|
PolymeshPrimitivesSettlementReceiptDetails: {
|
|
3683
3726
|
uid: 'u64',
|
|
@@ -3688,7 +3731,7 @@ exports.default = {
|
|
|
3688
3731
|
metadata: 'Option<PolymeshPrimitivesSettlementReceiptMetadata>',
|
|
3689
3732
|
},
|
|
3690
3733
|
/**
|
|
3691
|
-
*
|
|
3734
|
+
* Lookup507: sp_runtime::MultiSignature
|
|
3692
3735
|
**/
|
|
3693
3736
|
SpRuntimeMultiSignature: {
|
|
3694
3737
|
_enum: {
|
|
@@ -3698,11 +3741,11 @@ exports.default = {
|
|
|
3698
3741
|
},
|
|
3699
3742
|
},
|
|
3700
3743
|
/**
|
|
3701
|
-
*
|
|
3744
|
+
* Lookup508: sp_core::ecdsa::Signature
|
|
3702
3745
|
**/
|
|
3703
3746
|
SpCoreEcdsaSignature: '[u8;65]',
|
|
3704
3747
|
/**
|
|
3705
|
-
*
|
|
3748
|
+
* Lookup511: polymesh_primitives::settlement::AffirmationCount
|
|
3706
3749
|
**/
|
|
3707
3750
|
PolymeshPrimitivesSettlementAffirmationCount: {
|
|
3708
3751
|
senderAssetCount: 'PolymeshPrimitivesSettlementAssetCount',
|
|
@@ -3710,7 +3753,7 @@ exports.default = {
|
|
|
3710
3753
|
offchainCount: 'u32',
|
|
3711
3754
|
},
|
|
3712
3755
|
/**
|
|
3713
|
-
*
|
|
3756
|
+
* Lookup512: polymesh_primitives::settlement::AssetCount
|
|
3714
3757
|
**/
|
|
3715
3758
|
PolymeshPrimitivesSettlementAssetCount: {
|
|
3716
3759
|
fungible: 'u32',
|
|
@@ -3718,7 +3761,7 @@ exports.default = {
|
|
|
3718
3761
|
offChain: 'u32',
|
|
3719
3762
|
},
|
|
3720
3763
|
/**
|
|
3721
|
-
*
|
|
3764
|
+
* Lookup515: pallet_statistics::Call<T>
|
|
3722
3765
|
**/
|
|
3723
3766
|
PalletStatisticsCall: {
|
|
3724
3767
|
_enum: {
|
|
@@ -3743,7 +3786,7 @@ exports.default = {
|
|
|
3743
3786
|
},
|
|
3744
3787
|
},
|
|
3745
3788
|
/**
|
|
3746
|
-
*
|
|
3789
|
+
* Lookup519: pallet_sto::Call<T>
|
|
3747
3790
|
**/
|
|
3748
3791
|
PalletStoCall: {
|
|
3749
3792
|
_enum: {
|
|
@@ -3789,14 +3832,14 @@ exports.default = {
|
|
|
3789
3832
|
},
|
|
3790
3833
|
},
|
|
3791
3834
|
/**
|
|
3792
|
-
*
|
|
3835
|
+
* Lookup521: pallet_sto::PriceTier
|
|
3793
3836
|
**/
|
|
3794
3837
|
PalletStoPriceTier: {
|
|
3795
3838
|
total: 'u128',
|
|
3796
3839
|
price: 'u128',
|
|
3797
3840
|
},
|
|
3798
3841
|
/**
|
|
3799
|
-
*
|
|
3842
|
+
* Lookup523: pallet_treasury::Call<T>
|
|
3800
3843
|
**/
|
|
3801
3844
|
PalletTreasuryCall: {
|
|
3802
3845
|
_enum: {
|
|
@@ -3809,14 +3852,14 @@ exports.default = {
|
|
|
3809
3852
|
},
|
|
3810
3853
|
},
|
|
3811
3854
|
/**
|
|
3812
|
-
*
|
|
3855
|
+
* Lookup525: polymesh_primitives::Beneficiary<Balance>
|
|
3813
3856
|
**/
|
|
3814
3857
|
PolymeshPrimitivesBeneficiary: {
|
|
3815
3858
|
id: 'PolymeshPrimitivesIdentityId',
|
|
3816
3859
|
amount: 'u128',
|
|
3817
3860
|
},
|
|
3818
3861
|
/**
|
|
3819
|
-
*
|
|
3862
|
+
* Lookup526: pallet_utility::pallet::Call<T>
|
|
3820
3863
|
**/
|
|
3821
3864
|
PalletUtilityCall: {
|
|
3822
3865
|
_enum: {
|
|
@@ -3851,17 +3894,21 @@ exports.default = {
|
|
|
3851
3894
|
batch_optimistic: {
|
|
3852
3895
|
calls: 'Vec<Call>',
|
|
3853
3896
|
},
|
|
3897
|
+
as_derivative: {
|
|
3898
|
+
index: 'u16',
|
|
3899
|
+
call: 'Call',
|
|
3900
|
+
},
|
|
3854
3901
|
},
|
|
3855
3902
|
},
|
|
3856
3903
|
/**
|
|
3857
|
-
*
|
|
3904
|
+
* Lookup528: pallet_utility::UniqueCall<polymesh_runtime_develop::runtime::RuntimeCall>
|
|
3858
3905
|
**/
|
|
3859
3906
|
PalletUtilityUniqueCall: {
|
|
3860
3907
|
nonce: 'u64',
|
|
3861
3908
|
call: 'Call',
|
|
3862
3909
|
},
|
|
3863
3910
|
/**
|
|
3864
|
-
*
|
|
3911
|
+
* Lookup529: polymesh_runtime_develop::runtime::OriginCaller
|
|
3865
3912
|
**/
|
|
3866
3913
|
PolymeshRuntimeDevelopRuntimeOriginCaller: {
|
|
3867
3914
|
_enum: {
|
|
@@ -3882,7 +3929,7 @@ exports.default = {
|
|
|
3882
3929
|
},
|
|
3883
3930
|
},
|
|
3884
3931
|
/**
|
|
3885
|
-
*
|
|
3932
|
+
* Lookup530: frame_support::dispatch::RawOrigin<sp_core::crypto::AccountId32>
|
|
3886
3933
|
**/
|
|
3887
3934
|
FrameSupportDispatchRawOrigin: {
|
|
3888
3935
|
_enum: {
|
|
@@ -3892,33 +3939,33 @@ exports.default = {
|
|
|
3892
3939
|
},
|
|
3893
3940
|
},
|
|
3894
3941
|
/**
|
|
3895
|
-
*
|
|
3942
|
+
* Lookup531: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance1>
|
|
3896
3943
|
**/
|
|
3897
3944
|
PalletCommitteeRawOriginInstance1: {
|
|
3898
3945
|
_enum: ['Endorsed'],
|
|
3899
3946
|
},
|
|
3900
3947
|
/**
|
|
3901
|
-
*
|
|
3948
|
+
* Lookup532: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance3>
|
|
3902
3949
|
**/
|
|
3903
3950
|
PalletCommitteeRawOriginInstance3: {
|
|
3904
3951
|
_enum: ['Endorsed'],
|
|
3905
3952
|
},
|
|
3906
3953
|
/**
|
|
3907
|
-
*
|
|
3954
|
+
* Lookup533: pallet_committee::RawOrigin<sp_core::crypto::AccountId32, pallet_committee::Instance4>
|
|
3908
3955
|
**/
|
|
3909
3956
|
PalletCommitteeRawOriginInstance4: {
|
|
3910
3957
|
_enum: ['Endorsed'],
|
|
3911
3958
|
},
|
|
3912
3959
|
/**
|
|
3913
|
-
*
|
|
3960
|
+
* Lookup534: sp_core::Void
|
|
3914
3961
|
**/
|
|
3915
3962
|
SpCoreVoid: 'Null',
|
|
3916
3963
|
/**
|
|
3917
|
-
*
|
|
3964
|
+
* Lookup535: pallet_base::Call<T>
|
|
3918
3965
|
**/
|
|
3919
3966
|
PalletBaseCall: 'Null',
|
|
3920
3967
|
/**
|
|
3921
|
-
*
|
|
3968
|
+
* Lookup536: pallet_external_agents::Call<T>
|
|
3922
3969
|
**/
|
|
3923
3970
|
PalletExternalAgentsCall: {
|
|
3924
3971
|
_enum: {
|
|
@@ -3960,7 +4007,7 @@ exports.default = {
|
|
|
3960
4007
|
},
|
|
3961
4008
|
},
|
|
3962
4009
|
/**
|
|
3963
|
-
*
|
|
4010
|
+
* Lookup537: pallet_relayer::Call<T>
|
|
3964
4011
|
**/
|
|
3965
4012
|
PalletRelayerCall: {
|
|
3966
4013
|
_enum: {
|
|
@@ -3990,7 +4037,7 @@ exports.default = {
|
|
|
3990
4037
|
},
|
|
3991
4038
|
},
|
|
3992
4039
|
/**
|
|
3993
|
-
*
|
|
4040
|
+
* Lookup538: pallet_contracts::pallet::Call<T>
|
|
3994
4041
|
**/
|
|
3995
4042
|
PalletContractsCall: {
|
|
3996
4043
|
_enum: {
|
|
@@ -4055,13 +4102,13 @@ exports.default = {
|
|
|
4055
4102
|
},
|
|
4056
4103
|
},
|
|
4057
4104
|
/**
|
|
4058
|
-
*
|
|
4105
|
+
* Lookup542: pallet_contracts::wasm::Determinism
|
|
4059
4106
|
**/
|
|
4060
4107
|
PalletContractsWasmDeterminism: {
|
|
4061
4108
|
_enum: ['Deterministic', 'AllowIndeterminism'],
|
|
4062
4109
|
},
|
|
4063
4110
|
/**
|
|
4064
|
-
*
|
|
4111
|
+
* Lookup543: polymesh_contracts::Call<T>
|
|
4065
4112
|
**/
|
|
4066
4113
|
PolymeshContractsCall: {
|
|
4067
4114
|
_enum: {
|
|
@@ -4109,14 +4156,14 @@ exports.default = {
|
|
|
4109
4156
|
},
|
|
4110
4157
|
},
|
|
4111
4158
|
/**
|
|
4112
|
-
*
|
|
4159
|
+
* Lookup546: polymesh_contracts::NextUpgrade<T>
|
|
4113
4160
|
**/
|
|
4114
4161
|
PolymeshContractsNextUpgrade: {
|
|
4115
4162
|
chainVersion: 'PolymeshContractsChainVersion',
|
|
4116
4163
|
apiHash: 'PolymeshContractsApiCodeHash',
|
|
4117
4164
|
},
|
|
4118
4165
|
/**
|
|
4119
|
-
*
|
|
4166
|
+
* Lookup547: polymesh_contracts::ApiCodeHash<T>
|
|
4120
4167
|
**/
|
|
4121
4168
|
PolymeshContractsApiCodeHash: {
|
|
4122
4169
|
_alias: {
|
|
@@ -4125,7 +4172,7 @@ exports.default = {
|
|
|
4125
4172
|
hash_: 'H256',
|
|
4126
4173
|
},
|
|
4127
4174
|
/**
|
|
4128
|
-
*
|
|
4175
|
+
* Lookup548: pallet_preimage::pallet::Call<T>
|
|
4129
4176
|
**/
|
|
4130
4177
|
PalletPreimageCall: {
|
|
4131
4178
|
_enum: {
|
|
@@ -4153,7 +4200,7 @@ exports.default = {
|
|
|
4153
4200
|
},
|
|
4154
4201
|
},
|
|
4155
4202
|
/**
|
|
4156
|
-
*
|
|
4203
|
+
* Lookup549: pallet_nft::Call<T>
|
|
4157
4204
|
**/
|
|
4158
4205
|
PalletNftCall: {
|
|
4159
4206
|
_enum: {
|
|
@@ -4181,18 +4228,18 @@ exports.default = {
|
|
|
4181
4228
|
},
|
|
4182
4229
|
},
|
|
4183
4230
|
/**
|
|
4184
|
-
*
|
|
4231
|
+
* Lookup551: polymesh_primitives::nft::NFTCollectionKeys
|
|
4185
4232
|
**/
|
|
4186
4233
|
PolymeshPrimitivesNftNftCollectionKeys: 'Vec<PolymeshPrimitivesAssetMetadataAssetMetadataKey>',
|
|
4187
4234
|
/**
|
|
4188
|
-
*
|
|
4235
|
+
* Lookup554: polymesh_primitives::nft::NFTMetadataAttribute
|
|
4189
4236
|
**/
|
|
4190
4237
|
PolymeshPrimitivesNftNftMetadataAttribute: {
|
|
4191
4238
|
key: 'PolymeshPrimitivesAssetMetadataAssetMetadataKey',
|
|
4192
4239
|
value: 'Bytes',
|
|
4193
4240
|
},
|
|
4194
4241
|
/**
|
|
4195
|
-
*
|
|
4242
|
+
* Lookup555: pallet_test_utils::Call<T>
|
|
4196
4243
|
**/
|
|
4197
4244
|
PalletTestUtilsCall: {
|
|
4198
4245
|
_enum: {
|
|
@@ -4209,7 +4256,7 @@ exports.default = {
|
|
|
4209
4256
|
},
|
|
4210
4257
|
},
|
|
4211
4258
|
/**
|
|
4212
|
-
*
|
|
4259
|
+
* Lookup556: pallet_committee::PolymeshVotes<BlockNumber>
|
|
4213
4260
|
**/
|
|
4214
4261
|
PalletCommitteePolymeshVotes: {
|
|
4215
4262
|
index: 'u32',
|
|
@@ -4218,7 +4265,7 @@ exports.default = {
|
|
|
4218
4265
|
expiry: 'PolymeshCommonUtilitiesMaybeBlock',
|
|
4219
4266
|
},
|
|
4220
4267
|
/**
|
|
4221
|
-
*
|
|
4268
|
+
* Lookup558: pallet_committee::Error<T, I>
|
|
4222
4269
|
**/
|
|
4223
4270
|
PalletCommitteeError: {
|
|
4224
4271
|
_enum: [
|
|
@@ -4234,7 +4281,7 @@ exports.default = {
|
|
|
4234
4281
|
],
|
|
4235
4282
|
},
|
|
4236
4283
|
/**
|
|
4237
|
-
*
|
|
4284
|
+
* Lookup568: polymesh_primitives::multisig::ProposalDetails<T>
|
|
4238
4285
|
**/
|
|
4239
4286
|
PolymeshPrimitivesMultisigProposalDetails: {
|
|
4240
4287
|
approvals: 'u64',
|
|
@@ -4244,13 +4291,13 @@ exports.default = {
|
|
|
4244
4291
|
autoClose: 'bool',
|
|
4245
4292
|
},
|
|
4246
4293
|
/**
|
|
4247
|
-
*
|
|
4294
|
+
* Lookup569: polymesh_primitives::multisig::ProposalStatus
|
|
4248
4295
|
**/
|
|
4249
4296
|
PolymeshPrimitivesMultisigProposalStatus: {
|
|
4250
4297
|
_enum: ['Invalid', 'ActiveOrExpired', 'ExecutionSuccessful', 'ExecutionFailed', 'Rejected'],
|
|
4251
4298
|
},
|
|
4252
4299
|
/**
|
|
4253
|
-
*
|
|
4300
|
+
* Lookup571: pallet_multisig::Error<T>
|
|
4254
4301
|
**/
|
|
4255
4302
|
PalletMultisigError: {
|
|
4256
4303
|
_enum: [
|
|
@@ -4283,7 +4330,7 @@ exports.default = {
|
|
|
4283
4330
|
],
|
|
4284
4331
|
},
|
|
4285
4332
|
/**
|
|
4286
|
-
*
|
|
4333
|
+
* Lookup573: pallet_bridge::BridgeTxDetail<BlockNumber>
|
|
4287
4334
|
**/
|
|
4288
4335
|
PalletBridgeBridgeTxDetail: {
|
|
4289
4336
|
amount: 'u128',
|
|
@@ -4292,7 +4339,7 @@ exports.default = {
|
|
|
4292
4339
|
txHash: 'H256',
|
|
4293
4340
|
},
|
|
4294
4341
|
/**
|
|
4295
|
-
*
|
|
4342
|
+
* Lookup574: pallet_bridge::BridgeTxStatus
|
|
4296
4343
|
**/
|
|
4297
4344
|
PalletBridgeBridgeTxStatus: {
|
|
4298
4345
|
_enum: {
|
|
@@ -4304,7 +4351,7 @@ exports.default = {
|
|
|
4304
4351
|
},
|
|
4305
4352
|
},
|
|
4306
4353
|
/**
|
|
4307
|
-
*
|
|
4354
|
+
* Lookup577: pallet_bridge::Error<T>
|
|
4308
4355
|
**/
|
|
4309
4356
|
PalletBridgeError: {
|
|
4310
4357
|
_enum: [
|
|
@@ -4324,7 +4371,7 @@ exports.default = {
|
|
|
4324
4371
|
],
|
|
4325
4372
|
},
|
|
4326
4373
|
/**
|
|
4327
|
-
*
|
|
4374
|
+
* Lookup578: pallet_staking::StakingLedger<sp_core::crypto::AccountId32, Balance>
|
|
4328
4375
|
**/
|
|
4329
4376
|
PalletStakingStakingLedger: {
|
|
4330
4377
|
stash: 'AccountId32',
|
|
@@ -4334,14 +4381,14 @@ exports.default = {
|
|
|
4334
4381
|
claimedRewards: 'Vec<u32>',
|
|
4335
4382
|
},
|
|
4336
4383
|
/**
|
|
4337
|
-
*
|
|
4384
|
+
* Lookup580: pallet_staking::UnlockChunk<Balance>
|
|
4338
4385
|
**/
|
|
4339
4386
|
PalletStakingUnlockChunk: {
|
|
4340
4387
|
value: 'Compact<u128>',
|
|
4341
4388
|
era: 'Compact<u32>',
|
|
4342
4389
|
},
|
|
4343
4390
|
/**
|
|
4344
|
-
*
|
|
4391
|
+
* Lookup581: pallet_staking::Nominations<sp_core::crypto::AccountId32>
|
|
4345
4392
|
**/
|
|
4346
4393
|
PalletStakingNominations: {
|
|
4347
4394
|
targets: 'Vec<AccountId32>',
|
|
@@ -4349,27 +4396,27 @@ exports.default = {
|
|
|
4349
4396
|
suppressed: 'bool',
|
|
4350
4397
|
},
|
|
4351
4398
|
/**
|
|
4352
|
-
*
|
|
4399
|
+
* Lookup582: pallet_staking::ActiveEraInfo
|
|
4353
4400
|
**/
|
|
4354
4401
|
PalletStakingActiveEraInfo: {
|
|
4355
4402
|
index: 'u32',
|
|
4356
4403
|
start: 'Option<u64>',
|
|
4357
4404
|
},
|
|
4358
4405
|
/**
|
|
4359
|
-
*
|
|
4406
|
+
* Lookup584: pallet_staking::EraRewardPoints<sp_core::crypto::AccountId32>
|
|
4360
4407
|
**/
|
|
4361
4408
|
PalletStakingEraRewardPoints: {
|
|
4362
4409
|
total: 'u32',
|
|
4363
4410
|
individual: 'BTreeMap<AccountId32, u32>',
|
|
4364
4411
|
},
|
|
4365
4412
|
/**
|
|
4366
|
-
*
|
|
4413
|
+
* Lookup587: pallet_staking::Forcing
|
|
4367
4414
|
**/
|
|
4368
4415
|
PalletStakingForcing: {
|
|
4369
4416
|
_enum: ['NotForcing', 'ForceNew', 'ForceNone', 'ForceAlways'],
|
|
4370
4417
|
},
|
|
4371
4418
|
/**
|
|
4372
|
-
*
|
|
4419
|
+
* Lookup589: pallet_staking::UnappliedSlash<sp_core::crypto::AccountId32, Balance>
|
|
4373
4420
|
**/
|
|
4374
4421
|
PalletStakingUnappliedSlash: {
|
|
4375
4422
|
validator: 'AccountId32',
|
|
@@ -4379,7 +4426,7 @@ exports.default = {
|
|
|
4379
4426
|
payout: 'u128',
|
|
4380
4427
|
},
|
|
4381
4428
|
/**
|
|
4382
|
-
*
|
|
4429
|
+
* Lookup593: pallet_staking::slashing::SlashingSpans
|
|
4383
4430
|
**/
|
|
4384
4431
|
PalletStakingSlashingSlashingSpans: {
|
|
4385
4432
|
spanIndex: 'u32',
|
|
@@ -4388,14 +4435,14 @@ exports.default = {
|
|
|
4388
4435
|
prior: 'Vec<u32>',
|
|
4389
4436
|
},
|
|
4390
4437
|
/**
|
|
4391
|
-
*
|
|
4438
|
+
* Lookup594: pallet_staking::slashing::SpanRecord<Balance>
|
|
4392
4439
|
**/
|
|
4393
4440
|
PalletStakingSlashingSpanRecord: {
|
|
4394
4441
|
slashed: 'u128',
|
|
4395
4442
|
paidOut: 'u128',
|
|
4396
4443
|
},
|
|
4397
4444
|
/**
|
|
4398
|
-
*
|
|
4445
|
+
* Lookup597: pallet_staking::ElectionResult<sp_core::crypto::AccountId32, Balance>
|
|
4399
4446
|
**/
|
|
4400
4447
|
PalletStakingElectionResult: {
|
|
4401
4448
|
electedStashes: 'Vec<AccountId32>',
|
|
@@ -4403,7 +4450,7 @@ exports.default = {
|
|
|
4403
4450
|
compute: 'PalletStakingElectionCompute',
|
|
4404
4451
|
},
|
|
4405
4452
|
/**
|
|
4406
|
-
*
|
|
4453
|
+
* Lookup598: pallet_staking::ElectionStatus<BlockNumber>
|
|
4407
4454
|
**/
|
|
4408
4455
|
PalletStakingElectionStatus: {
|
|
4409
4456
|
_enum: {
|
|
@@ -4412,20 +4459,20 @@ exports.default = {
|
|
|
4412
4459
|
},
|
|
4413
4460
|
},
|
|
4414
4461
|
/**
|
|
4415
|
-
*
|
|
4462
|
+
* Lookup599: pallet_staking::PermissionedIdentityPrefs
|
|
4416
4463
|
**/
|
|
4417
4464
|
PalletStakingPermissionedIdentityPrefs: {
|
|
4418
4465
|
intendedCount: 'u32',
|
|
4419
4466
|
runningCount: 'u32',
|
|
4420
4467
|
},
|
|
4421
4468
|
/**
|
|
4422
|
-
*
|
|
4469
|
+
* Lookup600: pallet_staking::Releases
|
|
4423
4470
|
**/
|
|
4424
4471
|
PalletStakingReleases: {
|
|
4425
4472
|
_enum: ['V1_0_0Ancient', 'V2_0_0', 'V3_0_0', 'V4_0_0', 'V5_0_0', 'V6_0_0', 'V6_0_1', 'V7_0_0'],
|
|
4426
4473
|
},
|
|
4427
4474
|
/**
|
|
4428
|
-
*
|
|
4475
|
+
* Lookup602: pallet_staking::Error<T>
|
|
4429
4476
|
**/
|
|
4430
4477
|
PalletStakingError: {
|
|
4431
4478
|
_enum: [
|
|
@@ -4475,24 +4522,24 @@ exports.default = {
|
|
|
4475
4522
|
],
|
|
4476
4523
|
},
|
|
4477
4524
|
/**
|
|
4478
|
-
*
|
|
4525
|
+
* Lookup603: sp_staking::offence::OffenceDetails<sp_core::crypto::AccountId32, Offender>
|
|
4479
4526
|
**/
|
|
4480
4527
|
SpStakingOffenceOffenceDetails: {
|
|
4481
4528
|
offender: '(AccountId32,PalletStakingExposure)',
|
|
4482
4529
|
reporters: 'Vec<AccountId32>',
|
|
4483
4530
|
},
|
|
4484
4531
|
/**
|
|
4485
|
-
*
|
|
4532
|
+
* Lookup608: sp_core::crypto::KeyTypeId
|
|
4486
4533
|
**/
|
|
4487
4534
|
SpCoreCryptoKeyTypeId: '[u8;4]',
|
|
4488
4535
|
/**
|
|
4489
|
-
*
|
|
4536
|
+
* Lookup609: pallet_session::pallet::Error<T>
|
|
4490
4537
|
**/
|
|
4491
4538
|
PalletSessionError: {
|
|
4492
4539
|
_enum: ['InvalidProof', 'NoAssociatedValidatorId', 'DuplicatedKey', 'NoKeys', 'NoAccount'],
|
|
4493
4540
|
},
|
|
4494
4541
|
/**
|
|
4495
|
-
*
|
|
4542
|
+
* Lookup610: pallet_grandpa::StoredState<N>
|
|
4496
4543
|
**/
|
|
4497
4544
|
PalletGrandpaStoredState: {
|
|
4498
4545
|
_enum: {
|
|
@@ -4509,7 +4556,7 @@ exports.default = {
|
|
|
4509
4556
|
},
|
|
4510
4557
|
},
|
|
4511
4558
|
/**
|
|
4512
|
-
*
|
|
4559
|
+
* Lookup611: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
4513
4560
|
**/
|
|
4514
4561
|
PalletGrandpaStoredPendingChange: {
|
|
4515
4562
|
scheduledAt: 'u32',
|
|
@@ -4518,7 +4565,7 @@ exports.default = {
|
|
|
4518
4565
|
forced: 'Option<u32>',
|
|
4519
4566
|
},
|
|
4520
4567
|
/**
|
|
4521
|
-
*
|
|
4568
|
+
* Lookup613: pallet_grandpa::pallet::Error<T>
|
|
4522
4569
|
**/
|
|
4523
4570
|
PalletGrandpaError: {
|
|
4524
4571
|
_enum: [
|
|
@@ -4532,40 +4579,40 @@ exports.default = {
|
|
|
4532
4579
|
],
|
|
4533
4580
|
},
|
|
4534
4581
|
/**
|
|
4535
|
-
*
|
|
4582
|
+
* Lookup617: pallet_im_online::BoundedOpaqueNetworkState<PeerIdEncodingLimit, MultiAddrEncodingLimit, AddressesLimit>
|
|
4536
4583
|
**/
|
|
4537
4584
|
PalletImOnlineBoundedOpaqueNetworkState: {
|
|
4538
4585
|
peerId: 'Bytes',
|
|
4539
4586
|
externalAddresses: 'Vec<Bytes>',
|
|
4540
4587
|
},
|
|
4541
4588
|
/**
|
|
4542
|
-
*
|
|
4589
|
+
* Lookup621: pallet_im_online::pallet::Error<T>
|
|
4543
4590
|
**/
|
|
4544
4591
|
PalletImOnlineError: {
|
|
4545
4592
|
_enum: ['InvalidKey', 'DuplicatedHeartbeat'],
|
|
4546
4593
|
},
|
|
4547
4594
|
/**
|
|
4548
|
-
*
|
|
4595
|
+
* Lookup623: pallet_sudo::Error<T>
|
|
4549
4596
|
**/
|
|
4550
4597
|
PalletSudoError: {
|
|
4551
4598
|
_enum: ['RequireSudo'],
|
|
4552
4599
|
},
|
|
4553
4600
|
/**
|
|
4554
|
-
*
|
|
4601
|
+
* Lookup624: pallet_asset::types::TickerRegistration<T>
|
|
4555
4602
|
**/
|
|
4556
4603
|
PalletAssetTickerRegistration: {
|
|
4557
4604
|
owner: 'PolymeshPrimitivesIdentityId',
|
|
4558
4605
|
expiry: 'Option<u64>',
|
|
4559
4606
|
},
|
|
4560
4607
|
/**
|
|
4561
|
-
*
|
|
4608
|
+
* Lookup625: pallet_asset::types::TickerRegistrationConfig<T>
|
|
4562
4609
|
**/
|
|
4563
4610
|
PalletAssetTickerRegistrationConfig: {
|
|
4564
4611
|
maxTickerLength: 'u8',
|
|
4565
4612
|
registrationLength: 'Option<u64>',
|
|
4566
4613
|
},
|
|
4567
4614
|
/**
|
|
4568
|
-
*
|
|
4615
|
+
* Lookup626: pallet_asset::types::SecurityToken
|
|
4569
4616
|
**/
|
|
4570
4617
|
PalletAssetSecurityToken: {
|
|
4571
4618
|
totalSupply: 'u128',
|
|
@@ -4574,13 +4621,13 @@ exports.default = {
|
|
|
4574
4621
|
assetType: 'PolymeshPrimitivesAssetAssetType',
|
|
4575
4622
|
},
|
|
4576
4623
|
/**
|
|
4577
|
-
*
|
|
4624
|
+
* Lookup630: pallet_asset::types::AssetOwnershipRelation
|
|
4578
4625
|
**/
|
|
4579
4626
|
PalletAssetAssetOwnershipRelation: {
|
|
4580
4627
|
_enum: ['NotOwned', 'TickerOwned', 'AssetOwned'],
|
|
4581
4628
|
},
|
|
4582
4629
|
/**
|
|
4583
|
-
*
|
|
4630
|
+
* Lookup636: pallet_asset::error::Error<T>
|
|
4584
4631
|
**/
|
|
4585
4632
|
PalletAssetError: {
|
|
4586
4633
|
_enum: [
|
|
@@ -4621,10 +4668,12 @@ exports.default = {
|
|
|
4621
4668
|
'IncompatibleAssetTypeUpdate',
|
|
4622
4669
|
'AssetMetadataKeyBelongsToNFTCollection',
|
|
4623
4670
|
'AssetMetadataValueIsEmpty',
|
|
4671
|
+
'NumberOfAssetMediatorsExceeded',
|
|
4672
|
+
'InvalidTickerCharacter',
|
|
4624
4673
|
],
|
|
4625
4674
|
},
|
|
4626
4675
|
/**
|
|
4627
|
-
*
|
|
4676
|
+
* Lookup639: pallet_corporate_actions::distribution::Error<T>
|
|
4628
4677
|
**/
|
|
4629
4678
|
PalletCorporateActionsDistributionError: {
|
|
4630
4679
|
_enum: [
|
|
@@ -4646,7 +4695,7 @@ exports.default = {
|
|
|
4646
4695
|
],
|
|
4647
4696
|
},
|
|
4648
4697
|
/**
|
|
4649
|
-
*
|
|
4698
|
+
* Lookup643: polymesh_common_utilities::traits::checkpoint::NextCheckpoints
|
|
4650
4699
|
**/
|
|
4651
4700
|
PolymeshCommonUtilitiesCheckpointNextCheckpoints: {
|
|
4652
4701
|
nextAt: 'u64',
|
|
@@ -4654,7 +4703,7 @@ exports.default = {
|
|
|
4654
4703
|
schedules: 'BTreeMap<u64, u64>',
|
|
4655
4704
|
},
|
|
4656
4705
|
/**
|
|
4657
|
-
*
|
|
4706
|
+
* Lookup649: pallet_asset::checkpoint::Error<T>
|
|
4658
4707
|
**/
|
|
4659
4708
|
PalletAssetCheckpointError: {
|
|
4660
4709
|
_enum: [
|
|
@@ -4667,14 +4716,14 @@ exports.default = {
|
|
|
4667
4716
|
],
|
|
4668
4717
|
},
|
|
4669
4718
|
/**
|
|
4670
|
-
*
|
|
4719
|
+
* Lookup650: polymesh_primitives::compliance_manager::AssetCompliance
|
|
4671
4720
|
**/
|
|
4672
4721
|
PolymeshPrimitivesComplianceManagerAssetCompliance: {
|
|
4673
4722
|
paused: 'bool',
|
|
4674
4723
|
requirements: 'Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>',
|
|
4675
4724
|
},
|
|
4676
4725
|
/**
|
|
4677
|
-
*
|
|
4726
|
+
* Lookup652: pallet_compliance_manager::Error<T>
|
|
4678
4727
|
**/
|
|
4679
4728
|
PalletComplianceManagerError: {
|
|
4680
4729
|
_enum: [
|
|
@@ -4688,7 +4737,7 @@ exports.default = {
|
|
|
4688
4737
|
],
|
|
4689
4738
|
},
|
|
4690
4739
|
/**
|
|
4691
|
-
*
|
|
4740
|
+
* Lookup655: pallet_corporate_actions::Error<T>
|
|
4692
4741
|
**/
|
|
4693
4742
|
PalletCorporateActionsError: {
|
|
4694
4743
|
_enum: [
|
|
@@ -4706,7 +4755,7 @@ exports.default = {
|
|
|
4706
4755
|
],
|
|
4707
4756
|
},
|
|
4708
4757
|
/**
|
|
4709
|
-
*
|
|
4758
|
+
* Lookup657: pallet_corporate_actions::ballot::Error<T>
|
|
4710
4759
|
**/
|
|
4711
4760
|
PalletCorporateActionsBallotError: {
|
|
4712
4761
|
_enum: [
|
|
@@ -4727,13 +4776,13 @@ exports.default = {
|
|
|
4727
4776
|
],
|
|
4728
4777
|
},
|
|
4729
4778
|
/**
|
|
4730
|
-
*
|
|
4779
|
+
* Lookup658: pallet_permissions::Error<T>
|
|
4731
4780
|
**/
|
|
4732
4781
|
PalletPermissionsError: {
|
|
4733
4782
|
_enum: ['UnauthorizedCaller'],
|
|
4734
4783
|
},
|
|
4735
4784
|
/**
|
|
4736
|
-
*
|
|
4785
|
+
* Lookup659: pallet_pips::PipsMetadata<BlockNumber>
|
|
4737
4786
|
**/
|
|
4738
4787
|
PalletPipsPipsMetadata: {
|
|
4739
4788
|
id: 'u32',
|
|
@@ -4744,14 +4793,14 @@ exports.default = {
|
|
|
4744
4793
|
expiry: 'PolymeshCommonUtilitiesMaybeBlock',
|
|
4745
4794
|
},
|
|
4746
4795
|
/**
|
|
4747
|
-
*
|
|
4796
|
+
* Lookup661: pallet_pips::DepositInfo<sp_core::crypto::AccountId32>
|
|
4748
4797
|
**/
|
|
4749
4798
|
PalletPipsDepositInfo: {
|
|
4750
4799
|
owner: 'AccountId32',
|
|
4751
4800
|
amount: 'u128',
|
|
4752
4801
|
},
|
|
4753
4802
|
/**
|
|
4754
|
-
*
|
|
4803
|
+
* Lookup662: pallet_pips::Pip<polymesh_runtime_develop::runtime::RuntimeCall, sp_core::crypto::AccountId32>
|
|
4755
4804
|
**/
|
|
4756
4805
|
PalletPipsPip: {
|
|
4757
4806
|
id: 'u32',
|
|
@@ -4759,7 +4808,7 @@ exports.default = {
|
|
|
4759
4808
|
proposer: 'PalletPipsProposer',
|
|
4760
4809
|
},
|
|
4761
4810
|
/**
|
|
4762
|
-
*
|
|
4811
|
+
* Lookup663: pallet_pips::VotingResult
|
|
4763
4812
|
**/
|
|
4764
4813
|
PalletPipsVotingResult: {
|
|
4765
4814
|
ayesCount: 'u32',
|
|
@@ -4768,11 +4817,11 @@ exports.default = {
|
|
|
4768
4817
|
naysStake: 'u128',
|
|
4769
4818
|
},
|
|
4770
4819
|
/**
|
|
4771
|
-
*
|
|
4820
|
+
* Lookup664: pallet_pips::Vote
|
|
4772
4821
|
**/
|
|
4773
4822
|
PalletPipsVote: '(bool,u128)',
|
|
4774
4823
|
/**
|
|
4775
|
-
*
|
|
4824
|
+
* Lookup665: pallet_pips::SnapshotMetadata<BlockNumber, sp_core::crypto::AccountId32>
|
|
4776
4825
|
**/
|
|
4777
4826
|
PalletPipsSnapshotMetadata: {
|
|
4778
4827
|
createdAt: 'u32',
|
|
@@ -4780,7 +4829,7 @@ exports.default = {
|
|
|
4780
4829
|
id: 'u32',
|
|
4781
4830
|
},
|
|
4782
4831
|
/**
|
|
4783
|
-
*
|
|
4832
|
+
* Lookup667: pallet_pips::Error<T>
|
|
4784
4833
|
**/
|
|
4785
4834
|
PalletPipsError: {
|
|
4786
4835
|
_enum: [
|
|
@@ -4805,7 +4854,7 @@ exports.default = {
|
|
|
4805
4854
|
],
|
|
4806
4855
|
},
|
|
4807
4856
|
/**
|
|
4808
|
-
*
|
|
4857
|
+
* Lookup675: pallet_portfolio::Error<T>
|
|
4809
4858
|
**/
|
|
4810
4859
|
PalletPortfolioError: {
|
|
4811
4860
|
_enum: [
|
|
@@ -4829,13 +4878,13 @@ exports.default = {
|
|
|
4829
4878
|
],
|
|
4830
4879
|
},
|
|
4831
4880
|
/**
|
|
4832
|
-
*
|
|
4881
|
+
* Lookup676: pallet_protocol_fee::Error<T>
|
|
4833
4882
|
**/
|
|
4834
4883
|
PalletProtocolFeeError: {
|
|
4835
4884
|
_enum: ['InsufficientAccountBalance', 'UnHandledImbalances', 'InsufficientSubsidyBalance'],
|
|
4836
4885
|
},
|
|
4837
4886
|
/**
|
|
4838
|
-
*
|
|
4887
|
+
* 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>
|
|
4839
4888
|
**/
|
|
4840
4889
|
PalletSchedulerScheduled: {
|
|
4841
4890
|
maybeId: 'Option<[u8;32]>',
|
|
@@ -4845,7 +4894,7 @@ exports.default = {
|
|
|
4845
4894
|
origin: 'PolymeshRuntimeDevelopRuntimeOriginCaller',
|
|
4846
4895
|
},
|
|
4847
4896
|
/**
|
|
4848
|
-
*
|
|
4897
|
+
* Lookup680: frame_support::traits::preimages::Bounded<polymesh_runtime_develop::runtime::RuntimeCall>
|
|
4849
4898
|
**/
|
|
4850
4899
|
FrameSupportPreimagesBounded: {
|
|
4851
4900
|
_enum: {
|
|
@@ -4866,7 +4915,7 @@ exports.default = {
|
|
|
4866
4915
|
},
|
|
4867
4916
|
},
|
|
4868
4917
|
/**
|
|
4869
|
-
*
|
|
4918
|
+
* Lookup683: pallet_scheduler::pallet::Error<T>
|
|
4870
4919
|
**/
|
|
4871
4920
|
PalletSchedulerError: {
|
|
4872
4921
|
_enum: [
|
|
@@ -4878,14 +4927,14 @@ exports.default = {
|
|
|
4878
4927
|
],
|
|
4879
4928
|
},
|
|
4880
4929
|
/**
|
|
4881
|
-
*
|
|
4930
|
+
* Lookup684: polymesh_primitives::settlement::Venue
|
|
4882
4931
|
**/
|
|
4883
4932
|
PolymeshPrimitivesSettlementVenue: {
|
|
4884
4933
|
creator: 'PolymeshPrimitivesIdentityId',
|
|
4885
4934
|
venueType: 'PolymeshPrimitivesSettlementVenueType',
|
|
4886
4935
|
},
|
|
4887
4936
|
/**
|
|
4888
|
-
*
|
|
4937
|
+
* Lookup688: polymesh_primitives::settlement::Instruction<Moment, BlockNumber>
|
|
4889
4938
|
**/
|
|
4890
4939
|
PolymeshPrimitivesSettlementInstruction: {
|
|
4891
4940
|
instructionId: 'u64',
|
|
@@ -4896,7 +4945,7 @@ exports.default = {
|
|
|
4896
4945
|
valueDate: 'Option<u64>',
|
|
4897
4946
|
},
|
|
4898
4947
|
/**
|
|
4899
|
-
*
|
|
4948
|
+
* Lookup690: polymesh_primitives::settlement::LegStatus<sp_core::crypto::AccountId32>
|
|
4900
4949
|
**/
|
|
4901
4950
|
PolymeshPrimitivesSettlementLegStatus: {
|
|
4902
4951
|
_enum: {
|
|
@@ -4906,13 +4955,13 @@ exports.default = {
|
|
|
4906
4955
|
},
|
|
4907
4956
|
},
|
|
4908
4957
|
/**
|
|
4909
|
-
*
|
|
4958
|
+
* Lookup692: polymesh_primitives::settlement::AffirmationStatus
|
|
4910
4959
|
**/
|
|
4911
4960
|
PolymeshPrimitivesSettlementAffirmationStatus: {
|
|
4912
4961
|
_enum: ['Unknown', 'Pending', 'Affirmed'],
|
|
4913
4962
|
},
|
|
4914
4963
|
/**
|
|
4915
|
-
*
|
|
4964
|
+
* Lookup696: polymesh_primitives::settlement::InstructionStatus<BlockNumber>
|
|
4916
4965
|
**/
|
|
4917
4966
|
PolymeshPrimitivesSettlementInstructionStatus: {
|
|
4918
4967
|
_enum: {
|
|
@@ -4924,7 +4973,19 @@ exports.default = {
|
|
|
4924
4973
|
},
|
|
4925
4974
|
},
|
|
4926
4975
|
/**
|
|
4927
|
-
*
|
|
4976
|
+
* Lookup698: polymesh_primitives::settlement::MediatorAffirmationStatus<T>
|
|
4977
|
+
**/
|
|
4978
|
+
PolymeshPrimitivesSettlementMediatorAffirmationStatus: {
|
|
4979
|
+
_enum: {
|
|
4980
|
+
Unknown: 'Null',
|
|
4981
|
+
Pending: 'Null',
|
|
4982
|
+
Affirmed: {
|
|
4983
|
+
expiry: 'Option<u64>',
|
|
4984
|
+
},
|
|
4985
|
+
},
|
|
4986
|
+
},
|
|
4987
|
+
/**
|
|
4988
|
+
* Lookup699: pallet_settlement::Error<T>
|
|
4928
4989
|
**/
|
|
4929
4990
|
PalletSettlementError: {
|
|
4930
4991
|
_enum: [
|
|
@@ -4968,24 +5029,27 @@ exports.default = {
|
|
|
4968
5029
|
'MultipleReceiptsForOneLeg',
|
|
4969
5030
|
'UnexpectedLegStatus',
|
|
4970
5031
|
'NumberOfVenueSignersExceeded',
|
|
5032
|
+
'CallerIsNotAMediator',
|
|
5033
|
+
'InvalidExpiryDate',
|
|
5034
|
+
'MediatorAffirmationExpired',
|
|
4971
5035
|
],
|
|
4972
5036
|
},
|
|
4973
5037
|
/**
|
|
4974
|
-
*
|
|
5038
|
+
* Lookup702: polymesh_primitives::statistics::Stat1stKey
|
|
4975
5039
|
**/
|
|
4976
5040
|
PolymeshPrimitivesStatisticsStat1stKey: {
|
|
4977
5041
|
asset: 'PolymeshPrimitivesStatisticsAssetScope',
|
|
4978
5042
|
statType: 'PolymeshPrimitivesStatisticsStatType',
|
|
4979
5043
|
},
|
|
4980
5044
|
/**
|
|
4981
|
-
*
|
|
5045
|
+
* Lookup703: polymesh_primitives::transfer_compliance::AssetTransferCompliance<S>
|
|
4982
5046
|
**/
|
|
4983
5047
|
PolymeshPrimitivesTransferComplianceAssetTransferCompliance: {
|
|
4984
5048
|
paused: 'bool',
|
|
4985
5049
|
requirements: 'BTreeSet<PolymeshPrimitivesTransferComplianceTransferCondition>',
|
|
4986
5050
|
},
|
|
4987
5051
|
/**
|
|
4988
|
-
*
|
|
5052
|
+
* Lookup707: pallet_statistics::Error<T>
|
|
4989
5053
|
**/
|
|
4990
5054
|
PalletStatisticsError: {
|
|
4991
5055
|
_enum: [
|
|
@@ -4999,7 +5063,7 @@ exports.default = {
|
|
|
4999
5063
|
],
|
|
5000
5064
|
},
|
|
5001
5065
|
/**
|
|
5002
|
-
*
|
|
5066
|
+
* Lookup709: pallet_sto::Error<T>
|
|
5003
5067
|
**/
|
|
5004
5068
|
PalletStoError: {
|
|
5005
5069
|
_enum: [
|
|
@@ -5018,25 +5082,31 @@ exports.default = {
|
|
|
5018
5082
|
],
|
|
5019
5083
|
},
|
|
5020
5084
|
/**
|
|
5021
|
-
*
|
|
5085
|
+
* Lookup710: pallet_treasury::Error<T>
|
|
5022
5086
|
**/
|
|
5023
5087
|
PalletTreasuryError: {
|
|
5024
5088
|
_enum: ['InsufficientBalance', 'InvalidIdentity'],
|
|
5025
5089
|
},
|
|
5026
5090
|
/**
|
|
5027
|
-
*
|
|
5091
|
+
* Lookup711: pallet_utility::pallet::Error<T>
|
|
5028
5092
|
**/
|
|
5029
5093
|
PalletUtilityError: {
|
|
5030
|
-
_enum: [
|
|
5094
|
+
_enum: [
|
|
5095
|
+
'TooManyCalls',
|
|
5096
|
+
'InvalidSignature',
|
|
5097
|
+
'TargetCddMissing',
|
|
5098
|
+
'InvalidNonce',
|
|
5099
|
+
'UnableToDeriveAccountId',
|
|
5100
|
+
],
|
|
5031
5101
|
},
|
|
5032
5102
|
/**
|
|
5033
|
-
*
|
|
5103
|
+
* Lookup712: pallet_base::Error<T>
|
|
5034
5104
|
**/
|
|
5035
5105
|
PalletBaseError: {
|
|
5036
5106
|
_enum: ['TooLong', 'CounterOverflow'],
|
|
5037
5107
|
},
|
|
5038
5108
|
/**
|
|
5039
|
-
*
|
|
5109
|
+
* Lookup714: pallet_external_agents::Error<T>
|
|
5040
5110
|
**/
|
|
5041
5111
|
PalletExternalAgentsError: {
|
|
5042
5112
|
_enum: [
|
|
@@ -5049,14 +5119,14 @@ exports.default = {
|
|
|
5049
5119
|
],
|
|
5050
5120
|
},
|
|
5051
5121
|
/**
|
|
5052
|
-
*
|
|
5122
|
+
* Lookup715: pallet_relayer::Subsidy<sp_core::crypto::AccountId32>
|
|
5053
5123
|
**/
|
|
5054
5124
|
PalletRelayerSubsidy: {
|
|
5055
5125
|
payingKey: 'AccountId32',
|
|
5056
5126
|
remaining: 'u128',
|
|
5057
5127
|
},
|
|
5058
5128
|
/**
|
|
5059
|
-
*
|
|
5129
|
+
* Lookup716: pallet_relayer::Error<T>
|
|
5060
5130
|
**/
|
|
5061
5131
|
PalletRelayerError: {
|
|
5062
5132
|
_enum: [
|
|
@@ -5070,7 +5140,7 @@ exports.default = {
|
|
|
5070
5140
|
],
|
|
5071
5141
|
},
|
|
5072
5142
|
/**
|
|
5073
|
-
*
|
|
5143
|
+
* Lookup718: pallet_contracts::wasm::PrefabWasmModule<T>
|
|
5074
5144
|
**/
|
|
5075
5145
|
PalletContractsWasmPrefabWasmModule: {
|
|
5076
5146
|
instructionWeightsVersion: 'Compact<u32>',
|
|
@@ -5080,7 +5150,7 @@ exports.default = {
|
|
|
5080
5150
|
determinism: 'PalletContractsWasmDeterminism',
|
|
5081
5151
|
},
|
|
5082
5152
|
/**
|
|
5083
|
-
*
|
|
5153
|
+
* Lookup720: pallet_contracts::wasm::OwnerInfo<T>
|
|
5084
5154
|
**/
|
|
5085
5155
|
PalletContractsWasmOwnerInfo: {
|
|
5086
5156
|
owner: 'AccountId32',
|
|
@@ -5088,7 +5158,7 @@ exports.default = {
|
|
|
5088
5158
|
refcount: 'Compact<u64>',
|
|
5089
5159
|
},
|
|
5090
5160
|
/**
|
|
5091
|
-
*
|
|
5161
|
+
* Lookup721: pallet_contracts::storage::ContractInfo<T>
|
|
5092
5162
|
**/
|
|
5093
5163
|
PalletContractsStorageContractInfo: {
|
|
5094
5164
|
trieId: 'Bytes',
|
|
@@ -5101,13 +5171,13 @@ exports.default = {
|
|
|
5101
5171
|
storageBaseDeposit: 'u128',
|
|
5102
5172
|
},
|
|
5103
5173
|
/**
|
|
5104
|
-
*
|
|
5174
|
+
* Lookup724: pallet_contracts::storage::DeletedContract
|
|
5105
5175
|
**/
|
|
5106
5176
|
PalletContractsStorageDeletedContract: {
|
|
5107
5177
|
trieId: 'Bytes',
|
|
5108
5178
|
},
|
|
5109
5179
|
/**
|
|
5110
|
-
*
|
|
5180
|
+
* Lookup726: pallet_contracts::schedule::Schedule<T>
|
|
5111
5181
|
**/
|
|
5112
5182
|
PalletContractsSchedule: {
|
|
5113
5183
|
limits: 'PalletContractsScheduleLimits',
|
|
@@ -5115,7 +5185,7 @@ exports.default = {
|
|
|
5115
5185
|
hostFnWeights: 'PalletContractsScheduleHostFnWeights',
|
|
5116
5186
|
},
|
|
5117
5187
|
/**
|
|
5118
|
-
*
|
|
5188
|
+
* Lookup727: pallet_contracts::schedule::Limits
|
|
5119
5189
|
**/
|
|
5120
5190
|
PalletContractsScheduleLimits: {
|
|
5121
5191
|
eventTopics: 'u32',
|
|
@@ -5129,7 +5199,7 @@ exports.default = {
|
|
|
5129
5199
|
payloadLen: 'u32',
|
|
5130
5200
|
},
|
|
5131
5201
|
/**
|
|
5132
|
-
*
|
|
5202
|
+
* Lookup728: pallet_contracts::schedule::InstructionWeights<T>
|
|
5133
5203
|
**/
|
|
5134
5204
|
PalletContractsScheduleInstructionWeights: {
|
|
5135
5205
|
_alias: {
|
|
@@ -5191,7 +5261,7 @@ exports.default = {
|
|
|
5191
5261
|
i64rotr: 'u32',
|
|
5192
5262
|
},
|
|
5193
5263
|
/**
|
|
5194
|
-
*
|
|
5264
|
+
* Lookup729: pallet_contracts::schedule::HostFnWeights<T>
|
|
5195
5265
|
**/
|
|
5196
5266
|
PalletContractsScheduleHostFnWeights: {
|
|
5197
5267
|
_alias: {
|
|
@@ -5258,7 +5328,7 @@ exports.default = {
|
|
|
5258
5328
|
instantiationNonce: 'SpWeightsWeightV2Weight',
|
|
5259
5329
|
},
|
|
5260
5330
|
/**
|
|
5261
|
-
*
|
|
5331
|
+
* Lookup730: pallet_contracts::pallet::Error<T>
|
|
5262
5332
|
**/
|
|
5263
5333
|
PalletContractsError: {
|
|
5264
5334
|
_enum: [
|
|
@@ -5293,7 +5363,7 @@ exports.default = {
|
|
|
5293
5363
|
],
|
|
5294
5364
|
},
|
|
5295
5365
|
/**
|
|
5296
|
-
*
|
|
5366
|
+
* Lookup732: polymesh_contracts::Error<T>
|
|
5297
5367
|
**/
|
|
5298
5368
|
PolymeshContractsError: {
|
|
5299
5369
|
_enum: [
|
|
@@ -5312,7 +5382,7 @@ exports.default = {
|
|
|
5312
5382
|
],
|
|
5313
5383
|
},
|
|
5314
5384
|
/**
|
|
5315
|
-
*
|
|
5385
|
+
* Lookup733: pallet_preimage::RequestStatus<sp_core::crypto::AccountId32, Balance>
|
|
5316
5386
|
**/
|
|
5317
5387
|
PalletPreimageRequestStatus: {
|
|
5318
5388
|
_enum: {
|
|
@@ -5328,20 +5398,20 @@ exports.default = {
|
|
|
5328
5398
|
},
|
|
5329
5399
|
},
|
|
5330
5400
|
/**
|
|
5331
|
-
*
|
|
5401
|
+
* Lookup737: pallet_preimage::pallet::Error<T>
|
|
5332
5402
|
**/
|
|
5333
5403
|
PalletPreimageError: {
|
|
5334
5404
|
_enum: ['TooBig', 'AlreadyNoted', 'NotAuthorized', 'NotNoted', 'Requested', 'NotRequested'],
|
|
5335
5405
|
},
|
|
5336
5406
|
/**
|
|
5337
|
-
*
|
|
5407
|
+
* Lookup738: polymesh_primitives::nft::NFTCollection
|
|
5338
5408
|
**/
|
|
5339
5409
|
PolymeshPrimitivesNftNftCollection: {
|
|
5340
5410
|
id: 'u64',
|
|
5341
5411
|
ticker: 'PolymeshPrimitivesTicker',
|
|
5342
5412
|
},
|
|
5343
5413
|
/**
|
|
5344
|
-
*
|
|
5414
|
+
* Lookup743: pallet_nft::Error<T>
|
|
5345
5415
|
**/
|
|
5346
5416
|
PalletNftError: {
|
|
5347
5417
|
_enum: [
|
|
@@ -5367,46 +5437,47 @@ exports.default = {
|
|
|
5367
5437
|
'ZeroCount',
|
|
5368
5438
|
'SupplyOverflow',
|
|
5369
5439
|
'SupplyUnderflow',
|
|
5440
|
+
'InvalidNFTTransferNFTIsLocked',
|
|
5370
5441
|
],
|
|
5371
5442
|
},
|
|
5372
5443
|
/**
|
|
5373
|
-
*
|
|
5444
|
+
* Lookup744: pallet_test_utils::Error<T>
|
|
5374
5445
|
**/
|
|
5375
5446
|
PalletTestUtilsError: 'Null',
|
|
5376
5447
|
/**
|
|
5377
|
-
*
|
|
5448
|
+
* Lookup747: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
5378
5449
|
**/
|
|
5379
5450
|
FrameSystemExtensionsCheckSpecVersion: 'Null',
|
|
5380
5451
|
/**
|
|
5381
|
-
*
|
|
5452
|
+
* Lookup748: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
5382
5453
|
**/
|
|
5383
5454
|
FrameSystemExtensionsCheckTxVersion: 'Null',
|
|
5384
5455
|
/**
|
|
5385
|
-
*
|
|
5456
|
+
* Lookup749: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
5386
5457
|
**/
|
|
5387
5458
|
FrameSystemExtensionsCheckGenesis: 'Null',
|
|
5388
5459
|
/**
|
|
5389
|
-
*
|
|
5460
|
+
* Lookup752: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
5390
5461
|
**/
|
|
5391
5462
|
FrameSystemExtensionsCheckNonce: 'Compact<u32>',
|
|
5392
5463
|
/**
|
|
5393
|
-
*
|
|
5464
|
+
* Lookup753: polymesh_extensions::check_weight::CheckWeight<T>
|
|
5394
5465
|
**/
|
|
5395
5466
|
PolymeshExtensionsCheckWeight: 'FrameSystemExtensionsCheckWeight',
|
|
5396
5467
|
/**
|
|
5397
|
-
*
|
|
5468
|
+
* Lookup754: frame_system::extensions::check_weight::CheckWeight<T>
|
|
5398
5469
|
**/
|
|
5399
5470
|
FrameSystemExtensionsCheckWeight: 'Null',
|
|
5400
5471
|
/**
|
|
5401
|
-
*
|
|
5472
|
+
* Lookup755: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
5402
5473
|
**/
|
|
5403
5474
|
PalletTransactionPaymentChargeTransactionPayment: 'Compact<u128>',
|
|
5404
5475
|
/**
|
|
5405
|
-
*
|
|
5476
|
+
* Lookup756: pallet_permissions::StoreCallMetadata<T>
|
|
5406
5477
|
**/
|
|
5407
5478
|
PalletPermissionsStoreCallMetadata: 'Null',
|
|
5408
5479
|
/**
|
|
5409
|
-
*
|
|
5480
|
+
* Lookup757: polymesh_runtime_develop::runtime::Runtime
|
|
5410
5481
|
**/
|
|
5411
5482
|
PolymeshRuntimeDevelopRuntime: 'Null',
|
|
5412
5483
|
};
|