@storagehub/api-augment 0.2.14 → 0.4.0
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/dist/parachain/interfaces/augment-api-consts.js +1 -1
- package/dist/parachain/interfaces/augment-api-errors.js +1 -1
- package/dist/parachain/interfaces/augment-api-events.js +1 -1
- package/dist/parachain/interfaces/augment-api-query.js +1 -1
- package/dist/parachain/interfaces/augment-api-rpc.js +1 -1
- package/dist/parachain/interfaces/augment-api-runtime.js +1 -1
- package/dist/parachain/interfaces/augment-api-tx.js +1 -1
- package/dist/parachain/interfaces/augment-api.js +7 -7
- package/dist/parachain/interfaces/augment-types.js +1 -1
- package/dist/parachain/interfaces/index.js +1 -1
- package/dist/parachain/interfaces/lookup.js +2785 -2373
- package/dist/parachain/interfaces/lookup.js.map +1 -1
- package/dist/parachain/interfaces/registry.js +1 -1
- package/dist/parachain/interfaces/storagehubclient/index.js +1 -1
- package/dist/parachain/interfaces/storagehubclient/runtime.js +5 -0
- package/dist/parachain/interfaces/storagehubclient/runtime.js.map +1 -1
- package/dist/parachain/interfaces/types-lookup.js +1 -1
- package/dist/parachain/interfaces/types.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-consts.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-errors.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-events.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-query.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-rpc.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-runtime.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api-tx.js +1 -1
- package/dist/solochain-evm/interfaces/augment-api.js +7 -7
- package/dist/solochain-evm/interfaces/augment-types.js +1 -1
- package/dist/solochain-evm/interfaces/index.js +1 -1
- package/dist/solochain-evm/interfaces/lookup.js +2029 -1659
- package/dist/solochain-evm/interfaces/lookup.js.map +1 -1
- package/dist/solochain-evm/interfaces/registry.js +1 -1
- package/dist/solochain-evm/interfaces/storagehubclient/index.js +1 -1
- package/dist/solochain-evm/interfaces/types-lookup.js +1 -1
- package/dist/solochain-evm/interfaces/types.js +1 -1
- package/dist/types/parachain/interfaces/augment-api-consts.d.ts +7 -7
- package/dist/types/parachain/interfaces/augment-api-errors.d.ts +7 -3
- package/dist/types/parachain/interfaces/augment-api-events.d.ts +828 -174
- package/dist/types/parachain/interfaces/augment-api-query.d.ts +330 -112
- package/dist/types/parachain/interfaces/augment-api-rpc.d.ts +32 -32
- package/dist/types/parachain/interfaces/augment-api-runtime.d.ts +33 -25
- package/dist/types/parachain/interfaces/augment-api-tx.d.ts +639 -149
- package/dist/types/parachain/interfaces/augment-api.d.ts +7 -7
- package/dist/types/parachain/interfaces/augment-types.d.ts +75 -75
- package/dist/types/parachain/interfaces/index.d.ts +1 -1
- package/dist/types/parachain/interfaces/lookup.d.ts +227 -217
- package/dist/types/parachain/interfaces/registry.d.ts +3 -3
- package/dist/types/parachain/interfaces/storagehubclient/index.d.ts +1 -1
- package/dist/types/parachain/interfaces/storagehubclient/types.d.ts +34 -34
- package/dist/types/parachain/interfaces/types-lookup.d.ts +536 -406
- package/dist/types/parachain/interfaces/types.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/augment-api-consts.d.ts +7 -7
- package/dist/types/solochain-evm/interfaces/augment-api-errors.d.ts +7 -3
- package/dist/types/solochain-evm/interfaces/augment-api-events.d.ts +674 -139
- package/dist/types/solochain-evm/interfaces/augment-api-query.d.ts +302 -100
- package/dist/types/solochain-evm/interfaces/augment-api-rpc.d.ts +32 -32
- package/dist/types/solochain-evm/interfaces/augment-api-runtime.d.ts +33 -25
- package/dist/types/solochain-evm/interfaces/augment-api-tx.d.ts +584 -132
- package/dist/types/solochain-evm/interfaces/augment-api.d.ts +7 -7
- package/dist/types/solochain-evm/interfaces/augment-types.d.ts +75 -75
- package/dist/types/solochain-evm/interfaces/index.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/lookup.d.ts +183 -173
- package/dist/types/solochain-evm/interfaces/registry.d.ts +3 -3
- package/dist/types/solochain-evm/interfaces/storagehubclient/index.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/storagehubclient/types.d.ts +35 -35
- package/dist/types/solochain-evm/interfaces/types-lookup.d.ts +412 -312
- package/dist/types/solochain-evm/interfaces/types.d.ts +1 -1
- package/metadata-sh-parachain.json +1 -1
- package/metadata-sh-solochain-evm.json +1 -1
- package/package.json +2 -2
- package/src/parachain/interfaces/augment-api-errors.ts +4 -0
- package/src/parachain/interfaces/augment-api-events.ts +8 -0
- package/src/parachain/interfaces/augment-api-query.ts +12 -0
- package/src/parachain/interfaces/augment-api-runtime.ts +14 -0
- package/src/parachain/interfaces/augment-api-tx.ts +13 -0
- package/src/parachain/interfaces/lookup.ts +233 -222
- package/src/parachain/interfaces/storagehubclient/runtime.ts +5 -0
- package/src/parachain/interfaces/types-lookup.ts +237 -224
- package/src/solochain-evm/interfaces/augment-api-errors.ts +4 -0
- package/src/solochain-evm/interfaces/augment-api-events.ts +8 -0
- package/src/solochain-evm/interfaces/augment-api-query.ts +12 -0
- package/src/solochain-evm/interfaces/augment-api-runtime.ts +14 -0
- package/src/solochain-evm/interfaces/augment-api-tx.ts +13 -0
- package/src/solochain-evm/interfaces/lookup.ts +189 -178
- package/src/solochain-evm/interfaces/types-lookup.ts +193 -180
- package/storagehub-api-augment-0.2.14.tgz +0 -0
|
@@ -946,10 +946,17 @@ declare const _default: {
|
|
|
946
946
|
amountToReturn: string;
|
|
947
947
|
error: string;
|
|
948
948
|
};
|
|
949
|
+
UserOperationPauseFlagsUpdated: {
|
|
950
|
+
_alias: {
|
|
951
|
+
new_: string;
|
|
952
|
+
};
|
|
953
|
+
old: string;
|
|
954
|
+
new_: string;
|
|
955
|
+
};
|
|
949
956
|
};
|
|
950
957
|
};
|
|
951
958
|
/**
|
|
952
|
-
*
|
|
959
|
+
* Lookup113: shp_file_metadata::FileMetadata
|
|
953
960
|
**/
|
|
954
961
|
ShpFileMetadataFileMetadata: {
|
|
955
962
|
owner: string;
|
|
@@ -959,34 +966,34 @@ declare const _default: {
|
|
|
959
966
|
fingerprint: string;
|
|
960
967
|
};
|
|
961
968
|
/**
|
|
962
|
-
*
|
|
969
|
+
* Lookup114: shp_file_metadata::Fingerprint
|
|
963
970
|
**/
|
|
964
971
|
ShpFileMetadataFingerprint: string;
|
|
965
972
|
/**
|
|
966
|
-
*
|
|
973
|
+
* Lookup115: pallet_file_system::types::RejectedStorageRequestReason
|
|
967
974
|
**/
|
|
968
975
|
PalletFileSystemRejectedStorageRequestReason: {
|
|
969
976
|
_enum: string[];
|
|
970
977
|
};
|
|
971
978
|
/**
|
|
972
|
-
*
|
|
979
|
+
* Lookup120: pallet_file_system::types::FileOperationIntention<T>
|
|
973
980
|
**/
|
|
974
981
|
PalletFileSystemFileOperationIntention: {
|
|
975
982
|
fileKey: string;
|
|
976
983
|
operation: string;
|
|
977
984
|
};
|
|
978
985
|
/**
|
|
979
|
-
*
|
|
986
|
+
* Lookup121: pallet_file_system::types::FileOperation
|
|
980
987
|
**/
|
|
981
988
|
PalletFileSystemFileOperation: {
|
|
982
989
|
_enum: string[];
|
|
983
990
|
};
|
|
984
991
|
/**
|
|
985
|
-
*
|
|
992
|
+
* Lookup122: fp_account::EthereumSignature
|
|
986
993
|
**/
|
|
987
994
|
FpAccountEthereumSignature: string;
|
|
988
995
|
/**
|
|
989
|
-
*
|
|
996
|
+
* Lookup128: pallet_proofs_dealer::pallet::Event<T>
|
|
990
997
|
**/
|
|
991
998
|
PalletProofsDealerEvent: {
|
|
992
999
|
_enum: {
|
|
@@ -1043,41 +1050,41 @@ declare const _default: {
|
|
|
1043
1050
|
};
|
|
1044
1051
|
};
|
|
1045
1052
|
/**
|
|
1046
|
-
*
|
|
1053
|
+
* Lookup129: pallet_proofs_dealer::types::Proof<T>
|
|
1047
1054
|
**/
|
|
1048
1055
|
PalletProofsDealerProof: {
|
|
1049
1056
|
forestProof: string;
|
|
1050
1057
|
keyProofs: string;
|
|
1051
1058
|
};
|
|
1052
1059
|
/**
|
|
1053
|
-
*
|
|
1060
|
+
* Lookup130: sp_trie::storage_proof::CompactProof
|
|
1054
1061
|
**/
|
|
1055
1062
|
SpTrieStorageProofCompactProof: {
|
|
1056
1063
|
encodedNodes: string;
|
|
1057
1064
|
};
|
|
1058
1065
|
/**
|
|
1059
|
-
*
|
|
1066
|
+
* Lookup133: pallet_proofs_dealer::types::KeyProof<T>
|
|
1060
1067
|
**/
|
|
1061
1068
|
PalletProofsDealerKeyProof: {
|
|
1062
1069
|
proof: string;
|
|
1063
1070
|
challengeCount: string;
|
|
1064
1071
|
};
|
|
1065
1072
|
/**
|
|
1066
|
-
*
|
|
1073
|
+
* Lookup134: shp_file_key_verifier::types::FileKeyProof
|
|
1067
1074
|
**/
|
|
1068
1075
|
ShpFileKeyVerifierFileKeyProof: {
|
|
1069
1076
|
fileMetadata: string;
|
|
1070
1077
|
proof: string;
|
|
1071
1078
|
};
|
|
1072
1079
|
/**
|
|
1073
|
-
*
|
|
1080
|
+
* Lookup138: pallet_proofs_dealer::types::CustomChallenge<T>
|
|
1074
1081
|
**/
|
|
1075
1082
|
PalletProofsDealerCustomChallenge: {
|
|
1076
1083
|
key: string;
|
|
1077
1084
|
shouldRemoveKey: string;
|
|
1078
1085
|
};
|
|
1079
1086
|
/**
|
|
1080
|
-
*
|
|
1087
|
+
* Lookup142: shp_traits::TrieMutation
|
|
1081
1088
|
**/
|
|
1082
1089
|
ShpTraitsTrieMutation: {
|
|
1083
1090
|
_enum: {
|
|
@@ -1086,19 +1093,19 @@ declare const _default: {
|
|
|
1086
1093
|
};
|
|
1087
1094
|
};
|
|
1088
1095
|
/**
|
|
1089
|
-
*
|
|
1096
|
+
* Lookup143: shp_traits::TrieAddMutation
|
|
1090
1097
|
**/
|
|
1091
1098
|
ShpTraitsTrieAddMutation: {
|
|
1092
1099
|
value: string;
|
|
1093
1100
|
};
|
|
1094
1101
|
/**
|
|
1095
|
-
*
|
|
1102
|
+
* Lookup144: shp_traits::TrieRemoveMutation
|
|
1096
1103
|
**/
|
|
1097
1104
|
ShpTraitsTrieRemoveMutation: {
|
|
1098
1105
|
maybeValue: string;
|
|
1099
1106
|
};
|
|
1100
1107
|
/**
|
|
1101
|
-
*
|
|
1108
|
+
* Lookup146: pallet_randomness::pallet::Event<T>
|
|
1102
1109
|
**/
|
|
1103
1110
|
PalletRandomnessEvent: {
|
|
1104
1111
|
_enum: {
|
|
@@ -1110,7 +1117,7 @@ declare const _default: {
|
|
|
1110
1117
|
};
|
|
1111
1118
|
};
|
|
1112
1119
|
/**
|
|
1113
|
-
*
|
|
1120
|
+
* Lookup147: pallet_payment_streams::pallet::Event<T>
|
|
1114
1121
|
**/
|
|
1115
1122
|
PalletPaymentStreamsEvent: {
|
|
1116
1123
|
_enum: {
|
|
@@ -1178,7 +1185,7 @@ declare const _default: {
|
|
|
1178
1185
|
};
|
|
1179
1186
|
};
|
|
1180
1187
|
/**
|
|
1181
|
-
*
|
|
1188
|
+
* Lookup149: pallet_bucket_nfts::pallet::Event<T>
|
|
1182
1189
|
**/
|
|
1183
1190
|
PalletBucketNftsEvent: {
|
|
1184
1191
|
_enum: {
|
|
@@ -1199,7 +1206,7 @@ declare const _default: {
|
|
|
1199
1206
|
};
|
|
1200
1207
|
};
|
|
1201
1208
|
/**
|
|
1202
|
-
*
|
|
1209
|
+
* Lookup150: pallet_nfts::pallet::Event<T, I>
|
|
1203
1210
|
**/
|
|
1204
1211
|
PalletNftsEvent: {
|
|
1205
1212
|
_enum: {
|
|
@@ -1400,7 +1407,7 @@ declare const _default: {
|
|
|
1400
1407
|
};
|
|
1401
1408
|
};
|
|
1402
1409
|
/**
|
|
1403
|
-
*
|
|
1410
|
+
* Lookup154: pallet_nfts::types::AttributeNamespace<fp_account::AccountId20>
|
|
1404
1411
|
**/
|
|
1405
1412
|
PalletNftsAttributeNamespace: {
|
|
1406
1413
|
_enum: {
|
|
@@ -1411,20 +1418,20 @@ declare const _default: {
|
|
|
1411
1418
|
};
|
|
1412
1419
|
};
|
|
1413
1420
|
/**
|
|
1414
|
-
*
|
|
1421
|
+
* Lookup156: pallet_nfts::types::PriceWithDirection<Amount>
|
|
1415
1422
|
**/
|
|
1416
1423
|
PalletNftsPriceWithDirection: {
|
|
1417
1424
|
amount: string;
|
|
1418
1425
|
direction: string;
|
|
1419
1426
|
};
|
|
1420
1427
|
/**
|
|
1421
|
-
*
|
|
1428
|
+
* Lookup157: pallet_nfts::types::PriceDirection
|
|
1422
1429
|
**/
|
|
1423
1430
|
PalletNftsPriceDirection: {
|
|
1424
1431
|
_enum: string[];
|
|
1425
1432
|
};
|
|
1426
1433
|
/**
|
|
1427
|
-
*
|
|
1434
|
+
* Lookup158: pallet_nfts::types::PalletAttributes<CollectionId>
|
|
1428
1435
|
**/
|
|
1429
1436
|
PalletNftsPalletAttributes: {
|
|
1430
1437
|
_enum: {
|
|
@@ -1433,7 +1440,7 @@ declare const _default: {
|
|
|
1433
1440
|
};
|
|
1434
1441
|
};
|
|
1435
1442
|
/**
|
|
1436
|
-
*
|
|
1443
|
+
* Lookup159: frame_system::Phase
|
|
1437
1444
|
**/
|
|
1438
1445
|
FrameSystemPhase: {
|
|
1439
1446
|
_enum: {
|
|
@@ -1443,21 +1450,21 @@ declare const _default: {
|
|
|
1443
1450
|
};
|
|
1444
1451
|
};
|
|
1445
1452
|
/**
|
|
1446
|
-
*
|
|
1453
|
+
* Lookup162: frame_system::LastRuntimeUpgradeInfo
|
|
1447
1454
|
**/
|
|
1448
1455
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
1449
1456
|
specVersion: string;
|
|
1450
1457
|
specName: string;
|
|
1451
1458
|
};
|
|
1452
1459
|
/**
|
|
1453
|
-
*
|
|
1460
|
+
* Lookup164: frame_system::CodeUpgradeAuthorization<T>
|
|
1454
1461
|
**/
|
|
1455
1462
|
FrameSystemCodeUpgradeAuthorization: {
|
|
1456
1463
|
codeHash: string;
|
|
1457
1464
|
checkVersion: string;
|
|
1458
1465
|
};
|
|
1459
1466
|
/**
|
|
1460
|
-
*
|
|
1467
|
+
* Lookup165: frame_system::pallet::Call<T>
|
|
1461
1468
|
**/
|
|
1462
1469
|
FrameSystemCall: {
|
|
1463
1470
|
_enum: {
|
|
@@ -1502,7 +1509,7 @@ declare const _default: {
|
|
|
1502
1509
|
};
|
|
1503
1510
|
};
|
|
1504
1511
|
/**
|
|
1505
|
-
*
|
|
1512
|
+
* Lookup168: frame_system::limits::BlockWeights
|
|
1506
1513
|
**/
|
|
1507
1514
|
FrameSystemLimitsBlockWeights: {
|
|
1508
1515
|
baseBlock: string;
|
|
@@ -1510,7 +1517,7 @@ declare const _default: {
|
|
|
1510
1517
|
perClass: string;
|
|
1511
1518
|
};
|
|
1512
1519
|
/**
|
|
1513
|
-
*
|
|
1520
|
+
* Lookup169: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
1514
1521
|
**/
|
|
1515
1522
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
1516
1523
|
normal: string;
|
|
@@ -1518,7 +1525,7 @@ declare const _default: {
|
|
|
1518
1525
|
mandatory: string;
|
|
1519
1526
|
};
|
|
1520
1527
|
/**
|
|
1521
|
-
*
|
|
1528
|
+
* Lookup170: frame_system::limits::WeightsPerClass
|
|
1522
1529
|
**/
|
|
1523
1530
|
FrameSystemLimitsWeightsPerClass: {
|
|
1524
1531
|
baseExtrinsic: string;
|
|
@@ -1527,13 +1534,13 @@ declare const _default: {
|
|
|
1527
1534
|
reserved: string;
|
|
1528
1535
|
};
|
|
1529
1536
|
/**
|
|
1530
|
-
*
|
|
1537
|
+
* Lookup172: frame_system::limits::BlockLength
|
|
1531
1538
|
**/
|
|
1532
1539
|
FrameSystemLimitsBlockLength: {
|
|
1533
1540
|
max: string;
|
|
1534
1541
|
};
|
|
1535
1542
|
/**
|
|
1536
|
-
*
|
|
1543
|
+
* Lookup173: frame_support::dispatch::PerDispatchClass<T>
|
|
1537
1544
|
**/
|
|
1538
1545
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
1539
1546
|
normal: string;
|
|
@@ -1541,14 +1548,14 @@ declare const _default: {
|
|
|
1541
1548
|
mandatory: string;
|
|
1542
1549
|
};
|
|
1543
1550
|
/**
|
|
1544
|
-
*
|
|
1551
|
+
* Lookup174: sp_weights::RuntimeDbWeight
|
|
1545
1552
|
**/
|
|
1546
1553
|
SpWeightsRuntimeDbWeight: {
|
|
1547
1554
|
read: string;
|
|
1548
1555
|
write: string;
|
|
1549
1556
|
};
|
|
1550
1557
|
/**
|
|
1551
|
-
*
|
|
1558
|
+
* Lookup175: sp_version::RuntimeVersion
|
|
1552
1559
|
**/
|
|
1553
1560
|
SpVersionRuntimeVersion: {
|
|
1554
1561
|
specName: string;
|
|
@@ -1561,17 +1568,17 @@ declare const _default: {
|
|
|
1561
1568
|
systemVersion: string;
|
|
1562
1569
|
};
|
|
1563
1570
|
/**
|
|
1564
|
-
*
|
|
1571
|
+
* Lookup181: frame_system::pallet::Error<T>
|
|
1565
1572
|
**/
|
|
1566
1573
|
FrameSystemError: {
|
|
1567
1574
|
_enum: string[];
|
|
1568
1575
|
};
|
|
1569
1576
|
/**
|
|
1570
|
-
*
|
|
1577
|
+
* Lookup184: sp_consensus_babe::app::Public
|
|
1571
1578
|
**/
|
|
1572
1579
|
SpConsensusBabeAppPublic: string;
|
|
1573
1580
|
/**
|
|
1574
|
-
*
|
|
1581
|
+
* Lookup187: sp_consensus_babe::digests::NextConfigDescriptor
|
|
1575
1582
|
**/
|
|
1576
1583
|
SpConsensusBabeDigestsNextConfigDescriptor: {
|
|
1577
1584
|
_enum: {
|
|
@@ -1583,13 +1590,13 @@ declare const _default: {
|
|
|
1583
1590
|
};
|
|
1584
1591
|
};
|
|
1585
1592
|
/**
|
|
1586
|
-
*
|
|
1593
|
+
* Lookup189: sp_consensus_babe::AllowedSlots
|
|
1587
1594
|
**/
|
|
1588
1595
|
SpConsensusBabeAllowedSlots: {
|
|
1589
1596
|
_enum: string[];
|
|
1590
1597
|
};
|
|
1591
1598
|
/**
|
|
1592
|
-
*
|
|
1599
|
+
* Lookup193: sp_consensus_babe::digests::PreDigest
|
|
1593
1600
|
**/
|
|
1594
1601
|
SpConsensusBabeDigestsPreDigest: {
|
|
1595
1602
|
_enum: {
|
|
@@ -1600,7 +1607,7 @@ declare const _default: {
|
|
|
1600
1607
|
};
|
|
1601
1608
|
};
|
|
1602
1609
|
/**
|
|
1603
|
-
*
|
|
1610
|
+
* Lookup194: sp_consensus_babe::digests::PrimaryPreDigest
|
|
1604
1611
|
**/
|
|
1605
1612
|
SpConsensusBabeDigestsPrimaryPreDigest: {
|
|
1606
1613
|
authorityIndex: string;
|
|
@@ -1608,21 +1615,21 @@ declare const _default: {
|
|
|
1608
1615
|
vrfSignature: string;
|
|
1609
1616
|
};
|
|
1610
1617
|
/**
|
|
1611
|
-
*
|
|
1618
|
+
* Lookup195: sp_core::sr25519::vrf::VrfSignature
|
|
1612
1619
|
**/
|
|
1613
1620
|
SpCoreSr25519VrfVrfSignature: {
|
|
1614
1621
|
preOutput: string;
|
|
1615
1622
|
proof: string;
|
|
1616
1623
|
};
|
|
1617
1624
|
/**
|
|
1618
|
-
*
|
|
1625
|
+
* Lookup197: sp_consensus_babe::digests::SecondaryPlainPreDigest
|
|
1619
1626
|
**/
|
|
1620
1627
|
SpConsensusBabeDigestsSecondaryPlainPreDigest: {
|
|
1621
1628
|
authorityIndex: string;
|
|
1622
1629
|
slot: string;
|
|
1623
1630
|
};
|
|
1624
1631
|
/**
|
|
1625
|
-
*
|
|
1632
|
+
* Lookup198: sp_consensus_babe::digests::SecondaryVRFPreDigest
|
|
1626
1633
|
**/
|
|
1627
1634
|
SpConsensusBabeDigestsSecondaryVRFPreDigest: {
|
|
1628
1635
|
authorityIndex: string;
|
|
@@ -1630,14 +1637,14 @@ declare const _default: {
|
|
|
1630
1637
|
vrfSignature: string;
|
|
1631
1638
|
};
|
|
1632
1639
|
/**
|
|
1633
|
-
*
|
|
1640
|
+
* Lookup200: sp_consensus_babe::BabeEpochConfiguration
|
|
1634
1641
|
**/
|
|
1635
1642
|
SpConsensusBabeBabeEpochConfiguration: {
|
|
1636
1643
|
c: string;
|
|
1637
1644
|
allowedSlots: string;
|
|
1638
1645
|
};
|
|
1639
1646
|
/**
|
|
1640
|
-
*
|
|
1647
|
+
* Lookup204: pallet_babe::pallet::Call<T>
|
|
1641
1648
|
**/
|
|
1642
1649
|
PalletBabeCall: {
|
|
1643
1650
|
_enum: {
|
|
@@ -1655,7 +1662,7 @@ declare const _default: {
|
|
|
1655
1662
|
};
|
|
1656
1663
|
};
|
|
1657
1664
|
/**
|
|
1658
|
-
*
|
|
1665
|
+
* Lookup205: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_babe::app::Public>
|
|
1659
1666
|
**/
|
|
1660
1667
|
SpConsensusSlotsEquivocationProof: {
|
|
1661
1668
|
offender: string;
|
|
@@ -1664,7 +1671,7 @@ declare const _default: {
|
|
|
1664
1671
|
secondHeader: string;
|
|
1665
1672
|
};
|
|
1666
1673
|
/**
|
|
1667
|
-
*
|
|
1674
|
+
* Lookup206: sp_runtime::generic::header::Header<Number, Hash>
|
|
1668
1675
|
**/
|
|
1669
1676
|
SpRuntimeHeader: {
|
|
1670
1677
|
parentHash: string;
|
|
@@ -1674,7 +1681,7 @@ declare const _default: {
|
|
|
1674
1681
|
digest: string;
|
|
1675
1682
|
};
|
|
1676
1683
|
/**
|
|
1677
|
-
*
|
|
1684
|
+
* Lookup207: sp_session::MembershipProof
|
|
1678
1685
|
**/
|
|
1679
1686
|
SpSessionMembershipProof: {
|
|
1680
1687
|
session: string;
|
|
@@ -1682,13 +1689,13 @@ declare const _default: {
|
|
|
1682
1689
|
validatorCount: string;
|
|
1683
1690
|
};
|
|
1684
1691
|
/**
|
|
1685
|
-
*
|
|
1692
|
+
* Lookup208: pallet_babe::pallet::Error<T>
|
|
1686
1693
|
**/
|
|
1687
1694
|
PalletBabeError: {
|
|
1688
1695
|
_enum: string[];
|
|
1689
1696
|
};
|
|
1690
1697
|
/**
|
|
1691
|
-
*
|
|
1698
|
+
* Lookup209: pallet_timestamp::pallet::Call<T>
|
|
1692
1699
|
**/
|
|
1693
1700
|
PalletTimestampCall: {
|
|
1694
1701
|
_enum: {
|
|
@@ -1698,7 +1705,7 @@ declare const _default: {
|
|
|
1698
1705
|
};
|
|
1699
1706
|
};
|
|
1700
1707
|
/**
|
|
1701
|
-
*
|
|
1708
|
+
* Lookup211: pallet_balances::types::BalanceLock<Balance>
|
|
1702
1709
|
**/
|
|
1703
1710
|
PalletBalancesBalanceLock: {
|
|
1704
1711
|
id: string;
|
|
@@ -1706,27 +1713,27 @@ declare const _default: {
|
|
|
1706
1713
|
reasons: string;
|
|
1707
1714
|
};
|
|
1708
1715
|
/**
|
|
1709
|
-
*
|
|
1716
|
+
* Lookup212: pallet_balances::types::Reasons
|
|
1710
1717
|
**/
|
|
1711
1718
|
PalletBalancesReasons: {
|
|
1712
1719
|
_enum: string[];
|
|
1713
1720
|
};
|
|
1714
1721
|
/**
|
|
1715
|
-
*
|
|
1722
|
+
* Lookup215: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
1716
1723
|
**/
|
|
1717
1724
|
PalletBalancesReserveData: {
|
|
1718
1725
|
id: string;
|
|
1719
1726
|
amount: string;
|
|
1720
1727
|
};
|
|
1721
1728
|
/**
|
|
1722
|
-
*
|
|
1729
|
+
* Lookup218: frame_support::traits::tokens::misc::IdAmount<sh_solochain_evm_runtime::RuntimeHoldReason, Balance>
|
|
1723
1730
|
**/
|
|
1724
1731
|
FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
1725
1732
|
id: string;
|
|
1726
1733
|
amount: string;
|
|
1727
1734
|
};
|
|
1728
1735
|
/**
|
|
1729
|
-
*
|
|
1736
|
+
* Lookup219: sh_solochain_evm_runtime::RuntimeHoldReason
|
|
1730
1737
|
**/
|
|
1731
1738
|
ShSolochainEvmRuntimeRuntimeHoldReason: {
|
|
1732
1739
|
_enum: {
|
|
@@ -1818,36 +1825,36 @@ declare const _default: {
|
|
|
1818
1825
|
};
|
|
1819
1826
|
};
|
|
1820
1827
|
/**
|
|
1821
|
-
*
|
|
1828
|
+
* Lookup220: pallet_storage_providers::pallet::HoldReason
|
|
1822
1829
|
**/
|
|
1823
1830
|
PalletStorageProvidersHoldReason: {
|
|
1824
1831
|
_enum: string[];
|
|
1825
1832
|
};
|
|
1826
1833
|
/**
|
|
1827
|
-
*
|
|
1834
|
+
* Lookup221: pallet_file_system::pallet::HoldReason
|
|
1828
1835
|
**/
|
|
1829
1836
|
PalletFileSystemHoldReason: {
|
|
1830
1837
|
_enum: string[];
|
|
1831
1838
|
};
|
|
1832
1839
|
/**
|
|
1833
|
-
*
|
|
1840
|
+
* Lookup222: pallet_payment_streams::pallet::HoldReason
|
|
1834
1841
|
**/
|
|
1835
1842
|
PalletPaymentStreamsHoldReason: {
|
|
1836
1843
|
_enum: string[];
|
|
1837
1844
|
};
|
|
1838
1845
|
/**
|
|
1839
|
-
*
|
|
1846
|
+
* Lookup225: frame_support::traits::tokens::misc::IdAmount<sh_solochain_evm_runtime::RuntimeFreezeReason, Balance>
|
|
1840
1847
|
**/
|
|
1841
1848
|
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
1842
1849
|
id: string;
|
|
1843
1850
|
amount: string;
|
|
1844
1851
|
};
|
|
1845
1852
|
/**
|
|
1846
|
-
*
|
|
1853
|
+
* Lookup226: sh_solochain_evm_runtime::RuntimeFreezeReason
|
|
1847
1854
|
**/
|
|
1848
1855
|
ShSolochainEvmRuntimeRuntimeFreezeReason: string;
|
|
1849
1856
|
/**
|
|
1850
|
-
*
|
|
1857
|
+
* Lookup228: pallet_balances::pallet::Call<T, I>
|
|
1851
1858
|
**/
|
|
1852
1859
|
PalletBalancesCall: {
|
|
1853
1860
|
_enum: {
|
|
@@ -1892,37 +1899,37 @@ declare const _default: {
|
|
|
1892
1899
|
};
|
|
1893
1900
|
};
|
|
1894
1901
|
/**
|
|
1895
|
-
*
|
|
1902
|
+
* Lookup230: pallet_balances::types::AdjustmentDirection
|
|
1896
1903
|
**/
|
|
1897
1904
|
PalletBalancesAdjustmentDirection: {
|
|
1898
1905
|
_enum: string[];
|
|
1899
1906
|
};
|
|
1900
1907
|
/**
|
|
1901
|
-
*
|
|
1908
|
+
* Lookup231: pallet_balances::pallet::Error<T, I>
|
|
1902
1909
|
**/
|
|
1903
1910
|
PalletBalancesError: {
|
|
1904
1911
|
_enum: string[];
|
|
1905
1912
|
};
|
|
1906
1913
|
/**
|
|
1907
|
-
*
|
|
1914
|
+
* Lookup232: sp_staking::offence::OffenceDetails<fp_account::AccountId20, Offender>
|
|
1908
1915
|
**/
|
|
1909
1916
|
SpStakingOffenceOffenceDetails: {
|
|
1910
1917
|
offender: string;
|
|
1911
1918
|
reporters: string;
|
|
1912
1919
|
};
|
|
1913
1920
|
/**
|
|
1914
|
-
*
|
|
1921
|
+
* Lookup238: sh_solochain_evm_runtime::SessionKeys
|
|
1915
1922
|
**/
|
|
1916
1923
|
ShSolochainEvmRuntimeSessionKeys: {
|
|
1917
1924
|
babe: string;
|
|
1918
1925
|
grandpa: string;
|
|
1919
1926
|
};
|
|
1920
1927
|
/**
|
|
1921
|
-
*
|
|
1928
|
+
* Lookup240: sp_core::crypto::KeyTypeId
|
|
1922
1929
|
**/
|
|
1923
1930
|
SpCoreCryptoKeyTypeId: string;
|
|
1924
1931
|
/**
|
|
1925
|
-
*
|
|
1932
|
+
* Lookup241: pallet_session::pallet::Call<T>
|
|
1926
1933
|
**/
|
|
1927
1934
|
PalletSessionCall: {
|
|
1928
1935
|
_enum: {
|
|
@@ -1937,13 +1944,13 @@ declare const _default: {
|
|
|
1937
1944
|
};
|
|
1938
1945
|
};
|
|
1939
1946
|
/**
|
|
1940
|
-
*
|
|
1947
|
+
* Lookup242: pallet_session::pallet::Error<T>
|
|
1941
1948
|
**/
|
|
1942
1949
|
PalletSessionError: {
|
|
1943
1950
|
_enum: string[];
|
|
1944
1951
|
};
|
|
1945
1952
|
/**
|
|
1946
|
-
*
|
|
1953
|
+
* Lookup243: pallet_grandpa::StoredState<N>
|
|
1947
1954
|
**/
|
|
1948
1955
|
PalletGrandpaStoredState: {
|
|
1949
1956
|
_enum: {
|
|
@@ -1960,7 +1967,7 @@ declare const _default: {
|
|
|
1960
1967
|
};
|
|
1961
1968
|
};
|
|
1962
1969
|
/**
|
|
1963
|
-
*
|
|
1970
|
+
* Lookup244: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
1964
1971
|
**/
|
|
1965
1972
|
PalletGrandpaStoredPendingChange: {
|
|
1966
1973
|
scheduledAt: string;
|
|
@@ -1969,7 +1976,7 @@ declare const _default: {
|
|
|
1969
1976
|
forced: string;
|
|
1970
1977
|
};
|
|
1971
1978
|
/**
|
|
1972
|
-
*
|
|
1979
|
+
* Lookup246: pallet_grandpa::pallet::Call<T>
|
|
1973
1980
|
**/
|
|
1974
1981
|
PalletGrandpaCall: {
|
|
1975
1982
|
_enum: {
|
|
@@ -1988,14 +1995,14 @@ declare const _default: {
|
|
|
1988
1995
|
};
|
|
1989
1996
|
};
|
|
1990
1997
|
/**
|
|
1991
|
-
*
|
|
1998
|
+
* Lookup247: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
1992
1999
|
**/
|
|
1993
2000
|
SpConsensusGrandpaEquivocationProof: {
|
|
1994
2001
|
setId: string;
|
|
1995
2002
|
equivocation: string;
|
|
1996
2003
|
};
|
|
1997
2004
|
/**
|
|
1998
|
-
*
|
|
2005
|
+
* Lookup248: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
1999
2006
|
**/
|
|
2000
2007
|
SpConsensusGrandpaEquivocation: {
|
|
2001
2008
|
_enum: {
|
|
@@ -2004,7 +2011,7 @@ declare const _default: {
|
|
|
2004
2011
|
};
|
|
2005
2012
|
};
|
|
2006
2013
|
/**
|
|
2007
|
-
*
|
|
2014
|
+
* Lookup249: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2008
2015
|
**/
|
|
2009
2016
|
FinalityGrandpaEquivocationPrevote: {
|
|
2010
2017
|
roundNumber: string;
|
|
@@ -2013,18 +2020,18 @@ declare const _default: {
|
|
|
2013
2020
|
second: string;
|
|
2014
2021
|
};
|
|
2015
2022
|
/**
|
|
2016
|
-
*
|
|
2023
|
+
* Lookup250: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
2017
2024
|
**/
|
|
2018
2025
|
FinalityGrandpaPrevote: {
|
|
2019
2026
|
targetHash: string;
|
|
2020
2027
|
targetNumber: string;
|
|
2021
2028
|
};
|
|
2022
2029
|
/**
|
|
2023
|
-
*
|
|
2030
|
+
* Lookup251: sp_consensus_grandpa::app::Signature
|
|
2024
2031
|
**/
|
|
2025
2032
|
SpConsensusGrandpaAppSignature: string;
|
|
2026
2033
|
/**
|
|
2027
|
-
*
|
|
2034
|
+
* Lookup253: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2028
2035
|
**/
|
|
2029
2036
|
FinalityGrandpaEquivocationPrecommit: {
|
|
2030
2037
|
roundNumber: string;
|
|
@@ -2033,26 +2040,26 @@ declare const _default: {
|
|
|
2033
2040
|
second: string;
|
|
2034
2041
|
};
|
|
2035
2042
|
/**
|
|
2036
|
-
*
|
|
2043
|
+
* Lookup254: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
2037
2044
|
**/
|
|
2038
2045
|
FinalityGrandpaPrecommit: {
|
|
2039
2046
|
targetHash: string;
|
|
2040
2047
|
targetNumber: string;
|
|
2041
2048
|
};
|
|
2042
2049
|
/**
|
|
2043
|
-
*
|
|
2050
|
+
* Lookup256: pallet_grandpa::pallet::Error<T>
|
|
2044
2051
|
**/
|
|
2045
2052
|
PalletGrandpaError: {
|
|
2046
2053
|
_enum: string[];
|
|
2047
2054
|
};
|
|
2048
2055
|
/**
|
|
2049
|
-
*
|
|
2056
|
+
* Lookup258: pallet_transaction_payment::Releases
|
|
2050
2057
|
**/
|
|
2051
2058
|
PalletTransactionPaymentReleases: {
|
|
2052
2059
|
_enum: string[];
|
|
2053
2060
|
};
|
|
2054
2061
|
/**
|
|
2055
|
-
*
|
|
2062
|
+
* Lookup259: pallet_parameters::pallet::Call<T>
|
|
2056
2063
|
**/
|
|
2057
2064
|
PalletParametersCall: {
|
|
2058
2065
|
_enum: {
|
|
@@ -2062,7 +2069,7 @@ declare const _default: {
|
|
|
2062
2069
|
};
|
|
2063
2070
|
};
|
|
2064
2071
|
/**
|
|
2065
|
-
*
|
|
2072
|
+
* Lookup260: sh_solochain_evm_runtime::configs::runtime_params::RuntimeParameters
|
|
2066
2073
|
**/
|
|
2067
2074
|
ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters: {
|
|
2068
2075
|
_enum: {
|
|
@@ -2070,7 +2077,7 @@ declare const _default: {
|
|
|
2070
2077
|
};
|
|
2071
2078
|
};
|
|
2072
2079
|
/**
|
|
2073
|
-
*
|
|
2080
|
+
* Lookup261: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::Parameters
|
|
2074
2081
|
**/
|
|
2075
2082
|
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters: {
|
|
2076
2083
|
_enum: {
|
|
@@ -2107,7 +2114,7 @@ declare const _default: {
|
|
|
2107
2114
|
};
|
|
2108
2115
|
};
|
|
2109
2116
|
/**
|
|
2110
|
-
*
|
|
2117
|
+
* Lookup264: pallet_sudo::pallet::Call<T>
|
|
2111
2118
|
**/
|
|
2112
2119
|
PalletSudoCall: {
|
|
2113
2120
|
_enum: {
|
|
@@ -2132,7 +2139,7 @@ declare const _default: {
|
|
|
2132
2139
|
};
|
|
2133
2140
|
};
|
|
2134
2141
|
/**
|
|
2135
|
-
*
|
|
2142
|
+
* Lookup266: pallet_ethereum::pallet::Call<T>
|
|
2136
2143
|
**/
|
|
2137
2144
|
PalletEthereumCall: {
|
|
2138
2145
|
_enum: {
|
|
@@ -2142,7 +2149,7 @@ declare const _default: {
|
|
|
2142
2149
|
};
|
|
2143
2150
|
};
|
|
2144
2151
|
/**
|
|
2145
|
-
*
|
|
2152
|
+
* Lookup267: ethereum::transaction::TransactionV2
|
|
2146
2153
|
**/
|
|
2147
2154
|
EthereumTransactionTransactionV2: {
|
|
2148
2155
|
_enum: {
|
|
@@ -2152,7 +2159,7 @@ declare const _default: {
|
|
|
2152
2159
|
};
|
|
2153
2160
|
};
|
|
2154
2161
|
/**
|
|
2155
|
-
*
|
|
2162
|
+
* Lookup268: ethereum::transaction::legacy::LegacyTransaction
|
|
2156
2163
|
**/
|
|
2157
2164
|
EthereumTransactionLegacyLegacyTransaction: {
|
|
2158
2165
|
nonce: string;
|
|
@@ -2164,7 +2171,7 @@ declare const _default: {
|
|
|
2164
2171
|
signature: string;
|
|
2165
2172
|
};
|
|
2166
2173
|
/**
|
|
2167
|
-
*
|
|
2174
|
+
* Lookup271: ethereum::transaction::legacy::TransactionAction
|
|
2168
2175
|
**/
|
|
2169
2176
|
EthereumTransactionLegacyTransactionAction: {
|
|
2170
2177
|
_enum: {
|
|
@@ -2173,7 +2180,7 @@ declare const _default: {
|
|
|
2173
2180
|
};
|
|
2174
2181
|
};
|
|
2175
2182
|
/**
|
|
2176
|
-
*
|
|
2183
|
+
* Lookup272: ethereum::transaction::legacy::TransactionSignature
|
|
2177
2184
|
**/
|
|
2178
2185
|
EthereumTransactionLegacyTransactionSignature: {
|
|
2179
2186
|
v: string;
|
|
@@ -2181,7 +2188,7 @@ declare const _default: {
|
|
|
2181
2188
|
s: string;
|
|
2182
2189
|
};
|
|
2183
2190
|
/**
|
|
2184
|
-
*
|
|
2191
|
+
* Lookup274: ethereum::transaction::eip2930::EIP2930Transaction
|
|
2185
2192
|
**/
|
|
2186
2193
|
EthereumTransactionEip2930Eip2930Transaction: {
|
|
2187
2194
|
chainId: string;
|
|
@@ -2197,14 +2204,14 @@ declare const _default: {
|
|
|
2197
2204
|
s: string;
|
|
2198
2205
|
};
|
|
2199
2206
|
/**
|
|
2200
|
-
*
|
|
2207
|
+
* Lookup276: ethereum::transaction::eip2930::AccessListItem
|
|
2201
2208
|
**/
|
|
2202
2209
|
EthereumTransactionEip2930AccessListItem: {
|
|
2203
2210
|
address: string;
|
|
2204
2211
|
storageKeys: string;
|
|
2205
2212
|
};
|
|
2206
2213
|
/**
|
|
2207
|
-
*
|
|
2214
|
+
* Lookup277: ethereum::transaction::eip1559::EIP1559Transaction
|
|
2208
2215
|
**/
|
|
2209
2216
|
EthereumTransactionEip1559Eip1559Transaction: {
|
|
2210
2217
|
chainId: string;
|
|
@@ -2221,7 +2228,7 @@ declare const _default: {
|
|
|
2221
2228
|
s: string;
|
|
2222
2229
|
};
|
|
2223
2230
|
/**
|
|
2224
|
-
*
|
|
2231
|
+
* Lookup278: pallet_evm::pallet::Call<T>
|
|
2225
2232
|
**/
|
|
2226
2233
|
PalletEvmCall: {
|
|
2227
2234
|
_enum: {
|
|
@@ -2264,7 +2271,7 @@ declare const _default: {
|
|
|
2264
2271
|
};
|
|
2265
2272
|
};
|
|
2266
2273
|
/**
|
|
2267
|
-
*
|
|
2274
|
+
* Lookup282: pallet_storage_providers::pallet::Call<T>
|
|
2268
2275
|
**/
|
|
2269
2276
|
PalletStorageProvidersCall: {
|
|
2270
2277
|
_enum: {
|
|
@@ -2335,7 +2342,7 @@ declare const _default: {
|
|
|
2335
2342
|
};
|
|
2336
2343
|
};
|
|
2337
2344
|
/**
|
|
2338
|
-
*
|
|
2345
|
+
* Lookup283: pallet_file_system::pallet::Call<T>
|
|
2339
2346
|
**/
|
|
2340
2347
|
PalletFileSystemCall: {
|
|
2341
2348
|
_enum: {
|
|
@@ -2445,16 +2452,19 @@ declare const _default: {
|
|
|
2445
2452
|
bspId: string;
|
|
2446
2453
|
forestProof: string;
|
|
2447
2454
|
};
|
|
2455
|
+
set_user_operation_pause_flags: {
|
|
2456
|
+
newFlags: string;
|
|
2457
|
+
};
|
|
2448
2458
|
};
|
|
2449
2459
|
};
|
|
2450
2460
|
/**
|
|
2451
|
-
*
|
|
2461
|
+
* Lookup284: pallet_file_system::types::BucketMoveRequestResponse
|
|
2452
2462
|
**/
|
|
2453
2463
|
PalletFileSystemBucketMoveRequestResponse: {
|
|
2454
2464
|
_enum: string[];
|
|
2455
2465
|
};
|
|
2456
2466
|
/**
|
|
2457
|
-
*
|
|
2467
|
+
* Lookup285: pallet_file_system::types::ReplicationTarget<T>
|
|
2458
2468
|
**/
|
|
2459
2469
|
PalletFileSystemReplicationTarget: {
|
|
2460
2470
|
_enum: {
|
|
@@ -2467,7 +2477,7 @@ declare const _default: {
|
|
|
2467
2477
|
};
|
|
2468
2478
|
};
|
|
2469
2479
|
/**
|
|
2470
|
-
*
|
|
2480
|
+
* Lookup287: pallet_file_system::types::StorageRequestMspBucketResponse<T>
|
|
2471
2481
|
**/
|
|
2472
2482
|
PalletFileSystemStorageRequestMspBucketResponse: {
|
|
2473
2483
|
bucketId: string;
|
|
@@ -2475,28 +2485,28 @@ declare const _default: {
|
|
|
2475
2485
|
reject: string;
|
|
2476
2486
|
};
|
|
2477
2487
|
/**
|
|
2478
|
-
*
|
|
2488
|
+
* Lookup289: pallet_file_system::types::StorageRequestMspAcceptedFileKeys<T>
|
|
2479
2489
|
**/
|
|
2480
2490
|
PalletFileSystemStorageRequestMspAcceptedFileKeys: {
|
|
2481
2491
|
fileKeysAndProofs: string;
|
|
2482
2492
|
forestProof: string;
|
|
2483
2493
|
};
|
|
2484
2494
|
/**
|
|
2485
|
-
*
|
|
2495
|
+
* Lookup291: pallet_file_system::types::FileKeyWithProof<T>
|
|
2486
2496
|
**/
|
|
2487
2497
|
PalletFileSystemFileKeyWithProof: {
|
|
2488
2498
|
fileKey: string;
|
|
2489
2499
|
proof: string;
|
|
2490
2500
|
};
|
|
2491
2501
|
/**
|
|
2492
|
-
*
|
|
2502
|
+
* Lookup293: pallet_file_system::types::RejectedStorageRequest<T>
|
|
2493
2503
|
**/
|
|
2494
2504
|
PalletFileSystemRejectedStorageRequest: {
|
|
2495
2505
|
fileKey: string;
|
|
2496
2506
|
reason: string;
|
|
2497
2507
|
};
|
|
2498
2508
|
/**
|
|
2499
|
-
*
|
|
2509
|
+
* Lookup296: pallet_file_system::types::FileDeletionRequest<T>
|
|
2500
2510
|
**/
|
|
2501
2511
|
PalletFileSystemFileDeletionRequest: {
|
|
2502
2512
|
_alias: {
|
|
@@ -2511,7 +2521,7 @@ declare const _default: {
|
|
|
2511
2521
|
fingerprint: string;
|
|
2512
2522
|
};
|
|
2513
2523
|
/**
|
|
2514
|
-
*
|
|
2524
|
+
* Lookup298: pallet_proofs_dealer::pallet::Call<T>
|
|
2515
2525
|
**/
|
|
2516
2526
|
PalletProofsDealerCall: {
|
|
2517
2527
|
_enum: {
|
|
@@ -2535,13 +2545,13 @@ declare const _default: {
|
|
|
2535
2545
|
};
|
|
2536
2546
|
};
|
|
2537
2547
|
/**
|
|
2538
|
-
*
|
|
2548
|
+
* Lookup299: pallet_randomness::pallet::Call<T>
|
|
2539
2549
|
**/
|
|
2540
2550
|
PalletRandomnessCall: {
|
|
2541
2551
|
_enum: string[];
|
|
2542
2552
|
};
|
|
2543
2553
|
/**
|
|
2544
|
-
*
|
|
2554
|
+
* Lookup300: pallet_payment_streams::pallet::Call<T>
|
|
2545
2555
|
**/
|
|
2546
2556
|
PalletPaymentStreamsCall: {
|
|
2547
2557
|
_enum: {
|
|
@@ -2586,7 +2596,7 @@ declare const _default: {
|
|
|
2586
2596
|
};
|
|
2587
2597
|
};
|
|
2588
2598
|
/**
|
|
2589
|
-
*
|
|
2599
|
+
* Lookup301: pallet_bucket_nfts::pallet::Call<T>
|
|
2590
2600
|
**/
|
|
2591
2601
|
PalletBucketNftsCall: {
|
|
2592
2602
|
_enum: {
|
|
@@ -2604,7 +2614,7 @@ declare const _default: {
|
|
|
2604
2614
|
};
|
|
2605
2615
|
};
|
|
2606
2616
|
/**
|
|
2607
|
-
*
|
|
2617
|
+
* Lookup303: pallet_nfts::pallet::Call<T, I>
|
|
2608
2618
|
**/
|
|
2609
2619
|
PalletNftsCall: {
|
|
2610
2620
|
_enum: {
|
|
@@ -2801,7 +2811,7 @@ declare const _default: {
|
|
|
2801
2811
|
};
|
|
2802
2812
|
};
|
|
2803
2813
|
/**
|
|
2804
|
-
*
|
|
2814
|
+
* Lookup304: pallet_nfts::types::CollectionConfig<Price, BlockNumber, CollectionId>
|
|
2805
2815
|
**/
|
|
2806
2816
|
PalletNftsCollectionConfig: {
|
|
2807
2817
|
settings: string;
|
|
@@ -2809,13 +2819,13 @@ declare const _default: {
|
|
|
2809
2819
|
mintSettings: string;
|
|
2810
2820
|
};
|
|
2811
2821
|
/**
|
|
2812
|
-
*
|
|
2822
|
+
* Lookup306: pallet_nfts::types::CollectionSetting
|
|
2813
2823
|
**/
|
|
2814
2824
|
PalletNftsCollectionSetting: {
|
|
2815
2825
|
_enum: string[];
|
|
2816
2826
|
};
|
|
2817
2827
|
/**
|
|
2818
|
-
*
|
|
2828
|
+
* Lookup307: pallet_nfts::types::MintSettings<Price, BlockNumber, CollectionId>
|
|
2819
2829
|
**/
|
|
2820
2830
|
PalletNftsMintSettings: {
|
|
2821
2831
|
mintType: string;
|
|
@@ -2825,7 +2835,7 @@ declare const _default: {
|
|
|
2825
2835
|
defaultItemSettings: string;
|
|
2826
2836
|
};
|
|
2827
2837
|
/**
|
|
2828
|
-
*
|
|
2838
|
+
* Lookup308: pallet_nfts::types::MintType<CollectionId>
|
|
2829
2839
|
**/
|
|
2830
2840
|
PalletNftsMintType: {
|
|
2831
2841
|
_enum: {
|
|
@@ -2835,13 +2845,13 @@ declare const _default: {
|
|
|
2835
2845
|
};
|
|
2836
2846
|
};
|
|
2837
2847
|
/**
|
|
2838
|
-
*
|
|
2848
|
+
* Lookup310: pallet_nfts::types::ItemSetting
|
|
2839
2849
|
**/
|
|
2840
2850
|
PalletNftsItemSetting: {
|
|
2841
2851
|
_enum: string[];
|
|
2842
2852
|
};
|
|
2843
2853
|
/**
|
|
2844
|
-
*
|
|
2854
|
+
* Lookup311: pallet_nfts::types::DestroyWitness
|
|
2845
2855
|
**/
|
|
2846
2856
|
PalletNftsDestroyWitness: {
|
|
2847
2857
|
itemMetadatas: string;
|
|
@@ -2849,26 +2859,26 @@ declare const _default: {
|
|
|
2849
2859
|
attributes: string;
|
|
2850
2860
|
};
|
|
2851
2861
|
/**
|
|
2852
|
-
*
|
|
2862
|
+
* Lookup313: pallet_nfts::types::MintWitness<ItemId, Balance>
|
|
2853
2863
|
**/
|
|
2854
2864
|
PalletNftsMintWitness: {
|
|
2855
2865
|
ownedItem: string;
|
|
2856
2866
|
mintPrice: string;
|
|
2857
2867
|
};
|
|
2858
2868
|
/**
|
|
2859
|
-
*
|
|
2869
|
+
* Lookup314: pallet_nfts::types::ItemConfig
|
|
2860
2870
|
**/
|
|
2861
2871
|
PalletNftsItemConfig: {
|
|
2862
2872
|
settings: string;
|
|
2863
2873
|
};
|
|
2864
2874
|
/**
|
|
2865
|
-
*
|
|
2875
|
+
* Lookup315: pallet_nfts::types::CancelAttributesApprovalWitness
|
|
2866
2876
|
**/
|
|
2867
2877
|
PalletNftsCancelAttributesApprovalWitness: {
|
|
2868
2878
|
accountAttributes: string;
|
|
2869
2879
|
};
|
|
2870
2880
|
/**
|
|
2871
|
-
*
|
|
2881
|
+
* Lookup317: pallet_nfts::types::ItemTip<CollectionId, ItemId, fp_account::AccountId20, Amount>
|
|
2872
2882
|
**/
|
|
2873
2883
|
PalletNftsItemTip: {
|
|
2874
2884
|
collection: string;
|
|
@@ -2877,7 +2887,7 @@ declare const _default: {
|
|
|
2877
2887
|
amount: string;
|
|
2878
2888
|
};
|
|
2879
2889
|
/**
|
|
2880
|
-
*
|
|
2890
|
+
* Lookup319: pallet_nfts::types::PreSignedMint<CollectionId, ItemId, fp_account::AccountId20, Deadline, Balance>
|
|
2881
2891
|
**/
|
|
2882
2892
|
PalletNftsPreSignedMint: {
|
|
2883
2893
|
collection: string;
|
|
@@ -2889,7 +2899,7 @@ declare const _default: {
|
|
|
2889
2899
|
mintPrice: string;
|
|
2890
2900
|
};
|
|
2891
2901
|
/**
|
|
2892
|
-
*
|
|
2902
|
+
* Lookup320: pallet_nfts::types::PreSignedAttributes<CollectionId, ItemId, fp_account::AccountId20, Deadline>
|
|
2893
2903
|
**/
|
|
2894
2904
|
PalletNftsPreSignedAttributes: {
|
|
2895
2905
|
collection: string;
|
|
@@ -2899,13 +2909,13 @@ declare const _default: {
|
|
|
2899
2909
|
deadline: string;
|
|
2900
2910
|
};
|
|
2901
2911
|
/**
|
|
2902
|
-
*
|
|
2912
|
+
* Lookup321: pallet_sudo::pallet::Error<T>
|
|
2903
2913
|
**/
|
|
2904
2914
|
PalletSudoError: {
|
|
2905
2915
|
_enum: string[];
|
|
2906
2916
|
};
|
|
2907
2917
|
/**
|
|
2908
|
-
*
|
|
2918
|
+
* Lookup323: fp_rpc::TransactionStatus
|
|
2909
2919
|
**/
|
|
2910
2920
|
FpRpcTransactionStatus: {
|
|
2911
2921
|
transactionHash: string;
|
|
@@ -2917,11 +2927,11 @@ declare const _default: {
|
|
|
2917
2927
|
logsBloom: string;
|
|
2918
2928
|
};
|
|
2919
2929
|
/**
|
|
2920
|
-
*
|
|
2930
|
+
* Lookup326: ethbloom::Bloom
|
|
2921
2931
|
**/
|
|
2922
2932
|
EthbloomBloom: string;
|
|
2923
2933
|
/**
|
|
2924
|
-
*
|
|
2934
|
+
* Lookup328: ethereum::receipt::ReceiptV3
|
|
2925
2935
|
**/
|
|
2926
2936
|
EthereumReceiptReceiptV3: {
|
|
2927
2937
|
_enum: {
|
|
@@ -2931,7 +2941,7 @@ declare const _default: {
|
|
|
2931
2941
|
};
|
|
2932
2942
|
};
|
|
2933
2943
|
/**
|
|
2934
|
-
*
|
|
2944
|
+
* Lookup329: ethereum::receipt::EIP658ReceiptData
|
|
2935
2945
|
**/
|
|
2936
2946
|
EthereumReceiptEip658ReceiptData: {
|
|
2937
2947
|
statusCode: string;
|
|
@@ -2940,7 +2950,7 @@ declare const _default: {
|
|
|
2940
2950
|
logs: string;
|
|
2941
2951
|
};
|
|
2942
2952
|
/**
|
|
2943
|
-
*
|
|
2953
|
+
* Lookup330: ethereum::block::Block<ethereum::transaction::TransactionV2>
|
|
2944
2954
|
**/
|
|
2945
2955
|
EthereumBlock: {
|
|
2946
2956
|
header: string;
|
|
@@ -2948,7 +2958,7 @@ declare const _default: {
|
|
|
2948
2958
|
ommers: string;
|
|
2949
2959
|
};
|
|
2950
2960
|
/**
|
|
2951
|
-
*
|
|
2961
|
+
* Lookup331: ethereum::header::Header
|
|
2952
2962
|
**/
|
|
2953
2963
|
EthereumHeader: {
|
|
2954
2964
|
parentHash: string;
|
|
@@ -2968,17 +2978,17 @@ declare const _default: {
|
|
|
2968
2978
|
nonce: string;
|
|
2969
2979
|
};
|
|
2970
2980
|
/**
|
|
2971
|
-
*
|
|
2981
|
+
* Lookup332: ethereum_types::hash::H64
|
|
2972
2982
|
**/
|
|
2973
2983
|
EthereumTypesHashH64: string;
|
|
2974
2984
|
/**
|
|
2975
|
-
*
|
|
2985
|
+
* Lookup337: pallet_ethereum::pallet::Error<T>
|
|
2976
2986
|
**/
|
|
2977
2987
|
PalletEthereumError: {
|
|
2978
2988
|
_enum: string[];
|
|
2979
2989
|
};
|
|
2980
2990
|
/**
|
|
2981
|
-
*
|
|
2991
|
+
* Lookup338: pallet_evm::CodeMetadata
|
|
2982
2992
|
**/
|
|
2983
2993
|
PalletEvmCodeMetadata: {
|
|
2984
2994
|
_alias: {
|
|
@@ -2989,20 +2999,20 @@ declare const _default: {
|
|
|
2989
2999
|
hash_: string;
|
|
2990
3000
|
};
|
|
2991
3001
|
/**
|
|
2992
|
-
*
|
|
3002
|
+
* Lookup340: pallet_evm::pallet::Error<T>
|
|
2993
3003
|
**/
|
|
2994
3004
|
PalletEvmError: {
|
|
2995
3005
|
_enum: string[];
|
|
2996
3006
|
};
|
|
2997
3007
|
/**
|
|
2998
|
-
*
|
|
3008
|
+
* Lookup341: pallet_storage_providers::types::SignUpRequest<T>
|
|
2999
3009
|
**/
|
|
3000
3010
|
PalletStorageProvidersSignUpRequest: {
|
|
3001
3011
|
spSignUpRequest: string;
|
|
3002
3012
|
at: string;
|
|
3003
3013
|
};
|
|
3004
3014
|
/**
|
|
3005
|
-
*
|
|
3015
|
+
* Lookup342: pallet_storage_providers::types::SignUpRequestSpParams<T>
|
|
3006
3016
|
**/
|
|
3007
3017
|
PalletStorageProvidersSignUpRequestSpParams: {
|
|
3008
3018
|
_enum: {
|
|
@@ -3011,7 +3021,7 @@ declare const _default: {
|
|
|
3011
3021
|
};
|
|
3012
3022
|
};
|
|
3013
3023
|
/**
|
|
3014
|
-
*
|
|
3024
|
+
* Lookup343: pallet_storage_providers::types::BackupStorageProvider<T>
|
|
3015
3025
|
**/
|
|
3016
3026
|
PalletStorageProvidersBackupStorageProvider: {
|
|
3017
3027
|
capacity: string;
|
|
@@ -3025,14 +3035,14 @@ declare const _default: {
|
|
|
3025
3035
|
signUpBlock: string;
|
|
3026
3036
|
};
|
|
3027
3037
|
/**
|
|
3028
|
-
*
|
|
3038
|
+
* Lookup344: pallet_storage_providers::types::MainStorageProviderSignUpRequest<T>
|
|
3029
3039
|
**/
|
|
3030
3040
|
PalletStorageProvidersMainStorageProviderSignUpRequest: {
|
|
3031
3041
|
mspInfo: string;
|
|
3032
3042
|
valueProp: string;
|
|
3033
3043
|
};
|
|
3034
3044
|
/**
|
|
3035
|
-
*
|
|
3045
|
+
* Lookup345: pallet_storage_providers::types::MainStorageProvider<T>
|
|
3036
3046
|
**/
|
|
3037
3047
|
PalletStorageProvidersMainStorageProvider: {
|
|
3038
3048
|
capacity: string;
|
|
@@ -3046,7 +3056,7 @@ declare const _default: {
|
|
|
3046
3056
|
signUpBlock: string;
|
|
3047
3057
|
};
|
|
3048
3058
|
/**
|
|
3049
|
-
*
|
|
3059
|
+
* Lookup346: pallet_storage_providers::types::Bucket<T>
|
|
3050
3060
|
**/
|
|
3051
3061
|
PalletStorageProvidersBucket: {
|
|
3052
3062
|
_alias: {
|
|
@@ -3061,13 +3071,13 @@ declare const _default: {
|
|
|
3061
3071
|
valuePropId: string;
|
|
3062
3072
|
};
|
|
3063
3073
|
/**
|
|
3064
|
-
*
|
|
3074
|
+
* Lookup350: pallet_storage_providers::pallet::Error<T>
|
|
3065
3075
|
**/
|
|
3066
3076
|
PalletStorageProvidersError: {
|
|
3067
3077
|
_enum: string[];
|
|
3068
3078
|
};
|
|
3069
3079
|
/**
|
|
3070
|
-
*
|
|
3080
|
+
* Lookup351: pallet_file_system::types::StorageRequestMetadata<T>
|
|
3071
3081
|
**/
|
|
3072
3082
|
PalletFileSystemStorageRequestMetadata: {
|
|
3073
3083
|
_alias: {
|
|
@@ -3088,7 +3098,7 @@ declare const _default: {
|
|
|
3088
3098
|
depositPaid: string;
|
|
3089
3099
|
};
|
|
3090
3100
|
/**
|
|
3091
|
-
*
|
|
3101
|
+
* Lookup352: pallet_file_system::types::MspStorageRequestStatus<T>
|
|
3092
3102
|
**/
|
|
3093
3103
|
PalletFileSystemMspStorageRequestStatus: {
|
|
3094
3104
|
_enum: {
|
|
@@ -3099,13 +3109,13 @@ declare const _default: {
|
|
|
3099
3109
|
};
|
|
3100
3110
|
};
|
|
3101
3111
|
/**
|
|
3102
|
-
*
|
|
3112
|
+
* Lookup353: pallet_file_system::types::StorageRequestBspsMetadata<T>
|
|
3103
3113
|
**/
|
|
3104
3114
|
PalletFileSystemStorageRequestBspsMetadata: {
|
|
3105
3115
|
confirmed: string;
|
|
3106
3116
|
};
|
|
3107
3117
|
/**
|
|
3108
|
-
*
|
|
3118
|
+
* Lookup355: pallet_file_system::types::PendingFileDeletionRequest<T>
|
|
3109
3119
|
**/
|
|
3110
3120
|
PalletFileSystemPendingFileDeletionRequest: {
|
|
3111
3121
|
user: string;
|
|
@@ -3116,7 +3126,7 @@ declare const _default: {
|
|
|
3116
3126
|
queuePriorityChallenge: string;
|
|
3117
3127
|
};
|
|
3118
3128
|
/**
|
|
3119
|
-
*
|
|
3129
|
+
* Lookup357: pallet_file_system::types::PendingStopStoringRequest<T>
|
|
3120
3130
|
**/
|
|
3121
3131
|
PalletFileSystemPendingStopStoringRequest: {
|
|
3122
3132
|
tickWhenRequested: string;
|
|
@@ -3124,7 +3134,7 @@ declare const _default: {
|
|
|
3124
3134
|
fileSize: string;
|
|
3125
3135
|
};
|
|
3126
3136
|
/**
|
|
3127
|
-
*
|
|
3137
|
+
* Lookup358: pallet_file_system::types::MoveBucketRequestMetadata<T>
|
|
3128
3138
|
**/
|
|
3129
3139
|
PalletFileSystemMoveBucketRequestMetadata: {
|
|
3130
3140
|
requester: string;
|
|
@@ -3132,7 +3142,7 @@ declare const _default: {
|
|
|
3132
3142
|
newValuePropId: string;
|
|
3133
3143
|
};
|
|
3134
3144
|
/**
|
|
3135
|
-
*
|
|
3145
|
+
* Lookup359: pallet_file_system::types::IncompleteStorageRequestMetadata<T>
|
|
3136
3146
|
**/
|
|
3137
3147
|
PalletFileSystemIncompleteStorageRequestMetadata: {
|
|
3138
3148
|
owner: string;
|
|
@@ -3144,26 +3154,26 @@ declare const _default: {
|
|
|
3144
3154
|
pendingBucketRemoval: string;
|
|
3145
3155
|
};
|
|
3146
3156
|
/**
|
|
3147
|
-
*
|
|
3157
|
+
* Lookup361: pallet_file_system::pallet::Error<T>
|
|
3148
3158
|
**/
|
|
3149
3159
|
PalletFileSystemError: {
|
|
3150
3160
|
_enum: string[];
|
|
3151
3161
|
};
|
|
3152
3162
|
/**
|
|
3153
|
-
*
|
|
3163
|
+
* Lookup363: pallet_proofs_dealer::types::ProofSubmissionRecord<T>
|
|
3154
3164
|
**/
|
|
3155
3165
|
PalletProofsDealerProofSubmissionRecord: {
|
|
3156
3166
|
lastTickProven: string;
|
|
3157
3167
|
nextTickToSubmitProofFor: string;
|
|
3158
3168
|
};
|
|
3159
3169
|
/**
|
|
3160
|
-
*
|
|
3170
|
+
* Lookup370: pallet_proofs_dealer::pallet::Error<T>
|
|
3161
3171
|
**/
|
|
3162
3172
|
PalletProofsDealerError: {
|
|
3163
3173
|
_enum: string[];
|
|
3164
3174
|
};
|
|
3165
3175
|
/**
|
|
3166
|
-
*
|
|
3176
|
+
* Lookup372: pallet_payment_streams::types::FixedRatePaymentStream<T>
|
|
3167
3177
|
**/
|
|
3168
3178
|
PalletPaymentStreamsFixedRatePaymentStream: {
|
|
3169
3179
|
rate: string;
|
|
@@ -3172,7 +3182,7 @@ declare const _default: {
|
|
|
3172
3182
|
outOfFundsTick: string;
|
|
3173
3183
|
};
|
|
3174
3184
|
/**
|
|
3175
|
-
*
|
|
3185
|
+
* Lookup373: pallet_payment_streams::types::DynamicRatePaymentStream<T>
|
|
3176
3186
|
**/
|
|
3177
3187
|
PalletPaymentStreamsDynamicRatePaymentStream: {
|
|
3178
3188
|
amountProvided: string;
|
|
@@ -3181,26 +3191,26 @@ declare const _default: {
|
|
|
3181
3191
|
outOfFundsTick: string;
|
|
3182
3192
|
};
|
|
3183
3193
|
/**
|
|
3184
|
-
*
|
|
3194
|
+
* Lookup374: pallet_payment_streams::types::ProviderLastChargeableInfo<T>
|
|
3185
3195
|
**/
|
|
3186
3196
|
PalletPaymentStreamsProviderLastChargeableInfo: {
|
|
3187
3197
|
lastChargeableTick: string;
|
|
3188
3198
|
priceIndex: string;
|
|
3189
3199
|
};
|
|
3190
3200
|
/**
|
|
3191
|
-
*
|
|
3201
|
+
* Lookup375: pallet_payment_streams::pallet::Error<T>
|
|
3192
3202
|
**/
|
|
3193
3203
|
PalletPaymentStreamsError: {
|
|
3194
3204
|
_enum: string[];
|
|
3195
3205
|
};
|
|
3196
3206
|
/**
|
|
3197
|
-
*
|
|
3207
|
+
* Lookup376: pallet_bucket_nfts::pallet::Error<T>
|
|
3198
3208
|
**/
|
|
3199
3209
|
PalletBucketNftsError: {
|
|
3200
3210
|
_enum: string[];
|
|
3201
3211
|
};
|
|
3202
3212
|
/**
|
|
3203
|
-
*
|
|
3213
|
+
* Lookup377: pallet_nfts::types::CollectionDetails<fp_account::AccountId20, DepositBalance>
|
|
3204
3214
|
**/
|
|
3205
3215
|
PalletNftsCollectionDetails: {
|
|
3206
3216
|
owner: string;
|
|
@@ -3211,13 +3221,13 @@ declare const _default: {
|
|
|
3211
3221
|
attributes: string;
|
|
3212
3222
|
};
|
|
3213
3223
|
/**
|
|
3214
|
-
*
|
|
3224
|
+
* Lookup382: pallet_nfts::types::CollectionRole
|
|
3215
3225
|
**/
|
|
3216
3226
|
PalletNftsCollectionRole: {
|
|
3217
3227
|
_enum: string[];
|
|
3218
3228
|
};
|
|
3219
3229
|
/**
|
|
3220
|
-
*
|
|
3230
|
+
* Lookup383: pallet_nfts::types::ItemDetails<fp_account::AccountId20, pallet_nfts::types::ItemDeposit<DepositBalance, fp_account::AccountId20>, bounded_collections::bounded_btree_map::BoundedBTreeMap<fp_account::AccountId20, Option<T>, S>>
|
|
3221
3231
|
**/
|
|
3222
3232
|
PalletNftsItemDetails: {
|
|
3223
3233
|
owner: string;
|
|
@@ -3225,42 +3235,42 @@ declare const _default: {
|
|
|
3225
3235
|
deposit: string;
|
|
3226
3236
|
};
|
|
3227
3237
|
/**
|
|
3228
|
-
*
|
|
3238
|
+
* Lookup384: pallet_nfts::types::ItemDeposit<DepositBalance, fp_account::AccountId20>
|
|
3229
3239
|
**/
|
|
3230
3240
|
PalletNftsItemDeposit: {
|
|
3231
3241
|
account: string;
|
|
3232
3242
|
amount: string;
|
|
3233
3243
|
};
|
|
3234
3244
|
/**
|
|
3235
|
-
*
|
|
3245
|
+
* Lookup389: pallet_nfts::types::CollectionMetadata<Deposit, StringLimit>
|
|
3236
3246
|
**/
|
|
3237
3247
|
PalletNftsCollectionMetadata: {
|
|
3238
3248
|
deposit: string;
|
|
3239
3249
|
data: string;
|
|
3240
3250
|
};
|
|
3241
3251
|
/**
|
|
3242
|
-
*
|
|
3252
|
+
* Lookup390: pallet_nfts::types::ItemMetadata<pallet_nfts::types::ItemMetadataDeposit<DepositBalance, fp_account::AccountId20>, StringLimit>
|
|
3243
3253
|
**/
|
|
3244
3254
|
PalletNftsItemMetadata: {
|
|
3245
3255
|
deposit: string;
|
|
3246
3256
|
data: string;
|
|
3247
3257
|
};
|
|
3248
3258
|
/**
|
|
3249
|
-
*
|
|
3259
|
+
* Lookup391: pallet_nfts::types::ItemMetadataDeposit<DepositBalance, fp_account::AccountId20>
|
|
3250
3260
|
**/
|
|
3251
3261
|
PalletNftsItemMetadataDeposit: {
|
|
3252
3262
|
account: string;
|
|
3253
3263
|
amount: string;
|
|
3254
3264
|
};
|
|
3255
3265
|
/**
|
|
3256
|
-
*
|
|
3266
|
+
* Lookup394: pallet_nfts::types::AttributeDeposit<DepositBalance, fp_account::AccountId20>
|
|
3257
3267
|
**/
|
|
3258
3268
|
PalletNftsAttributeDeposit: {
|
|
3259
3269
|
account: string;
|
|
3260
3270
|
amount: string;
|
|
3261
3271
|
};
|
|
3262
3272
|
/**
|
|
3263
|
-
*
|
|
3273
|
+
* Lookup398: pallet_nfts::types::PendingSwap<CollectionId, ItemId, pallet_nfts::types::PriceWithDirection<Amount>, Deadline>
|
|
3264
3274
|
**/
|
|
3265
3275
|
PalletNftsPendingSwap: {
|
|
3266
3276
|
desiredCollection: string;
|
|
@@ -3269,59 +3279,59 @@ declare const _default: {
|
|
|
3269
3279
|
deadline: string;
|
|
3270
3280
|
};
|
|
3271
3281
|
/**
|
|
3272
|
-
*
|
|
3282
|
+
* Lookup400: pallet_nfts::types::PalletFeature
|
|
3273
3283
|
**/
|
|
3274
3284
|
PalletNftsPalletFeature: {
|
|
3275
3285
|
_enum: string[];
|
|
3276
3286
|
};
|
|
3277
3287
|
/**
|
|
3278
|
-
*
|
|
3288
|
+
* Lookup401: pallet_nfts::pallet::Error<T, I>
|
|
3279
3289
|
**/
|
|
3280
3290
|
PalletNftsError: {
|
|
3281
3291
|
_enum: string[];
|
|
3282
3292
|
};
|
|
3283
3293
|
/**
|
|
3284
|
-
*
|
|
3294
|
+
* Lookup404: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
3285
3295
|
**/
|
|
3286
3296
|
FrameSystemExtensionsCheckNonZeroSender: string;
|
|
3287
3297
|
/**
|
|
3288
|
-
*
|
|
3298
|
+
* Lookup405: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
3289
3299
|
**/
|
|
3290
3300
|
FrameSystemExtensionsCheckSpecVersion: string;
|
|
3291
3301
|
/**
|
|
3292
|
-
*
|
|
3302
|
+
* Lookup406: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
3293
3303
|
**/
|
|
3294
3304
|
FrameSystemExtensionsCheckTxVersion: string;
|
|
3295
3305
|
/**
|
|
3296
|
-
*
|
|
3306
|
+
* Lookup407: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
3297
3307
|
**/
|
|
3298
3308
|
FrameSystemExtensionsCheckGenesis: string;
|
|
3299
3309
|
/**
|
|
3300
|
-
*
|
|
3310
|
+
* Lookup410: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
3301
3311
|
**/
|
|
3302
3312
|
FrameSystemExtensionsCheckNonce: string;
|
|
3303
3313
|
/**
|
|
3304
|
-
*
|
|
3314
|
+
* Lookup411: frame_system::extensions::check_weight::CheckWeight<T>
|
|
3305
3315
|
**/
|
|
3306
3316
|
FrameSystemExtensionsCheckWeight: string;
|
|
3307
3317
|
/**
|
|
3308
|
-
*
|
|
3318
|
+
* Lookup412: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
3309
3319
|
**/
|
|
3310
3320
|
PalletTransactionPaymentChargeTransactionPayment: string;
|
|
3311
3321
|
/**
|
|
3312
|
-
*
|
|
3322
|
+
* Lookup413: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
3313
3323
|
**/
|
|
3314
3324
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
3315
3325
|
mode: string;
|
|
3316
3326
|
};
|
|
3317
3327
|
/**
|
|
3318
|
-
*
|
|
3328
|
+
* Lookup414: frame_metadata_hash_extension::Mode
|
|
3319
3329
|
**/
|
|
3320
3330
|
FrameMetadataHashExtensionMode: {
|
|
3321
3331
|
_enum: string[];
|
|
3322
3332
|
};
|
|
3323
3333
|
/**
|
|
3324
|
-
*
|
|
3334
|
+
* Lookup416: sh_solochain_evm_runtime::Runtime
|
|
3325
3335
|
**/
|
|
3326
3336
|
ShSolochainEvmRuntimeRuntime: string;
|
|
3327
3337
|
};
|