@polymeshassociation/polymesh-sdk 26.0.0-alpha.4 → 26.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +61 -1
- package/api/client/Assets.js +1 -1
- package/api/entities/Account/index.d.ts.map +1 -1
- package/api/entities/Account/index.js +13 -3
- package/api/entities/Account/index.js.map +1 -1
- package/api/entities/Asset/Base/BaseAsset.d.ts +8 -0
- package/api/entities/Asset/Base/BaseAsset.d.ts.map +1 -1
- package/api/entities/Asset/Base/BaseAsset.js +5 -1
- package/api/entities/Asset/Base/BaseAsset.js.map +1 -1
- package/api/entities/Identity/Portfolios.d.ts +8 -0
- package/api/entities/Identity/Portfolios.d.ts.map +1 -1
- package/api/entities/Identity/Portfolios.js +21 -0
- package/api/entities/Identity/Portfolios.js.map +1 -1
- package/api/entities/Instruction/index.d.ts.map +1 -1
- package/api/entities/Instruction/index.js +8 -1
- package/api/entities/Instruction/index.js.map +1 -1
- package/api/entities/TickerReservation/index.js +1 -1
- package/api/entities/Venue/types.d.ts +1 -1
- package/api/entities/Venue/types.d.ts.map +1 -1
- package/api/procedures/createAsset.d.ts +1 -1
- package/api/procedures/createAsset.d.ts.map +1 -1
- package/api/procedures/createAsset.js +38 -20
- package/api/procedures/createAsset.js.map +1 -1
- package/api/procedures/types.d.ts +6 -1
- package/api/procedures/types.d.ts.map +1 -1
- package/api/procedures/types.js.map +1 -1
- package/api/procedures/unlinkTickerFromAsset.d.ts +28 -0
- package/api/procedures/unlinkTickerFromAsset.d.ts.map +1 -0
- package/api/procedures/unlinkTickerFromAsset.js +81 -0
- package/api/procedures/unlinkTickerFromAsset.js.map +1 -0
- package/base/Context.js +1 -1
- package/generated/types.d.ts +4 -2
- package/generated/types.d.ts.map +1 -1
- package/generated/types.js +2 -0
- package/generated/types.js.map +1 -1
- package/internal.d.ts +1 -0
- package/internal.d.ts.map +1 -1
- package/internal.js +4 -2
- package/internal.js.map +1 -1
- package/middleware/types.d.ts +1162 -3
- package/middleware/types.d.ts.map +1 -1
- package/middleware/types.js +540 -4
- package/middleware/types.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-26.0.0-beta.1.tgz +0 -0
- package/package.json +2 -2
- package/polkadot/asset/definitions.js +1 -1
- package/polkadot/augment-api-errors.d.ts +30 -6
- package/polkadot/augment-api-errors.d.ts.map +1 -1
- package/polkadot/augment-api-events.d.ts +120 -137
- package/polkadot/augment-api-events.d.ts.map +1 -1
- package/polkadot/augment-api-query.d.ts +170 -162
- package/polkadot/augment-api-query.d.ts.map +1 -1
- package/polkadot/augment-api-rpc.d.ts +4 -4
- package/polkadot/augment-api-rpc.d.ts.map +1 -1
- package/polkadot/augment-api-tx.d.ts +198 -258
- package/polkadot/augment-api-tx.d.ts.map +1 -1
- package/polkadot/augment-types.d.ts +1 -2
- package/polkadot/augment-types.d.ts.map +1 -1
- package/polkadot/compliance/definitions.js +1 -1
- package/polkadot/lookup.d.ts +248 -251
- package/polkadot/lookup.d.ts.map +1 -1
- package/polkadot/lookup.js +398 -395
- package/polkadot/lookup.js.map +1 -1
- package/polkadot/polymesh/definitions.d.ts +1 -2
- package/polkadot/polymesh/definitions.d.ts.map +1 -1
- package/polkadot/polymesh/definitions.js +9 -10
- package/polkadot/polymesh/definitions.js.map +1 -1
- package/polkadot/polymesh/types.d.ts +10 -11
- package/polkadot/polymesh/types.d.ts.map +1 -1
- package/polkadot/registry.d.ts +3 -3
- package/polkadot/schema.d.ts +1 -2
- package/polkadot/schema.d.ts.map +1 -1
- package/polkadot/schema.js +14 -15
- package/polkadot/schema.js.map +1 -1
- package/polkadot/types-lookup.d.ts +411 -414
- package/polkadot/types-lookup.d.ts.map +1 -1
- package/types/internal.d.ts +4 -4
- package/utils/constants.d.ts +1 -5
- package/utils/constants.d.ts.map +1 -1
- package/utils/constants.js +2 -6
- package/utils/constants.js.map +1 -1
- package/utils/conversion.d.ts +7 -7
- package/utils/conversion.js +2 -2
- package/utils/conversion.js.map +1 -1
- package/utils/internal.d.ts +2 -2
- package/utils/internal.d.ts.map +1 -1
- package/utils/internal.js +8 -3
- package/utils/internal.js.map +1 -1
- package/npm-package/polymeshassociation-polymesh-sdk-26.0.0-alpha.4.tgz +0 -0
|
@@ -319,21 +319,21 @@ declare module "./types-lookup.ts" {
|
|
|
319
319
|
}
|
|
320
320
|
/** @name PolymeshPrimitivesSecondaryKeyPermissions (40) */
|
|
321
321
|
interface PolymeshPrimitivesSecondaryKeyPermissions extends Struct {
|
|
322
|
-
readonly asset:
|
|
322
|
+
readonly asset: PolymeshPrimitivesSubsetSubsetRestrictionAssetId;
|
|
323
323
|
readonly extrinsic: PolymeshPrimitivesSecondaryKeyExtrinsicPermissions;
|
|
324
324
|
readonly portfolio: PolymeshPrimitivesSubsetSubsetRestrictionPortfolioId;
|
|
325
325
|
}
|
|
326
|
-
/** @name
|
|
327
|
-
interface
|
|
326
|
+
/** @name PolymeshPrimitivesSubsetSubsetRestrictionAssetId (41) */
|
|
327
|
+
interface PolymeshPrimitivesSubsetSubsetRestrictionAssetId extends Enum {
|
|
328
328
|
readonly isWhole: boolean;
|
|
329
329
|
readonly isThese: boolean;
|
|
330
|
-
readonly asThese: BTreeSet<
|
|
330
|
+
readonly asThese: BTreeSet<PolymeshPrimitivesAssetAssetId>;
|
|
331
331
|
readonly isExcept: boolean;
|
|
332
|
-
readonly asExcept: BTreeSet<
|
|
332
|
+
readonly asExcept: BTreeSet<PolymeshPrimitivesAssetAssetId>;
|
|
333
333
|
readonly type: 'Whole' | 'These' | 'Except';
|
|
334
334
|
}
|
|
335
|
-
/** @name
|
|
336
|
-
interface
|
|
335
|
+
/** @name PolymeshPrimitivesAssetAssetId (42) */
|
|
336
|
+
interface PolymeshPrimitivesAssetAssetId extends U8aFixed {
|
|
337
337
|
}
|
|
338
338
|
/** @name PolymeshPrimitivesSecondaryKeyExtrinsicPermissions (46) */
|
|
339
339
|
interface PolymeshPrimitivesSecondaryKeyExtrinsicPermissions extends Enum {
|
|
@@ -418,7 +418,7 @@ declare module "./types-lookup.ts" {
|
|
|
418
418
|
readonly isIdentity: boolean;
|
|
419
419
|
readonly asIdentity: PolymeshPrimitivesIdentityId;
|
|
420
420
|
readonly isAsset: boolean;
|
|
421
|
-
readonly asAsset:
|
|
421
|
+
readonly asAsset: PolymeshPrimitivesAssetAssetId;
|
|
422
422
|
readonly isTicker: boolean;
|
|
423
423
|
readonly asTicker: PolymeshPrimitivesTicker;
|
|
424
424
|
readonly isCustom: boolean;
|
|
@@ -695,14 +695,14 @@ declare module "./types-lookup.ts" {
|
|
|
695
695
|
readonly isAddMultiSigSigner: boolean;
|
|
696
696
|
readonly asAddMultiSigSigner: AccountId32;
|
|
697
697
|
readonly isTransferAssetOwnership: boolean;
|
|
698
|
-
readonly asTransferAssetOwnership:
|
|
698
|
+
readonly asTransferAssetOwnership: PolymeshPrimitivesAssetAssetId;
|
|
699
699
|
readonly isJoinIdentity: boolean;
|
|
700
700
|
readonly asJoinIdentity: PolymeshPrimitivesSecondaryKeyPermissions;
|
|
701
701
|
readonly isPortfolioCustody: boolean;
|
|
702
702
|
readonly asPortfolioCustody: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
703
703
|
readonly isBecomeAgent: boolean;
|
|
704
704
|
readonly asBecomeAgent: ITuple<[
|
|
705
|
-
|
|
705
|
+
PolymeshPrimitivesAssetAssetId,
|
|
706
706
|
PolymeshPrimitivesAgentAgentGroup
|
|
707
707
|
]>;
|
|
708
708
|
readonly isAddRelayerPayingKey: boolean;
|
|
@@ -1251,7 +1251,7 @@ declare module "./types-lookup.ts" {
|
|
|
1251
1251
|
readonly isAssetCreated: boolean;
|
|
1252
1252
|
readonly asAssetCreated: ITuple<[
|
|
1253
1253
|
PolymeshPrimitivesIdentityId,
|
|
1254
|
-
|
|
1254
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1255
1255
|
bool,
|
|
1256
1256
|
PolymeshPrimitivesAssetAssetType,
|
|
1257
1257
|
PolymeshPrimitivesIdentityId,
|
|
@@ -1262,13 +1262,13 @@ declare module "./types-lookup.ts" {
|
|
|
1262
1262
|
readonly isIdentifiersUpdated: boolean;
|
|
1263
1263
|
readonly asIdentifiersUpdated: ITuple<[
|
|
1264
1264
|
PolymeshPrimitivesIdentityId,
|
|
1265
|
-
|
|
1265
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1266
1266
|
Vec<PolymeshPrimitivesAssetIdentifier>
|
|
1267
1267
|
]>;
|
|
1268
1268
|
readonly isDivisibilityChanged: boolean;
|
|
1269
1269
|
readonly asDivisibilityChanged: ITuple<[
|
|
1270
1270
|
PolymeshPrimitivesIdentityId,
|
|
1271
|
-
|
|
1271
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1272
1272
|
bool
|
|
1273
1273
|
]>;
|
|
1274
1274
|
readonly isTickerRegistered: boolean;
|
|
@@ -1286,45 +1286,45 @@ declare module "./types-lookup.ts" {
|
|
|
1286
1286
|
readonly isAssetOwnershipTransferred: boolean;
|
|
1287
1287
|
readonly asAssetOwnershipTransferred: ITuple<[
|
|
1288
1288
|
PolymeshPrimitivesIdentityId,
|
|
1289
|
-
|
|
1289
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1290
1290
|
PolymeshPrimitivesIdentityId
|
|
1291
1291
|
]>;
|
|
1292
1292
|
readonly isAssetFrozen: boolean;
|
|
1293
|
-
readonly asAssetFrozen: ITuple<[PolymeshPrimitivesIdentityId,
|
|
1293
|
+
readonly asAssetFrozen: ITuple<[PolymeshPrimitivesIdentityId, PolymeshPrimitivesAssetAssetId]>;
|
|
1294
1294
|
readonly isAssetUnfrozen: boolean;
|
|
1295
1295
|
readonly asAssetUnfrozen: ITuple<[
|
|
1296
1296
|
PolymeshPrimitivesIdentityId,
|
|
1297
|
-
|
|
1297
|
+
PolymeshPrimitivesAssetAssetId
|
|
1298
1298
|
]>;
|
|
1299
1299
|
readonly isAssetRenamed: boolean;
|
|
1300
1300
|
readonly asAssetRenamed: ITuple<[
|
|
1301
1301
|
PolymeshPrimitivesIdentityId,
|
|
1302
|
-
|
|
1302
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1303
1303
|
Bytes
|
|
1304
1304
|
]>;
|
|
1305
1305
|
readonly isFundingRoundSet: boolean;
|
|
1306
1306
|
readonly asFundingRoundSet: ITuple<[
|
|
1307
1307
|
PolymeshPrimitivesIdentityId,
|
|
1308
|
-
|
|
1308
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1309
1309
|
Bytes
|
|
1310
1310
|
]>;
|
|
1311
1311
|
readonly isDocumentAdded: boolean;
|
|
1312
1312
|
readonly asDocumentAdded: ITuple<[
|
|
1313
1313
|
PolymeshPrimitivesIdentityId,
|
|
1314
|
-
|
|
1314
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1315
1315
|
u32,
|
|
1316
1316
|
PolymeshPrimitivesDocument
|
|
1317
1317
|
]>;
|
|
1318
1318
|
readonly isDocumentRemoved: boolean;
|
|
1319
1319
|
readonly asDocumentRemoved: ITuple<[
|
|
1320
1320
|
PolymeshPrimitivesIdentityId,
|
|
1321
|
-
|
|
1321
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1322
1322
|
u32
|
|
1323
1323
|
]>;
|
|
1324
1324
|
readonly isControllerTransfer: boolean;
|
|
1325
1325
|
readonly asControllerTransfer: ITuple<[
|
|
1326
1326
|
PolymeshPrimitivesIdentityId,
|
|
1327
|
-
|
|
1327
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1328
1328
|
PolymeshPrimitivesIdentityIdPortfolioId,
|
|
1329
1329
|
u128
|
|
1330
1330
|
]>;
|
|
@@ -1335,20 +1335,20 @@ declare module "./types-lookup.ts" {
|
|
|
1335
1335
|
readonly isSetAssetMetadataValue: boolean;
|
|
1336
1336
|
readonly asSetAssetMetadataValue: ITuple<[
|
|
1337
1337
|
PolymeshPrimitivesIdentityId,
|
|
1338
|
-
|
|
1338
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1339
1339
|
Bytes,
|
|
1340
1340
|
Option<PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail>
|
|
1341
1341
|
]>;
|
|
1342
1342
|
readonly isSetAssetMetadataValueDetails: boolean;
|
|
1343
1343
|
readonly asSetAssetMetadataValueDetails: ITuple<[
|
|
1344
1344
|
PolymeshPrimitivesIdentityId,
|
|
1345
|
-
|
|
1345
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1346
1346
|
PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail
|
|
1347
1347
|
]>;
|
|
1348
1348
|
readonly isRegisterAssetMetadataLocalType: boolean;
|
|
1349
1349
|
readonly asRegisterAssetMetadataLocalType: ITuple<[
|
|
1350
1350
|
PolymeshPrimitivesIdentityId,
|
|
1351
|
-
|
|
1351
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1352
1352
|
Bytes,
|
|
1353
1353
|
u64,
|
|
1354
1354
|
PolymeshPrimitivesAssetMetadataAssetMetadataSpec
|
|
@@ -1362,63 +1362,69 @@ declare module "./types-lookup.ts" {
|
|
|
1362
1362
|
readonly isAssetTypeChanged: boolean;
|
|
1363
1363
|
readonly asAssetTypeChanged: ITuple<[
|
|
1364
1364
|
PolymeshPrimitivesIdentityId,
|
|
1365
|
-
|
|
1365
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1366
1366
|
PolymeshPrimitivesAssetAssetType
|
|
1367
1367
|
]>;
|
|
1368
1368
|
readonly isLocalMetadataKeyDeleted: boolean;
|
|
1369
1369
|
readonly asLocalMetadataKeyDeleted: ITuple<[
|
|
1370
1370
|
PolymeshPrimitivesIdentityId,
|
|
1371
|
-
|
|
1371
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1372
1372
|
u64
|
|
1373
1373
|
]>;
|
|
1374
1374
|
readonly isMetadataValueDeleted: boolean;
|
|
1375
1375
|
readonly asMetadataValueDeleted: ITuple<[
|
|
1376
1376
|
PolymeshPrimitivesIdentityId,
|
|
1377
|
-
|
|
1377
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1378
1378
|
PolymeshPrimitivesAssetMetadataAssetMetadataKey
|
|
1379
1379
|
]>;
|
|
1380
1380
|
readonly isAssetBalanceUpdated: boolean;
|
|
1381
1381
|
readonly asAssetBalanceUpdated: ITuple<[
|
|
1382
1382
|
PolymeshPrimitivesIdentityId,
|
|
1383
|
-
|
|
1383
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1384
1384
|
u128,
|
|
1385
1385
|
Option<PolymeshPrimitivesIdentityIdPortfolioId>,
|
|
1386
1386
|
Option<PolymeshPrimitivesIdentityIdPortfolioId>,
|
|
1387
1387
|
PolymeshPrimitivesPortfolioPortfolioUpdateReason
|
|
1388
1388
|
]>;
|
|
1389
1389
|
readonly isAssetAffirmationExemption: boolean;
|
|
1390
|
-
readonly asAssetAffirmationExemption:
|
|
1390
|
+
readonly asAssetAffirmationExemption: PolymeshPrimitivesAssetAssetId;
|
|
1391
1391
|
readonly isRemoveAssetAffirmationExemption: boolean;
|
|
1392
|
-
readonly asRemoveAssetAffirmationExemption:
|
|
1392
|
+
readonly asRemoveAssetAffirmationExemption: PolymeshPrimitivesAssetAssetId;
|
|
1393
1393
|
readonly isPreApprovedAsset: boolean;
|
|
1394
1394
|
readonly asPreApprovedAsset: ITuple<[
|
|
1395
1395
|
PolymeshPrimitivesIdentityId,
|
|
1396
|
-
|
|
1396
|
+
PolymeshPrimitivesAssetAssetId
|
|
1397
1397
|
]>;
|
|
1398
1398
|
readonly isRemovePreApprovedAsset: boolean;
|
|
1399
1399
|
readonly asRemovePreApprovedAsset: ITuple<[
|
|
1400
1400
|
PolymeshPrimitivesIdentityId,
|
|
1401
|
-
|
|
1401
|
+
PolymeshPrimitivesAssetAssetId
|
|
1402
1402
|
]>;
|
|
1403
1403
|
readonly isAssetMediatorsAdded: boolean;
|
|
1404
1404
|
readonly asAssetMediatorsAdded: ITuple<[
|
|
1405
1405
|
PolymeshPrimitivesIdentityId,
|
|
1406
|
-
|
|
1406
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1407
1407
|
BTreeSet<PolymeshPrimitivesIdentityId>
|
|
1408
1408
|
]>;
|
|
1409
1409
|
readonly isAssetMediatorsRemoved: boolean;
|
|
1410
1410
|
readonly asAssetMediatorsRemoved: ITuple<[
|
|
1411
1411
|
PolymeshPrimitivesIdentityId,
|
|
1412
|
-
|
|
1412
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1413
1413
|
BTreeSet<PolymeshPrimitivesIdentityId>
|
|
1414
1414
|
]>;
|
|
1415
1415
|
readonly isTickerLinkedToAsset: boolean;
|
|
1416
1416
|
readonly asTickerLinkedToAsset: ITuple<[
|
|
1417
1417
|
PolymeshPrimitivesIdentityId,
|
|
1418
1418
|
PolymeshPrimitivesTicker,
|
|
1419
|
-
|
|
1419
|
+
PolymeshPrimitivesAssetAssetId
|
|
1420
1420
|
]>;
|
|
1421
|
-
readonly
|
|
1421
|
+
readonly isTickerUnlinkedFromAsset: boolean;
|
|
1422
|
+
readonly asTickerUnlinkedFromAsset: ITuple<[
|
|
1423
|
+
PolymeshPrimitivesIdentityId,
|
|
1424
|
+
PolymeshPrimitivesTicker,
|
|
1425
|
+
PolymeshPrimitivesAssetAssetId
|
|
1426
|
+
]>;
|
|
1427
|
+
readonly type: 'AssetCreated' | 'IdentifiersUpdated' | 'DivisibilityChanged' | 'TickerRegistered' | 'TickerTransferred' | 'AssetOwnershipTransferred' | 'AssetFrozen' | 'AssetUnfrozen' | 'AssetRenamed' | 'FundingRoundSet' | 'DocumentAdded' | 'DocumentRemoved' | 'ControllerTransfer' | 'CustomAssetTypeExists' | 'CustomAssetTypeRegistered' | 'SetAssetMetadataValue' | 'SetAssetMetadataValueDetails' | 'RegisterAssetMetadataLocalType' | 'RegisterAssetMetadataGlobalType' | 'AssetTypeChanged' | 'LocalMetadataKeyDeleted' | 'MetadataValueDeleted' | 'AssetBalanceUpdated' | 'AssetAffirmationExemption' | 'RemoveAssetAffirmationExemption' | 'PreApprovedAsset' | 'RemovePreApprovedAsset' | 'AssetMediatorsAdded' | 'AssetMediatorsRemoved' | 'TickerLinkedToAsset' | 'TickerUnlinkedFromAsset';
|
|
1422
1428
|
}
|
|
1423
1429
|
/** @name PolymeshPrimitivesAssetAssetType (123) */
|
|
1424
1430
|
interface PolymeshPrimitivesAssetAssetType extends Enum {
|
|
@@ -1560,13 +1566,13 @@ declare module "./types-lookup.ts" {
|
|
|
1560
1566
|
}
|
|
1561
1567
|
/** @name PalletCorporateActionsCaId (166) */
|
|
1562
1568
|
interface PalletCorporateActionsCaId extends Struct {
|
|
1563
|
-
readonly assetId:
|
|
1569
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
1564
1570
|
readonly localId: u32;
|
|
1565
1571
|
}
|
|
1566
1572
|
/** @name PalletCorporateActionsDistribution (168) */
|
|
1567
1573
|
interface PalletCorporateActionsDistribution extends Struct {
|
|
1568
1574
|
readonly from: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
1569
|
-
readonly currency:
|
|
1575
|
+
readonly currency: PolymeshPrimitivesAssetAssetId;
|
|
1570
1576
|
readonly perShare: u128;
|
|
1571
1577
|
readonly amount: u128;
|
|
1572
1578
|
readonly remaining: u128;
|
|
@@ -1579,7 +1585,7 @@ declare module "./types-lookup.ts" {
|
|
|
1579
1585
|
readonly isCheckpointCreated: boolean;
|
|
1580
1586
|
readonly asCheckpointCreated: ITuple<[
|
|
1581
1587
|
Option<PolymeshPrimitivesIdentityId>,
|
|
1582
|
-
|
|
1588
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1583
1589
|
u64,
|
|
1584
1590
|
u128,
|
|
1585
1591
|
u64
|
|
@@ -1589,14 +1595,14 @@ declare module "./types-lookup.ts" {
|
|
|
1589
1595
|
readonly isScheduleCreated: boolean;
|
|
1590
1596
|
readonly asScheduleCreated: ITuple<[
|
|
1591
1597
|
PolymeshPrimitivesIdentityId,
|
|
1592
|
-
|
|
1598
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1593
1599
|
u64,
|
|
1594
1600
|
PolymeshCommonUtilitiesCheckpointScheduleCheckpoints
|
|
1595
1601
|
]>;
|
|
1596
1602
|
readonly isScheduleRemoved: boolean;
|
|
1597
1603
|
readonly asScheduleRemoved: ITuple<[
|
|
1598
1604
|
PolymeshPrimitivesIdentityId,
|
|
1599
|
-
|
|
1605
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1600
1606
|
u64,
|
|
1601
1607
|
PolymeshCommonUtilitiesCheckpointScheduleCheckpoints
|
|
1602
1608
|
]>;
|
|
@@ -1611,52 +1617,52 @@ declare module "./types-lookup.ts" {
|
|
|
1611
1617
|
readonly isComplianceRequirementCreated: boolean;
|
|
1612
1618
|
readonly asComplianceRequirementCreated: ITuple<[
|
|
1613
1619
|
PolymeshPrimitivesIdentityId,
|
|
1614
|
-
|
|
1620
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1615
1621
|
PolymeshPrimitivesComplianceManagerComplianceRequirement
|
|
1616
1622
|
]>;
|
|
1617
1623
|
readonly isComplianceRequirementRemoved: boolean;
|
|
1618
1624
|
readonly asComplianceRequirementRemoved: ITuple<[
|
|
1619
1625
|
PolymeshPrimitivesIdentityId,
|
|
1620
|
-
|
|
1626
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1621
1627
|
u32
|
|
1622
1628
|
]>;
|
|
1623
1629
|
readonly isAssetComplianceReplaced: boolean;
|
|
1624
1630
|
readonly asAssetComplianceReplaced: ITuple<[
|
|
1625
1631
|
PolymeshPrimitivesIdentityId,
|
|
1626
|
-
|
|
1632
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1627
1633
|
Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>
|
|
1628
1634
|
]>;
|
|
1629
1635
|
readonly isAssetComplianceReset: boolean;
|
|
1630
1636
|
readonly asAssetComplianceReset: ITuple<[
|
|
1631
1637
|
PolymeshPrimitivesIdentityId,
|
|
1632
|
-
|
|
1638
|
+
PolymeshPrimitivesAssetAssetId
|
|
1633
1639
|
]>;
|
|
1634
1640
|
readonly isAssetComplianceResumed: boolean;
|
|
1635
1641
|
readonly asAssetComplianceResumed: ITuple<[
|
|
1636
1642
|
PolymeshPrimitivesIdentityId,
|
|
1637
|
-
|
|
1643
|
+
PolymeshPrimitivesAssetAssetId
|
|
1638
1644
|
]>;
|
|
1639
1645
|
readonly isAssetCompliancePaused: boolean;
|
|
1640
1646
|
readonly asAssetCompliancePaused: ITuple<[
|
|
1641
1647
|
PolymeshPrimitivesIdentityId,
|
|
1642
|
-
|
|
1648
|
+
PolymeshPrimitivesAssetAssetId
|
|
1643
1649
|
]>;
|
|
1644
1650
|
readonly isComplianceRequirementChanged: boolean;
|
|
1645
1651
|
readonly asComplianceRequirementChanged: ITuple<[
|
|
1646
1652
|
PolymeshPrimitivesIdentityId,
|
|
1647
|
-
|
|
1653
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1648
1654
|
PolymeshPrimitivesComplianceManagerComplianceRequirement
|
|
1649
1655
|
]>;
|
|
1650
1656
|
readonly isTrustedDefaultClaimIssuerAdded: boolean;
|
|
1651
1657
|
readonly asTrustedDefaultClaimIssuerAdded: ITuple<[
|
|
1652
1658
|
PolymeshPrimitivesIdentityId,
|
|
1653
|
-
|
|
1659
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1654
1660
|
PolymeshPrimitivesConditionTrustedIssuer
|
|
1655
1661
|
]>;
|
|
1656
1662
|
readonly isTrustedDefaultClaimIssuerRemoved: boolean;
|
|
1657
1663
|
readonly asTrustedDefaultClaimIssuerRemoved: ITuple<[
|
|
1658
1664
|
PolymeshPrimitivesIdentityId,
|
|
1659
|
-
|
|
1665
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1660
1666
|
PolymeshPrimitivesIdentityId
|
|
1661
1667
|
]>;
|
|
1662
1668
|
readonly type: 'ComplianceRequirementCreated' | 'ComplianceRequirementRemoved' | 'AssetComplianceReplaced' | 'AssetComplianceReset' | 'AssetComplianceResumed' | 'AssetCompliancePaused' | 'ComplianceRequirementChanged' | 'TrustedDefaultClaimIssuerAdded' | 'TrustedDefaultClaimIssuerRemoved';
|
|
@@ -1727,19 +1733,19 @@ declare module "./types-lookup.ts" {
|
|
|
1727
1733
|
readonly isDefaultTargetIdentitiesChanged: boolean;
|
|
1728
1734
|
readonly asDefaultTargetIdentitiesChanged: ITuple<[
|
|
1729
1735
|
PolymeshPrimitivesIdentityId,
|
|
1730
|
-
|
|
1736
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1731
1737
|
PalletCorporateActionsTargetIdentities
|
|
1732
1738
|
]>;
|
|
1733
1739
|
readonly isDefaultWithholdingTaxChanged: boolean;
|
|
1734
1740
|
readonly asDefaultWithholdingTaxChanged: ITuple<[
|
|
1735
1741
|
PolymeshPrimitivesIdentityId,
|
|
1736
|
-
|
|
1742
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1737
1743
|
Permill
|
|
1738
1744
|
]>;
|
|
1739
1745
|
readonly isDidWithholdingTaxChanged: boolean;
|
|
1740
1746
|
readonly asDidWithholdingTaxChanged: ITuple<[
|
|
1741
1747
|
PolymeshPrimitivesIdentityId,
|
|
1742
|
-
|
|
1748
|
+
PolymeshPrimitivesAssetAssetId,
|
|
1743
1749
|
PolymeshPrimitivesIdentityId,
|
|
1744
1750
|
Option<Permill>
|
|
1745
1751
|
]>;
|
|
@@ -1999,13 +2005,13 @@ declare module "./types-lookup.ts" {
|
|
|
1999
2005
|
readonly asPreApprovedPortfolio: ITuple<[
|
|
2000
2006
|
PolymeshPrimitivesIdentityId,
|
|
2001
2007
|
PolymeshPrimitivesIdentityIdPortfolioId,
|
|
2002
|
-
|
|
2008
|
+
PolymeshPrimitivesAssetAssetId
|
|
2003
2009
|
]>;
|
|
2004
2010
|
readonly isRevokePreApprovedPortfolio: boolean;
|
|
2005
2011
|
readonly asRevokePreApprovedPortfolio: ITuple<[
|
|
2006
2012
|
PolymeshPrimitivesIdentityId,
|
|
2007
2013
|
PolymeshPrimitivesIdentityIdPortfolioId,
|
|
2008
|
-
|
|
2014
|
+
PolymeshPrimitivesAssetAssetId
|
|
2009
2015
|
]>;
|
|
2010
2016
|
readonly type: 'PortfolioCreated' | 'PortfolioDeleted' | 'PortfolioRenamed' | 'UserPortfolios' | 'PortfolioCustodianChanged' | 'FundsMovedBetweenPortfolios' | 'PreApprovedPortfolio' | 'RevokePreApprovedPortfolio';
|
|
2011
2017
|
}
|
|
@@ -2013,7 +2019,7 @@ declare module "./types-lookup.ts" {
|
|
|
2013
2019
|
interface PolymeshPrimitivesPortfolioFundDescription extends Enum {
|
|
2014
2020
|
readonly isFungible: boolean;
|
|
2015
2021
|
readonly asFungible: {
|
|
2016
|
-
readonly assetId:
|
|
2022
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
2017
2023
|
readonly amount: u128;
|
|
2018
2024
|
} & Struct;
|
|
2019
2025
|
readonly isNonFungible: boolean;
|
|
@@ -2022,7 +2028,7 @@ declare module "./types-lookup.ts" {
|
|
|
2022
2028
|
}
|
|
2023
2029
|
/** @name PolymeshPrimitivesNftNfTs (237) */
|
|
2024
2030
|
interface PolymeshPrimitivesNftNfTs extends Struct {
|
|
2025
|
-
readonly assetId:
|
|
2031
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
2026
2032
|
readonly ids: Vec<u64>;
|
|
2027
2033
|
}
|
|
2028
2034
|
/** @name PalletProtocolFeeRawEvent (240) */
|
|
@@ -2116,19 +2122,19 @@ declare module "./types-lookup.ts" {
|
|
|
2116
2122
|
readonly isVenueFiltering: boolean;
|
|
2117
2123
|
readonly asVenueFiltering: ITuple<[
|
|
2118
2124
|
PolymeshPrimitivesIdentityId,
|
|
2119
|
-
|
|
2125
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2120
2126
|
bool
|
|
2121
2127
|
]>;
|
|
2122
2128
|
readonly isVenuesAllowed: boolean;
|
|
2123
2129
|
readonly asVenuesAllowed: ITuple<[
|
|
2124
2130
|
PolymeshPrimitivesIdentityId,
|
|
2125
|
-
|
|
2131
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2126
2132
|
Vec<u64>
|
|
2127
2133
|
]>;
|
|
2128
2134
|
readonly isVenuesBlocked: boolean;
|
|
2129
2135
|
readonly asVenuesBlocked: ITuple<[
|
|
2130
2136
|
PolymeshPrimitivesIdentityId,
|
|
2131
|
-
|
|
2137
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2132
2138
|
Vec<u64>
|
|
2133
2139
|
]>;
|
|
2134
2140
|
readonly isLegFailedExecution: boolean;
|
|
@@ -2140,7 +2146,7 @@ declare module "./types-lookup.ts" {
|
|
|
2140
2146
|
readonly isVenueUnauthorized: boolean;
|
|
2141
2147
|
readonly asVenueUnauthorized: ITuple<[
|
|
2142
2148
|
PolymeshPrimitivesIdentityId,
|
|
2143
|
-
|
|
2149
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2144
2150
|
u64
|
|
2145
2151
|
]>;
|
|
2146
2152
|
readonly isSchedulingFailed: boolean;
|
|
@@ -2213,7 +2219,7 @@ declare module "./types-lookup.ts" {
|
|
|
2213
2219
|
readonly asFungible: {
|
|
2214
2220
|
readonly sender: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
2215
2221
|
readonly receiver: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
2216
|
-
readonly assetId:
|
|
2222
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
2217
2223
|
readonly amount: u128;
|
|
2218
2224
|
} & Struct;
|
|
2219
2225
|
readonly isNonFungible: boolean;
|
|
@@ -2236,26 +2242,26 @@ declare module "./types-lookup.ts" {
|
|
|
2236
2242
|
readonly isStatTypesAdded: boolean;
|
|
2237
2243
|
readonly asStatTypesAdded: ITuple<[
|
|
2238
2244
|
PolymeshPrimitivesIdentityId,
|
|
2239
|
-
|
|
2245
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2240
2246
|
Vec<PolymeshPrimitivesStatisticsStatType>
|
|
2241
2247
|
]>;
|
|
2242
2248
|
readonly isStatTypesRemoved: boolean;
|
|
2243
2249
|
readonly asStatTypesRemoved: ITuple<[
|
|
2244
2250
|
PolymeshPrimitivesIdentityId,
|
|
2245
|
-
|
|
2251
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2246
2252
|
Vec<PolymeshPrimitivesStatisticsStatType>
|
|
2247
2253
|
]>;
|
|
2248
2254
|
readonly isAssetStatsUpdated: boolean;
|
|
2249
2255
|
readonly asAssetStatsUpdated: ITuple<[
|
|
2250
2256
|
PolymeshPrimitivesIdentityId,
|
|
2251
|
-
|
|
2257
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2252
2258
|
PolymeshPrimitivesStatisticsStatType,
|
|
2253
2259
|
Vec<PolymeshPrimitivesStatisticsStatUpdate>
|
|
2254
2260
|
]>;
|
|
2255
2261
|
readonly isSetAssetTransferCompliance: boolean;
|
|
2256
2262
|
readonly asSetAssetTransferCompliance: ITuple<[
|
|
2257
2263
|
PolymeshPrimitivesIdentityId,
|
|
2258
|
-
|
|
2264
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2259
2265
|
Vec<PolymeshPrimitivesTransferComplianceTransferCondition>
|
|
2260
2266
|
]>;
|
|
2261
2267
|
readonly isTransferConditionExemptionsAdded: boolean;
|
|
@@ -2329,7 +2335,7 @@ declare module "./types-lookup.ts" {
|
|
|
2329
2335
|
}
|
|
2330
2336
|
/** @name PolymeshPrimitivesTransferComplianceTransferConditionExemptKey (271) */
|
|
2331
2337
|
interface PolymeshPrimitivesTransferComplianceTransferConditionExemptKey extends Struct {
|
|
2332
|
-
readonly assetId:
|
|
2338
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
2333
2339
|
readonly op: PolymeshPrimitivesStatisticsStatOpType;
|
|
2334
2340
|
readonly claimType: Option<PolymeshPrimitivesIdentityClaimClaimType>;
|
|
2335
2341
|
}
|
|
@@ -2346,8 +2352,8 @@ declare module "./types-lookup.ts" {
|
|
|
2346
2352
|
readonly asInvested: ITuple<[
|
|
2347
2353
|
PolymeshPrimitivesIdentityId,
|
|
2348
2354
|
u64,
|
|
2349
|
-
|
|
2350
|
-
|
|
2355
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2356
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2351
2357
|
u128,
|
|
2352
2358
|
u128
|
|
2353
2359
|
]>;
|
|
@@ -2372,9 +2378,9 @@ declare module "./types-lookup.ts" {
|
|
|
2372
2378
|
interface PalletStoFundraiser extends Struct {
|
|
2373
2379
|
readonly creator: PolymeshPrimitivesIdentityId;
|
|
2374
2380
|
readonly offeringPortfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
2375
|
-
readonly offeringAsset:
|
|
2381
|
+
readonly offeringAsset: PolymeshPrimitivesAssetAssetId;
|
|
2376
2382
|
readonly raisingPortfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
2377
|
-
readonly raisingAsset:
|
|
2383
|
+
readonly raisingAsset: PolymeshPrimitivesAssetAssetId;
|
|
2378
2384
|
readonly tiers: Vec<PalletStoFundraiserTier>;
|
|
2379
2385
|
readonly venueId: u64;
|
|
2380
2386
|
readonly start: u64;
|
|
@@ -2440,61 +2446,52 @@ declare module "./types-lookup.ts" {
|
|
|
2440
2446
|
readonly target: AccountId32;
|
|
2441
2447
|
readonly result: Result<Null, SpRuntimeDispatchError>;
|
|
2442
2448
|
} & Struct;
|
|
2443
|
-
readonly
|
|
2444
|
-
readonly asBatchInterruptedOld: ITuple<[Vec<u32>, ITuple<[u32, SpRuntimeDispatchError]>]>;
|
|
2445
|
-
readonly isBatchOptimisticFailed: boolean;
|
|
2446
|
-
readonly asBatchOptimisticFailed: ITuple<[
|
|
2447
|
-
Vec<u32>,
|
|
2448
|
-
Vec<ITuple<[u32, SpRuntimeDispatchError]>>
|
|
2449
|
-
]>;
|
|
2450
|
-
readonly isBatchCompletedOld: boolean;
|
|
2451
|
-
readonly asBatchCompletedOld: Vec<u32>;
|
|
2452
|
-
readonly type: 'BatchInterrupted' | 'BatchCompleted' | 'BatchCompletedWithErrors' | 'ItemCompleted' | 'ItemFailed' | 'DispatchedAs' | 'RelayedTx' | 'BatchInterruptedOld' | 'BatchOptimisticFailed' | 'BatchCompletedOld';
|
|
2449
|
+
readonly type: 'BatchInterrupted' | 'BatchCompleted' | 'BatchCompletedWithErrors' | 'ItemCompleted' | 'ItemFailed' | 'DispatchedAs' | 'RelayedTx';
|
|
2453
2450
|
}
|
|
2454
|
-
/** @name PolymeshCommonUtilitiesBaseEvent (
|
|
2451
|
+
/** @name PolymeshCommonUtilitiesBaseEvent (282) */
|
|
2455
2452
|
interface PolymeshCommonUtilitiesBaseEvent extends Enum {
|
|
2456
2453
|
readonly isUnexpectedError: boolean;
|
|
2457
2454
|
readonly asUnexpectedError: Option<SpRuntimeDispatchError>;
|
|
2458
2455
|
readonly type: 'UnexpectedError';
|
|
2459
2456
|
}
|
|
2460
|
-
/** @name PolymeshCommonUtilitiesExternalAgentsEvent (
|
|
2457
|
+
/** @name PolymeshCommonUtilitiesExternalAgentsEvent (284) */
|
|
2461
2458
|
interface PolymeshCommonUtilitiesExternalAgentsEvent extends Enum {
|
|
2462
2459
|
readonly isGroupCreated: boolean;
|
|
2463
2460
|
readonly asGroupCreated: ITuple<[
|
|
2464
2461
|
PolymeshPrimitivesEventOnly,
|
|
2465
|
-
|
|
2462
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2466
2463
|
u32,
|
|
2467
2464
|
PolymeshPrimitivesSecondaryKeyExtrinsicPermissions
|
|
2468
2465
|
]>;
|
|
2469
2466
|
readonly isGroupPermissionsUpdated: boolean;
|
|
2470
2467
|
readonly asGroupPermissionsUpdated: ITuple<[
|
|
2471
2468
|
PolymeshPrimitivesEventOnly,
|
|
2472
|
-
|
|
2469
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2473
2470
|
u32,
|
|
2474
2471
|
PolymeshPrimitivesSecondaryKeyExtrinsicPermissions
|
|
2475
2472
|
]>;
|
|
2476
2473
|
readonly isAgentAdded: boolean;
|
|
2477
2474
|
readonly asAgentAdded: ITuple<[
|
|
2478
2475
|
PolymeshPrimitivesEventOnly,
|
|
2479
|
-
|
|
2476
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2480
2477
|
PolymeshPrimitivesAgentAgentGroup
|
|
2481
2478
|
]>;
|
|
2482
2479
|
readonly isAgentRemoved: boolean;
|
|
2483
2480
|
readonly asAgentRemoved: ITuple<[
|
|
2484
2481
|
PolymeshPrimitivesEventOnly,
|
|
2485
|
-
|
|
2482
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2486
2483
|
PolymeshPrimitivesIdentityId
|
|
2487
2484
|
]>;
|
|
2488
2485
|
readonly isGroupChanged: boolean;
|
|
2489
2486
|
readonly asGroupChanged: ITuple<[
|
|
2490
2487
|
PolymeshPrimitivesEventOnly,
|
|
2491
|
-
|
|
2488
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2492
2489
|
PolymeshPrimitivesIdentityId,
|
|
2493
2490
|
PolymeshPrimitivesAgentAgentGroup
|
|
2494
2491
|
]>;
|
|
2495
2492
|
readonly type: 'GroupCreated' | 'GroupPermissionsUpdated' | 'AgentAdded' | 'AgentRemoved' | 'GroupChanged';
|
|
2496
2493
|
}
|
|
2497
|
-
/** @name PolymeshCommonUtilitiesRelayerRawEvent (
|
|
2494
|
+
/** @name PolymeshCommonUtilitiesRelayerRawEvent (285) */
|
|
2498
2495
|
interface PolymeshCommonUtilitiesRelayerRawEvent extends Enum {
|
|
2499
2496
|
readonly isAuthorizedPayingKey: boolean;
|
|
2500
2497
|
readonly asAuthorizedPayingKey: ITuple<[
|
|
@@ -2518,7 +2515,7 @@ declare module "./types-lookup.ts" {
|
|
|
2518
2515
|
]>;
|
|
2519
2516
|
readonly type: 'AuthorizedPayingKey' | 'AcceptedPayingKey' | 'RemovedPayingKey' | 'UpdatedPolyxLimit';
|
|
2520
2517
|
}
|
|
2521
|
-
/** @name PalletContractsEvent (
|
|
2518
|
+
/** @name PalletContractsEvent (286) */
|
|
2522
2519
|
interface PalletContractsEvent extends Enum {
|
|
2523
2520
|
readonly isInstantiated: boolean;
|
|
2524
2521
|
readonly asInstantiated: {
|
|
@@ -2561,7 +2558,7 @@ declare module "./types-lookup.ts" {
|
|
|
2561
2558
|
} & Struct;
|
|
2562
2559
|
readonly type: 'Instantiated' | 'Terminated' | 'CodeStored' | 'ContractEmitted' | 'CodeRemoved' | 'ContractCodeUpdated' | 'Called' | 'DelegateCalled';
|
|
2563
2560
|
}
|
|
2564
|
-
/** @name PolymeshContractsRawEvent (
|
|
2561
|
+
/** @name PolymeshContractsRawEvent (287) */
|
|
2565
2562
|
interface PolymeshContractsRawEvent extends Enum {
|
|
2566
2563
|
readonly isApiHashUpdated: boolean;
|
|
2567
2564
|
readonly asApiHashUpdated: ITuple<[PolymeshContractsApi, PolymeshContractsChainVersion, H256]>;
|
|
@@ -2569,20 +2566,20 @@ declare module "./types-lookup.ts" {
|
|
|
2569
2566
|
readonly asScRuntimeCall: ITuple<[AccountId32, PolymeshContractsChainExtensionExtrinsicId]>;
|
|
2570
2567
|
readonly type: 'ApiHashUpdated' | 'ScRuntimeCall';
|
|
2571
2568
|
}
|
|
2572
|
-
/** @name PolymeshContractsApi (
|
|
2569
|
+
/** @name PolymeshContractsApi (288) */
|
|
2573
2570
|
interface PolymeshContractsApi extends Struct {
|
|
2574
2571
|
readonly desc: U8aFixed;
|
|
2575
2572
|
readonly major: u32;
|
|
2576
2573
|
}
|
|
2577
|
-
/** @name PolymeshContractsChainVersion (
|
|
2574
|
+
/** @name PolymeshContractsChainVersion (289) */
|
|
2578
2575
|
interface PolymeshContractsChainVersion extends Struct {
|
|
2579
2576
|
readonly specVersion: u32;
|
|
2580
2577
|
readonly txVersion: u32;
|
|
2581
2578
|
}
|
|
2582
|
-
/** @name PolymeshContractsChainExtensionExtrinsicId (
|
|
2579
|
+
/** @name PolymeshContractsChainExtensionExtrinsicId (290) */
|
|
2583
2580
|
interface PolymeshContractsChainExtensionExtrinsicId extends ITuple<[u8, u8]> {
|
|
2584
2581
|
}
|
|
2585
|
-
/** @name PalletPreimageEvent (
|
|
2582
|
+
/** @name PalletPreimageEvent (291) */
|
|
2586
2583
|
interface PalletPreimageEvent extends Enum {
|
|
2587
2584
|
readonly isNoted: boolean;
|
|
2588
2585
|
readonly asNoted: {
|
|
@@ -2598,12 +2595,12 @@ declare module "./types-lookup.ts" {
|
|
|
2598
2595
|
} & Struct;
|
|
2599
2596
|
readonly type: 'Noted' | 'Requested' | 'Cleared';
|
|
2600
2597
|
}
|
|
2601
|
-
/** @name PolymeshCommonUtilitiesNftEvent (
|
|
2598
|
+
/** @name PolymeshCommonUtilitiesNftEvent (292) */
|
|
2602
2599
|
interface PolymeshCommonUtilitiesNftEvent extends Enum {
|
|
2603
2600
|
readonly isNftCollectionCreated: boolean;
|
|
2604
2601
|
readonly asNftCollectionCreated: ITuple<[
|
|
2605
2602
|
PolymeshPrimitivesIdentityId,
|
|
2606
|
-
|
|
2603
|
+
PolymeshPrimitivesAssetAssetId,
|
|
2607
2604
|
u64
|
|
2608
2605
|
]>;
|
|
2609
2606
|
readonly isNftPortfolioUpdated: boolean;
|
|
@@ -2616,7 +2613,7 @@ declare module "./types-lookup.ts" {
|
|
|
2616
2613
|
]>;
|
|
2617
2614
|
readonly type: 'NftCollectionCreated' | 'NftPortfolioUpdated';
|
|
2618
2615
|
}
|
|
2619
|
-
/** @name PalletElectionProviderMultiPhaseEvent (
|
|
2616
|
+
/** @name PalletElectionProviderMultiPhaseEvent (294) */
|
|
2620
2617
|
interface PalletElectionProviderMultiPhaseEvent extends Enum {
|
|
2621
2618
|
readonly isSolutionStored: boolean;
|
|
2622
2619
|
readonly asSolutionStored: {
|
|
@@ -2648,7 +2645,7 @@ declare module "./types-lookup.ts" {
|
|
|
2648
2645
|
} & Struct;
|
|
2649
2646
|
readonly type: 'SolutionStored' | 'ElectionFinalized' | 'ElectionFailed' | 'Rewarded' | 'Slashed' | 'PhaseTransitioned';
|
|
2650
2647
|
}
|
|
2651
|
-
/** @name PalletElectionProviderMultiPhaseElectionCompute (
|
|
2648
|
+
/** @name PalletElectionProviderMultiPhaseElectionCompute (295) */
|
|
2652
2649
|
interface PalletElectionProviderMultiPhaseElectionCompute extends Enum {
|
|
2653
2650
|
readonly isOnChain: boolean;
|
|
2654
2651
|
readonly isSigned: boolean;
|
|
@@ -2657,13 +2654,13 @@ declare module "./types-lookup.ts" {
|
|
|
2657
2654
|
readonly isEmergency: boolean;
|
|
2658
2655
|
readonly type: 'OnChain' | 'Signed' | 'Unsigned' | 'Fallback' | 'Emergency';
|
|
2659
2656
|
}
|
|
2660
|
-
/** @name SpNposElectionsElectionScore (
|
|
2657
|
+
/** @name SpNposElectionsElectionScore (296) */
|
|
2661
2658
|
interface SpNposElectionsElectionScore extends Struct {
|
|
2662
2659
|
readonly minimalStake: u128;
|
|
2663
2660
|
readonly sumStake: u128;
|
|
2664
2661
|
readonly sumStakeSquared: u128;
|
|
2665
2662
|
}
|
|
2666
|
-
/** @name PalletElectionProviderMultiPhasePhase (
|
|
2663
|
+
/** @name PalletElectionProviderMultiPhasePhase (297) */
|
|
2667
2664
|
interface PalletElectionProviderMultiPhasePhase extends Enum {
|
|
2668
2665
|
readonly isOff: boolean;
|
|
2669
2666
|
readonly isSigned: boolean;
|
|
@@ -2672,7 +2669,7 @@ declare module "./types-lookup.ts" {
|
|
|
2672
2669
|
readonly isEmergency: boolean;
|
|
2673
2670
|
readonly type: 'Off' | 'Signed' | 'Unsigned' | 'Emergency';
|
|
2674
2671
|
}
|
|
2675
|
-
/** @name PalletTestUtilsRawEvent (
|
|
2672
|
+
/** @name PalletTestUtilsRawEvent (299) */
|
|
2676
2673
|
interface PalletTestUtilsRawEvent extends Enum {
|
|
2677
2674
|
readonly isDidStatus: boolean;
|
|
2678
2675
|
readonly asDidStatus: ITuple<[PolymeshPrimitivesIdentityId, AccountId32]>;
|
|
@@ -2680,7 +2677,7 @@ declare module "./types-lookup.ts" {
|
|
|
2680
2677
|
readonly asCddStatus: ITuple<[Option<PolymeshPrimitivesIdentityId>, AccountId32, bool]>;
|
|
2681
2678
|
readonly type: 'DidStatus' | 'CddStatus';
|
|
2682
2679
|
}
|
|
2683
|
-
/** @name FrameSystemPhase (
|
|
2680
|
+
/** @name FrameSystemPhase (300) */
|
|
2684
2681
|
interface FrameSystemPhase extends Enum {
|
|
2685
2682
|
readonly isApplyExtrinsic: boolean;
|
|
2686
2683
|
readonly asApplyExtrinsic: u32;
|
|
@@ -2688,12 +2685,12 @@ declare module "./types-lookup.ts" {
|
|
|
2688
2685
|
readonly isInitialization: boolean;
|
|
2689
2686
|
readonly type: 'ApplyExtrinsic' | 'Finalization' | 'Initialization';
|
|
2690
2687
|
}
|
|
2691
|
-
/** @name FrameSystemLastRuntimeUpgradeInfo (
|
|
2688
|
+
/** @name FrameSystemLastRuntimeUpgradeInfo (303) */
|
|
2692
2689
|
interface FrameSystemLastRuntimeUpgradeInfo extends Struct {
|
|
2693
2690
|
readonly specVersion: Compact<u32>;
|
|
2694
2691
|
readonly specName: Text;
|
|
2695
2692
|
}
|
|
2696
|
-
/** @name FrameSystemCall (
|
|
2693
|
+
/** @name FrameSystemCall (305) */
|
|
2697
2694
|
interface FrameSystemCall extends Enum {
|
|
2698
2695
|
readonly isRemark: boolean;
|
|
2699
2696
|
readonly asRemark: {
|
|
@@ -2730,41 +2727,41 @@ declare module "./types-lookup.ts" {
|
|
|
2730
2727
|
} & Struct;
|
|
2731
2728
|
readonly type: 'Remark' | 'SetHeapPages' | 'SetCode' | 'SetCodeWithoutChecks' | 'SetStorage' | 'KillStorage' | 'KillPrefix' | 'RemarkWithEvent';
|
|
2732
2729
|
}
|
|
2733
|
-
/** @name FrameSystemLimitsBlockWeights (
|
|
2730
|
+
/** @name FrameSystemLimitsBlockWeights (309) */
|
|
2734
2731
|
interface FrameSystemLimitsBlockWeights extends Struct {
|
|
2735
2732
|
readonly baseBlock: SpWeightsWeightV2Weight;
|
|
2736
2733
|
readonly maxBlock: SpWeightsWeightV2Weight;
|
|
2737
2734
|
readonly perClass: FrameSupportDispatchPerDispatchClassWeightsPerClass;
|
|
2738
2735
|
}
|
|
2739
|
-
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (
|
|
2736
|
+
/** @name FrameSupportDispatchPerDispatchClassWeightsPerClass (310) */
|
|
2740
2737
|
interface FrameSupportDispatchPerDispatchClassWeightsPerClass extends Struct {
|
|
2741
2738
|
readonly normal: FrameSystemLimitsWeightsPerClass;
|
|
2742
2739
|
readonly operational: FrameSystemLimitsWeightsPerClass;
|
|
2743
2740
|
readonly mandatory: FrameSystemLimitsWeightsPerClass;
|
|
2744
2741
|
}
|
|
2745
|
-
/** @name FrameSystemLimitsWeightsPerClass (
|
|
2742
|
+
/** @name FrameSystemLimitsWeightsPerClass (311) */
|
|
2746
2743
|
interface FrameSystemLimitsWeightsPerClass extends Struct {
|
|
2747
2744
|
readonly baseExtrinsic: SpWeightsWeightV2Weight;
|
|
2748
2745
|
readonly maxExtrinsic: Option<SpWeightsWeightV2Weight>;
|
|
2749
2746
|
readonly maxTotal: Option<SpWeightsWeightV2Weight>;
|
|
2750
2747
|
readonly reserved: Option<SpWeightsWeightV2Weight>;
|
|
2751
2748
|
}
|
|
2752
|
-
/** @name FrameSystemLimitsBlockLength (
|
|
2749
|
+
/** @name FrameSystemLimitsBlockLength (313) */
|
|
2753
2750
|
interface FrameSystemLimitsBlockLength extends Struct {
|
|
2754
2751
|
readonly max: FrameSupportDispatchPerDispatchClassU32;
|
|
2755
2752
|
}
|
|
2756
|
-
/** @name FrameSupportDispatchPerDispatchClassU32 (
|
|
2753
|
+
/** @name FrameSupportDispatchPerDispatchClassU32 (314) */
|
|
2757
2754
|
interface FrameSupportDispatchPerDispatchClassU32 extends Struct {
|
|
2758
2755
|
readonly normal: u32;
|
|
2759
2756
|
readonly operational: u32;
|
|
2760
2757
|
readonly mandatory: u32;
|
|
2761
2758
|
}
|
|
2762
|
-
/** @name SpWeightsRuntimeDbWeight (
|
|
2759
|
+
/** @name SpWeightsRuntimeDbWeight (315) */
|
|
2763
2760
|
interface SpWeightsRuntimeDbWeight extends Struct {
|
|
2764
2761
|
readonly read: u64;
|
|
2765
2762
|
readonly write: u64;
|
|
2766
2763
|
}
|
|
2767
|
-
/** @name SpVersionRuntimeVersion (
|
|
2764
|
+
/** @name SpVersionRuntimeVersion (316) */
|
|
2768
2765
|
interface SpVersionRuntimeVersion extends Struct {
|
|
2769
2766
|
readonly specName: Text;
|
|
2770
2767
|
readonly implName: Text;
|
|
@@ -2775,7 +2772,7 @@ declare module "./types-lookup.ts" {
|
|
|
2775
2772
|
readonly transactionVersion: u32;
|
|
2776
2773
|
readonly stateVersion: u8;
|
|
2777
2774
|
}
|
|
2778
|
-
/** @name FrameSystemError (
|
|
2775
|
+
/** @name FrameSystemError (321) */
|
|
2779
2776
|
interface FrameSystemError extends Enum {
|
|
2780
2777
|
readonly isInvalidSpecName: boolean;
|
|
2781
2778
|
readonly isSpecVersionNeedsToIncrease: boolean;
|
|
@@ -2785,10 +2782,10 @@ declare module "./types-lookup.ts" {
|
|
|
2785
2782
|
readonly isCallFiltered: boolean;
|
|
2786
2783
|
readonly type: 'InvalidSpecName' | 'SpecVersionNeedsToIncrease' | 'FailedToExtractRuntimeVersion' | 'NonDefaultComposite' | 'NonZeroRefCount' | 'CallFiltered';
|
|
2787
2784
|
}
|
|
2788
|
-
/** @name SpConsensusBabeAppPublic (
|
|
2785
|
+
/** @name SpConsensusBabeAppPublic (324) */
|
|
2789
2786
|
interface SpConsensusBabeAppPublic extends SpCoreSr25519Public {
|
|
2790
2787
|
}
|
|
2791
|
-
/** @name SpConsensusBabeDigestsNextConfigDescriptor (
|
|
2788
|
+
/** @name SpConsensusBabeDigestsNextConfigDescriptor (327) */
|
|
2792
2789
|
interface SpConsensusBabeDigestsNextConfigDescriptor extends Enum {
|
|
2793
2790
|
readonly isV1: boolean;
|
|
2794
2791
|
readonly asV1: {
|
|
@@ -2797,14 +2794,14 @@ declare module "./types-lookup.ts" {
|
|
|
2797
2794
|
} & Struct;
|
|
2798
2795
|
readonly type: 'V1';
|
|
2799
2796
|
}
|
|
2800
|
-
/** @name SpConsensusBabeAllowedSlots (
|
|
2797
|
+
/** @name SpConsensusBabeAllowedSlots (329) */
|
|
2801
2798
|
interface SpConsensusBabeAllowedSlots extends Enum {
|
|
2802
2799
|
readonly isPrimarySlots: boolean;
|
|
2803
2800
|
readonly isPrimaryAndSecondaryPlainSlots: boolean;
|
|
2804
2801
|
readonly isPrimaryAndSecondaryVRFSlots: boolean;
|
|
2805
2802
|
readonly type: 'PrimarySlots' | 'PrimaryAndSecondaryPlainSlots' | 'PrimaryAndSecondaryVRFSlots';
|
|
2806
2803
|
}
|
|
2807
|
-
/** @name SpConsensusBabeDigestsPreDigest (
|
|
2804
|
+
/** @name SpConsensusBabeDigestsPreDigest (333) */
|
|
2808
2805
|
interface SpConsensusBabeDigestsPreDigest extends Enum {
|
|
2809
2806
|
readonly isPrimary: boolean;
|
|
2810
2807
|
readonly asPrimary: SpConsensusBabeDigestsPrimaryPreDigest;
|
|
@@ -2814,31 +2811,31 @@ declare module "./types-lookup.ts" {
|
|
|
2814
2811
|
readonly asSecondaryVRF: SpConsensusBabeDigestsSecondaryVRFPreDigest;
|
|
2815
2812
|
readonly type: 'Primary' | 'SecondaryPlain' | 'SecondaryVRF';
|
|
2816
2813
|
}
|
|
2817
|
-
/** @name SpConsensusBabeDigestsPrimaryPreDigest (
|
|
2814
|
+
/** @name SpConsensusBabeDigestsPrimaryPreDigest (334) */
|
|
2818
2815
|
interface SpConsensusBabeDigestsPrimaryPreDigest extends Struct {
|
|
2819
2816
|
readonly authorityIndex: u32;
|
|
2820
2817
|
readonly slot: u64;
|
|
2821
2818
|
readonly vrfOutput: U8aFixed;
|
|
2822
2819
|
readonly vrfProof: U8aFixed;
|
|
2823
2820
|
}
|
|
2824
|
-
/** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (
|
|
2821
|
+
/** @name SpConsensusBabeDigestsSecondaryPlainPreDigest (335) */
|
|
2825
2822
|
interface SpConsensusBabeDigestsSecondaryPlainPreDigest extends Struct {
|
|
2826
2823
|
readonly authorityIndex: u32;
|
|
2827
2824
|
readonly slot: u64;
|
|
2828
2825
|
}
|
|
2829
|
-
/** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (
|
|
2826
|
+
/** @name SpConsensusBabeDigestsSecondaryVRFPreDigest (336) */
|
|
2830
2827
|
interface SpConsensusBabeDigestsSecondaryVRFPreDigest extends Struct {
|
|
2831
2828
|
readonly authorityIndex: u32;
|
|
2832
2829
|
readonly slot: u64;
|
|
2833
2830
|
readonly vrfOutput: U8aFixed;
|
|
2834
2831
|
readonly vrfProof: U8aFixed;
|
|
2835
2832
|
}
|
|
2836
|
-
/** @name SpConsensusBabeBabeEpochConfiguration (
|
|
2833
|
+
/** @name SpConsensusBabeBabeEpochConfiguration (337) */
|
|
2837
2834
|
interface SpConsensusBabeBabeEpochConfiguration extends Struct {
|
|
2838
2835
|
readonly c: ITuple<[u64, u64]>;
|
|
2839
2836
|
readonly allowedSlots: SpConsensusBabeAllowedSlots;
|
|
2840
2837
|
}
|
|
2841
|
-
/** @name PalletBabeCall (
|
|
2838
|
+
/** @name PalletBabeCall (341) */
|
|
2842
2839
|
interface PalletBabeCall extends Enum {
|
|
2843
2840
|
readonly isReportEquivocation: boolean;
|
|
2844
2841
|
readonly asReportEquivocation: {
|
|
@@ -2856,14 +2853,14 @@ declare module "./types-lookup.ts" {
|
|
|
2856
2853
|
} & Struct;
|
|
2857
2854
|
readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'PlanConfigChange';
|
|
2858
2855
|
}
|
|
2859
|
-
/** @name SpConsensusSlotsEquivocationProof (
|
|
2856
|
+
/** @name SpConsensusSlotsEquivocationProof (342) */
|
|
2860
2857
|
interface SpConsensusSlotsEquivocationProof extends Struct {
|
|
2861
2858
|
readonly offender: SpConsensusBabeAppPublic;
|
|
2862
2859
|
readonly slot: u64;
|
|
2863
2860
|
readonly firstHeader: SpRuntimeHeader;
|
|
2864
2861
|
readonly secondHeader: SpRuntimeHeader;
|
|
2865
2862
|
}
|
|
2866
|
-
/** @name SpRuntimeHeader (
|
|
2863
|
+
/** @name SpRuntimeHeader (343) */
|
|
2867
2864
|
interface SpRuntimeHeader extends Struct {
|
|
2868
2865
|
readonly parentHash: H256;
|
|
2869
2866
|
readonly number: Compact<u32>;
|
|
@@ -2871,15 +2868,15 @@ declare module "./types-lookup.ts" {
|
|
|
2871
2868
|
readonly extrinsicsRoot: H256;
|
|
2872
2869
|
readonly digest: SpRuntimeDigest;
|
|
2873
2870
|
}
|
|
2874
|
-
/** @name SpRuntimeBlakeTwo256 (
|
|
2871
|
+
/** @name SpRuntimeBlakeTwo256 (344) */
|
|
2875
2872
|
type SpRuntimeBlakeTwo256 = Null;
|
|
2876
|
-
/** @name SpSessionMembershipProof (
|
|
2873
|
+
/** @name SpSessionMembershipProof (345) */
|
|
2877
2874
|
interface SpSessionMembershipProof extends Struct {
|
|
2878
2875
|
readonly session: u32;
|
|
2879
2876
|
readonly trieNodes: Vec<Bytes>;
|
|
2880
2877
|
readonly validatorCount: u32;
|
|
2881
2878
|
}
|
|
2882
|
-
/** @name PalletBabeError (
|
|
2879
|
+
/** @name PalletBabeError (346) */
|
|
2883
2880
|
interface PalletBabeError extends Enum {
|
|
2884
2881
|
readonly isInvalidEquivocationProof: boolean;
|
|
2885
2882
|
readonly isInvalidKeyOwnershipProof: boolean;
|
|
@@ -2887,7 +2884,7 @@ declare module "./types-lookup.ts" {
|
|
|
2887
2884
|
readonly isInvalidConfiguration: boolean;
|
|
2888
2885
|
readonly type: 'InvalidEquivocationProof' | 'InvalidKeyOwnershipProof' | 'DuplicateOffenceReport' | 'InvalidConfiguration';
|
|
2889
2886
|
}
|
|
2890
|
-
/** @name PalletTimestampCall (
|
|
2887
|
+
/** @name PalletTimestampCall (347) */
|
|
2891
2888
|
interface PalletTimestampCall extends Enum {
|
|
2892
2889
|
readonly isSet: boolean;
|
|
2893
2890
|
readonly asSet: {
|
|
@@ -2895,7 +2892,7 @@ declare module "./types-lookup.ts" {
|
|
|
2895
2892
|
} & Struct;
|
|
2896
2893
|
readonly type: 'Set';
|
|
2897
2894
|
}
|
|
2898
|
-
/** @name PalletIndicesCall (
|
|
2895
|
+
/** @name PalletIndicesCall (349) */
|
|
2899
2896
|
interface PalletIndicesCall extends Enum {
|
|
2900
2897
|
readonly isClaim: boolean;
|
|
2901
2898
|
readonly asClaim: {
|
|
@@ -2922,7 +2919,7 @@ declare module "./types-lookup.ts" {
|
|
|
2922
2919
|
} & Struct;
|
|
2923
2920
|
readonly type: 'Claim' | 'Transfer' | 'Free' | 'ForceTransfer' | 'Freeze';
|
|
2924
2921
|
}
|
|
2925
|
-
/** @name PalletIndicesError (
|
|
2922
|
+
/** @name PalletIndicesError (351) */
|
|
2926
2923
|
interface PalletIndicesError extends Enum {
|
|
2927
2924
|
readonly isNotAssigned: boolean;
|
|
2928
2925
|
readonly isNotOwner: boolean;
|
|
@@ -2931,20 +2928,20 @@ declare module "./types-lookup.ts" {
|
|
|
2931
2928
|
readonly isPermanent: boolean;
|
|
2932
2929
|
readonly type: 'NotAssigned' | 'NotOwner' | 'InUse' | 'NotTransfer' | 'Permanent';
|
|
2933
2930
|
}
|
|
2934
|
-
/** @name PalletBalancesBalanceLock (
|
|
2931
|
+
/** @name PalletBalancesBalanceLock (353) */
|
|
2935
2932
|
interface PalletBalancesBalanceLock extends Struct {
|
|
2936
2933
|
readonly id: U8aFixed;
|
|
2937
2934
|
readonly amount: u128;
|
|
2938
2935
|
readonly reasons: PolymeshCommonUtilitiesBalancesReasons;
|
|
2939
2936
|
}
|
|
2940
|
-
/** @name PolymeshCommonUtilitiesBalancesReasons (
|
|
2937
|
+
/** @name PolymeshCommonUtilitiesBalancesReasons (354) */
|
|
2941
2938
|
interface PolymeshCommonUtilitiesBalancesReasons extends Enum {
|
|
2942
2939
|
readonly isFee: boolean;
|
|
2943
2940
|
readonly isMisc: boolean;
|
|
2944
2941
|
readonly isAll: boolean;
|
|
2945
2942
|
readonly type: 'Fee' | 'Misc' | 'All';
|
|
2946
2943
|
}
|
|
2947
|
-
/** @name PalletBalancesCall (
|
|
2944
|
+
/** @name PalletBalancesCall (355) */
|
|
2948
2945
|
interface PalletBalancesCall extends Enum {
|
|
2949
2946
|
readonly isTransfer: boolean;
|
|
2950
2947
|
readonly asTransfer: {
|
|
@@ -2979,7 +2976,7 @@ declare module "./types-lookup.ts" {
|
|
|
2979
2976
|
} & Struct;
|
|
2980
2977
|
readonly type: 'Transfer' | 'TransferWithMemo' | 'DepositBlockRewardReserveBalance' | 'SetBalance' | 'ForceTransfer' | 'BurnAccountBalance';
|
|
2981
2978
|
}
|
|
2982
|
-
/** @name PalletBalancesError (
|
|
2979
|
+
/** @name PalletBalancesError (356) */
|
|
2983
2980
|
interface PalletBalancesError extends Enum {
|
|
2984
2981
|
readonly isLiquidityRestrictions: boolean;
|
|
2985
2982
|
readonly isOverflow: boolean;
|
|
@@ -2988,34 +2985,34 @@ declare module "./types-lookup.ts" {
|
|
|
2988
2985
|
readonly isReceiverCddMissing: boolean;
|
|
2989
2986
|
readonly type: 'LiquidityRestrictions' | 'Overflow' | 'InsufficientBalance' | 'ExistentialDeposit' | 'ReceiverCddMissing';
|
|
2990
2987
|
}
|
|
2991
|
-
/** @name PalletTransactionPaymentReleases (
|
|
2988
|
+
/** @name PalletTransactionPaymentReleases (358) */
|
|
2992
2989
|
interface PalletTransactionPaymentReleases extends Enum {
|
|
2993
2990
|
readonly isV1Ancient: boolean;
|
|
2994
2991
|
readonly isV2: boolean;
|
|
2995
2992
|
readonly type: 'V1Ancient' | 'V2';
|
|
2996
2993
|
}
|
|
2997
|
-
/** @name SpWeightsWeightToFeeCoefficient (
|
|
2994
|
+
/** @name SpWeightsWeightToFeeCoefficient (360) */
|
|
2998
2995
|
interface SpWeightsWeightToFeeCoefficient extends Struct {
|
|
2999
2996
|
readonly coeffInteger: u128;
|
|
3000
2997
|
readonly coeffFrac: Perbill;
|
|
3001
2998
|
readonly negative: bool;
|
|
3002
2999
|
readonly degree: u8;
|
|
3003
3000
|
}
|
|
3004
|
-
/** @name PolymeshPrimitivesIdentityDidRecord (
|
|
3001
|
+
/** @name PolymeshPrimitivesIdentityDidRecord (361) */
|
|
3005
3002
|
interface PolymeshPrimitivesIdentityDidRecord extends Struct {
|
|
3006
3003
|
readonly primaryKey: Option<AccountId32>;
|
|
3007
3004
|
}
|
|
3008
|
-
/** @name PalletIdentityClaim1stKey (
|
|
3005
|
+
/** @name PalletIdentityClaim1stKey (363) */
|
|
3009
3006
|
interface PalletIdentityClaim1stKey extends Struct {
|
|
3010
3007
|
readonly target: PolymeshPrimitivesIdentityId;
|
|
3011
3008
|
readonly claimType: PolymeshPrimitivesIdentityClaimClaimType;
|
|
3012
3009
|
}
|
|
3013
|
-
/** @name PalletIdentityClaim2ndKey (
|
|
3010
|
+
/** @name PalletIdentityClaim2ndKey (364) */
|
|
3014
3011
|
interface PalletIdentityClaim2ndKey extends Struct {
|
|
3015
3012
|
readonly issuer: PolymeshPrimitivesIdentityId;
|
|
3016
3013
|
readonly scope: Option<PolymeshPrimitivesIdentityClaimScope>;
|
|
3017
3014
|
}
|
|
3018
|
-
/** @name PolymeshPrimitivesSecondaryKeyKeyRecord (
|
|
3015
|
+
/** @name PolymeshPrimitivesSecondaryKeyKeyRecord (365) */
|
|
3019
3016
|
interface PolymeshPrimitivesSecondaryKeyKeyRecord extends Enum {
|
|
3020
3017
|
readonly isPrimaryKey: boolean;
|
|
3021
3018
|
readonly asPrimaryKey: PolymeshPrimitivesIdentityId;
|
|
@@ -3025,7 +3022,7 @@ declare module "./types-lookup.ts" {
|
|
|
3025
3022
|
readonly asMultiSigSignerKey: AccountId32;
|
|
3026
3023
|
readonly type: 'PrimaryKey' | 'SecondaryKey' | 'MultiSigSignerKey';
|
|
3027
3024
|
}
|
|
3028
|
-
/** @name PolymeshPrimitivesSecondaryKeySignatory (
|
|
3025
|
+
/** @name PolymeshPrimitivesSecondaryKeySignatory (368) */
|
|
3029
3026
|
interface PolymeshPrimitivesSecondaryKeySignatory extends Enum {
|
|
3030
3027
|
readonly isIdentity: boolean;
|
|
3031
3028
|
readonly asIdentity: PolymeshPrimitivesIdentityId;
|
|
@@ -3033,7 +3030,7 @@ declare module "./types-lookup.ts" {
|
|
|
3033
3030
|
readonly asAccount: AccountId32;
|
|
3034
3031
|
readonly type: 'Identity' | 'Account';
|
|
3035
3032
|
}
|
|
3036
|
-
/** @name PolymeshPrimitivesAuthorization (
|
|
3033
|
+
/** @name PolymeshPrimitivesAuthorization (369) */
|
|
3037
3034
|
interface PolymeshPrimitivesAuthorization extends Struct {
|
|
3038
3035
|
readonly authorizationData: PolymeshPrimitivesAuthorizationAuthorizationData;
|
|
3039
3036
|
readonly authorizedBy: PolymeshPrimitivesIdentityId;
|
|
@@ -3041,7 +3038,7 @@ declare module "./types-lookup.ts" {
|
|
|
3041
3038
|
readonly authId: u64;
|
|
3042
3039
|
readonly count: u32;
|
|
3043
3040
|
}
|
|
3044
|
-
/** @name PalletIdentityCall (
|
|
3041
|
+
/** @name PalletIdentityCall (373) */
|
|
3045
3042
|
interface PalletIdentityCall extends Enum {
|
|
3046
3043
|
readonly isCddRegisterDid: boolean;
|
|
3047
3044
|
readonly asCddRegisterDid: {
|
|
@@ -3151,17 +3148,17 @@ declare module "./types-lookup.ts" {
|
|
|
3151
3148
|
} & Struct;
|
|
3152
3149
|
readonly type: 'CddRegisterDid' | 'InvalidateCddClaims' | 'AcceptPrimaryKey' | 'ChangeCddRequirementForMkRotation' | 'JoinIdentityAsKey' | 'LeaveIdentityAsKey' | 'AddClaim' | 'RevokeClaim' | 'FreezeSecondaryKeys' | 'UnfreezeSecondaryKeys' | 'AddAuthorization' | 'RemoveAuthorization' | 'GcAddCddClaim' | 'GcRevokeCddClaim' | 'RevokeClaimByIndex' | 'RotatePrimaryKeyToSecondary' | 'AddSecondaryKeysWithAuthorization' | 'SetSecondaryKeyPermissions' | 'RemoveSecondaryKeys' | 'RegisterCustomClaimType' | 'CddRegisterDidWithCdd' | 'CreateChildIdentity' | 'CreateChildIdentities' | 'UnlinkChildIdentity';
|
|
3153
3150
|
}
|
|
3154
|
-
/** @name PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth (
|
|
3151
|
+
/** @name PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth (375) */
|
|
3155
3152
|
interface PolymeshCommonUtilitiesIdentitySecondaryKeyWithAuth extends Struct {
|
|
3156
3153
|
readonly secondaryKey: PolymeshPrimitivesSecondaryKey;
|
|
3157
3154
|
readonly authSignature: H512;
|
|
3158
3155
|
}
|
|
3159
|
-
/** @name PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth (
|
|
3156
|
+
/** @name PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth (378) */
|
|
3160
3157
|
interface PolymeshCommonUtilitiesIdentityCreateChildIdentityWithAuth extends Struct {
|
|
3161
3158
|
readonly key: AccountId32;
|
|
3162
3159
|
readonly authSignature: H512;
|
|
3163
3160
|
}
|
|
3164
|
-
/** @name PalletIdentityError (
|
|
3161
|
+
/** @name PalletIdentityError (379) */
|
|
3165
3162
|
interface PalletIdentityError extends Enum {
|
|
3166
3163
|
readonly isAlreadyLinked: boolean;
|
|
3167
3164
|
readonly isMissingIdentity: boolean;
|
|
@@ -3198,13 +3195,13 @@ declare module "./types-lookup.ts" {
|
|
|
3198
3195
|
readonly isExceededNumberOfGivenAuths: boolean;
|
|
3199
3196
|
readonly type: 'AlreadyLinked' | 'MissingIdentity' | 'Unauthorized' | 'InvalidAccountKey' | 'UnAuthorizedCddProvider' | 'InvalidAuthorizationFromOwner' | 'InvalidAuthorizationFromCddProvider' | 'NotCddProviderAttestation' | 'AuthorizationsNotForSameDids' | 'DidMustAlreadyExist' | 'AuthorizationExpired' | 'TargetHasNoCdd' | 'AuthorizationHasBeenRevoked' | 'InvalidAuthorizationSignature' | 'KeyNotAllowed' | 'NotPrimaryKey' | 'DidDoesNotExist' | 'DidAlreadyExists' | 'SecondaryKeysContainPrimaryKey' | 'FailedToChargeFee' | 'NotASigner' | 'CannotDecodeSignerAccountId' | 'AccountKeyIsBeingUsed' | 'CustomScopeTooLong' | 'CustomClaimTypeAlreadyExists' | 'CustomClaimTypeDoesNotExist' | 'ClaimDoesNotExist' | 'IsChildIdentity' | 'NoParentIdentity' | 'NotParentOrChildIdentity' | 'DuplicateKey' | 'ExceptNotAllowedForExtrinsics' | 'ExceededNumberOfGivenAuths';
|
|
3200
3197
|
}
|
|
3201
|
-
/** @name PolymeshCommonUtilitiesGroupInactiveMember (
|
|
3198
|
+
/** @name PolymeshCommonUtilitiesGroupInactiveMember (381) */
|
|
3202
3199
|
interface PolymeshCommonUtilitiesGroupInactiveMember extends Struct {
|
|
3203
3200
|
readonly id: PolymeshPrimitivesIdentityId;
|
|
3204
3201
|
readonly deactivatedAt: u64;
|
|
3205
3202
|
readonly expiry: Option<u64>;
|
|
3206
3203
|
}
|
|
3207
|
-
/** @name PalletGroupCall (
|
|
3204
|
+
/** @name PalletGroupCall (382) */
|
|
3208
3205
|
interface PalletGroupCall extends Enum {
|
|
3209
3206
|
readonly isSetActiveMembersLimit: boolean;
|
|
3210
3207
|
readonly asSetActiveMembersLimit: {
|
|
@@ -3236,7 +3233,7 @@ declare module "./types-lookup.ts" {
|
|
|
3236
3233
|
readonly isAbdicateMembership: boolean;
|
|
3237
3234
|
readonly type: 'SetActiveMembersLimit' | 'DisableMember' | 'AddMember' | 'RemoveMember' | 'SwapMember' | 'ResetMembers' | 'AbdicateMembership';
|
|
3238
3235
|
}
|
|
3239
|
-
/** @name PalletGroupError (
|
|
3236
|
+
/** @name PalletGroupError (383) */
|
|
3240
3237
|
interface PalletGroupError extends Enum {
|
|
3241
3238
|
readonly isOnlyPrimaryKeyAllowed: boolean;
|
|
3242
3239
|
readonly isDuplicateMember: boolean;
|
|
@@ -3246,7 +3243,7 @@ declare module "./types-lookup.ts" {
|
|
|
3246
3243
|
readonly isActiveMembersLimitOverflow: boolean;
|
|
3247
3244
|
readonly type: 'OnlyPrimaryKeyAllowed' | 'DuplicateMember' | 'NoSuchMember' | 'LastMemberCannotQuit' | 'ActiveMembersLimitExceeded' | 'ActiveMembersLimitOverflow';
|
|
3248
3245
|
}
|
|
3249
|
-
/** @name PalletCommitteeCall (
|
|
3246
|
+
/** @name PalletCommitteeCall (385) */
|
|
3250
3247
|
interface PalletCommitteeCall extends Enum {
|
|
3251
3248
|
readonly isSetVoteThreshold: boolean;
|
|
3252
3249
|
readonly asSetVoteThreshold: {
|
|
@@ -3274,7 +3271,7 @@ declare module "./types-lookup.ts" {
|
|
|
3274
3271
|
} & Struct;
|
|
3275
3272
|
readonly type: 'SetVoteThreshold' | 'SetReleaseCoordinator' | 'SetExpiresAfter' | 'VoteOrPropose' | 'Vote';
|
|
3276
3273
|
}
|
|
3277
|
-
/** @name PalletMultisigCall (
|
|
3274
|
+
/** @name PalletMultisigCall (391) */
|
|
3278
3275
|
interface PalletMultisigCall extends Enum {
|
|
3279
3276
|
readonly isCreateMultisig: boolean;
|
|
3280
3277
|
readonly asCreateMultisig: {
|
|
@@ -3352,9 +3349,10 @@ declare module "./types-lookup.ts" {
|
|
|
3352
3349
|
readonly asJoinIdentity: {
|
|
3353
3350
|
readonly authId: u64;
|
|
3354
3351
|
} & Struct;
|
|
3355
|
-
readonly
|
|
3352
|
+
readonly isRemoveAdmin: boolean;
|
|
3353
|
+
readonly type: 'CreateMultisig' | 'CreateProposal' | 'Approve' | 'Reject' | 'AcceptMultisigSigner' | 'AddMultisigSigners' | 'RemoveMultisigSigners' | 'AddMultisigSignersViaAdmin' | 'RemoveMultisigSignersViaAdmin' | 'ChangeSigsRequired' | 'ChangeSigsRequiredViaAdmin' | 'AddAdmin' | 'RemoveAdminViaAdmin' | 'RemovePayer' | 'RemovePayerViaPayer' | 'ApproveJoinIdentity' | 'JoinIdentity' | 'RemoveAdmin';
|
|
3356
3354
|
}
|
|
3357
|
-
/** @name PalletStakingPalletCall (
|
|
3355
|
+
/** @name PalletStakingPalletCall (393) */
|
|
3358
3356
|
interface PalletStakingPalletCall extends Enum {
|
|
3359
3357
|
readonly isBond: boolean;
|
|
3360
3358
|
readonly asBond: {
|
|
@@ -3497,7 +3495,7 @@ declare module "./types-lookup.ts" {
|
|
|
3497
3495
|
} & Struct;
|
|
3498
3496
|
readonly type: 'Bond' | 'BondExtra' | 'Unbond' | 'WithdrawUnbonded' | 'Validate' | 'Nominate' | 'Chill' | 'SetPayee' | 'SetController' | 'SetValidatorCount' | 'IncreaseValidatorCount' | 'ScaleValidatorCount' | 'ForceNoEras' | 'ForceNewEra' | 'SetInvulnerables' | 'ForceUnstake' | 'ForceNewEraAlways' | 'CancelDeferredSlash' | 'PayoutStakers' | 'Rebond' | 'ReapStash' | 'Kick' | 'SetStakingConfigs' | 'ChillOther' | 'ForceApplyMinCommission' | 'SetMinCommission' | 'AddPermissionedValidator' | 'RemovePermissionedValidator' | 'ValidateCddExpiryNominators' | 'PayoutStakersBySystem' | 'ChangeSlashingAllowedFor' | 'UpdatePermissionedValidatorIntendedCount' | 'ChillFromGovernance' | 'SetCommissionCap';
|
|
3499
3497
|
}
|
|
3500
|
-
/** @name PalletStakingRewardDestination (
|
|
3498
|
+
/** @name PalletStakingRewardDestination (394) */
|
|
3501
3499
|
interface PalletStakingRewardDestination extends Enum {
|
|
3502
3500
|
readonly isStaked: boolean;
|
|
3503
3501
|
readonly isStash: boolean;
|
|
@@ -3507,7 +3505,7 @@ declare module "./types-lookup.ts" {
|
|
|
3507
3505
|
readonly isNone: boolean;
|
|
3508
3506
|
readonly type: 'Staked' | 'Stash' | 'Controller' | 'Account' | 'None';
|
|
3509
3507
|
}
|
|
3510
|
-
/** @name PalletStakingPalletConfigOpU128 (
|
|
3508
|
+
/** @name PalletStakingPalletConfigOpU128 (398) */
|
|
3511
3509
|
interface PalletStakingPalletConfigOpU128 extends Enum {
|
|
3512
3510
|
readonly isNoop: boolean;
|
|
3513
3511
|
readonly isSet: boolean;
|
|
@@ -3515,7 +3513,7 @@ declare module "./types-lookup.ts" {
|
|
|
3515
3513
|
readonly isRemove: boolean;
|
|
3516
3514
|
readonly type: 'Noop' | 'Set' | 'Remove';
|
|
3517
3515
|
}
|
|
3518
|
-
/** @name PalletStakingPalletConfigOpU32 (
|
|
3516
|
+
/** @name PalletStakingPalletConfigOpU32 (399) */
|
|
3519
3517
|
interface PalletStakingPalletConfigOpU32 extends Enum {
|
|
3520
3518
|
readonly isNoop: boolean;
|
|
3521
3519
|
readonly isSet: boolean;
|
|
@@ -3523,7 +3521,7 @@ declare module "./types-lookup.ts" {
|
|
|
3523
3521
|
readonly isRemove: boolean;
|
|
3524
3522
|
readonly type: 'Noop' | 'Set' | 'Remove';
|
|
3525
3523
|
}
|
|
3526
|
-
/** @name PalletStakingPalletConfigOpPercent (
|
|
3524
|
+
/** @name PalletStakingPalletConfigOpPercent (400) */
|
|
3527
3525
|
interface PalletStakingPalletConfigOpPercent extends Enum {
|
|
3528
3526
|
readonly isNoop: boolean;
|
|
3529
3527
|
readonly isSet: boolean;
|
|
@@ -3531,7 +3529,7 @@ declare module "./types-lookup.ts" {
|
|
|
3531
3529
|
readonly isRemove: boolean;
|
|
3532
3530
|
readonly type: 'Noop' | 'Set' | 'Remove';
|
|
3533
3531
|
}
|
|
3534
|
-
/** @name PalletStakingPalletConfigOpPerbill (
|
|
3532
|
+
/** @name PalletStakingPalletConfigOpPerbill (401) */
|
|
3535
3533
|
interface PalletStakingPalletConfigOpPerbill extends Enum {
|
|
3536
3534
|
readonly isNoop: boolean;
|
|
3537
3535
|
readonly isSet: boolean;
|
|
@@ -3539,7 +3537,7 @@ declare module "./types-lookup.ts" {
|
|
|
3539
3537
|
readonly isRemove: boolean;
|
|
3540
3538
|
readonly type: 'Noop' | 'Set' | 'Remove';
|
|
3541
3539
|
}
|
|
3542
|
-
/** @name PalletSessionCall (
|
|
3540
|
+
/** @name PalletSessionCall (403) */
|
|
3543
3541
|
interface PalletSessionCall extends Enum {
|
|
3544
3542
|
readonly isSetKeys: boolean;
|
|
3545
3543
|
readonly asSetKeys: {
|
|
@@ -3549,17 +3547,17 @@ declare module "./types-lookup.ts" {
|
|
|
3549
3547
|
readonly isPurgeKeys: boolean;
|
|
3550
3548
|
readonly type: 'SetKeys' | 'PurgeKeys';
|
|
3551
3549
|
}
|
|
3552
|
-
/** @name PolymeshRuntimeDevelopRuntimeSessionKeys (
|
|
3550
|
+
/** @name PolymeshRuntimeDevelopRuntimeSessionKeys (404) */
|
|
3553
3551
|
interface PolymeshRuntimeDevelopRuntimeSessionKeys extends Struct {
|
|
3554
3552
|
readonly grandpa: SpConsensusGrandpaAppPublic;
|
|
3555
3553
|
readonly babe: SpConsensusBabeAppPublic;
|
|
3556
3554
|
readonly imOnline: PalletImOnlineSr25519AppSr25519Public;
|
|
3557
3555
|
readonly authorityDiscovery: SpAuthorityDiscoveryAppPublic;
|
|
3558
3556
|
}
|
|
3559
|
-
/** @name SpAuthorityDiscoveryAppPublic (
|
|
3557
|
+
/** @name SpAuthorityDiscoveryAppPublic (405) */
|
|
3560
3558
|
interface SpAuthorityDiscoveryAppPublic extends SpCoreSr25519Public {
|
|
3561
3559
|
}
|
|
3562
|
-
/** @name PalletGrandpaCall (
|
|
3560
|
+
/** @name PalletGrandpaCall (406) */
|
|
3563
3561
|
interface PalletGrandpaCall extends Enum {
|
|
3564
3562
|
readonly isReportEquivocation: boolean;
|
|
3565
3563
|
readonly asReportEquivocation: {
|
|
@@ -3578,12 +3576,12 @@ declare module "./types-lookup.ts" {
|
|
|
3578
3576
|
} & Struct;
|
|
3579
3577
|
readonly type: 'ReportEquivocation' | 'ReportEquivocationUnsigned' | 'NoteStalled';
|
|
3580
3578
|
}
|
|
3581
|
-
/** @name SpConsensusGrandpaEquivocationProof (
|
|
3579
|
+
/** @name SpConsensusGrandpaEquivocationProof (407) */
|
|
3582
3580
|
interface SpConsensusGrandpaEquivocationProof extends Struct {
|
|
3583
3581
|
readonly setId: u64;
|
|
3584
3582
|
readonly equivocation: SpConsensusGrandpaEquivocation;
|
|
3585
3583
|
}
|
|
3586
|
-
/** @name SpConsensusGrandpaEquivocation (
|
|
3584
|
+
/** @name SpConsensusGrandpaEquivocation (408) */
|
|
3587
3585
|
interface SpConsensusGrandpaEquivocation extends Enum {
|
|
3588
3586
|
readonly isPrevote: boolean;
|
|
3589
3587
|
readonly asPrevote: FinalityGrandpaEquivocationPrevote;
|
|
@@ -3591,37 +3589,37 @@ declare module "./types-lookup.ts" {
|
|
|
3591
3589
|
readonly asPrecommit: FinalityGrandpaEquivocationPrecommit;
|
|
3592
3590
|
readonly type: 'Prevote' | 'Precommit';
|
|
3593
3591
|
}
|
|
3594
|
-
/** @name FinalityGrandpaEquivocationPrevote (
|
|
3592
|
+
/** @name FinalityGrandpaEquivocationPrevote (409) */
|
|
3595
3593
|
interface FinalityGrandpaEquivocationPrevote extends Struct {
|
|
3596
3594
|
readonly roundNumber: u64;
|
|
3597
3595
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
3598
3596
|
readonly first: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
3599
3597
|
readonly second: ITuple<[FinalityGrandpaPrevote, SpConsensusGrandpaAppSignature]>;
|
|
3600
3598
|
}
|
|
3601
|
-
/** @name FinalityGrandpaPrevote (
|
|
3599
|
+
/** @name FinalityGrandpaPrevote (410) */
|
|
3602
3600
|
interface FinalityGrandpaPrevote extends Struct {
|
|
3603
3601
|
readonly targetHash: H256;
|
|
3604
3602
|
readonly targetNumber: u32;
|
|
3605
3603
|
}
|
|
3606
|
-
/** @name SpConsensusGrandpaAppSignature (
|
|
3604
|
+
/** @name SpConsensusGrandpaAppSignature (411) */
|
|
3607
3605
|
interface SpConsensusGrandpaAppSignature extends SpCoreEd25519Signature {
|
|
3608
3606
|
}
|
|
3609
|
-
/** @name SpCoreEd25519Signature (
|
|
3607
|
+
/** @name SpCoreEd25519Signature (412) */
|
|
3610
3608
|
interface SpCoreEd25519Signature extends U8aFixed {
|
|
3611
3609
|
}
|
|
3612
|
-
/** @name FinalityGrandpaEquivocationPrecommit (
|
|
3610
|
+
/** @name FinalityGrandpaEquivocationPrecommit (414) */
|
|
3613
3611
|
interface FinalityGrandpaEquivocationPrecommit extends Struct {
|
|
3614
3612
|
readonly roundNumber: u64;
|
|
3615
3613
|
readonly identity: SpConsensusGrandpaAppPublic;
|
|
3616
3614
|
readonly first: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
3617
3615
|
readonly second: ITuple<[FinalityGrandpaPrecommit, SpConsensusGrandpaAppSignature]>;
|
|
3618
3616
|
}
|
|
3619
|
-
/** @name FinalityGrandpaPrecommit (
|
|
3617
|
+
/** @name FinalityGrandpaPrecommit (415) */
|
|
3620
3618
|
interface FinalityGrandpaPrecommit extends Struct {
|
|
3621
3619
|
readonly targetHash: H256;
|
|
3622
3620
|
readonly targetNumber: u32;
|
|
3623
3621
|
}
|
|
3624
|
-
/** @name PalletImOnlineCall (
|
|
3622
|
+
/** @name PalletImOnlineCall (417) */
|
|
3625
3623
|
interface PalletImOnlineCall extends Enum {
|
|
3626
3624
|
readonly isHeartbeat: boolean;
|
|
3627
3625
|
readonly asHeartbeat: {
|
|
@@ -3630,7 +3628,7 @@ declare module "./types-lookup.ts" {
|
|
|
3630
3628
|
} & Struct;
|
|
3631
3629
|
readonly type: 'Heartbeat';
|
|
3632
3630
|
}
|
|
3633
|
-
/** @name PalletImOnlineHeartbeat (
|
|
3631
|
+
/** @name PalletImOnlineHeartbeat (418) */
|
|
3634
3632
|
interface PalletImOnlineHeartbeat extends Struct {
|
|
3635
3633
|
readonly blockNumber: u32;
|
|
3636
3634
|
readonly networkState: SpCoreOffchainOpaqueNetworkState;
|
|
@@ -3638,18 +3636,18 @@ declare module "./types-lookup.ts" {
|
|
|
3638
3636
|
readonly authorityIndex: u32;
|
|
3639
3637
|
readonly validatorsLen: u32;
|
|
3640
3638
|
}
|
|
3641
|
-
/** @name SpCoreOffchainOpaqueNetworkState (
|
|
3639
|
+
/** @name SpCoreOffchainOpaqueNetworkState (419) */
|
|
3642
3640
|
interface SpCoreOffchainOpaqueNetworkState extends Struct {
|
|
3643
3641
|
readonly peerId: OpaquePeerId;
|
|
3644
3642
|
readonly externalAddresses: Vec<OpaqueMultiaddr>;
|
|
3645
3643
|
}
|
|
3646
|
-
/** @name PalletImOnlineSr25519AppSr25519Signature (
|
|
3644
|
+
/** @name PalletImOnlineSr25519AppSr25519Signature (423) */
|
|
3647
3645
|
interface PalletImOnlineSr25519AppSr25519Signature extends SpCoreSr25519Signature {
|
|
3648
3646
|
}
|
|
3649
|
-
/** @name SpCoreSr25519Signature (
|
|
3647
|
+
/** @name SpCoreSr25519Signature (424) */
|
|
3650
3648
|
interface SpCoreSr25519Signature extends U8aFixed {
|
|
3651
3649
|
}
|
|
3652
|
-
/** @name PalletSudoCall (
|
|
3650
|
+
/** @name PalletSudoCall (425) */
|
|
3653
3651
|
interface PalletSudoCall extends Enum {
|
|
3654
3652
|
readonly isSudo: boolean;
|
|
3655
3653
|
readonly asSudo: {
|
|
@@ -3671,7 +3669,7 @@ declare module "./types-lookup.ts" {
|
|
|
3671
3669
|
} & Struct;
|
|
3672
3670
|
readonly type: 'Sudo' | 'SudoUncheckedWeight' | 'SetKey' | 'SudoAs';
|
|
3673
3671
|
}
|
|
3674
|
-
/** @name PalletAssetCall (
|
|
3672
|
+
/** @name PalletAssetCall (426) */
|
|
3675
3673
|
interface PalletAssetCall extends Enum {
|
|
3676
3674
|
readonly isRegisterUniqueTicker: boolean;
|
|
3677
3675
|
readonly asRegisterUniqueTicker: {
|
|
@@ -3695,56 +3693,56 @@ declare module "./types-lookup.ts" {
|
|
|
3695
3693
|
} & Struct;
|
|
3696
3694
|
readonly isFreeze: boolean;
|
|
3697
3695
|
readonly asFreeze: {
|
|
3698
|
-
readonly assetId:
|
|
3696
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3699
3697
|
} & Struct;
|
|
3700
3698
|
readonly isUnfreeze: boolean;
|
|
3701
3699
|
readonly asUnfreeze: {
|
|
3702
|
-
readonly assetId:
|
|
3700
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3703
3701
|
} & Struct;
|
|
3704
3702
|
readonly isRenameAsset: boolean;
|
|
3705
3703
|
readonly asRenameAsset: {
|
|
3706
|
-
readonly assetId:
|
|
3704
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3707
3705
|
readonly assetName: Bytes;
|
|
3708
3706
|
} & Struct;
|
|
3709
3707
|
readonly isIssue: boolean;
|
|
3710
3708
|
readonly asIssue: {
|
|
3711
|
-
readonly assetId:
|
|
3709
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3712
3710
|
readonly amount: u128;
|
|
3713
3711
|
readonly portfolioKind: PolymeshPrimitivesIdentityIdPortfolioKind;
|
|
3714
3712
|
} & Struct;
|
|
3715
3713
|
readonly isRedeem: boolean;
|
|
3716
3714
|
readonly asRedeem: {
|
|
3717
|
-
readonly assetId:
|
|
3715
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3718
3716
|
readonly value: u128;
|
|
3719
3717
|
readonly portfolioKind: PolymeshPrimitivesIdentityIdPortfolioKind;
|
|
3720
3718
|
} & Struct;
|
|
3721
3719
|
readonly isMakeDivisible: boolean;
|
|
3722
3720
|
readonly asMakeDivisible: {
|
|
3723
|
-
readonly assetId:
|
|
3721
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3724
3722
|
} & Struct;
|
|
3725
3723
|
readonly isAddDocuments: boolean;
|
|
3726
3724
|
readonly asAddDocuments: {
|
|
3727
3725
|
readonly docs: Vec<PolymeshPrimitivesDocument>;
|
|
3728
|
-
readonly assetId:
|
|
3726
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3729
3727
|
} & Struct;
|
|
3730
3728
|
readonly isRemoveDocuments: boolean;
|
|
3731
3729
|
readonly asRemoveDocuments: {
|
|
3732
3730
|
readonly docsId: Vec<u32>;
|
|
3733
|
-
readonly assetId:
|
|
3731
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3734
3732
|
} & Struct;
|
|
3735
3733
|
readonly isSetFundingRound: boolean;
|
|
3736
3734
|
readonly asSetFundingRound: {
|
|
3737
|
-
readonly assetId:
|
|
3735
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3738
3736
|
readonly foundingRoundName: Bytes;
|
|
3739
3737
|
} & Struct;
|
|
3740
3738
|
readonly isUpdateIdentifiers: boolean;
|
|
3741
3739
|
readonly asUpdateIdentifiers: {
|
|
3742
|
-
readonly assetId:
|
|
3740
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3743
3741
|
readonly assetIdentifiers: Vec<PolymeshPrimitivesAssetIdentifier>;
|
|
3744
3742
|
} & Struct;
|
|
3745
3743
|
readonly isControllerTransfer: boolean;
|
|
3746
3744
|
readonly asControllerTransfer: {
|
|
3747
|
-
readonly assetId:
|
|
3745
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3748
3746
|
readonly value: u128;
|
|
3749
3747
|
readonly fromPortfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
3750
3748
|
} & Struct;
|
|
@@ -3762,20 +3760,20 @@ declare module "./types-lookup.ts" {
|
|
|
3762
3760
|
} & Struct;
|
|
3763
3761
|
readonly isSetAssetMetadata: boolean;
|
|
3764
3762
|
readonly asSetAssetMetadata: {
|
|
3765
|
-
readonly assetId:
|
|
3763
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3766
3764
|
readonly key: PolymeshPrimitivesAssetMetadataAssetMetadataKey;
|
|
3767
3765
|
readonly value: Bytes;
|
|
3768
3766
|
readonly detail: Option<PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail>;
|
|
3769
3767
|
} & Struct;
|
|
3770
3768
|
readonly isSetAssetMetadataDetails: boolean;
|
|
3771
3769
|
readonly asSetAssetMetadataDetails: {
|
|
3772
|
-
readonly assetId:
|
|
3770
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3773
3771
|
readonly key: PolymeshPrimitivesAssetMetadataAssetMetadataKey;
|
|
3774
3772
|
readonly detail: PolymeshPrimitivesAssetMetadataAssetMetadataValueDetail;
|
|
3775
3773
|
} & Struct;
|
|
3776
3774
|
readonly isRegisterAndSetLocalAssetMetadata: boolean;
|
|
3777
3775
|
readonly asRegisterAndSetLocalAssetMetadata: {
|
|
3778
|
-
readonly assetId:
|
|
3776
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3779
3777
|
readonly name: Bytes;
|
|
3780
3778
|
readonly spec: PolymeshPrimitivesAssetMetadataAssetMetadataSpec;
|
|
3781
3779
|
readonly value: Bytes;
|
|
@@ -3783,7 +3781,7 @@ declare module "./types-lookup.ts" {
|
|
|
3783
3781
|
} & Struct;
|
|
3784
3782
|
readonly isRegisterAssetMetadataLocalType: boolean;
|
|
3785
3783
|
readonly asRegisterAssetMetadataLocalType: {
|
|
3786
|
-
readonly assetId:
|
|
3784
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3787
3785
|
readonly name: Bytes;
|
|
3788
3786
|
readonly spec: PolymeshPrimitivesAssetMetadataAssetMetadataSpec;
|
|
3789
3787
|
} & Struct;
|
|
@@ -3794,59 +3792,64 @@ declare module "./types-lookup.ts" {
|
|
|
3794
3792
|
} & Struct;
|
|
3795
3793
|
readonly isUpdateAssetType: boolean;
|
|
3796
3794
|
readonly asUpdateAssetType: {
|
|
3797
|
-
readonly assetId:
|
|
3795
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3798
3796
|
readonly assetType: PolymeshPrimitivesAssetAssetType;
|
|
3799
3797
|
} & Struct;
|
|
3800
3798
|
readonly isRemoveLocalMetadataKey: boolean;
|
|
3801
3799
|
readonly asRemoveLocalMetadataKey: {
|
|
3802
|
-
readonly assetId:
|
|
3800
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3803
3801
|
readonly localKey: u64;
|
|
3804
3802
|
} & Struct;
|
|
3805
3803
|
readonly isRemoveMetadataValue: boolean;
|
|
3806
3804
|
readonly asRemoveMetadataValue: {
|
|
3807
|
-
readonly assetId:
|
|
3805
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3808
3806
|
readonly metadataKey: PolymeshPrimitivesAssetMetadataAssetMetadataKey;
|
|
3809
3807
|
} & Struct;
|
|
3810
3808
|
readonly isExemptAssetAffirmation: boolean;
|
|
3811
3809
|
readonly asExemptAssetAffirmation: {
|
|
3812
|
-
readonly assetId:
|
|
3810
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3813
3811
|
} & Struct;
|
|
3814
3812
|
readonly isRemoveAssetAffirmationExemption: boolean;
|
|
3815
3813
|
readonly asRemoveAssetAffirmationExemption: {
|
|
3816
|
-
readonly assetId:
|
|
3814
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3817
3815
|
} & Struct;
|
|
3818
3816
|
readonly isPreApproveAsset: boolean;
|
|
3819
3817
|
readonly asPreApproveAsset: {
|
|
3820
|
-
readonly assetId:
|
|
3818
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3821
3819
|
} & Struct;
|
|
3822
3820
|
readonly isRemoveAssetPreApproval: boolean;
|
|
3823
3821
|
readonly asRemoveAssetPreApproval: {
|
|
3824
|
-
readonly assetId:
|
|
3822
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3825
3823
|
} & Struct;
|
|
3826
3824
|
readonly isAddMandatoryMediators: boolean;
|
|
3827
3825
|
readonly asAddMandatoryMediators: {
|
|
3828
|
-
readonly assetId:
|
|
3826
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3829
3827
|
readonly mediators: BTreeSet<PolymeshPrimitivesIdentityId>;
|
|
3830
3828
|
} & Struct;
|
|
3831
3829
|
readonly isRemoveMandatoryMediators: boolean;
|
|
3832
3830
|
readonly asRemoveMandatoryMediators: {
|
|
3833
|
-
readonly assetId:
|
|
3831
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3834
3832
|
readonly mediators: BTreeSet<PolymeshPrimitivesIdentityId>;
|
|
3835
3833
|
} & Struct;
|
|
3836
3834
|
readonly isLinkTickerToAssetId: boolean;
|
|
3837
3835
|
readonly asLinkTickerToAssetId: {
|
|
3838
3836
|
readonly ticker: PolymeshPrimitivesTicker;
|
|
3839
|
-
readonly assetId:
|
|
3837
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3838
|
+
} & Struct;
|
|
3839
|
+
readonly isUnlinkTickerFromAssetId: boolean;
|
|
3840
|
+
readonly asUnlinkTickerFromAssetId: {
|
|
3841
|
+
readonly ticker: PolymeshPrimitivesTicker;
|
|
3842
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3840
3843
|
} & Struct;
|
|
3841
|
-
readonly type: 'RegisterUniqueTicker' | 'AcceptTickerTransfer' | 'AcceptAssetOwnershipTransfer' | 'CreateAsset' | 'Freeze' | 'Unfreeze' | 'RenameAsset' | 'Issue' | 'Redeem' | 'MakeDivisible' | 'AddDocuments' | 'RemoveDocuments' | 'SetFundingRound' | 'UpdateIdentifiers' | 'ControllerTransfer' | 'RegisterCustomAssetType' | 'CreateAssetWithCustomType' | 'SetAssetMetadata' | 'SetAssetMetadataDetails' | 'RegisterAndSetLocalAssetMetadata' | 'RegisterAssetMetadataLocalType' | 'RegisterAssetMetadataGlobalType' | 'UpdateAssetType' | 'RemoveLocalMetadataKey' | 'RemoveMetadataValue' | 'ExemptAssetAffirmation' | 'RemoveAssetAffirmationExemption' | 'PreApproveAsset' | 'RemoveAssetPreApproval' | 'AddMandatoryMediators' | 'RemoveMandatoryMediators' | 'LinkTickerToAssetId';
|
|
3844
|
+
readonly type: 'RegisterUniqueTicker' | 'AcceptTickerTransfer' | 'AcceptAssetOwnershipTransfer' | 'CreateAsset' | 'Freeze' | 'Unfreeze' | 'RenameAsset' | 'Issue' | 'Redeem' | 'MakeDivisible' | 'AddDocuments' | 'RemoveDocuments' | 'SetFundingRound' | 'UpdateIdentifiers' | 'ControllerTransfer' | 'RegisterCustomAssetType' | 'CreateAssetWithCustomType' | 'SetAssetMetadata' | 'SetAssetMetadataDetails' | 'RegisterAndSetLocalAssetMetadata' | 'RegisterAssetMetadataLocalType' | 'RegisterAssetMetadataGlobalType' | 'UpdateAssetType' | 'RemoveLocalMetadataKey' | 'RemoveMetadataValue' | 'ExemptAssetAffirmation' | 'RemoveAssetAffirmationExemption' | 'PreApproveAsset' | 'RemoveAssetPreApproval' | 'AddMandatoryMediators' | 'RemoveMandatoryMediators' | 'LinkTickerToAssetId' | 'UnlinkTickerFromAssetId';
|
|
3842
3845
|
}
|
|
3843
|
-
/** @name PalletCorporateActionsDistributionCall (
|
|
3846
|
+
/** @name PalletCorporateActionsDistributionCall (429) */
|
|
3844
3847
|
interface PalletCorporateActionsDistributionCall extends Enum {
|
|
3845
3848
|
readonly isDistribute: boolean;
|
|
3846
3849
|
readonly asDistribute: {
|
|
3847
3850
|
readonly caId: PalletCorporateActionsCaId;
|
|
3848
3851
|
readonly portfolio: Option<u64>;
|
|
3849
|
-
readonly currency:
|
|
3852
|
+
readonly currency: PolymeshPrimitivesAssetAssetId;
|
|
3850
3853
|
readonly perShare: u128;
|
|
3851
3854
|
readonly amount: u128;
|
|
3852
3855
|
readonly paymentAt: u64;
|
|
@@ -3871,11 +3874,11 @@ declare module "./types-lookup.ts" {
|
|
|
3871
3874
|
} & Struct;
|
|
3872
3875
|
readonly type: 'Distribute' | 'Claim' | 'PushBenefit' | 'Reclaim' | 'RemoveDistribution';
|
|
3873
3876
|
}
|
|
3874
|
-
/** @name PalletAssetCheckpointCall (
|
|
3877
|
+
/** @name PalletAssetCheckpointCall (431) */
|
|
3875
3878
|
interface PalletAssetCheckpointCall extends Enum {
|
|
3876
3879
|
readonly isCreateCheckpoint: boolean;
|
|
3877
3880
|
readonly asCreateCheckpoint: {
|
|
3878
|
-
readonly assetId:
|
|
3881
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3879
3882
|
} & Struct;
|
|
3880
3883
|
readonly isSetSchedulesMaxComplexity: boolean;
|
|
3881
3884
|
readonly asSetSchedulesMaxComplexity: {
|
|
@@ -3883,64 +3886,64 @@ declare module "./types-lookup.ts" {
|
|
|
3883
3886
|
} & Struct;
|
|
3884
3887
|
readonly isCreateSchedule: boolean;
|
|
3885
3888
|
readonly asCreateSchedule: {
|
|
3886
|
-
readonly assetId:
|
|
3889
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3887
3890
|
readonly schedule: PolymeshCommonUtilitiesCheckpointScheduleCheckpoints;
|
|
3888
3891
|
} & Struct;
|
|
3889
3892
|
readonly isRemoveSchedule: boolean;
|
|
3890
3893
|
readonly asRemoveSchedule: {
|
|
3891
|
-
readonly assetId:
|
|
3894
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3892
3895
|
readonly id: u64;
|
|
3893
3896
|
} & Struct;
|
|
3894
3897
|
readonly type: 'CreateCheckpoint' | 'SetSchedulesMaxComplexity' | 'CreateSchedule' | 'RemoveSchedule';
|
|
3895
3898
|
}
|
|
3896
|
-
/** @name PalletComplianceManagerCall (
|
|
3899
|
+
/** @name PalletComplianceManagerCall (432) */
|
|
3897
3900
|
interface PalletComplianceManagerCall extends Enum {
|
|
3898
3901
|
readonly isAddComplianceRequirement: boolean;
|
|
3899
3902
|
readonly asAddComplianceRequirement: {
|
|
3900
|
-
readonly assetId:
|
|
3903
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3901
3904
|
readonly senderConditions: Vec<PolymeshPrimitivesCondition>;
|
|
3902
3905
|
readonly receiverConditions: Vec<PolymeshPrimitivesCondition>;
|
|
3903
3906
|
} & Struct;
|
|
3904
3907
|
readonly isRemoveComplianceRequirement: boolean;
|
|
3905
3908
|
readonly asRemoveComplianceRequirement: {
|
|
3906
|
-
readonly assetId:
|
|
3909
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3907
3910
|
readonly id: u32;
|
|
3908
3911
|
} & Struct;
|
|
3909
3912
|
readonly isReplaceAssetCompliance: boolean;
|
|
3910
3913
|
readonly asReplaceAssetCompliance: {
|
|
3911
|
-
readonly assetId:
|
|
3914
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3912
3915
|
readonly assetCompliance: Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>;
|
|
3913
3916
|
} & Struct;
|
|
3914
3917
|
readonly isResetAssetCompliance: boolean;
|
|
3915
3918
|
readonly asResetAssetCompliance: {
|
|
3916
|
-
readonly assetId:
|
|
3919
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3917
3920
|
} & Struct;
|
|
3918
3921
|
readonly isPauseAssetCompliance: boolean;
|
|
3919
3922
|
readonly asPauseAssetCompliance: {
|
|
3920
|
-
readonly assetId:
|
|
3923
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3921
3924
|
} & Struct;
|
|
3922
3925
|
readonly isResumeAssetCompliance: boolean;
|
|
3923
3926
|
readonly asResumeAssetCompliance: {
|
|
3924
|
-
readonly assetId:
|
|
3927
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3925
3928
|
} & Struct;
|
|
3926
3929
|
readonly isAddDefaultTrustedClaimIssuer: boolean;
|
|
3927
3930
|
readonly asAddDefaultTrustedClaimIssuer: {
|
|
3928
|
-
readonly assetId:
|
|
3931
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3929
3932
|
readonly issuer: PolymeshPrimitivesConditionTrustedIssuer;
|
|
3930
3933
|
} & Struct;
|
|
3931
3934
|
readonly isRemoveDefaultTrustedClaimIssuer: boolean;
|
|
3932
3935
|
readonly asRemoveDefaultTrustedClaimIssuer: {
|
|
3933
|
-
readonly assetId:
|
|
3936
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3934
3937
|
readonly issuer: PolymeshPrimitivesIdentityId;
|
|
3935
3938
|
} & Struct;
|
|
3936
3939
|
readonly isChangeComplianceRequirement: boolean;
|
|
3937
3940
|
readonly asChangeComplianceRequirement: {
|
|
3938
|
-
readonly assetId:
|
|
3941
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3939
3942
|
readonly newReq: PolymeshPrimitivesComplianceManagerComplianceRequirement;
|
|
3940
3943
|
} & Struct;
|
|
3941
3944
|
readonly type: 'AddComplianceRequirement' | 'RemoveComplianceRequirement' | 'ReplaceAssetCompliance' | 'ResetAssetCompliance' | 'PauseAssetCompliance' | 'ResumeAssetCompliance' | 'AddDefaultTrustedClaimIssuer' | 'RemoveDefaultTrustedClaimIssuer' | 'ChangeComplianceRequirement';
|
|
3942
3945
|
}
|
|
3943
|
-
/** @name PalletCorporateActionsCall (
|
|
3946
|
+
/** @name PalletCorporateActionsCall (433) */
|
|
3944
3947
|
interface PalletCorporateActionsCall extends Enum {
|
|
3945
3948
|
readonly isSetMaxDetailsLength: boolean;
|
|
3946
3949
|
readonly asSetMaxDetailsLength: {
|
|
@@ -3948,23 +3951,23 @@ declare module "./types-lookup.ts" {
|
|
|
3948
3951
|
} & Struct;
|
|
3949
3952
|
readonly isSetDefaultTargets: boolean;
|
|
3950
3953
|
readonly asSetDefaultTargets: {
|
|
3951
|
-
readonly assetId:
|
|
3954
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3952
3955
|
readonly targets: PalletCorporateActionsTargetIdentities;
|
|
3953
3956
|
} & Struct;
|
|
3954
3957
|
readonly isSetDefaultWithholdingTax: boolean;
|
|
3955
3958
|
readonly asSetDefaultWithholdingTax: {
|
|
3956
|
-
readonly assetId:
|
|
3959
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3957
3960
|
readonly tax: Permill;
|
|
3958
3961
|
} & Struct;
|
|
3959
3962
|
readonly isSetDidWithholdingTax: boolean;
|
|
3960
3963
|
readonly asSetDidWithholdingTax: {
|
|
3961
|
-
readonly assetId:
|
|
3964
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3962
3965
|
readonly taxedDid: PolymeshPrimitivesIdentityId;
|
|
3963
3966
|
readonly tax: Option<Permill>;
|
|
3964
3967
|
} & Struct;
|
|
3965
3968
|
readonly isInitiateCorporateAction: boolean;
|
|
3966
3969
|
readonly asInitiateCorporateAction: {
|
|
3967
|
-
readonly assetId:
|
|
3970
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
3968
3971
|
readonly kind: PalletCorporateActionsCaKind;
|
|
3969
3972
|
readonly declDate: u64;
|
|
3970
3973
|
readonly recordDate: Option<PalletCorporateActionsRecordDateSpec>;
|
|
@@ -3991,7 +3994,7 @@ declare module "./types-lookup.ts" {
|
|
|
3991
3994
|
readonly asInitiateCorporateActionAndDistribute: {
|
|
3992
3995
|
readonly caArgs: PalletCorporateActionsInitiateCorporateActionArgs;
|
|
3993
3996
|
readonly portfolio: Option<u64>;
|
|
3994
|
-
readonly currency:
|
|
3997
|
+
readonly currency: PolymeshPrimitivesAssetAssetId;
|
|
3995
3998
|
readonly perShare: u128;
|
|
3996
3999
|
readonly amount: u128;
|
|
3997
4000
|
readonly paymentAt: u64;
|
|
@@ -3999,7 +4002,7 @@ declare module "./types-lookup.ts" {
|
|
|
3999
4002
|
} & Struct;
|
|
4000
4003
|
readonly type: 'SetMaxDetailsLength' | 'SetDefaultTargets' | 'SetDefaultWithholdingTax' | 'SetDidWithholdingTax' | 'InitiateCorporateAction' | 'LinkCaDoc' | 'RemoveCa' | 'ChangeRecordDate' | 'InitiateCorporateActionAndDistribute';
|
|
4001
4004
|
}
|
|
4002
|
-
/** @name PalletCorporateActionsRecordDateSpec (
|
|
4005
|
+
/** @name PalletCorporateActionsRecordDateSpec (435) */
|
|
4003
4006
|
interface PalletCorporateActionsRecordDateSpec extends Enum {
|
|
4004
4007
|
readonly isScheduled: boolean;
|
|
4005
4008
|
readonly asScheduled: u64;
|
|
@@ -4009,9 +4012,9 @@ declare module "./types-lookup.ts" {
|
|
|
4009
4012
|
readonly asExisting: u64;
|
|
4010
4013
|
readonly type: 'Scheduled' | 'ExistingSchedule' | 'Existing';
|
|
4011
4014
|
}
|
|
4012
|
-
/** @name PalletCorporateActionsInitiateCorporateActionArgs (
|
|
4015
|
+
/** @name PalletCorporateActionsInitiateCorporateActionArgs (438) */
|
|
4013
4016
|
interface PalletCorporateActionsInitiateCorporateActionArgs extends Struct {
|
|
4014
|
-
readonly assetId:
|
|
4017
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
4015
4018
|
readonly kind: PalletCorporateActionsCaKind;
|
|
4016
4019
|
readonly declDate: u64;
|
|
4017
4020
|
readonly recordDate: Option<PalletCorporateActionsRecordDateSpec>;
|
|
@@ -4020,7 +4023,7 @@ declare module "./types-lookup.ts" {
|
|
|
4020
4023
|
readonly defaultWithholdingTax: Option<Permill>;
|
|
4021
4024
|
readonly withholdingTax: Option<Vec<ITuple<[PolymeshPrimitivesIdentityId, Permill]>>>;
|
|
4022
4025
|
}
|
|
4023
|
-
/** @name PalletCorporateActionsBallotCall (
|
|
4026
|
+
/** @name PalletCorporateActionsBallotCall (439) */
|
|
4024
4027
|
interface PalletCorporateActionsBallotCall extends Enum {
|
|
4025
4028
|
readonly isAttachBallot: boolean;
|
|
4026
4029
|
readonly asAttachBallot: {
|
|
@@ -4055,7 +4058,7 @@ declare module "./types-lookup.ts" {
|
|
|
4055
4058
|
} & Struct;
|
|
4056
4059
|
readonly type: 'AttachBallot' | 'Vote' | 'ChangeEnd' | 'ChangeMeta' | 'ChangeRcv' | 'RemoveBallot';
|
|
4057
4060
|
}
|
|
4058
|
-
/** @name PalletPipsCall (
|
|
4061
|
+
/** @name PalletPipsCall (440) */
|
|
4059
4062
|
interface PalletPipsCall extends Enum {
|
|
4060
4063
|
readonly isSetPruneHistoricalPips: boolean;
|
|
4061
4064
|
readonly asSetPruneHistoricalPips: {
|
|
@@ -4128,14 +4131,14 @@ declare module "./types-lookup.ts" {
|
|
|
4128
4131
|
} & Struct;
|
|
4129
4132
|
readonly type: 'SetPruneHistoricalPips' | 'SetMinProposalDeposit' | 'SetDefaultEnactmentPeriod' | 'SetPendingPipExpiry' | 'SetMaxPipSkipCount' | 'SetActivePipLimit' | 'Propose' | 'Vote' | 'ApproveCommitteeProposal' | 'RejectProposal' | 'PruneProposal' | 'RescheduleExecution' | 'ClearSnapshot' | 'Snapshot' | 'EnactSnapshotResults' | 'ExecuteScheduledPip' | 'ExpireScheduledPip';
|
|
4130
4133
|
}
|
|
4131
|
-
/** @name PalletPipsSnapshotResult (
|
|
4134
|
+
/** @name PalletPipsSnapshotResult (443) */
|
|
4132
4135
|
interface PalletPipsSnapshotResult extends Enum {
|
|
4133
4136
|
readonly isApprove: boolean;
|
|
4134
4137
|
readonly isReject: boolean;
|
|
4135
4138
|
readonly isSkip: boolean;
|
|
4136
4139
|
readonly type: 'Approve' | 'Reject' | 'Skip';
|
|
4137
4140
|
}
|
|
4138
|
-
/** @name PalletPortfolioCall (
|
|
4141
|
+
/** @name PalletPortfolioCall (444) */
|
|
4139
4142
|
interface PalletPortfolioCall extends Enum {
|
|
4140
4143
|
readonly isCreatePortfolio: boolean;
|
|
4141
4144
|
readonly asCreatePortfolio: {
|
|
@@ -4166,12 +4169,12 @@ declare module "./types-lookup.ts" {
|
|
|
4166
4169
|
} & Struct;
|
|
4167
4170
|
readonly isPreApprovePortfolio: boolean;
|
|
4168
4171
|
readonly asPreApprovePortfolio: {
|
|
4169
|
-
readonly assetId:
|
|
4172
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
4170
4173
|
readonly portfolioId: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
4171
4174
|
} & Struct;
|
|
4172
4175
|
readonly isRemovePortfolioPreApproval: boolean;
|
|
4173
4176
|
readonly asRemovePortfolioPreApproval: {
|
|
4174
|
-
readonly assetId:
|
|
4177
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
4175
4178
|
readonly portfolioId: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
4176
4179
|
} & Struct;
|
|
4177
4180
|
readonly isAllowIdentityToCreatePortfolios: boolean;
|
|
@@ -4189,12 +4192,12 @@ declare module "./types-lookup.ts" {
|
|
|
4189
4192
|
} & Struct;
|
|
4190
4193
|
readonly type: 'CreatePortfolio' | 'DeletePortfolio' | 'RenamePortfolio' | 'QuitPortfolioCustody' | 'AcceptPortfolioCustody' | 'MovePortfolioFunds' | 'PreApprovePortfolio' | 'RemovePortfolioPreApproval' | 'AllowIdentityToCreatePortfolios' | 'RevokeCreatePortfoliosPermission' | 'CreateCustodyPortfolio';
|
|
4191
4194
|
}
|
|
4192
|
-
/** @name PolymeshPrimitivesPortfolioFund (
|
|
4195
|
+
/** @name PolymeshPrimitivesPortfolioFund (446) */
|
|
4193
4196
|
interface PolymeshPrimitivesPortfolioFund extends Struct {
|
|
4194
4197
|
readonly description: PolymeshPrimitivesPortfolioFundDescription;
|
|
4195
4198
|
readonly memo: Option<PolymeshPrimitivesMemo>;
|
|
4196
4199
|
}
|
|
4197
|
-
/** @name PalletProtocolFeeCall (
|
|
4200
|
+
/** @name PalletProtocolFeeCall (447) */
|
|
4198
4201
|
interface PalletProtocolFeeCall extends Enum {
|
|
4199
4202
|
readonly isChangeCoefficient: boolean;
|
|
4200
4203
|
readonly asChangeCoefficient: {
|
|
@@ -4207,7 +4210,7 @@ declare module "./types-lookup.ts" {
|
|
|
4207
4210
|
} & Struct;
|
|
4208
4211
|
readonly type: 'ChangeCoefficient' | 'ChangeBaseFee';
|
|
4209
4212
|
}
|
|
4210
|
-
/** @name PolymeshCommonUtilitiesProtocolFeeProtocolOp (
|
|
4213
|
+
/** @name PolymeshCommonUtilitiesProtocolFeeProtocolOp (448) */
|
|
4211
4214
|
interface PolymeshCommonUtilitiesProtocolFeeProtocolOp extends Enum {
|
|
4212
4215
|
readonly isAssetRegisterTicker: boolean;
|
|
4213
4216
|
readonly isAssetIssue: boolean;
|
|
@@ -4227,7 +4230,7 @@ declare module "./types-lookup.ts" {
|
|
|
4227
4230
|
readonly isIdentityCreateChildIdentity: boolean;
|
|
4228
4231
|
readonly type: 'AssetRegisterTicker' | 'AssetIssue' | 'AssetAddDocuments' | 'AssetCreateAsset' | 'CheckpointCreateSchedule' | 'ComplianceManagerAddComplianceRequirement' | 'IdentityCddRegisterDid' | 'IdentityAddClaim' | 'IdentityAddSecondaryKeysWithAuthorization' | 'PipsPropose' | 'ContractsPutCode' | 'CorporateBallotAttachBallot' | 'CapitalDistributionDistribute' | 'NftCreateCollection' | 'NftMint' | 'IdentityCreateChildIdentity';
|
|
4229
4232
|
}
|
|
4230
|
-
/** @name PalletSchedulerCall (
|
|
4233
|
+
/** @name PalletSchedulerCall (449) */
|
|
4231
4234
|
interface PalletSchedulerCall extends Enum {
|
|
4232
4235
|
readonly isSchedule: boolean;
|
|
4233
4236
|
readonly asSchedule: {
|
|
@@ -4270,7 +4273,7 @@ declare module "./types-lookup.ts" {
|
|
|
4270
4273
|
} & Struct;
|
|
4271
4274
|
readonly type: 'Schedule' | 'Cancel' | 'ScheduleNamed' | 'CancelNamed' | 'ScheduleAfter' | 'ScheduleNamedAfter';
|
|
4272
4275
|
}
|
|
4273
|
-
/** @name PalletSettlementCall (
|
|
4276
|
+
/** @name PalletSettlementCall (451) */
|
|
4274
4277
|
interface PalletSettlementCall extends Enum {
|
|
4275
4278
|
readonly isCreateVenue: boolean;
|
|
4276
4279
|
readonly asCreateVenue: {
|
|
@@ -4296,17 +4299,17 @@ declare module "./types-lookup.ts" {
|
|
|
4296
4299
|
} & Struct;
|
|
4297
4300
|
readonly isSetVenueFiltering: boolean;
|
|
4298
4301
|
readonly asSetVenueFiltering: {
|
|
4299
|
-
readonly assetId:
|
|
4302
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
4300
4303
|
readonly enabled: bool;
|
|
4301
4304
|
} & Struct;
|
|
4302
4305
|
readonly isAllowVenues: boolean;
|
|
4303
4306
|
readonly asAllowVenues: {
|
|
4304
|
-
readonly assetId:
|
|
4307
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
4305
4308
|
readonly venues: Vec<u64>;
|
|
4306
4309
|
} & Struct;
|
|
4307
4310
|
readonly isDisallowVenues: boolean;
|
|
4308
4311
|
readonly asDisallowVenues: {
|
|
4309
|
-
readonly assetId:
|
|
4312
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
4310
4313
|
readonly venues: Vec<u64>;
|
|
4311
4314
|
} & Struct;
|
|
4312
4315
|
readonly isUpdateVenueSigners: boolean;
|
|
@@ -4425,7 +4428,7 @@ declare module "./types-lookup.ts" {
|
|
|
4425
4428
|
} & Struct;
|
|
4426
4429
|
readonly type: 'CreateVenue' | 'UpdateVenueDetails' | 'UpdateVenueType' | 'AffirmWithReceipts' | 'SetVenueFiltering' | 'AllowVenues' | 'DisallowVenues' | 'UpdateVenueSigners' | 'ExecuteManualInstruction' | 'AddInstruction' | 'AddAndAffirmInstruction' | 'AffirmInstruction' | 'WithdrawAffirmation' | 'RejectInstruction' | 'ExecuteScheduledInstruction' | 'AffirmWithReceiptsWithCount' | 'AffirmInstructionWithCount' | 'RejectInstructionWithCount' | 'WithdrawAffirmationWithCount' | 'AddInstructionWithMediators' | 'AddAndAffirmWithMediators' | 'AffirmInstructionAsMediator' | 'WithdrawAffirmationAsMediator' | 'RejectInstructionAsMediator';
|
|
4427
4430
|
}
|
|
4428
|
-
/** @name PolymeshPrimitivesSettlementReceiptDetails (
|
|
4431
|
+
/** @name PolymeshPrimitivesSettlementReceiptDetails (453) */
|
|
4429
4432
|
interface PolymeshPrimitivesSettlementReceiptDetails extends Struct {
|
|
4430
4433
|
readonly uid: u64;
|
|
4431
4434
|
readonly instructionId: u64;
|
|
@@ -4434,7 +4437,7 @@ declare module "./types-lookup.ts" {
|
|
|
4434
4437
|
readonly signature: SpRuntimeMultiSignature;
|
|
4435
4438
|
readonly metadata: Option<PolymeshPrimitivesSettlementReceiptMetadata>;
|
|
4436
4439
|
}
|
|
4437
|
-
/** @name SpRuntimeMultiSignature (
|
|
4440
|
+
/** @name SpRuntimeMultiSignature (454) */
|
|
4438
4441
|
interface SpRuntimeMultiSignature extends Enum {
|
|
4439
4442
|
readonly isEd25519: boolean;
|
|
4440
4443
|
readonly asEd25519: SpCoreEd25519Signature;
|
|
@@ -4444,37 +4447,37 @@ declare module "./types-lookup.ts" {
|
|
|
4444
4447
|
readonly asEcdsa: SpCoreEcdsaSignature;
|
|
4445
4448
|
readonly type: 'Ed25519' | 'Sr25519' | 'Ecdsa';
|
|
4446
4449
|
}
|
|
4447
|
-
/** @name SpCoreEcdsaSignature (
|
|
4450
|
+
/** @name SpCoreEcdsaSignature (455) */
|
|
4448
4451
|
interface SpCoreEcdsaSignature extends U8aFixed {
|
|
4449
4452
|
}
|
|
4450
|
-
/** @name PolymeshPrimitivesSettlementAffirmationCount (
|
|
4453
|
+
/** @name PolymeshPrimitivesSettlementAffirmationCount (458) */
|
|
4451
4454
|
interface PolymeshPrimitivesSettlementAffirmationCount extends Struct {
|
|
4452
4455
|
readonly senderAssetCount: PolymeshPrimitivesSettlementAssetCount;
|
|
4453
4456
|
readonly receiverAssetCount: PolymeshPrimitivesSettlementAssetCount;
|
|
4454
4457
|
readonly offchainCount: u32;
|
|
4455
4458
|
}
|
|
4456
|
-
/** @name PolymeshPrimitivesSettlementAssetCount (
|
|
4459
|
+
/** @name PolymeshPrimitivesSettlementAssetCount (459) */
|
|
4457
4460
|
interface PolymeshPrimitivesSettlementAssetCount extends Struct {
|
|
4458
4461
|
readonly fungible: u32;
|
|
4459
4462
|
readonly nonFungible: u32;
|
|
4460
4463
|
readonly offChain: u32;
|
|
4461
4464
|
}
|
|
4462
|
-
/** @name PalletStatisticsCall (
|
|
4465
|
+
/** @name PalletStatisticsCall (462) */
|
|
4463
4466
|
interface PalletStatisticsCall extends Enum {
|
|
4464
4467
|
readonly isSetActiveAssetStats: boolean;
|
|
4465
4468
|
readonly asSetActiveAssetStats: {
|
|
4466
|
-
readonly assetId:
|
|
4469
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
4467
4470
|
readonly statTypes: BTreeSet<PolymeshPrimitivesStatisticsStatType>;
|
|
4468
4471
|
} & Struct;
|
|
4469
4472
|
readonly isBatchUpdateAssetStats: boolean;
|
|
4470
4473
|
readonly asBatchUpdateAssetStats: {
|
|
4471
|
-
readonly assetId:
|
|
4474
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
4472
4475
|
readonly statType: PolymeshPrimitivesStatisticsStatType;
|
|
4473
4476
|
readonly values: BTreeSet<PolymeshPrimitivesStatisticsStatUpdate>;
|
|
4474
4477
|
} & Struct;
|
|
4475
4478
|
readonly isSetAssetTransferCompliance: boolean;
|
|
4476
4479
|
readonly asSetAssetTransferCompliance: {
|
|
4477
|
-
readonly assetId:
|
|
4480
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
4478
4481
|
readonly transferConditions: BTreeSet<PolymeshPrimitivesTransferComplianceTransferCondition>;
|
|
4479
4482
|
} & Struct;
|
|
4480
4483
|
readonly isSetEntitiesExempt: boolean;
|
|
@@ -4485,14 +4488,14 @@ declare module "./types-lookup.ts" {
|
|
|
4485
4488
|
} & Struct;
|
|
4486
4489
|
readonly type: 'SetActiveAssetStats' | 'BatchUpdateAssetStats' | 'SetAssetTransferCompliance' | 'SetEntitiesExempt';
|
|
4487
4490
|
}
|
|
4488
|
-
/** @name PalletStoCall (
|
|
4491
|
+
/** @name PalletStoCall (466) */
|
|
4489
4492
|
interface PalletStoCall extends Enum {
|
|
4490
4493
|
readonly isCreateFundraiser: boolean;
|
|
4491
4494
|
readonly asCreateFundraiser: {
|
|
4492
4495
|
readonly offeringPortfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
4493
|
-
readonly offeringAsset:
|
|
4496
|
+
readonly offeringAsset: PolymeshPrimitivesAssetAssetId;
|
|
4494
4497
|
readonly raisingPortfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
4495
|
-
readonly raisingAsset:
|
|
4498
|
+
readonly raisingAsset: PolymeshPrimitivesAssetAssetId;
|
|
4496
4499
|
readonly tiers: Vec<PalletStoPriceTier>;
|
|
4497
4500
|
readonly venueId: u64;
|
|
4498
4501
|
readonly start: Option<u64>;
|
|
@@ -4504,7 +4507,7 @@ declare module "./types-lookup.ts" {
|
|
|
4504
4507
|
readonly asInvest: {
|
|
4505
4508
|
readonly investmentPortfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
4506
4509
|
readonly fundingPortfolio: PolymeshPrimitivesIdentityIdPortfolioId;
|
|
4507
|
-
readonly offeringAsset:
|
|
4510
|
+
readonly offeringAsset: PolymeshPrimitivesAssetAssetId;
|
|
4508
4511
|
readonly id: u64;
|
|
4509
4512
|
readonly purchaseAmount: u128;
|
|
4510
4513
|
readonly maxPrice: Option<u128>;
|
|
@@ -4512,34 +4515,34 @@ declare module "./types-lookup.ts" {
|
|
|
4512
4515
|
} & Struct;
|
|
4513
4516
|
readonly isFreezeFundraiser: boolean;
|
|
4514
4517
|
readonly asFreezeFundraiser: {
|
|
4515
|
-
readonly offeringAsset:
|
|
4518
|
+
readonly offeringAsset: PolymeshPrimitivesAssetAssetId;
|
|
4516
4519
|
readonly id: u64;
|
|
4517
4520
|
} & Struct;
|
|
4518
4521
|
readonly isUnfreezeFundraiser: boolean;
|
|
4519
4522
|
readonly asUnfreezeFundraiser: {
|
|
4520
|
-
readonly offeringAsset:
|
|
4523
|
+
readonly offeringAsset: PolymeshPrimitivesAssetAssetId;
|
|
4521
4524
|
readonly id: u64;
|
|
4522
4525
|
} & Struct;
|
|
4523
4526
|
readonly isModifyFundraiserWindow: boolean;
|
|
4524
4527
|
readonly asModifyFundraiserWindow: {
|
|
4525
|
-
readonly offeringAsset:
|
|
4528
|
+
readonly offeringAsset: PolymeshPrimitivesAssetAssetId;
|
|
4526
4529
|
readonly id: u64;
|
|
4527
4530
|
readonly start: u64;
|
|
4528
4531
|
readonly end: Option<u64>;
|
|
4529
4532
|
} & Struct;
|
|
4530
4533
|
readonly isStop: boolean;
|
|
4531
4534
|
readonly asStop: {
|
|
4532
|
-
readonly offeringAsset:
|
|
4535
|
+
readonly offeringAsset: PolymeshPrimitivesAssetAssetId;
|
|
4533
4536
|
readonly id: u64;
|
|
4534
4537
|
} & Struct;
|
|
4535
4538
|
readonly type: 'CreateFundraiser' | 'Invest' | 'FreezeFundraiser' | 'UnfreezeFundraiser' | 'ModifyFundraiserWindow' | 'Stop';
|
|
4536
4539
|
}
|
|
4537
|
-
/** @name PalletStoPriceTier (
|
|
4540
|
+
/** @name PalletStoPriceTier (468) */
|
|
4538
4541
|
interface PalletStoPriceTier extends Struct {
|
|
4539
4542
|
readonly total: u128;
|
|
4540
4543
|
readonly price: u128;
|
|
4541
4544
|
}
|
|
4542
|
-
/** @name PalletTreasuryCall (
|
|
4545
|
+
/** @name PalletTreasuryCall (470) */
|
|
4543
4546
|
interface PalletTreasuryCall extends Enum {
|
|
4544
4547
|
readonly isDisbursement: boolean;
|
|
4545
4548
|
readonly asDisbursement: {
|
|
@@ -4551,12 +4554,12 @@ declare module "./types-lookup.ts" {
|
|
|
4551
4554
|
} & Struct;
|
|
4552
4555
|
readonly type: 'Disbursement' | 'Reimbursement';
|
|
4553
4556
|
}
|
|
4554
|
-
/** @name PolymeshPrimitivesBeneficiary (
|
|
4557
|
+
/** @name PolymeshPrimitivesBeneficiary (472) */
|
|
4555
4558
|
interface PolymeshPrimitivesBeneficiary extends Struct {
|
|
4556
4559
|
readonly id: PolymeshPrimitivesIdentityId;
|
|
4557
4560
|
readonly amount: u128;
|
|
4558
4561
|
}
|
|
4559
|
-
/** @name PalletUtilityCall (
|
|
4562
|
+
/** @name PalletUtilityCall (473) */
|
|
4560
4563
|
interface PalletUtilityCall extends Enum {
|
|
4561
4564
|
readonly isBatch: boolean;
|
|
4562
4565
|
readonly asBatch: {
|
|
@@ -4586,31 +4589,19 @@ declare module "./types-lookup.ts" {
|
|
|
4586
4589
|
readonly call: Call;
|
|
4587
4590
|
readonly weight: SpWeightsWeightV2Weight;
|
|
4588
4591
|
} & Struct;
|
|
4589
|
-
readonly isBatchOld: boolean;
|
|
4590
|
-
readonly asBatchOld: {
|
|
4591
|
-
readonly calls: Vec<Call>;
|
|
4592
|
-
} & Struct;
|
|
4593
|
-
readonly isBatchAtomic: boolean;
|
|
4594
|
-
readonly asBatchAtomic: {
|
|
4595
|
-
readonly calls: Vec<Call>;
|
|
4596
|
-
} & Struct;
|
|
4597
|
-
readonly isBatchOptimistic: boolean;
|
|
4598
|
-
readonly asBatchOptimistic: {
|
|
4599
|
-
readonly calls: Vec<Call>;
|
|
4600
|
-
} & Struct;
|
|
4601
4592
|
readonly isAsDerivative: boolean;
|
|
4602
4593
|
readonly asAsDerivative: {
|
|
4603
4594
|
readonly index: u16;
|
|
4604
4595
|
readonly call: Call;
|
|
4605
4596
|
} & Struct;
|
|
4606
|
-
readonly type: 'Batch' | 'RelayTx' | 'BatchAll' | 'DispatchAs' | 'ForceBatch' | 'WithWeight' | '
|
|
4597
|
+
readonly type: 'Batch' | 'RelayTx' | 'BatchAll' | 'DispatchAs' | 'ForceBatch' | 'WithWeight' | 'AsDerivative';
|
|
4607
4598
|
}
|
|
4608
|
-
/** @name PalletUtilityUniqueCall (
|
|
4599
|
+
/** @name PalletUtilityUniqueCall (475) */
|
|
4609
4600
|
interface PalletUtilityUniqueCall extends Struct {
|
|
4610
4601
|
readonly nonce: u64;
|
|
4611
4602
|
readonly call: Call;
|
|
4612
4603
|
}
|
|
4613
|
-
/** @name PolymeshRuntimeDevelopRuntimeOriginCaller (
|
|
4604
|
+
/** @name PolymeshRuntimeDevelopRuntimeOriginCaller (476) */
|
|
4614
4605
|
interface PolymeshRuntimeDevelopRuntimeOriginCaller extends Enum {
|
|
4615
4606
|
readonly isSystem: boolean;
|
|
4616
4607
|
readonly asSystem: FrameSupportDispatchRawOrigin;
|
|
@@ -4623,7 +4614,7 @@ declare module "./types-lookup.ts" {
|
|
|
4623
4614
|
readonly asUpgradeCommittee: PalletCommitteeRawOriginInstance4;
|
|
4624
4615
|
readonly type: 'System' | 'Void' | 'PolymeshCommittee' | 'TechnicalCommittee' | 'UpgradeCommittee';
|
|
4625
4616
|
}
|
|
4626
|
-
/** @name FrameSupportDispatchRawOrigin (
|
|
4617
|
+
/** @name FrameSupportDispatchRawOrigin (477) */
|
|
4627
4618
|
interface FrameSupportDispatchRawOrigin extends Enum {
|
|
4628
4619
|
readonly isRoot: boolean;
|
|
4629
4620
|
readonly isSigned: boolean;
|
|
@@ -4631,50 +4622,50 @@ declare module "./types-lookup.ts" {
|
|
|
4631
4622
|
readonly isNone: boolean;
|
|
4632
4623
|
readonly type: 'Root' | 'Signed' | 'None';
|
|
4633
4624
|
}
|
|
4634
|
-
/** @name PalletCommitteeRawOriginInstance1 (
|
|
4625
|
+
/** @name PalletCommitteeRawOriginInstance1 (478) */
|
|
4635
4626
|
interface PalletCommitteeRawOriginInstance1 extends Enum {
|
|
4636
4627
|
readonly isEndorsed: boolean;
|
|
4637
4628
|
readonly type: 'Endorsed';
|
|
4638
4629
|
}
|
|
4639
|
-
/** @name PalletCommitteeRawOriginInstance3 (
|
|
4630
|
+
/** @name PalletCommitteeRawOriginInstance3 (479) */
|
|
4640
4631
|
interface PalletCommitteeRawOriginInstance3 extends Enum {
|
|
4641
4632
|
readonly isEndorsed: boolean;
|
|
4642
4633
|
readonly type: 'Endorsed';
|
|
4643
4634
|
}
|
|
4644
|
-
/** @name PalletCommitteeRawOriginInstance4 (
|
|
4635
|
+
/** @name PalletCommitteeRawOriginInstance4 (480) */
|
|
4645
4636
|
interface PalletCommitteeRawOriginInstance4 extends Enum {
|
|
4646
4637
|
readonly isEndorsed: boolean;
|
|
4647
4638
|
readonly type: 'Endorsed';
|
|
4648
4639
|
}
|
|
4649
|
-
/** @name SpCoreVoid (
|
|
4640
|
+
/** @name SpCoreVoid (481) */
|
|
4650
4641
|
type SpCoreVoid = Null;
|
|
4651
|
-
/** @name PalletBaseCall (
|
|
4642
|
+
/** @name PalletBaseCall (482) */
|
|
4652
4643
|
type PalletBaseCall = Null;
|
|
4653
|
-
/** @name PalletExternalAgentsCall (
|
|
4644
|
+
/** @name PalletExternalAgentsCall (483) */
|
|
4654
4645
|
interface PalletExternalAgentsCall extends Enum {
|
|
4655
4646
|
readonly isCreateGroup: boolean;
|
|
4656
4647
|
readonly asCreateGroup: {
|
|
4657
|
-
readonly assetId:
|
|
4648
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
4658
4649
|
readonly perms: PolymeshPrimitivesSecondaryKeyExtrinsicPermissions;
|
|
4659
4650
|
} & Struct;
|
|
4660
4651
|
readonly isSetGroupPermissions: boolean;
|
|
4661
4652
|
readonly asSetGroupPermissions: {
|
|
4662
|
-
readonly assetId:
|
|
4653
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
4663
4654
|
readonly id: u32;
|
|
4664
4655
|
readonly perms: PolymeshPrimitivesSecondaryKeyExtrinsicPermissions;
|
|
4665
4656
|
} & Struct;
|
|
4666
4657
|
readonly isRemoveAgent: boolean;
|
|
4667
4658
|
readonly asRemoveAgent: {
|
|
4668
|
-
readonly assetId:
|
|
4659
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
4669
4660
|
readonly agent: PolymeshPrimitivesIdentityId;
|
|
4670
4661
|
} & Struct;
|
|
4671
4662
|
readonly isAbdicate: boolean;
|
|
4672
4663
|
readonly asAbdicate: {
|
|
4673
|
-
readonly assetId:
|
|
4664
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
4674
4665
|
} & Struct;
|
|
4675
4666
|
readonly isChangeGroup: boolean;
|
|
4676
4667
|
readonly asChangeGroup: {
|
|
4677
|
-
readonly assetId:
|
|
4668
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
4678
4669
|
readonly agent: PolymeshPrimitivesIdentityId;
|
|
4679
4670
|
readonly group: PolymeshPrimitivesAgentAgentGroup;
|
|
4680
4671
|
} & Struct;
|
|
@@ -4684,20 +4675,20 @@ declare module "./types-lookup.ts" {
|
|
|
4684
4675
|
} & Struct;
|
|
4685
4676
|
readonly isCreateGroupAndAddAuth: boolean;
|
|
4686
4677
|
readonly asCreateGroupAndAddAuth: {
|
|
4687
|
-
readonly assetId:
|
|
4678
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
4688
4679
|
readonly perms: PolymeshPrimitivesSecondaryKeyExtrinsicPermissions;
|
|
4689
4680
|
readonly target: PolymeshPrimitivesIdentityId;
|
|
4690
4681
|
readonly expiry: Option<u64>;
|
|
4691
4682
|
} & Struct;
|
|
4692
4683
|
readonly isCreateAndChangeCustomGroup: boolean;
|
|
4693
4684
|
readonly asCreateAndChangeCustomGroup: {
|
|
4694
|
-
readonly assetId:
|
|
4685
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
4695
4686
|
readonly perms: PolymeshPrimitivesSecondaryKeyExtrinsicPermissions;
|
|
4696
4687
|
readonly agent: PolymeshPrimitivesIdentityId;
|
|
4697
4688
|
} & Struct;
|
|
4698
4689
|
readonly type: 'CreateGroup' | 'SetGroupPermissions' | 'RemoveAgent' | 'Abdicate' | 'ChangeGroup' | 'AcceptBecomeAgent' | 'CreateGroupAndAddAuth' | 'CreateAndChangeCustomGroup';
|
|
4699
4690
|
}
|
|
4700
|
-
/** @name PalletRelayerCall (
|
|
4691
|
+
/** @name PalletRelayerCall (484) */
|
|
4701
4692
|
interface PalletRelayerCall extends Enum {
|
|
4702
4693
|
readonly isSetPayingKey: boolean;
|
|
4703
4694
|
readonly asSetPayingKey: {
|
|
@@ -4730,7 +4721,7 @@ declare module "./types-lookup.ts" {
|
|
|
4730
4721
|
} & Struct;
|
|
4731
4722
|
readonly type: 'SetPayingKey' | 'AcceptPayingKey' | 'RemovePayingKey' | 'UpdatePolyxLimit' | 'IncreasePolyxLimit' | 'DecreasePolyxLimit';
|
|
4732
4723
|
}
|
|
4733
|
-
/** @name PalletContractsCall (
|
|
4724
|
+
/** @name PalletContractsCall (485) */
|
|
4734
4725
|
interface PalletContractsCall extends Enum {
|
|
4735
4726
|
readonly isCallOldWeight: boolean;
|
|
4736
4727
|
readonly asCallOldWeight: {
|
|
@@ -4801,13 +4792,13 @@ declare module "./types-lookup.ts" {
|
|
|
4801
4792
|
} & Struct;
|
|
4802
4793
|
readonly type: 'CallOldWeight' | 'InstantiateWithCodeOldWeight' | 'InstantiateOldWeight' | 'UploadCode' | 'RemoveCode' | 'SetCode' | 'Call' | 'InstantiateWithCode' | 'Instantiate';
|
|
4803
4794
|
}
|
|
4804
|
-
/** @name PalletContractsWasmDeterminism (
|
|
4795
|
+
/** @name PalletContractsWasmDeterminism (489) */
|
|
4805
4796
|
interface PalletContractsWasmDeterminism extends Enum {
|
|
4806
4797
|
readonly isDeterministic: boolean;
|
|
4807
4798
|
readonly isAllowIndeterminism: boolean;
|
|
4808
4799
|
readonly type: 'Deterministic' | 'AllowIndeterminism';
|
|
4809
4800
|
}
|
|
4810
|
-
/** @name PolymeshContractsCall (
|
|
4801
|
+
/** @name PolymeshContractsCall (490) */
|
|
4811
4802
|
interface PolymeshContractsCall extends Enum {
|
|
4812
4803
|
readonly isInstantiateWithCodePerms: boolean;
|
|
4813
4804
|
readonly asInstantiateWithCodePerms: {
|
|
@@ -4858,16 +4849,16 @@ declare module "./types-lookup.ts" {
|
|
|
4858
4849
|
} & Struct;
|
|
4859
4850
|
readonly type: 'InstantiateWithCodePerms' | 'InstantiateWithHashPerms' | 'UpdateCallRuntimeWhitelist' | 'InstantiateWithCodeAsPrimaryKey' | 'InstantiateWithHashAsPrimaryKey' | 'UpgradeApi';
|
|
4860
4851
|
}
|
|
4861
|
-
/** @name PolymeshContractsNextUpgrade (
|
|
4852
|
+
/** @name PolymeshContractsNextUpgrade (493) */
|
|
4862
4853
|
interface PolymeshContractsNextUpgrade extends Struct {
|
|
4863
4854
|
readonly chainVersion: PolymeshContractsChainVersion;
|
|
4864
4855
|
readonly apiHash: PolymeshContractsApiCodeHash;
|
|
4865
4856
|
}
|
|
4866
|
-
/** @name PolymeshContractsApiCodeHash (
|
|
4857
|
+
/** @name PolymeshContractsApiCodeHash (494) */
|
|
4867
4858
|
interface PolymeshContractsApiCodeHash extends Struct {
|
|
4868
4859
|
readonly hash_: H256;
|
|
4869
4860
|
}
|
|
4870
|
-
/** @name PalletPreimageCall (
|
|
4861
|
+
/** @name PalletPreimageCall (495) */
|
|
4871
4862
|
interface PalletPreimageCall extends Enum {
|
|
4872
4863
|
readonly isNotePreimage: boolean;
|
|
4873
4864
|
readonly asNotePreimage: {
|
|
@@ -4887,23 +4878,23 @@ declare module "./types-lookup.ts" {
|
|
|
4887
4878
|
} & Struct;
|
|
4888
4879
|
readonly type: 'NotePreimage' | 'UnnotePreimage' | 'RequestPreimage' | 'UnrequestPreimage';
|
|
4889
4880
|
}
|
|
4890
|
-
/** @name PalletNftCall (
|
|
4881
|
+
/** @name PalletNftCall (496) */
|
|
4891
4882
|
interface PalletNftCall extends Enum {
|
|
4892
4883
|
readonly isCreateNftCollection: boolean;
|
|
4893
4884
|
readonly asCreateNftCollection: {
|
|
4894
|
-
readonly assetId: Option<
|
|
4885
|
+
readonly assetId: Option<PolymeshPrimitivesAssetAssetId>;
|
|
4895
4886
|
readonly nftType: Option<PolymeshPrimitivesAssetNonFungibleType>;
|
|
4896
4887
|
readonly collectionKeys: PolymeshPrimitivesNftNftCollectionKeys;
|
|
4897
4888
|
} & Struct;
|
|
4898
4889
|
readonly isIssueNft: boolean;
|
|
4899
4890
|
readonly asIssueNft: {
|
|
4900
|
-
readonly assetId:
|
|
4891
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
4901
4892
|
readonly nftMetadataAttributes: Vec<PolymeshPrimitivesNftNftMetadataAttribute>;
|
|
4902
4893
|
readonly portfolioKind: PolymeshPrimitivesIdentityIdPortfolioKind;
|
|
4903
4894
|
} & Struct;
|
|
4904
4895
|
readonly isRedeemNft: boolean;
|
|
4905
4896
|
readonly asRedeemNft: {
|
|
4906
|
-
readonly assetId:
|
|
4897
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
4907
4898
|
readonly nftId: u64;
|
|
4908
4899
|
readonly portfolioKind: PolymeshPrimitivesIdentityIdPortfolioKind;
|
|
4909
4900
|
readonly numberOfKeys: Option<u8>;
|
|
@@ -4916,15 +4907,15 @@ declare module "./types-lookup.ts" {
|
|
|
4916
4907
|
} & Struct;
|
|
4917
4908
|
readonly type: 'CreateNftCollection' | 'IssueNft' | 'RedeemNft' | 'ControllerTransfer';
|
|
4918
4909
|
}
|
|
4919
|
-
/** @name PolymeshPrimitivesNftNftCollectionKeys (
|
|
4910
|
+
/** @name PolymeshPrimitivesNftNftCollectionKeys (499) */
|
|
4920
4911
|
interface PolymeshPrimitivesNftNftCollectionKeys extends Vec<PolymeshPrimitivesAssetMetadataAssetMetadataKey> {
|
|
4921
4912
|
}
|
|
4922
|
-
/** @name PolymeshPrimitivesNftNftMetadataAttribute (
|
|
4913
|
+
/** @name PolymeshPrimitivesNftNftMetadataAttribute (502) */
|
|
4923
4914
|
interface PolymeshPrimitivesNftNftMetadataAttribute extends Struct {
|
|
4924
4915
|
readonly key: PolymeshPrimitivesAssetMetadataAssetMetadataKey;
|
|
4925
4916
|
readonly value: Bytes;
|
|
4926
4917
|
}
|
|
4927
|
-
/** @name PalletElectionProviderMultiPhaseCall (
|
|
4918
|
+
/** @name PalletElectionProviderMultiPhaseCall (504) */
|
|
4928
4919
|
interface PalletElectionProviderMultiPhaseCall extends Enum {
|
|
4929
4920
|
readonly isSubmitUnsigned: boolean;
|
|
4930
4921
|
readonly asSubmitUnsigned: {
|
|
@@ -4950,13 +4941,13 @@ declare module "./types-lookup.ts" {
|
|
|
4950
4941
|
} & Struct;
|
|
4951
4942
|
readonly type: 'SubmitUnsigned' | 'SetMinimumUntrustedScore' | 'SetEmergencyElectionResult' | 'Submit' | 'GovernanceFallback';
|
|
4952
4943
|
}
|
|
4953
|
-
/** @name PalletElectionProviderMultiPhaseRawSolution (
|
|
4944
|
+
/** @name PalletElectionProviderMultiPhaseRawSolution (505) */
|
|
4954
4945
|
interface PalletElectionProviderMultiPhaseRawSolution extends Struct {
|
|
4955
4946
|
readonly solution: PolymeshRuntimeCommonNposSolution16;
|
|
4956
4947
|
readonly score: SpNposElectionsElectionScore;
|
|
4957
4948
|
readonly round: u32;
|
|
4958
4949
|
}
|
|
4959
|
-
/** @name PolymeshRuntimeCommonNposSolution16 (
|
|
4950
|
+
/** @name PolymeshRuntimeCommonNposSolution16 (506) */
|
|
4960
4951
|
interface PolymeshRuntimeCommonNposSolution16 extends Struct {
|
|
4961
4952
|
readonly votes1: Vec<ITuple<[Compact<u32>, Compact<u16>]>>;
|
|
4962
4953
|
readonly votes2: Vec<ITuple<[Compact<u32>, ITuple<[Compact<u16>, Compact<PerU16>]>, Compact<u16>]>>;
|
|
@@ -4975,17 +4966,17 @@ declare module "./types-lookup.ts" {
|
|
|
4975
4966
|
readonly votes15: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
4976
4967
|
readonly votes16: Vec<ITuple<[Compact<u32>, Vec<ITuple<[Compact<u16>, Compact<PerU16>]>>, Compact<u16>]>>;
|
|
4977
4968
|
}
|
|
4978
|
-
/** @name PalletElectionProviderMultiPhaseSolutionOrSnapshotSize (
|
|
4969
|
+
/** @name PalletElectionProviderMultiPhaseSolutionOrSnapshotSize (557) */
|
|
4979
4970
|
interface PalletElectionProviderMultiPhaseSolutionOrSnapshotSize extends Struct {
|
|
4980
4971
|
readonly voters: Compact<u32>;
|
|
4981
4972
|
readonly targets: Compact<u32>;
|
|
4982
4973
|
}
|
|
4983
|
-
/** @name SpNposElectionsSupport (
|
|
4974
|
+
/** @name SpNposElectionsSupport (561) */
|
|
4984
4975
|
interface SpNposElectionsSupport extends Struct {
|
|
4985
4976
|
readonly total: u128;
|
|
4986
4977
|
readonly voters: Vec<ITuple<[AccountId32, u128]>>;
|
|
4987
4978
|
}
|
|
4988
|
-
/** @name PalletTestUtilsCall (
|
|
4979
|
+
/** @name PalletTestUtilsCall (564) */
|
|
4989
4980
|
interface PalletTestUtilsCall extends Enum {
|
|
4990
4981
|
readonly isRegisterDid: boolean;
|
|
4991
4982
|
readonly asRegisterDid: {
|
|
@@ -5002,14 +4993,14 @@ declare module "./types-lookup.ts" {
|
|
|
5002
4993
|
} & Struct;
|
|
5003
4994
|
readonly type: 'RegisterDid' | 'MockCddRegisterDid' | 'GetMyDid' | 'GetCddOf';
|
|
5004
4995
|
}
|
|
5005
|
-
/** @name PalletCommitteePolymeshVotes (
|
|
4996
|
+
/** @name PalletCommitteePolymeshVotes (565) */
|
|
5006
4997
|
interface PalletCommitteePolymeshVotes extends Struct {
|
|
5007
4998
|
readonly index: u32;
|
|
5008
4999
|
readonly ayes: Vec<PolymeshPrimitivesIdentityId>;
|
|
5009
5000
|
readonly nays: Vec<PolymeshPrimitivesIdentityId>;
|
|
5010
5001
|
readonly expiry: PolymeshCommonUtilitiesMaybeBlock;
|
|
5011
5002
|
}
|
|
5012
|
-
/** @name PalletCommitteeError (
|
|
5003
|
+
/** @name PalletCommitteeError (567) */
|
|
5013
5004
|
interface PalletCommitteeError extends Enum {
|
|
5014
5005
|
readonly isDuplicateVote: boolean;
|
|
5015
5006
|
readonly isNotAMember: boolean;
|
|
@@ -5022,12 +5013,12 @@ declare module "./types-lookup.ts" {
|
|
|
5022
5013
|
readonly isProposalsLimitReached: boolean;
|
|
5023
5014
|
readonly type: 'DuplicateVote' | 'NotAMember' | 'NoSuchProposal' | 'ProposalExpired' | 'DuplicateProposal' | 'MismatchedVotingIndex' | 'InvalidProportion' | 'FirstVoteReject' | 'ProposalsLimitReached';
|
|
5024
5015
|
}
|
|
5025
|
-
/** @name PolymeshPrimitivesMultisigProposalVoteCount (
|
|
5016
|
+
/** @name PolymeshPrimitivesMultisigProposalVoteCount (576) */
|
|
5026
5017
|
interface PolymeshPrimitivesMultisigProposalVoteCount extends Struct {
|
|
5027
5018
|
readonly approvals: u64;
|
|
5028
5019
|
readonly rejections: u64;
|
|
5029
5020
|
}
|
|
5030
|
-
/** @name PolymeshPrimitivesMultisigProposalState (
|
|
5021
|
+
/** @name PolymeshPrimitivesMultisigProposalState (577) */
|
|
5031
5022
|
interface PolymeshPrimitivesMultisigProposalState extends Enum {
|
|
5032
5023
|
readonly isActive: boolean;
|
|
5033
5024
|
readonly asActive: {
|
|
@@ -5038,7 +5029,7 @@ declare module "./types-lookup.ts" {
|
|
|
5038
5029
|
readonly isRejected: boolean;
|
|
5039
5030
|
readonly type: 'Active' | 'ExecutionSuccessful' | 'ExecutionFailed' | 'Rejected';
|
|
5040
5031
|
}
|
|
5041
|
-
/** @name PalletMultisigError (
|
|
5032
|
+
/** @name PalletMultisigError (579) */
|
|
5042
5033
|
interface PalletMultisigError extends Enum {
|
|
5043
5034
|
readonly isProposalMissing: boolean;
|
|
5044
5035
|
readonly isDecodingError: boolean;
|
|
@@ -5062,16 +5053,19 @@ declare module "./types-lookup.ts" {
|
|
|
5062
5053
|
readonly isMultisigMissingIdentity: boolean;
|
|
5063
5054
|
readonly isTooManySigners: boolean;
|
|
5064
5055
|
readonly isNoPayingDid: boolean;
|
|
5065
|
-
readonly
|
|
5056
|
+
readonly isInvalidExpiryDate: boolean;
|
|
5057
|
+
readonly isInvalidatedProposal: boolean;
|
|
5058
|
+
readonly isAdminNotFound: boolean;
|
|
5059
|
+
readonly type: 'ProposalMissing' | 'DecodingError' | 'RequiredSignersIsZero' | 'NotASigner' | 'NoSuchMultisig' | 'NotEnoughSigners' | 'NonceOverflow' | 'AlreadyVoted' | 'AlreadyASigner' | 'IdentityNotAdmin' | 'IdentityNotPayer' | 'ChangeNotAllowed' | 'SignerAlreadyLinkedToMultisig' | 'SignerAlreadyLinkedToIdentity' | 'NestingNotAllowed' | 'ProposalAlreadyRejected' | 'ProposalExpired' | 'ProposalAlreadyExecuted' | 'MaxWeightTooLow' | 'MultisigMissingIdentity' | 'TooManySigners' | 'NoPayingDid' | 'InvalidExpiryDate' | 'InvalidatedProposal' | 'AdminNotFound';
|
|
5066
5060
|
}
|
|
5067
|
-
/** @name PalletBridgeBridgeTxDetail (
|
|
5061
|
+
/** @name PalletBridgeBridgeTxDetail (581) */
|
|
5068
5062
|
interface PalletBridgeBridgeTxDetail extends Struct {
|
|
5069
5063
|
readonly amount: u128;
|
|
5070
5064
|
readonly status: PalletBridgeBridgeTxStatus;
|
|
5071
5065
|
readonly executionBlock: u32;
|
|
5072
5066
|
readonly txHash: H256;
|
|
5073
5067
|
}
|
|
5074
|
-
/** @name PalletBridgeBridgeTxStatus (
|
|
5068
|
+
/** @name PalletBridgeBridgeTxStatus (582) */
|
|
5075
5069
|
interface PalletBridgeBridgeTxStatus extends Enum {
|
|
5076
5070
|
readonly isAbsent: boolean;
|
|
5077
5071
|
readonly isPending: boolean;
|
|
@@ -5081,7 +5075,7 @@ declare module "./types-lookup.ts" {
|
|
|
5081
5075
|
readonly isHandled: boolean;
|
|
5082
5076
|
readonly type: 'Absent' | 'Pending' | 'Frozen' | 'Timelocked' | 'Handled';
|
|
5083
5077
|
}
|
|
5084
|
-
/** @name PalletStakingStakingLedger (
|
|
5078
|
+
/** @name PalletStakingStakingLedger (585) */
|
|
5085
5079
|
interface PalletStakingStakingLedger extends Struct {
|
|
5086
5080
|
readonly stash: AccountId32;
|
|
5087
5081
|
readonly total: Compact<u128>;
|
|
@@ -5089,28 +5083,28 @@ declare module "./types-lookup.ts" {
|
|
|
5089
5083
|
readonly unlocking: Vec<PalletStakingUnlockChunk>;
|
|
5090
5084
|
readonly claimedRewards: Vec<u32>;
|
|
5091
5085
|
}
|
|
5092
|
-
/** @name PalletStakingUnlockChunk (
|
|
5086
|
+
/** @name PalletStakingUnlockChunk (587) */
|
|
5093
5087
|
interface PalletStakingUnlockChunk extends Struct {
|
|
5094
5088
|
readonly value: Compact<u128>;
|
|
5095
5089
|
readonly era: Compact<u32>;
|
|
5096
5090
|
}
|
|
5097
|
-
/** @name PalletStakingNominations (
|
|
5091
|
+
/** @name PalletStakingNominations (590) */
|
|
5098
5092
|
interface PalletStakingNominations extends Struct {
|
|
5099
5093
|
readonly targets: Vec<AccountId32>;
|
|
5100
5094
|
readonly submittedIn: u32;
|
|
5101
5095
|
readonly suppressed: bool;
|
|
5102
5096
|
}
|
|
5103
|
-
/** @name PalletStakingActiveEraInfo (
|
|
5097
|
+
/** @name PalletStakingActiveEraInfo (592) */
|
|
5104
5098
|
interface PalletStakingActiveEraInfo extends Struct {
|
|
5105
5099
|
readonly index: u32;
|
|
5106
5100
|
readonly start: Option<u64>;
|
|
5107
5101
|
}
|
|
5108
|
-
/** @name PalletStakingEraRewardPoints (
|
|
5102
|
+
/** @name PalletStakingEraRewardPoints (594) */
|
|
5109
5103
|
interface PalletStakingEraRewardPoints extends Struct {
|
|
5110
5104
|
readonly total: u32;
|
|
5111
5105
|
readonly individual: BTreeMap<AccountId32, u32>;
|
|
5112
5106
|
}
|
|
5113
|
-
/** @name PalletStakingUnappliedSlash (
|
|
5107
|
+
/** @name PalletStakingUnappliedSlash (598) */
|
|
5114
5108
|
interface PalletStakingUnappliedSlash extends Struct {
|
|
5115
5109
|
readonly validator: AccountId32;
|
|
5116
5110
|
readonly own: u128;
|
|
@@ -5118,24 +5112,24 @@ declare module "./types-lookup.ts" {
|
|
|
5118
5112
|
readonly reporters: Vec<AccountId32>;
|
|
5119
5113
|
readonly payout: u128;
|
|
5120
5114
|
}
|
|
5121
|
-
/** @name PalletStakingSlashingSlashingSpans (
|
|
5115
|
+
/** @name PalletStakingSlashingSlashingSpans (600) */
|
|
5122
5116
|
interface PalletStakingSlashingSlashingSpans extends Struct {
|
|
5123
5117
|
readonly spanIndex: u32;
|
|
5124
5118
|
readonly lastStart: u32;
|
|
5125
5119
|
readonly lastNonzeroSlash: u32;
|
|
5126
5120
|
readonly prior: Vec<u32>;
|
|
5127
5121
|
}
|
|
5128
|
-
/** @name PalletStakingSlashingSpanRecord (
|
|
5122
|
+
/** @name PalletStakingSlashingSpanRecord (601) */
|
|
5129
5123
|
interface PalletStakingSlashingSpanRecord extends Struct {
|
|
5130
5124
|
readonly slashed: u128;
|
|
5131
5125
|
readonly paidOut: u128;
|
|
5132
5126
|
}
|
|
5133
|
-
/** @name PalletStakingPermissionedIdentityPrefs (
|
|
5127
|
+
/** @name PalletStakingPermissionedIdentityPrefs (604) */
|
|
5134
5128
|
interface PalletStakingPermissionedIdentityPrefs extends Struct {
|
|
5135
5129
|
readonly intendedCount: u32;
|
|
5136
5130
|
readonly runningCount: u32;
|
|
5137
5131
|
}
|
|
5138
|
-
/** @name PalletStakingPalletError (
|
|
5132
|
+
/** @name PalletStakingPalletError (606) */
|
|
5139
5133
|
interface PalletStakingPalletError extends Enum {
|
|
5140
5134
|
readonly isNotController: boolean;
|
|
5141
5135
|
readonly isNotStash: boolean;
|
|
@@ -5174,15 +5168,15 @@ declare module "./types-lookup.ts" {
|
|
|
5174
5168
|
readonly isCommissionUnchanged: boolean;
|
|
5175
5169
|
readonly type: 'NotController' | 'NotStash' | 'AlreadyBonded' | 'AlreadyPaired' | 'EmptyTargets' | 'DuplicateIndex' | 'InvalidSlashIndex' | 'InsufficientBond' | 'NoMoreChunks' | 'NoUnlockChunk' | 'FundedTarget' | 'InvalidEraToReward' | 'InvalidNumberOfNominations' | 'NotSortedAndUnique' | 'AlreadyClaimed' | 'IncorrectHistoryDepth' | 'IncorrectSlashingSpans' | 'BadState' | 'TooManyTargets' | 'BadTarget' | 'CannotChillOther' | 'TooManyNominators' | 'TooManyValidators' | 'CommissionTooLow' | 'BoundNotMet' | 'StashIdentityDoesNotExist' | 'StashIdentityNotPermissioned' | 'StashIdentityNotCDDed' | 'IdentityIsAlreadyPermissioned' | 'IdentityIsMissingCDD' | 'IntendedCountIsExceedingConsensusLimit' | 'IdentityNotFound' | 'ValidatorNotFound' | 'CommissionTooHigh' | 'CommissionUnchanged';
|
|
5176
5170
|
}
|
|
5177
|
-
/** @name SpStakingOffenceOffenceDetails (
|
|
5171
|
+
/** @name SpStakingOffenceOffenceDetails (607) */
|
|
5178
5172
|
interface SpStakingOffenceOffenceDetails extends Struct {
|
|
5179
5173
|
readonly offender: ITuple<[AccountId32, PalletStakingExposure]>;
|
|
5180
5174
|
readonly reporters: Vec<AccountId32>;
|
|
5181
5175
|
}
|
|
5182
|
-
/** @name SpCoreCryptoKeyTypeId (
|
|
5176
|
+
/** @name SpCoreCryptoKeyTypeId (612) */
|
|
5183
5177
|
interface SpCoreCryptoKeyTypeId extends U8aFixed {
|
|
5184
5178
|
}
|
|
5185
|
-
/** @name PalletSessionError (
|
|
5179
|
+
/** @name PalletSessionError (613) */
|
|
5186
5180
|
interface PalletSessionError extends Enum {
|
|
5187
5181
|
readonly isInvalidProof: boolean;
|
|
5188
5182
|
readonly isNoAssociatedValidatorId: boolean;
|
|
@@ -5191,7 +5185,7 @@ declare module "./types-lookup.ts" {
|
|
|
5191
5185
|
readonly isNoAccount: boolean;
|
|
5192
5186
|
readonly type: 'InvalidProof' | 'NoAssociatedValidatorId' | 'DuplicatedKey' | 'NoKeys' | 'NoAccount';
|
|
5193
5187
|
}
|
|
5194
|
-
/** @name PalletGrandpaStoredState (
|
|
5188
|
+
/** @name PalletGrandpaStoredState (614) */
|
|
5195
5189
|
interface PalletGrandpaStoredState extends Enum {
|
|
5196
5190
|
readonly isLive: boolean;
|
|
5197
5191
|
readonly isPendingPause: boolean;
|
|
@@ -5207,14 +5201,14 @@ declare module "./types-lookup.ts" {
|
|
|
5207
5201
|
} & Struct;
|
|
5208
5202
|
readonly type: 'Live' | 'PendingPause' | 'Paused' | 'PendingResume';
|
|
5209
5203
|
}
|
|
5210
|
-
/** @name PalletGrandpaStoredPendingChange (
|
|
5204
|
+
/** @name PalletGrandpaStoredPendingChange (615) */
|
|
5211
5205
|
interface PalletGrandpaStoredPendingChange extends Struct {
|
|
5212
5206
|
readonly scheduledAt: u32;
|
|
5213
5207
|
readonly delay: u32;
|
|
5214
5208
|
readonly nextAuthorities: Vec<ITuple<[SpConsensusGrandpaAppPublic, u64]>>;
|
|
5215
5209
|
readonly forced: Option<u32>;
|
|
5216
5210
|
}
|
|
5217
|
-
/** @name PalletGrandpaError (
|
|
5211
|
+
/** @name PalletGrandpaError (617) */
|
|
5218
5212
|
interface PalletGrandpaError extends Enum {
|
|
5219
5213
|
readonly isPauseFailed: boolean;
|
|
5220
5214
|
readonly isResumeFailed: boolean;
|
|
@@ -5225,40 +5219,40 @@ declare module "./types-lookup.ts" {
|
|
|
5225
5219
|
readonly isDuplicateOffenceReport: boolean;
|
|
5226
5220
|
readonly type: 'PauseFailed' | 'ResumeFailed' | 'ChangePending' | 'TooSoon' | 'InvalidKeyOwnershipProof' | 'InvalidEquivocationProof' | 'DuplicateOffenceReport';
|
|
5227
5221
|
}
|
|
5228
|
-
/** @name PalletImOnlineBoundedOpaqueNetworkState (
|
|
5222
|
+
/** @name PalletImOnlineBoundedOpaqueNetworkState (621) */
|
|
5229
5223
|
interface PalletImOnlineBoundedOpaqueNetworkState extends Struct {
|
|
5230
5224
|
readonly peerId: Bytes;
|
|
5231
5225
|
readonly externalAddresses: Vec<Bytes>;
|
|
5232
5226
|
}
|
|
5233
|
-
/** @name PalletImOnlineError (
|
|
5227
|
+
/** @name PalletImOnlineError (625) */
|
|
5234
5228
|
interface PalletImOnlineError extends Enum {
|
|
5235
5229
|
readonly isInvalidKey: boolean;
|
|
5236
5230
|
readonly isDuplicatedHeartbeat: boolean;
|
|
5237
5231
|
readonly type: 'InvalidKey' | 'DuplicatedHeartbeat';
|
|
5238
5232
|
}
|
|
5239
|
-
/** @name PalletSudoError (
|
|
5233
|
+
/** @name PalletSudoError (627) */
|
|
5240
5234
|
interface PalletSudoError extends Enum {
|
|
5241
5235
|
readonly isRequireSudo: boolean;
|
|
5242
5236
|
readonly type: 'RequireSudo';
|
|
5243
5237
|
}
|
|
5244
|
-
/** @name PalletAssetTickerRegistration (
|
|
5238
|
+
/** @name PalletAssetTickerRegistration (628) */
|
|
5245
5239
|
interface PalletAssetTickerRegistration extends Struct {
|
|
5246
5240
|
readonly owner: PolymeshPrimitivesIdentityId;
|
|
5247
5241
|
readonly expiry: Option<u64>;
|
|
5248
5242
|
}
|
|
5249
|
-
/** @name PalletAssetTickerRegistrationConfig (
|
|
5243
|
+
/** @name PalletAssetTickerRegistrationConfig (629) */
|
|
5250
5244
|
interface PalletAssetTickerRegistrationConfig extends Struct {
|
|
5251
5245
|
readonly maxTickerLength: u8;
|
|
5252
5246
|
readonly registrationLength: Option<u64>;
|
|
5253
5247
|
}
|
|
5254
|
-
/** @name PalletAssetAssetDetails (
|
|
5248
|
+
/** @name PalletAssetAssetDetails (630) */
|
|
5255
5249
|
interface PalletAssetAssetDetails extends Struct {
|
|
5256
5250
|
readonly totalSupply: u128;
|
|
5257
5251
|
readonly ownerDid: PolymeshPrimitivesIdentityId;
|
|
5258
5252
|
readonly divisible: bool;
|
|
5259
5253
|
readonly assetType: PolymeshPrimitivesAssetAssetType;
|
|
5260
5254
|
}
|
|
5261
|
-
/** @name PalletAssetError (
|
|
5255
|
+
/** @name PalletAssetError (640) */
|
|
5262
5256
|
interface PalletAssetError extends Enum {
|
|
5263
5257
|
readonly isUnauthorized: boolean;
|
|
5264
5258
|
readonly isAssetAlreadyCreated: boolean;
|
|
@@ -5305,11 +5299,13 @@ declare module "./types-lookup.ts" {
|
|
|
5305
5299
|
readonly isInvalidTransferInvalidSenderCDD: boolean;
|
|
5306
5300
|
readonly isTickerRegistrationNotFound: boolean;
|
|
5307
5301
|
readonly isTickerIsAlreadyLinkedToAnAsset: boolean;
|
|
5308
|
-
readonly
|
|
5302
|
+
readonly isAssetIdGenerationError: boolean;
|
|
5309
5303
|
readonly isTickerNotRegisteredToCaller: boolean;
|
|
5310
|
-
readonly
|
|
5304
|
+
readonly isAssetIsAlreadyLinkedToATicker: boolean;
|
|
5305
|
+
readonly isTickerIsNotLinkedToTheAsset: boolean;
|
|
5306
|
+
readonly type: 'Unauthorized' | 'AssetAlreadyCreated' | 'TickerTooLong' | 'TickerNotAlphanumeric' | 'TickerAlreadyRegistered' | 'TotalSupplyAboveLimit' | 'NoSuchAsset' | 'AlreadyFrozen' | 'NotAnOwner' | 'BalanceOverflow' | 'TotalSupplyOverflow' | 'InvalidGranularity' | 'NotFrozen' | 'InvalidTransfer' | 'InsufficientBalance' | 'AssetAlreadyDivisible' | 'InvalidEthereumSignature' | 'TickerRegistrationExpired' | 'SenderSameAsReceiver' | 'NoSuchDoc' | 'MaxLengthOfAssetNameExceeded' | 'FundingRoundNameMaxLengthExceeded' | 'InvalidAssetIdentifier' | 'InvestorUniquenessClaimNotAllowed' | 'InvalidCustomAssetTypeId' | 'AssetMetadataNameMaxLengthExceeded' | 'AssetMetadataValueMaxLengthExceeded' | 'AssetMetadataTypeDefMaxLengthExceeded' | 'AssetMetadataKeyIsMissing' | 'AssetMetadataValueIsLocked' | 'AssetMetadataLocalKeyAlreadyExists' | 'AssetMetadataGlobalKeyAlreadyExists' | 'TickerFirstByteNotValid' | 'UnexpectedNonFungibleToken' | 'IncompatibleAssetTypeUpdate' | 'AssetMetadataKeyBelongsToNFTCollection' | 'AssetMetadataValueIsEmpty' | 'NumberOfAssetMediatorsExceeded' | 'InvalidTickerCharacter' | 'InvalidTransferFrozenAsset' | 'InvalidTransferComplianceFailure' | 'InvalidTransferInvalidReceiverCDD' | 'InvalidTransferInvalidSenderCDD' | 'TickerRegistrationNotFound' | 'TickerIsAlreadyLinkedToAnAsset' | 'AssetIdGenerationError' | 'TickerNotRegisteredToCaller' | 'AssetIsAlreadyLinkedToATicker' | 'TickerIsNotLinkedToTheAsset';
|
|
5311
5307
|
}
|
|
5312
|
-
/** @name PalletCorporateActionsDistributionError (
|
|
5308
|
+
/** @name PalletCorporateActionsDistributionError (643) */
|
|
5313
5309
|
interface PalletCorporateActionsDistributionError extends Enum {
|
|
5314
5310
|
readonly isCaNotBenefit: boolean;
|
|
5315
5311
|
readonly isAlreadyExists: boolean;
|
|
@@ -5328,13 +5324,13 @@ declare module "./types-lookup.ts" {
|
|
|
5328
5324
|
readonly isDistributionPerShareIsZero: boolean;
|
|
5329
5325
|
readonly type: 'CaNotBenefit' | 'AlreadyExists' | 'ExpiryBeforePayment' | 'HolderAlreadyPaid' | 'NoSuchDistribution' | 'CannotClaimBeforeStart' | 'CannotClaimAfterExpiry' | 'BalancePerShareProductOverflowed' | 'NotDistributionCreator' | 'AlreadyReclaimed' | 'NotExpired' | 'DistributionStarted' | 'InsufficientRemainingAmount' | 'DistributionAmountIsZero' | 'DistributionPerShareIsZero';
|
|
5330
5326
|
}
|
|
5331
|
-
/** @name PolymeshCommonUtilitiesCheckpointNextCheckpoints (
|
|
5327
|
+
/** @name PolymeshCommonUtilitiesCheckpointNextCheckpoints (647) */
|
|
5332
5328
|
interface PolymeshCommonUtilitiesCheckpointNextCheckpoints extends Struct {
|
|
5333
5329
|
readonly nextAt: u64;
|
|
5334
5330
|
readonly totalPending: u64;
|
|
5335
5331
|
readonly schedules: BTreeMap<u64, u64>;
|
|
5336
5332
|
}
|
|
5337
|
-
/** @name PalletAssetCheckpointError (
|
|
5333
|
+
/** @name PalletAssetCheckpointError (653) */
|
|
5338
5334
|
interface PalletAssetCheckpointError extends Enum {
|
|
5339
5335
|
readonly isNoSuchSchedule: boolean;
|
|
5340
5336
|
readonly isScheduleNotRemovable: boolean;
|
|
@@ -5344,12 +5340,12 @@ declare module "./types-lookup.ts" {
|
|
|
5344
5340
|
readonly isScheduleHasExpiredCheckpoints: boolean;
|
|
5345
5341
|
readonly type: 'NoSuchSchedule' | 'ScheduleNotRemovable' | 'SchedulesOverMaxComplexity' | 'ScheduleIsEmpty' | 'ScheduleFinished' | 'ScheduleHasExpiredCheckpoints';
|
|
5346
5342
|
}
|
|
5347
|
-
/** @name PolymeshPrimitivesComplianceManagerAssetCompliance (
|
|
5343
|
+
/** @name PolymeshPrimitivesComplianceManagerAssetCompliance (654) */
|
|
5348
5344
|
interface PolymeshPrimitivesComplianceManagerAssetCompliance extends Struct {
|
|
5349
5345
|
readonly paused: bool;
|
|
5350
5346
|
readonly requirements: Vec<PolymeshPrimitivesComplianceManagerComplianceRequirement>;
|
|
5351
5347
|
}
|
|
5352
|
-
/** @name PalletComplianceManagerError (
|
|
5348
|
+
/** @name PalletComplianceManagerError (656) */
|
|
5353
5349
|
interface PalletComplianceManagerError extends Enum {
|
|
5354
5350
|
readonly isUnauthorized: boolean;
|
|
5355
5351
|
readonly isDidNotExist: boolean;
|
|
@@ -5360,7 +5356,7 @@ declare module "./types-lookup.ts" {
|
|
|
5360
5356
|
readonly isWeightLimitExceeded: boolean;
|
|
5361
5357
|
readonly type: 'Unauthorized' | 'DidNotExist' | 'InvalidComplianceRequirementId' | 'IncorrectOperationOnTrustedIssuer' | 'DuplicateComplianceRequirements' | 'ComplianceRequirementTooComplex' | 'WeightLimitExceeded';
|
|
5362
5358
|
}
|
|
5363
|
-
/** @name PalletCorporateActionsError (
|
|
5359
|
+
/** @name PalletCorporateActionsError (659) */
|
|
5364
5360
|
interface PalletCorporateActionsError extends Enum {
|
|
5365
5361
|
readonly isDetailsTooLong: boolean;
|
|
5366
5362
|
readonly isDuplicateDidTax: boolean;
|
|
@@ -5375,7 +5371,7 @@ declare module "./types-lookup.ts" {
|
|
|
5375
5371
|
readonly isNotTargetedByCA: boolean;
|
|
5376
5372
|
readonly type: 'DetailsTooLong' | 'DuplicateDidTax' | 'TooManyDidTaxes' | 'TooManyTargetIds' | 'NoSuchCheckpointId' | 'NoSuchCA' | 'NoRecordDate' | 'RecordDateAfterStart' | 'DeclDateAfterRecordDate' | 'DeclDateInFuture' | 'NotTargetedByCA';
|
|
5377
5373
|
}
|
|
5378
|
-
/** @name PalletCorporateActionsBallotError (
|
|
5374
|
+
/** @name PalletCorporateActionsBallotError (663) */
|
|
5379
5375
|
interface PalletCorporateActionsBallotError extends Enum {
|
|
5380
5376
|
readonly isCaNotNotice: boolean;
|
|
5381
5377
|
readonly isAlreadyExists: boolean;
|
|
@@ -5393,12 +5389,12 @@ declare module "./types-lookup.ts" {
|
|
|
5393
5389
|
readonly isRcvNotAllowed: boolean;
|
|
5394
5390
|
readonly type: 'CaNotNotice' | 'AlreadyExists' | 'NoSuchBallot' | 'StartAfterEnd' | 'NowAfterEnd' | 'NumberOfChoicesOverflow' | 'VotingAlreadyStarted' | 'VotingNotStarted' | 'VotingAlreadyEnded' | 'WrongVoteCount' | 'InsufficientVotes' | 'NoSuchRCVFallback' | 'RcvSelfCycle' | 'RcvNotAllowed';
|
|
5395
5391
|
}
|
|
5396
|
-
/** @name PalletPermissionsError (
|
|
5392
|
+
/** @name PalletPermissionsError (664) */
|
|
5397
5393
|
interface PalletPermissionsError extends Enum {
|
|
5398
5394
|
readonly isUnauthorizedCaller: boolean;
|
|
5399
5395
|
readonly type: 'UnauthorizedCaller';
|
|
5400
5396
|
}
|
|
5401
|
-
/** @name PalletPipsPipsMetadata (
|
|
5397
|
+
/** @name PalletPipsPipsMetadata (665) */
|
|
5402
5398
|
interface PalletPipsPipsMetadata extends Struct {
|
|
5403
5399
|
readonly id: u32;
|
|
5404
5400
|
readonly url: Option<Bytes>;
|
|
@@ -5407,34 +5403,34 @@ declare module "./types-lookup.ts" {
|
|
|
5407
5403
|
readonly transactionVersion: u32;
|
|
5408
5404
|
readonly expiry: PolymeshCommonUtilitiesMaybeBlock;
|
|
5409
5405
|
}
|
|
5410
|
-
/** @name PalletPipsDepositInfo (
|
|
5406
|
+
/** @name PalletPipsDepositInfo (667) */
|
|
5411
5407
|
interface PalletPipsDepositInfo extends Struct {
|
|
5412
5408
|
readonly owner: AccountId32;
|
|
5413
5409
|
readonly amount: u128;
|
|
5414
5410
|
}
|
|
5415
|
-
/** @name PalletPipsPip (
|
|
5411
|
+
/** @name PalletPipsPip (668) */
|
|
5416
5412
|
interface PalletPipsPip extends Struct {
|
|
5417
5413
|
readonly id: u32;
|
|
5418
5414
|
readonly proposal: Call;
|
|
5419
5415
|
readonly proposer: PalletPipsProposer;
|
|
5420
5416
|
}
|
|
5421
|
-
/** @name PalletPipsVotingResult (
|
|
5417
|
+
/** @name PalletPipsVotingResult (669) */
|
|
5422
5418
|
interface PalletPipsVotingResult extends Struct {
|
|
5423
5419
|
readonly ayesCount: u32;
|
|
5424
5420
|
readonly ayesStake: u128;
|
|
5425
5421
|
readonly naysCount: u32;
|
|
5426
5422
|
readonly naysStake: u128;
|
|
5427
5423
|
}
|
|
5428
|
-
/** @name PalletPipsVote (
|
|
5424
|
+
/** @name PalletPipsVote (670) */
|
|
5429
5425
|
interface PalletPipsVote extends ITuple<[bool, u128]> {
|
|
5430
5426
|
}
|
|
5431
|
-
/** @name PalletPipsSnapshotMetadata (
|
|
5427
|
+
/** @name PalletPipsSnapshotMetadata (671) */
|
|
5432
5428
|
interface PalletPipsSnapshotMetadata extends Struct {
|
|
5433
5429
|
readonly createdAt: u32;
|
|
5434
5430
|
readonly madeBy: AccountId32;
|
|
5435
5431
|
readonly id: u32;
|
|
5436
5432
|
}
|
|
5437
|
-
/** @name PalletPipsError (
|
|
5433
|
+
/** @name PalletPipsError (673) */
|
|
5438
5434
|
interface PalletPipsError extends Enum {
|
|
5439
5435
|
readonly isRescheduleNotByReleaseCoordinator: boolean;
|
|
5440
5436
|
readonly isNotFromCommunity: boolean;
|
|
@@ -5456,7 +5452,7 @@ declare module "./types-lookup.ts" {
|
|
|
5456
5452
|
readonly isProposalNotInScheduledState: boolean;
|
|
5457
5453
|
readonly type: 'RescheduleNotByReleaseCoordinator' | 'NotFromCommunity' | 'NotByCommittee' | 'TooManyActivePips' | 'IncorrectDeposit' | 'InsufficientDeposit' | 'NoSuchProposal' | 'NotACommitteeMember' | 'InvalidFutureBlockNumber' | 'NumberOfVotesExceeded' | 'StakeAmountOfVotesExceeded' | 'MissingCurrentIdentity' | 'IncorrectProposalState' | 'CannotSkipPip' | 'SnapshotResultTooLarge' | 'SnapshotIdMismatch' | 'ScheduledProposalDoesntExist' | 'ProposalNotInScheduledState';
|
|
5458
5454
|
}
|
|
5459
|
-
/** @name PalletPortfolioError (
|
|
5455
|
+
/** @name PalletPortfolioError (681) */
|
|
5460
5456
|
interface PalletPortfolioError extends Enum {
|
|
5461
5457
|
readonly isPortfolioDoesNotExist: boolean;
|
|
5462
5458
|
readonly isInsufficientPortfolioBalance: boolean;
|
|
@@ -5476,16 +5472,17 @@ declare module "./types-lookup.ts" {
|
|
|
5476
5472
|
readonly isEmptyTransfer: boolean;
|
|
5477
5473
|
readonly isMissingOwnersPermission: boolean;
|
|
5478
5474
|
readonly isInvalidTransferSenderIdMatchesReceiverId: boolean;
|
|
5479
|
-
readonly
|
|
5475
|
+
readonly isSelfAdditionNotAllowed: boolean;
|
|
5476
|
+
readonly type: 'PortfolioDoesNotExist' | 'InsufficientPortfolioBalance' | 'DestinationIsSamePortfolio' | 'PortfolioNameAlreadyInUse' | 'SecondaryKeyNotAuthorizedForPortfolio' | 'UnauthorizedCustodian' | 'InsufficientTokensLocked' | 'PortfolioNotEmpty' | 'DifferentIdentityPortfolios' | 'NoDuplicateAssetsAllowed' | 'NftNotFoundInPortfolio' | 'NftAlreadyLocked' | 'NftNotLocked' | 'InvalidTransferNFTNotOwned' | 'InvalidTransferNFTIsLocked' | 'EmptyTransfer' | 'MissingOwnersPermission' | 'InvalidTransferSenderIdMatchesReceiverId' | 'SelfAdditionNotAllowed';
|
|
5480
5477
|
}
|
|
5481
|
-
/** @name PalletProtocolFeeError (
|
|
5478
|
+
/** @name PalletProtocolFeeError (682) */
|
|
5482
5479
|
interface PalletProtocolFeeError extends Enum {
|
|
5483
5480
|
readonly isInsufficientAccountBalance: boolean;
|
|
5484
5481
|
readonly isUnHandledImbalances: boolean;
|
|
5485
5482
|
readonly isInsufficientSubsidyBalance: boolean;
|
|
5486
5483
|
readonly type: 'InsufficientAccountBalance' | 'UnHandledImbalances' | 'InsufficientSubsidyBalance';
|
|
5487
5484
|
}
|
|
5488
|
-
/** @name PalletSchedulerScheduled (
|
|
5485
|
+
/** @name PalletSchedulerScheduled (685) */
|
|
5489
5486
|
interface PalletSchedulerScheduled extends Struct {
|
|
5490
5487
|
readonly maybeId: Option<U8aFixed>;
|
|
5491
5488
|
readonly priority: u8;
|
|
@@ -5493,7 +5490,7 @@ declare module "./types-lookup.ts" {
|
|
|
5493
5490
|
readonly maybePeriodic: Option<ITuple<[u32, u32]>>;
|
|
5494
5491
|
readonly origin: PolymeshRuntimeDevelopRuntimeOriginCaller;
|
|
5495
5492
|
}
|
|
5496
|
-
/** @name FrameSupportPreimagesBounded (
|
|
5493
|
+
/** @name FrameSupportPreimagesBounded (686) */
|
|
5497
5494
|
interface FrameSupportPreimagesBounded extends Enum {
|
|
5498
5495
|
readonly isLegacy: boolean;
|
|
5499
5496
|
readonly asLegacy: {
|
|
@@ -5508,7 +5505,7 @@ declare module "./types-lookup.ts" {
|
|
|
5508
5505
|
} & Struct;
|
|
5509
5506
|
readonly type: 'Legacy' | 'Inline' | 'Lookup';
|
|
5510
5507
|
}
|
|
5511
|
-
/** @name PalletSchedulerError (
|
|
5508
|
+
/** @name PalletSchedulerError (689) */
|
|
5512
5509
|
interface PalletSchedulerError extends Enum {
|
|
5513
5510
|
readonly isFailedToSchedule: boolean;
|
|
5514
5511
|
readonly isNotFound: boolean;
|
|
@@ -5517,12 +5514,12 @@ declare module "./types-lookup.ts" {
|
|
|
5517
5514
|
readonly isNamed: boolean;
|
|
5518
5515
|
readonly type: 'FailedToSchedule' | 'NotFound' | 'TargetBlockNumberInPast' | 'RescheduleNoChange' | 'Named';
|
|
5519
5516
|
}
|
|
5520
|
-
/** @name PolymeshPrimitivesSettlementVenue (
|
|
5517
|
+
/** @name PolymeshPrimitivesSettlementVenue (690) */
|
|
5521
5518
|
interface PolymeshPrimitivesSettlementVenue extends Struct {
|
|
5522
5519
|
readonly creator: PolymeshPrimitivesIdentityId;
|
|
5523
5520
|
readonly venueType: PolymeshPrimitivesSettlementVenueType;
|
|
5524
5521
|
}
|
|
5525
|
-
/** @name PolymeshPrimitivesSettlementInstruction (
|
|
5522
|
+
/** @name PolymeshPrimitivesSettlementInstruction (694) */
|
|
5526
5523
|
interface PolymeshPrimitivesSettlementInstruction extends Struct {
|
|
5527
5524
|
readonly instructionId: u64;
|
|
5528
5525
|
readonly venueId: Option<u64>;
|
|
@@ -5531,7 +5528,7 @@ declare module "./types-lookup.ts" {
|
|
|
5531
5528
|
readonly tradeDate: Option<u64>;
|
|
5532
5529
|
readonly valueDate: Option<u64>;
|
|
5533
5530
|
}
|
|
5534
|
-
/** @name PolymeshPrimitivesSettlementLegStatus (
|
|
5531
|
+
/** @name PolymeshPrimitivesSettlementLegStatus (696) */
|
|
5535
5532
|
interface PolymeshPrimitivesSettlementLegStatus extends Enum {
|
|
5536
5533
|
readonly isPendingTokenLock: boolean;
|
|
5537
5534
|
readonly isExecutionPending: boolean;
|
|
@@ -5539,14 +5536,14 @@ declare module "./types-lookup.ts" {
|
|
|
5539
5536
|
readonly asExecutionToBeSkipped: ITuple<[AccountId32, u64]>;
|
|
5540
5537
|
readonly type: 'PendingTokenLock' | 'ExecutionPending' | 'ExecutionToBeSkipped';
|
|
5541
5538
|
}
|
|
5542
|
-
/** @name PolymeshPrimitivesSettlementAffirmationStatus (
|
|
5539
|
+
/** @name PolymeshPrimitivesSettlementAffirmationStatus (698) */
|
|
5543
5540
|
interface PolymeshPrimitivesSettlementAffirmationStatus extends Enum {
|
|
5544
5541
|
readonly isUnknown: boolean;
|
|
5545
5542
|
readonly isPending: boolean;
|
|
5546
5543
|
readonly isAffirmed: boolean;
|
|
5547
5544
|
readonly type: 'Unknown' | 'Pending' | 'Affirmed';
|
|
5548
5545
|
}
|
|
5549
|
-
/** @name PolymeshPrimitivesSettlementInstructionStatus (
|
|
5546
|
+
/** @name PolymeshPrimitivesSettlementInstructionStatus (701) */
|
|
5550
5547
|
interface PolymeshPrimitivesSettlementInstructionStatus extends Enum {
|
|
5551
5548
|
readonly isUnknown: boolean;
|
|
5552
5549
|
readonly isPending: boolean;
|
|
@@ -5557,7 +5554,7 @@ declare module "./types-lookup.ts" {
|
|
|
5557
5554
|
readonly asRejected: u32;
|
|
5558
5555
|
readonly type: 'Unknown' | 'Pending' | 'Failed' | 'Success' | 'Rejected';
|
|
5559
5556
|
}
|
|
5560
|
-
/** @name PolymeshPrimitivesSettlementMediatorAffirmationStatus (
|
|
5557
|
+
/** @name PolymeshPrimitivesSettlementMediatorAffirmationStatus (703) */
|
|
5561
5558
|
interface PolymeshPrimitivesSettlementMediatorAffirmationStatus extends Enum {
|
|
5562
5559
|
readonly isUnknown: boolean;
|
|
5563
5560
|
readonly isPending: boolean;
|
|
@@ -5567,7 +5564,7 @@ declare module "./types-lookup.ts" {
|
|
|
5567
5564
|
} & Struct;
|
|
5568
5565
|
readonly type: 'Unknown' | 'Pending' | 'Affirmed';
|
|
5569
5566
|
}
|
|
5570
|
-
/** @name PalletSettlementError (
|
|
5567
|
+
/** @name PalletSettlementError (705) */
|
|
5571
5568
|
interface PalletSettlementError extends Enum {
|
|
5572
5569
|
readonly isInvalidVenue: boolean;
|
|
5573
5570
|
readonly isUnauthorized: boolean;
|
|
@@ -5615,17 +5612,17 @@ declare module "./types-lookup.ts" {
|
|
|
5615
5612
|
readonly isOffChainAssetsMustHaveAVenue: boolean;
|
|
5616
5613
|
readonly type: 'InvalidVenue' | 'Unauthorized' | 'InstructionNotAffirmed' | 'UnauthorizedSigner' | 'ReceiptAlreadyClaimed' | 'UnauthorizedVenue' | 'InstructionDatesInvalid' | 'InstructionSettleBlockPassed' | 'InvalidSignature' | 'SameSenderReceiver' | 'SettleOnPastBlock' | 'UnexpectedAffirmationStatus' | 'FailedToSchedule' | 'UnknownInstruction' | 'SignerAlreadyExists' | 'SignerDoesNotExist' | 'ZeroAmount' | 'InstructionSettleBlockNotReached' | 'CallerIsNotAParty' | 'MaxNumberOfNFTsExceeded' | 'NumberOfTransferredNFTsUnderestimated' | 'ReceiptForInvalidLegType' | 'WeightLimitExceeded' | 'MaxNumberOfFungibleAssetsExceeded' | 'MaxNumberOfOffChainAssetsExceeded' | 'NumberOfFungibleTransfersUnderestimated' | 'UnexpectedOFFChainAsset' | 'OffChainAssetCantBeLocked' | 'NumberOfOffChainTransfersUnderestimated' | 'LegNotFound' | 'InputWeightIsLessThanMinimum' | 'MaxNumberOfReceiptsExceeded' | 'NotAllAffirmationsHaveBeenReceived' | 'InvalidInstructionStatusForExecution' | 'FailedToReleaseLockOrTransferAssets' | 'DuplicateReceiptUid' | 'ReceiptInstructionIdMissmatch' | 'MultipleReceiptsForOneLeg' | 'UnexpectedLegStatus' | 'NumberOfVenueSignersExceeded' | 'CallerIsNotAMediator' | 'InvalidExpiryDate' | 'MediatorAffirmationExpired' | 'OffChainAssetsMustHaveAVenue';
|
|
5617
5614
|
}
|
|
5618
|
-
/** @name PolymeshPrimitivesStatisticsStat1stKey (
|
|
5615
|
+
/** @name PolymeshPrimitivesStatisticsStat1stKey (708) */
|
|
5619
5616
|
interface PolymeshPrimitivesStatisticsStat1stKey extends Struct {
|
|
5620
|
-
readonly assetId:
|
|
5617
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
5621
5618
|
readonly statType: PolymeshPrimitivesStatisticsStatType;
|
|
5622
5619
|
}
|
|
5623
|
-
/** @name PolymeshPrimitivesTransferComplianceAssetTransferCompliance (
|
|
5620
|
+
/** @name PolymeshPrimitivesTransferComplianceAssetTransferCompliance (709) */
|
|
5624
5621
|
interface PolymeshPrimitivesTransferComplianceAssetTransferCompliance extends Struct {
|
|
5625
5622
|
readonly paused: bool;
|
|
5626
5623
|
readonly requirements: BTreeSet<PolymeshPrimitivesTransferComplianceTransferCondition>;
|
|
5627
5624
|
}
|
|
5628
|
-
/** @name PalletStatisticsError (
|
|
5625
|
+
/** @name PalletStatisticsError (713) */
|
|
5629
5626
|
interface PalletStatisticsError extends Enum {
|
|
5630
5627
|
readonly isInvalidTransferStatisticsFailure: boolean;
|
|
5631
5628
|
readonly isStatTypeMissing: boolean;
|
|
@@ -5636,7 +5633,7 @@ declare module "./types-lookup.ts" {
|
|
|
5636
5633
|
readonly isWeightLimitExceeded: boolean;
|
|
5637
5634
|
readonly type: 'InvalidTransferStatisticsFailure' | 'StatTypeMissing' | 'StatTypeNeededByTransferCondition' | 'CannotRemoveStatTypeInUse' | 'StatTypeLimitReached' | 'TransferConditionLimitReached' | 'WeightLimitExceeded';
|
|
5638
5635
|
}
|
|
5639
|
-
/** @name PalletStoError (
|
|
5636
|
+
/** @name PalletStoError (716) */
|
|
5640
5637
|
interface PalletStoError extends Enum {
|
|
5641
5638
|
readonly isUnauthorized: boolean;
|
|
5642
5639
|
readonly isOverflow: boolean;
|
|
@@ -5652,13 +5649,13 @@ declare module "./types-lookup.ts" {
|
|
|
5652
5649
|
readonly isInvestmentAmountTooLow: boolean;
|
|
5653
5650
|
readonly type: 'Unauthorized' | 'Overflow' | 'InsufficientTokensRemaining' | 'FundraiserNotFound' | 'FundraiserNotLive' | 'FundraiserClosed' | 'FundraiserExpired' | 'InvalidVenue' | 'InvalidPriceTiers' | 'InvalidOfferingWindow' | 'MaxPriceExceeded' | 'InvestmentAmountTooLow';
|
|
5654
5651
|
}
|
|
5655
|
-
/** @name PalletTreasuryError (
|
|
5652
|
+
/** @name PalletTreasuryError (717) */
|
|
5656
5653
|
interface PalletTreasuryError extends Enum {
|
|
5657
5654
|
readonly isInsufficientBalance: boolean;
|
|
5658
5655
|
readonly isInvalidIdentity: boolean;
|
|
5659
5656
|
readonly type: 'InsufficientBalance' | 'InvalidIdentity';
|
|
5660
5657
|
}
|
|
5661
|
-
/** @name PalletUtilityError (
|
|
5658
|
+
/** @name PalletUtilityError (718) */
|
|
5662
5659
|
interface PalletUtilityError extends Enum {
|
|
5663
5660
|
readonly isTooManyCalls: boolean;
|
|
5664
5661
|
readonly isInvalidSignature: boolean;
|
|
@@ -5667,13 +5664,13 @@ declare module "./types-lookup.ts" {
|
|
|
5667
5664
|
readonly isUnableToDeriveAccountId: boolean;
|
|
5668
5665
|
readonly type: 'TooManyCalls' | 'InvalidSignature' | 'TargetCddMissing' | 'InvalidNonce' | 'UnableToDeriveAccountId';
|
|
5669
5666
|
}
|
|
5670
|
-
/** @name PalletBaseError (
|
|
5667
|
+
/** @name PalletBaseError (719) */
|
|
5671
5668
|
interface PalletBaseError extends Enum {
|
|
5672
5669
|
readonly isTooLong: boolean;
|
|
5673
5670
|
readonly isCounterOverflow: boolean;
|
|
5674
5671
|
readonly type: 'TooLong' | 'CounterOverflow';
|
|
5675
5672
|
}
|
|
5676
|
-
/** @name PalletExternalAgentsError (
|
|
5673
|
+
/** @name PalletExternalAgentsError (722) */
|
|
5677
5674
|
interface PalletExternalAgentsError extends Enum {
|
|
5678
5675
|
readonly isNoSuchAG: boolean;
|
|
5679
5676
|
readonly isUnauthorizedAgent: boolean;
|
|
@@ -5683,12 +5680,12 @@ declare module "./types-lookup.ts" {
|
|
|
5683
5680
|
readonly isSecondaryKeyNotAuthorizedForAsset: boolean;
|
|
5684
5681
|
readonly type: 'NoSuchAG' | 'UnauthorizedAgent' | 'AlreadyAnAgent' | 'NotAnAgent' | 'RemovingLastFullAgent' | 'SecondaryKeyNotAuthorizedForAsset';
|
|
5685
5682
|
}
|
|
5686
|
-
/** @name PalletRelayerSubsidy (
|
|
5683
|
+
/** @name PalletRelayerSubsidy (723) */
|
|
5687
5684
|
interface PalletRelayerSubsidy extends Struct {
|
|
5688
5685
|
readonly payingKey: AccountId32;
|
|
5689
5686
|
readonly remaining: u128;
|
|
5690
5687
|
}
|
|
5691
|
-
/** @name PalletRelayerError (
|
|
5688
|
+
/** @name PalletRelayerError (724) */
|
|
5692
5689
|
interface PalletRelayerError extends Enum {
|
|
5693
5690
|
readonly isUserKeyCddMissing: boolean;
|
|
5694
5691
|
readonly isPayingKeyCddMissing: boolean;
|
|
@@ -5699,7 +5696,7 @@ declare module "./types-lookup.ts" {
|
|
|
5699
5696
|
readonly isOverflow: boolean;
|
|
5700
5697
|
readonly type: 'UserKeyCddMissing' | 'PayingKeyCddMissing' | 'NoPayingKey' | 'NotPayingKey' | 'NotAuthorizedForPayingKey' | 'NotAuthorizedForUserKey' | 'Overflow';
|
|
5701
5698
|
}
|
|
5702
|
-
/** @name PalletContractsWasmPrefabWasmModule (
|
|
5699
|
+
/** @name PalletContractsWasmPrefabWasmModule (726) */
|
|
5703
5700
|
interface PalletContractsWasmPrefabWasmModule extends Struct {
|
|
5704
5701
|
readonly instructionWeightsVersion: Compact<u32>;
|
|
5705
5702
|
readonly initial: Compact<u32>;
|
|
@@ -5707,13 +5704,13 @@ declare module "./types-lookup.ts" {
|
|
|
5707
5704
|
readonly code: Bytes;
|
|
5708
5705
|
readonly determinism: PalletContractsWasmDeterminism;
|
|
5709
5706
|
}
|
|
5710
|
-
/** @name PalletContractsWasmOwnerInfo (
|
|
5707
|
+
/** @name PalletContractsWasmOwnerInfo (728) */
|
|
5711
5708
|
interface PalletContractsWasmOwnerInfo extends Struct {
|
|
5712
5709
|
readonly owner: AccountId32;
|
|
5713
5710
|
readonly deposit: Compact<u128>;
|
|
5714
5711
|
readonly refcount: Compact<u64>;
|
|
5715
5712
|
}
|
|
5716
|
-
/** @name PalletContractsStorageContractInfo (
|
|
5713
|
+
/** @name PalletContractsStorageContractInfo (729) */
|
|
5717
5714
|
interface PalletContractsStorageContractInfo extends Struct {
|
|
5718
5715
|
readonly trieId: Bytes;
|
|
5719
5716
|
readonly depositAccount: AccountId32;
|
|
@@ -5724,17 +5721,17 @@ declare module "./types-lookup.ts" {
|
|
|
5724
5721
|
readonly storageItemDeposit: u128;
|
|
5725
5722
|
readonly storageBaseDeposit: u128;
|
|
5726
5723
|
}
|
|
5727
|
-
/** @name PalletContractsStorageDeletedContract (
|
|
5724
|
+
/** @name PalletContractsStorageDeletedContract (732) */
|
|
5728
5725
|
interface PalletContractsStorageDeletedContract extends Struct {
|
|
5729
5726
|
readonly trieId: Bytes;
|
|
5730
5727
|
}
|
|
5731
|
-
/** @name PalletContractsSchedule (
|
|
5728
|
+
/** @name PalletContractsSchedule (734) */
|
|
5732
5729
|
interface PalletContractsSchedule extends Struct {
|
|
5733
5730
|
readonly limits: PalletContractsScheduleLimits;
|
|
5734
5731
|
readonly instructionWeights: PalletContractsScheduleInstructionWeights;
|
|
5735
5732
|
readonly hostFnWeights: PalletContractsScheduleHostFnWeights;
|
|
5736
5733
|
}
|
|
5737
|
-
/** @name PalletContractsScheduleLimits (
|
|
5734
|
+
/** @name PalletContractsScheduleLimits (735) */
|
|
5738
5735
|
interface PalletContractsScheduleLimits extends Struct {
|
|
5739
5736
|
readonly eventTopics: u32;
|
|
5740
5737
|
readonly globals: u32;
|
|
@@ -5746,7 +5743,7 @@ declare module "./types-lookup.ts" {
|
|
|
5746
5743
|
readonly subjectLen: u32;
|
|
5747
5744
|
readonly payloadLen: u32;
|
|
5748
5745
|
}
|
|
5749
|
-
/** @name PalletContractsScheduleInstructionWeights (
|
|
5746
|
+
/** @name PalletContractsScheduleInstructionWeights (736) */
|
|
5750
5747
|
interface PalletContractsScheduleInstructionWeights extends Struct {
|
|
5751
5748
|
readonly version: u32;
|
|
5752
5749
|
readonly fallback: u32;
|
|
@@ -5803,7 +5800,7 @@ declare module "./types-lookup.ts" {
|
|
|
5803
5800
|
readonly i64rotl: u32;
|
|
5804
5801
|
readonly i64rotr: u32;
|
|
5805
5802
|
}
|
|
5806
|
-
/** @name PalletContractsScheduleHostFnWeights (
|
|
5803
|
+
/** @name PalletContractsScheduleHostFnWeights (737) */
|
|
5807
5804
|
interface PalletContractsScheduleHostFnWeights extends Struct {
|
|
5808
5805
|
readonly caller: SpWeightsWeightV2Weight;
|
|
5809
5806
|
readonly isContract: SpWeightsWeightV2Weight;
|
|
@@ -5865,7 +5862,7 @@ declare module "./types-lookup.ts" {
|
|
|
5865
5862
|
readonly accountReentranceCount: SpWeightsWeightV2Weight;
|
|
5866
5863
|
readonly instantiationNonce: SpWeightsWeightV2Weight;
|
|
5867
5864
|
}
|
|
5868
|
-
/** @name PalletContractsError (
|
|
5865
|
+
/** @name PalletContractsError (738) */
|
|
5869
5866
|
interface PalletContractsError extends Enum {
|
|
5870
5867
|
readonly isInvalidScheduleVersion: boolean;
|
|
5871
5868
|
readonly isInvalidCallFlags: boolean;
|
|
@@ -5897,7 +5894,7 @@ declare module "./types-lookup.ts" {
|
|
|
5897
5894
|
readonly isIndeterministic: boolean;
|
|
5898
5895
|
readonly type: 'InvalidScheduleVersion' | 'InvalidCallFlags' | 'OutOfGas' | 'OutputBufferTooSmall' | 'TransferFailed' | 'MaxCallDepthReached' | 'ContractNotFound' | 'CodeTooLarge' | 'CodeNotFound' | 'OutOfBounds' | 'DecodingFailed' | 'ContractTrapped' | 'ValueTooLarge' | 'TerminatedWhileReentrant' | 'InputForwarded' | 'RandomSubjectTooLong' | 'TooManyTopics' | 'NoChainExtension' | 'DeletionQueueFull' | 'DuplicateContract' | 'TerminatedInConstructor' | 'ReentranceDenied' | 'StorageDepositNotEnoughFunds' | 'StorageDepositLimitExhausted' | 'CodeInUse' | 'ContractReverted' | 'CodeRejected' | 'Indeterministic';
|
|
5899
5896
|
}
|
|
5900
|
-
/** @name PolymeshContractsError (
|
|
5897
|
+
/** @name PolymeshContractsError (740) */
|
|
5901
5898
|
interface PolymeshContractsError extends Enum {
|
|
5902
5899
|
readonly isInvalidFuncId: boolean;
|
|
5903
5900
|
readonly isInvalidRuntimeCall: boolean;
|
|
@@ -5913,7 +5910,7 @@ declare module "./types-lookup.ts" {
|
|
|
5913
5910
|
readonly isNoUpgradesSupported: boolean;
|
|
5914
5911
|
readonly type: 'InvalidFuncId' | 'InvalidRuntimeCall' | 'ReadStorageFailed' | 'DataLeftAfterDecoding' | 'InLenTooLarge' | 'OutLenTooLarge' | 'InstantiatorWithNoIdentity' | 'RuntimeCallDenied' | 'CallerNotAPrimaryKey' | 'MissingKeyPermissions' | 'InvalidChainVersion' | 'NoUpgradesSupported';
|
|
5915
5912
|
}
|
|
5916
|
-
/** @name PalletPreimageRequestStatus (
|
|
5913
|
+
/** @name PalletPreimageRequestStatus (741) */
|
|
5917
5914
|
interface PalletPreimageRequestStatus extends Enum {
|
|
5918
5915
|
readonly isUnrequested: boolean;
|
|
5919
5916
|
readonly asUnrequested: {
|
|
@@ -5928,7 +5925,7 @@ declare module "./types-lookup.ts" {
|
|
|
5928
5925
|
} & Struct;
|
|
5929
5926
|
readonly type: 'Unrequested' | 'Requested';
|
|
5930
5927
|
}
|
|
5931
|
-
/** @name PalletPreimageError (
|
|
5928
|
+
/** @name PalletPreimageError (745) */
|
|
5932
5929
|
interface PalletPreimageError extends Enum {
|
|
5933
5930
|
readonly isTooBig: boolean;
|
|
5934
5931
|
readonly isAlreadyNoted: boolean;
|
|
@@ -5938,12 +5935,12 @@ declare module "./types-lookup.ts" {
|
|
|
5938
5935
|
readonly isNotRequested: boolean;
|
|
5939
5936
|
readonly type: 'TooBig' | 'AlreadyNoted' | 'NotAuthorized' | 'NotNoted' | 'Requested' | 'NotRequested';
|
|
5940
5937
|
}
|
|
5941
|
-
/** @name PolymeshPrimitivesNftNftCollection (
|
|
5938
|
+
/** @name PolymeshPrimitivesNftNftCollection (746) */
|
|
5942
5939
|
interface PolymeshPrimitivesNftNftCollection extends Struct {
|
|
5943
5940
|
readonly id: u64;
|
|
5944
|
-
readonly assetId:
|
|
5941
|
+
readonly assetId: PolymeshPrimitivesAssetAssetId;
|
|
5945
5942
|
}
|
|
5946
|
-
/** @name PalletNftError (
|
|
5943
|
+
/** @name PalletNftError (751) */
|
|
5947
5944
|
interface PalletNftError extends Enum {
|
|
5948
5945
|
readonly isBalanceOverflow: boolean;
|
|
5949
5946
|
readonly isBalanceUnderflow: boolean;
|
|
@@ -5971,30 +5968,30 @@ declare module "./types-lookup.ts" {
|
|
|
5971
5968
|
readonly isInvalidNFTTransferSenderIdMatchesReceiverId: boolean;
|
|
5972
5969
|
readonly isInvalidNFTTransferInvalidReceiverCDD: boolean;
|
|
5973
5970
|
readonly isInvalidNFTTransferInvalidSenderCDD: boolean;
|
|
5974
|
-
readonly
|
|
5971
|
+
readonly isInvalidAssetId: boolean;
|
|
5975
5972
|
readonly isNftIsLocked: boolean;
|
|
5976
5973
|
readonly isNumberOfKeysIsLessThanExpected: boolean;
|
|
5977
|
-
readonly type: 'BalanceOverflow' | 'BalanceUnderflow' | 'CollectionAlredyRegistered' | 'CollectionNotFound' | 'DuplicateMetadataKey' | 'DuplicatedNFTId' | 'InvalidAssetType' | 'InvalidMetadataAttribute' | 'InvalidNFTTransferCollectionNotFound' | 'InvalidNFTTransferSamePortfolio' | 'InvalidNFTTransferNFTNotOwned' | 'InvalidNFTTransferCountOverflow' | 'InvalidNFTTransferComplianceFailure' | 'InvalidNFTTransferFrozenAsset' | 'InvalidNFTTransferInsufficientCount' | 'MaxNumberOfKeysExceeded' | 'MaxNumberOfNFTsPerLegExceeded' | 'NftNotFound' | 'UnregisteredMetadataKey' | 'ZeroCount' | 'SupplyOverflow' | 'SupplyUnderflow' | 'InvalidNFTTransferNFTIsLocked' | 'InvalidNFTTransferSenderIdMatchesReceiverId' | 'InvalidNFTTransferInvalidReceiverCDD' | 'InvalidNFTTransferInvalidSenderCDD' | '
|
|
5974
|
+
readonly type: 'BalanceOverflow' | 'BalanceUnderflow' | 'CollectionAlredyRegistered' | 'CollectionNotFound' | 'DuplicateMetadataKey' | 'DuplicatedNFTId' | 'InvalidAssetType' | 'InvalidMetadataAttribute' | 'InvalidNFTTransferCollectionNotFound' | 'InvalidNFTTransferSamePortfolio' | 'InvalidNFTTransferNFTNotOwned' | 'InvalidNFTTransferCountOverflow' | 'InvalidNFTTransferComplianceFailure' | 'InvalidNFTTransferFrozenAsset' | 'InvalidNFTTransferInsufficientCount' | 'MaxNumberOfKeysExceeded' | 'MaxNumberOfNFTsPerLegExceeded' | 'NftNotFound' | 'UnregisteredMetadataKey' | 'ZeroCount' | 'SupplyOverflow' | 'SupplyUnderflow' | 'InvalidNFTTransferNFTIsLocked' | 'InvalidNFTTransferSenderIdMatchesReceiverId' | 'InvalidNFTTransferInvalidReceiverCDD' | 'InvalidNFTTransferInvalidSenderCDD' | 'InvalidAssetId' | 'NftIsLocked' | 'NumberOfKeysIsLessThanExpected';
|
|
5978
5975
|
}
|
|
5979
|
-
/** @name PalletElectionProviderMultiPhaseReadySolution (
|
|
5976
|
+
/** @name PalletElectionProviderMultiPhaseReadySolution (752) */
|
|
5980
5977
|
interface PalletElectionProviderMultiPhaseReadySolution extends Struct {
|
|
5981
5978
|
readonly supports: Vec<ITuple<[AccountId32, SpNposElectionsSupport]>>;
|
|
5982
5979
|
readonly score: SpNposElectionsElectionScore;
|
|
5983
5980
|
readonly compute: PalletElectionProviderMultiPhaseElectionCompute;
|
|
5984
5981
|
}
|
|
5985
|
-
/** @name PalletElectionProviderMultiPhaseRoundSnapshot (
|
|
5982
|
+
/** @name PalletElectionProviderMultiPhaseRoundSnapshot (754) */
|
|
5986
5983
|
interface PalletElectionProviderMultiPhaseRoundSnapshot extends Struct {
|
|
5987
5984
|
readonly voters: Vec<ITuple<[AccountId32, u64, Vec<AccountId32>]>>;
|
|
5988
5985
|
readonly targets: Vec<AccountId32>;
|
|
5989
5986
|
}
|
|
5990
|
-
/** @name PalletElectionProviderMultiPhaseSignedSignedSubmission (
|
|
5987
|
+
/** @name PalletElectionProviderMultiPhaseSignedSignedSubmission (760) */
|
|
5991
5988
|
interface PalletElectionProviderMultiPhaseSignedSignedSubmission extends Struct {
|
|
5992
5989
|
readonly who: AccountId32;
|
|
5993
5990
|
readonly deposit: u128;
|
|
5994
5991
|
readonly rawSolution: PalletElectionProviderMultiPhaseRawSolution;
|
|
5995
5992
|
readonly callFee: u128;
|
|
5996
5993
|
}
|
|
5997
|
-
/** @name PalletElectionProviderMultiPhaseError (
|
|
5994
|
+
/** @name PalletElectionProviderMultiPhaseError (761) */
|
|
5998
5995
|
interface PalletElectionProviderMultiPhaseError extends Enum {
|
|
5999
5996
|
readonly isPreDispatchEarlySubmission: boolean;
|
|
6000
5997
|
readonly isPreDispatchWrongWinnerCount: boolean;
|
|
@@ -6012,28 +6009,28 @@ declare module "./types-lookup.ts" {
|
|
|
6012
6009
|
readonly isTooManyWinners: boolean;
|
|
6013
6010
|
readonly type: 'PreDispatchEarlySubmission' | 'PreDispatchWrongWinnerCount' | 'PreDispatchWeakSubmission' | 'SignedQueueFull' | 'SignedCannotPayDeposit' | 'SignedInvalidWitness' | 'SignedTooMuchWeight' | 'OcwCallWrongEra' | 'MissingSnapshotMetadata' | 'InvalidSubmissionIndex' | 'CallNotAllowed' | 'FallbackFailed' | 'BoundNotMet' | 'TooManyWinners';
|
|
6014
6011
|
}
|
|
6015
|
-
/** @name PalletTestUtilsError (
|
|
6012
|
+
/** @name PalletTestUtilsError (762) */
|
|
6016
6013
|
type PalletTestUtilsError = Null;
|
|
6017
|
-
/** @name FrameSystemExtensionsCheckSpecVersion (
|
|
6014
|
+
/** @name FrameSystemExtensionsCheckSpecVersion (765) */
|
|
6018
6015
|
type FrameSystemExtensionsCheckSpecVersion = Null;
|
|
6019
|
-
/** @name FrameSystemExtensionsCheckTxVersion (
|
|
6016
|
+
/** @name FrameSystemExtensionsCheckTxVersion (766) */
|
|
6020
6017
|
type FrameSystemExtensionsCheckTxVersion = Null;
|
|
6021
|
-
/** @name FrameSystemExtensionsCheckGenesis (
|
|
6018
|
+
/** @name FrameSystemExtensionsCheckGenesis (767) */
|
|
6022
6019
|
type FrameSystemExtensionsCheckGenesis = Null;
|
|
6023
|
-
/** @name FrameSystemExtensionsCheckNonce (
|
|
6020
|
+
/** @name FrameSystemExtensionsCheckNonce (770) */
|
|
6024
6021
|
interface FrameSystemExtensionsCheckNonce extends Compact<u32> {
|
|
6025
6022
|
}
|
|
6026
|
-
/** @name PolymeshExtensionsCheckWeight (
|
|
6023
|
+
/** @name PolymeshExtensionsCheckWeight (771) */
|
|
6027
6024
|
interface PolymeshExtensionsCheckWeight extends FrameSystemExtensionsCheckWeight {
|
|
6028
6025
|
}
|
|
6029
|
-
/** @name FrameSystemExtensionsCheckWeight (
|
|
6026
|
+
/** @name FrameSystemExtensionsCheckWeight (772) */
|
|
6030
6027
|
type FrameSystemExtensionsCheckWeight = Null;
|
|
6031
|
-
/** @name PalletTransactionPaymentChargeTransactionPayment (
|
|
6028
|
+
/** @name PalletTransactionPaymentChargeTransactionPayment (773) */
|
|
6032
6029
|
interface PalletTransactionPaymentChargeTransactionPayment extends Compact<u128> {
|
|
6033
6030
|
}
|
|
6034
|
-
/** @name PalletPermissionsStoreCallMetadata (
|
|
6031
|
+
/** @name PalletPermissionsStoreCallMetadata (774) */
|
|
6035
6032
|
type PalletPermissionsStoreCallMetadata = Null;
|
|
6036
|
-
/** @name PolymeshRuntimeDevelopRuntime (
|
|
6033
|
+
/** @name PolymeshRuntimeDevelopRuntime (775) */
|
|
6037
6034
|
type PolymeshRuntimeDevelopRuntime = Null;
|
|
6038
6035
|
}
|
|
6039
6036
|
//# sourceMappingURL=types-lookup.d.ts.map
|