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