@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
|
@@ -564,8 +564,8 @@ export default {
|
|
|
564
564
|
MostlyStablePrice: "u128",
|
|
565
565
|
MaxPrice: "u128",
|
|
566
566
|
MinPrice: "u128",
|
|
567
|
-
UpperExponentFactor: "
|
|
568
|
-
LowerExponentFactor: "
|
|
567
|
+
UpperExponentFactor: "u128",
|
|
568
|
+
LowerExponentFactor: "u128",
|
|
569
569
|
ZeroSizeBucketFixedRate: "u128",
|
|
570
570
|
IdealUtilisationRate: "Perbill",
|
|
571
571
|
DecayRate: "Perbill",
|
|
@@ -1020,11 +1020,18 @@ export default {
|
|
|
1020
1020
|
owner: "AccountId20",
|
|
1021
1021
|
amountToReturn: "u128",
|
|
1022
1022
|
error: "SpRuntimeDispatchError"
|
|
1023
|
+
},
|
|
1024
|
+
UserOperationPauseFlagsUpdated: {
|
|
1025
|
+
_alias: {
|
|
1026
|
+
new_: "new"
|
|
1027
|
+
},
|
|
1028
|
+
old: "u32",
|
|
1029
|
+
new_: "u32"
|
|
1023
1030
|
}
|
|
1024
1031
|
}
|
|
1025
1032
|
},
|
|
1026
1033
|
/**
|
|
1027
|
-
*
|
|
1034
|
+
* Lookup113: shp_file_metadata::FileMetadata
|
|
1028
1035
|
**/
|
|
1029
1036
|
ShpFileMetadataFileMetadata: {
|
|
1030
1037
|
owner: "Bytes",
|
|
@@ -1034,11 +1041,11 @@ export default {
|
|
|
1034
1041
|
fingerprint: "ShpFileMetadataFingerprint"
|
|
1035
1042
|
},
|
|
1036
1043
|
/**
|
|
1037
|
-
*
|
|
1044
|
+
* Lookup114: shp_file_metadata::Fingerprint
|
|
1038
1045
|
**/
|
|
1039
1046
|
ShpFileMetadataFingerprint: "[u8;32]",
|
|
1040
1047
|
/**
|
|
1041
|
-
*
|
|
1048
|
+
* Lookup115: pallet_file_system::types::RejectedStorageRequestReason
|
|
1042
1049
|
**/
|
|
1043
1050
|
PalletFileSystemRejectedStorageRequestReason: {
|
|
1044
1051
|
_enum: [
|
|
@@ -1050,24 +1057,24 @@ export default {
|
|
|
1050
1057
|
]
|
|
1051
1058
|
},
|
|
1052
1059
|
/**
|
|
1053
|
-
*
|
|
1060
|
+
* Lookup120: pallet_file_system::types::FileOperationIntention<T>
|
|
1054
1061
|
**/
|
|
1055
1062
|
PalletFileSystemFileOperationIntention: {
|
|
1056
1063
|
fileKey: "H256",
|
|
1057
1064
|
operation: "PalletFileSystemFileOperation"
|
|
1058
1065
|
},
|
|
1059
1066
|
/**
|
|
1060
|
-
*
|
|
1067
|
+
* Lookup121: pallet_file_system::types::FileOperation
|
|
1061
1068
|
**/
|
|
1062
1069
|
PalletFileSystemFileOperation: {
|
|
1063
1070
|
_enum: ["Delete"]
|
|
1064
1071
|
},
|
|
1065
1072
|
/**
|
|
1066
|
-
*
|
|
1073
|
+
* Lookup122: fp_account::EthereumSignature
|
|
1067
1074
|
**/
|
|
1068
1075
|
FpAccountEthereumSignature: "[u8;65]",
|
|
1069
1076
|
/**
|
|
1070
|
-
*
|
|
1077
|
+
* Lookup128: pallet_proofs_dealer::pallet::Event<T>
|
|
1071
1078
|
**/
|
|
1072
1079
|
PalletProofsDealerEvent: {
|
|
1073
1080
|
_enum: {
|
|
@@ -1124,41 +1131,41 @@ export default {
|
|
|
1124
1131
|
}
|
|
1125
1132
|
},
|
|
1126
1133
|
/**
|
|
1127
|
-
*
|
|
1134
|
+
* Lookup129: pallet_proofs_dealer::types::Proof<T>
|
|
1128
1135
|
**/
|
|
1129
1136
|
PalletProofsDealerProof: {
|
|
1130
1137
|
forestProof: "SpTrieStorageProofCompactProof",
|
|
1131
1138
|
keyProofs: "BTreeMap<H256, PalletProofsDealerKeyProof>"
|
|
1132
1139
|
},
|
|
1133
1140
|
/**
|
|
1134
|
-
*
|
|
1141
|
+
* Lookup130: sp_trie::storage_proof::CompactProof
|
|
1135
1142
|
**/
|
|
1136
1143
|
SpTrieStorageProofCompactProof: {
|
|
1137
1144
|
encodedNodes: "Vec<Bytes>"
|
|
1138
1145
|
},
|
|
1139
1146
|
/**
|
|
1140
|
-
*
|
|
1147
|
+
* Lookup133: pallet_proofs_dealer::types::KeyProof<T>
|
|
1141
1148
|
**/
|
|
1142
1149
|
PalletProofsDealerKeyProof: {
|
|
1143
1150
|
proof: "ShpFileKeyVerifierFileKeyProof",
|
|
1144
1151
|
challengeCount: "u32"
|
|
1145
1152
|
},
|
|
1146
1153
|
/**
|
|
1147
|
-
*
|
|
1154
|
+
* Lookup134: shp_file_key_verifier::types::FileKeyProof
|
|
1148
1155
|
**/
|
|
1149
1156
|
ShpFileKeyVerifierFileKeyProof: {
|
|
1150
1157
|
fileMetadata: "ShpFileMetadataFileMetadata",
|
|
1151
1158
|
proof: "SpTrieStorageProofCompactProof"
|
|
1152
1159
|
},
|
|
1153
1160
|
/**
|
|
1154
|
-
*
|
|
1161
|
+
* Lookup138: pallet_proofs_dealer::types::CustomChallenge<T>
|
|
1155
1162
|
**/
|
|
1156
1163
|
PalletProofsDealerCustomChallenge: {
|
|
1157
1164
|
key: "H256",
|
|
1158
1165
|
shouldRemoveKey: "bool"
|
|
1159
1166
|
},
|
|
1160
1167
|
/**
|
|
1161
|
-
*
|
|
1168
|
+
* Lookup142: shp_traits::TrieMutation
|
|
1162
1169
|
**/
|
|
1163
1170
|
ShpTraitsTrieMutation: {
|
|
1164
1171
|
_enum: {
|
|
@@ -1167,19 +1174,19 @@ export default {
|
|
|
1167
1174
|
}
|
|
1168
1175
|
},
|
|
1169
1176
|
/**
|
|
1170
|
-
*
|
|
1177
|
+
* Lookup143: shp_traits::TrieAddMutation
|
|
1171
1178
|
**/
|
|
1172
1179
|
ShpTraitsTrieAddMutation: {
|
|
1173
1180
|
value: "Bytes"
|
|
1174
1181
|
},
|
|
1175
1182
|
/**
|
|
1176
|
-
*
|
|
1183
|
+
* Lookup144: shp_traits::TrieRemoveMutation
|
|
1177
1184
|
**/
|
|
1178
1185
|
ShpTraitsTrieRemoveMutation: {
|
|
1179
1186
|
maybeValue: "Option<Bytes>"
|
|
1180
1187
|
},
|
|
1181
1188
|
/**
|
|
1182
|
-
*
|
|
1189
|
+
* Lookup146: pallet_randomness::pallet::Event<T>
|
|
1183
1190
|
**/
|
|
1184
1191
|
PalletRandomnessEvent: {
|
|
1185
1192
|
_enum: {
|
|
@@ -1191,7 +1198,7 @@ export default {
|
|
|
1191
1198
|
}
|
|
1192
1199
|
},
|
|
1193
1200
|
/**
|
|
1194
|
-
*
|
|
1201
|
+
* Lookup147: pallet_payment_streams::pallet::Event<T>
|
|
1195
1202
|
**/
|
|
1196
1203
|
PalletPaymentStreamsEvent: {
|
|
1197
1204
|
_enum: {
|
|
@@ -1259,7 +1266,7 @@ export default {
|
|
|
1259
1266
|
}
|
|
1260
1267
|
},
|
|
1261
1268
|
/**
|
|
1262
|
-
*
|
|
1269
|
+
* Lookup149: pallet_bucket_nfts::pallet::Event<T>
|
|
1263
1270
|
**/
|
|
1264
1271
|
PalletBucketNftsEvent: {
|
|
1265
1272
|
_enum: {
|
|
@@ -1280,7 +1287,7 @@ export default {
|
|
|
1280
1287
|
}
|
|
1281
1288
|
},
|
|
1282
1289
|
/**
|
|
1283
|
-
*
|
|
1290
|
+
* Lookup150: pallet_nfts::pallet::Event<T, I>
|
|
1284
1291
|
**/
|
|
1285
1292
|
PalletNftsEvent: {
|
|
1286
1293
|
_enum: {
|
|
@@ -1481,7 +1488,7 @@ export default {
|
|
|
1481
1488
|
}
|
|
1482
1489
|
},
|
|
1483
1490
|
/**
|
|
1484
|
-
*
|
|
1491
|
+
* Lookup154: pallet_nfts::types::AttributeNamespace<fp_account::AccountId20>
|
|
1485
1492
|
**/
|
|
1486
1493
|
PalletNftsAttributeNamespace: {
|
|
1487
1494
|
_enum: {
|
|
@@ -1492,20 +1499,20 @@ export default {
|
|
|
1492
1499
|
}
|
|
1493
1500
|
},
|
|
1494
1501
|
/**
|
|
1495
|
-
*
|
|
1502
|
+
* Lookup156: pallet_nfts::types::PriceWithDirection<Amount>
|
|
1496
1503
|
**/
|
|
1497
1504
|
PalletNftsPriceWithDirection: {
|
|
1498
1505
|
amount: "u128",
|
|
1499
1506
|
direction: "PalletNftsPriceDirection"
|
|
1500
1507
|
},
|
|
1501
1508
|
/**
|
|
1502
|
-
*
|
|
1509
|
+
* Lookup157: pallet_nfts::types::PriceDirection
|
|
1503
1510
|
**/
|
|
1504
1511
|
PalletNftsPriceDirection: {
|
|
1505
1512
|
_enum: ["Send", "Receive"]
|
|
1506
1513
|
},
|
|
1507
1514
|
/**
|
|
1508
|
-
*
|
|
1515
|
+
* Lookup158: pallet_nfts::types::PalletAttributes<CollectionId>
|
|
1509
1516
|
**/
|
|
1510
1517
|
PalletNftsPalletAttributes: {
|
|
1511
1518
|
_enum: {
|
|
@@ -1514,7 +1521,7 @@ export default {
|
|
|
1514
1521
|
}
|
|
1515
1522
|
},
|
|
1516
1523
|
/**
|
|
1517
|
-
*
|
|
1524
|
+
* Lookup159: frame_system::Phase
|
|
1518
1525
|
**/
|
|
1519
1526
|
FrameSystemPhase: {
|
|
1520
1527
|
_enum: {
|
|
@@ -1524,21 +1531,21 @@ export default {
|
|
|
1524
1531
|
}
|
|
1525
1532
|
},
|
|
1526
1533
|
/**
|
|
1527
|
-
*
|
|
1534
|
+
* Lookup162: frame_system::LastRuntimeUpgradeInfo
|
|
1528
1535
|
**/
|
|
1529
1536
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
1530
1537
|
specVersion: "Compact<u32>",
|
|
1531
1538
|
specName: "Text"
|
|
1532
1539
|
},
|
|
1533
1540
|
/**
|
|
1534
|
-
*
|
|
1541
|
+
* Lookup164: frame_system::CodeUpgradeAuthorization<T>
|
|
1535
1542
|
**/
|
|
1536
1543
|
FrameSystemCodeUpgradeAuthorization: {
|
|
1537
1544
|
codeHash: "H256",
|
|
1538
1545
|
checkVersion: "bool"
|
|
1539
1546
|
},
|
|
1540
1547
|
/**
|
|
1541
|
-
*
|
|
1548
|
+
* Lookup165: frame_system::pallet::Call<T>
|
|
1542
1549
|
**/
|
|
1543
1550
|
FrameSystemCall: {
|
|
1544
1551
|
_enum: {
|
|
@@ -1583,7 +1590,7 @@ export default {
|
|
|
1583
1590
|
}
|
|
1584
1591
|
},
|
|
1585
1592
|
/**
|
|
1586
|
-
*
|
|
1593
|
+
* Lookup168: frame_system::limits::BlockWeights
|
|
1587
1594
|
**/
|
|
1588
1595
|
FrameSystemLimitsBlockWeights: {
|
|
1589
1596
|
baseBlock: "SpWeightsWeightV2Weight",
|
|
@@ -1591,7 +1598,7 @@ export default {
|
|
|
1591
1598
|
perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass"
|
|
1592
1599
|
},
|
|
1593
1600
|
/**
|
|
1594
|
-
*
|
|
1601
|
+
* Lookup169: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
1595
1602
|
**/
|
|
1596
1603
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
1597
1604
|
normal: "FrameSystemLimitsWeightsPerClass",
|
|
@@ -1599,7 +1606,7 @@ export default {
|
|
|
1599
1606
|
mandatory: "FrameSystemLimitsWeightsPerClass"
|
|
1600
1607
|
},
|
|
1601
1608
|
/**
|
|
1602
|
-
*
|
|
1609
|
+
* Lookup170: frame_system::limits::WeightsPerClass
|
|
1603
1610
|
**/
|
|
1604
1611
|
FrameSystemLimitsWeightsPerClass: {
|
|
1605
1612
|
baseExtrinsic: "SpWeightsWeightV2Weight",
|
|
@@ -1608,13 +1615,13 @@ export default {
|
|
|
1608
1615
|
reserved: "Option<SpWeightsWeightV2Weight>"
|
|
1609
1616
|
},
|
|
1610
1617
|
/**
|
|
1611
|
-
*
|
|
1618
|
+
* Lookup172: frame_system::limits::BlockLength
|
|
1612
1619
|
**/
|
|
1613
1620
|
FrameSystemLimitsBlockLength: {
|
|
1614
1621
|
max: "FrameSupportDispatchPerDispatchClassU32"
|
|
1615
1622
|
},
|
|
1616
1623
|
/**
|
|
1617
|
-
*
|
|
1624
|
+
* Lookup173: frame_support::dispatch::PerDispatchClass<T>
|
|
1618
1625
|
**/
|
|
1619
1626
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
1620
1627
|
normal: "u32",
|
|
@@ -1622,14 +1629,14 @@ export default {
|
|
|
1622
1629
|
mandatory: "u32"
|
|
1623
1630
|
},
|
|
1624
1631
|
/**
|
|
1625
|
-
*
|
|
1632
|
+
* Lookup174: sp_weights::RuntimeDbWeight
|
|
1626
1633
|
**/
|
|
1627
1634
|
SpWeightsRuntimeDbWeight: {
|
|
1628
1635
|
read: "u64",
|
|
1629
1636
|
write: "u64"
|
|
1630
1637
|
},
|
|
1631
1638
|
/**
|
|
1632
|
-
*
|
|
1639
|
+
* Lookup175: sp_version::RuntimeVersion
|
|
1633
1640
|
**/
|
|
1634
1641
|
SpVersionRuntimeVersion: {
|
|
1635
1642
|
specName: "Text",
|
|
@@ -1642,7 +1649,7 @@ export default {
|
|
|
1642
1649
|
systemVersion: "u8"
|
|
1643
1650
|
},
|
|
1644
1651
|
/**
|
|
1645
|
-
*
|
|
1652
|
+
* Lookup181: frame_system::pallet::Error<T>
|
|
1646
1653
|
**/
|
|
1647
1654
|
FrameSystemError: {
|
|
1648
1655
|
_enum: [
|
|
@@ -1658,11 +1665,11 @@ export default {
|
|
|
1658
1665
|
]
|
|
1659
1666
|
},
|
|
1660
1667
|
/**
|
|
1661
|
-
*
|
|
1668
|
+
* Lookup184: sp_consensus_babe::app::Public
|
|
1662
1669
|
**/
|
|
1663
1670
|
SpConsensusBabeAppPublic: "[u8;32]",
|
|
1664
1671
|
/**
|
|
1665
|
-
*
|
|
1672
|
+
* Lookup187: sp_consensus_babe::digests::NextConfigDescriptor
|
|
1666
1673
|
**/
|
|
1667
1674
|
SpConsensusBabeDigestsNextConfigDescriptor: {
|
|
1668
1675
|
_enum: {
|
|
@@ -1674,13 +1681,13 @@ export default {
|
|
|
1674
1681
|
}
|
|
1675
1682
|
},
|
|
1676
1683
|
/**
|
|
1677
|
-
*
|
|
1684
|
+
* Lookup189: sp_consensus_babe::AllowedSlots
|
|
1678
1685
|
**/
|
|
1679
1686
|
SpConsensusBabeAllowedSlots: {
|
|
1680
1687
|
_enum: ["PrimarySlots", "PrimaryAndSecondaryPlainSlots", "PrimaryAndSecondaryVRFSlots"]
|
|
1681
1688
|
},
|
|
1682
1689
|
/**
|
|
1683
|
-
*
|
|
1690
|
+
* Lookup193: sp_consensus_babe::digests::PreDigest
|
|
1684
1691
|
**/
|
|
1685
1692
|
SpConsensusBabeDigestsPreDigest: {
|
|
1686
1693
|
_enum: {
|
|
@@ -1691,7 +1698,7 @@ export default {
|
|
|
1691
1698
|
}
|
|
1692
1699
|
},
|
|
1693
1700
|
/**
|
|
1694
|
-
*
|
|
1701
|
+
* Lookup194: sp_consensus_babe::digests::PrimaryPreDigest
|
|
1695
1702
|
**/
|
|
1696
1703
|
SpConsensusBabeDigestsPrimaryPreDigest: {
|
|
1697
1704
|
authorityIndex: "u32",
|
|
@@ -1699,21 +1706,21 @@ export default {
|
|
|
1699
1706
|
vrfSignature: "SpCoreSr25519VrfVrfSignature"
|
|
1700
1707
|
},
|
|
1701
1708
|
/**
|
|
1702
|
-
*
|
|
1709
|
+
* Lookup195: sp_core::sr25519::vrf::VrfSignature
|
|
1703
1710
|
**/
|
|
1704
1711
|
SpCoreSr25519VrfVrfSignature: {
|
|
1705
1712
|
preOutput: "[u8;32]",
|
|
1706
1713
|
proof: "[u8;64]"
|
|
1707
1714
|
},
|
|
1708
1715
|
/**
|
|
1709
|
-
*
|
|
1716
|
+
* Lookup197: sp_consensus_babe::digests::SecondaryPlainPreDigest
|
|
1710
1717
|
**/
|
|
1711
1718
|
SpConsensusBabeDigestsSecondaryPlainPreDigest: {
|
|
1712
1719
|
authorityIndex: "u32",
|
|
1713
1720
|
slot: "u64"
|
|
1714
1721
|
},
|
|
1715
1722
|
/**
|
|
1716
|
-
*
|
|
1723
|
+
* Lookup198: sp_consensus_babe::digests::SecondaryVRFPreDigest
|
|
1717
1724
|
**/
|
|
1718
1725
|
SpConsensusBabeDigestsSecondaryVRFPreDigest: {
|
|
1719
1726
|
authorityIndex: "u32",
|
|
@@ -1721,14 +1728,14 @@ export default {
|
|
|
1721
1728
|
vrfSignature: "SpCoreSr25519VrfVrfSignature"
|
|
1722
1729
|
},
|
|
1723
1730
|
/**
|
|
1724
|
-
*
|
|
1731
|
+
* Lookup200: sp_consensus_babe::BabeEpochConfiguration
|
|
1725
1732
|
**/
|
|
1726
1733
|
SpConsensusBabeBabeEpochConfiguration: {
|
|
1727
1734
|
c: "(u64,u64)",
|
|
1728
1735
|
allowedSlots: "SpConsensusBabeAllowedSlots"
|
|
1729
1736
|
},
|
|
1730
1737
|
/**
|
|
1731
|
-
*
|
|
1738
|
+
* Lookup204: pallet_babe::pallet::Call<T>
|
|
1732
1739
|
**/
|
|
1733
1740
|
PalletBabeCall: {
|
|
1734
1741
|
_enum: {
|
|
@@ -1746,7 +1753,7 @@ export default {
|
|
|
1746
1753
|
}
|
|
1747
1754
|
},
|
|
1748
1755
|
/**
|
|
1749
|
-
*
|
|
1756
|
+
* Lookup205: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_babe::app::Public>
|
|
1750
1757
|
**/
|
|
1751
1758
|
SpConsensusSlotsEquivocationProof: {
|
|
1752
1759
|
offender: "SpConsensusBabeAppPublic",
|
|
@@ -1755,7 +1762,7 @@ export default {
|
|
|
1755
1762
|
secondHeader: "SpRuntimeHeader"
|
|
1756
1763
|
},
|
|
1757
1764
|
/**
|
|
1758
|
-
*
|
|
1765
|
+
* Lookup206: sp_runtime::generic::header::Header<Number, Hash>
|
|
1759
1766
|
**/
|
|
1760
1767
|
SpRuntimeHeader: {
|
|
1761
1768
|
parentHash: "H256",
|
|
@@ -1765,7 +1772,7 @@ export default {
|
|
|
1765
1772
|
digest: "SpRuntimeDigest"
|
|
1766
1773
|
},
|
|
1767
1774
|
/**
|
|
1768
|
-
*
|
|
1775
|
+
* Lookup207: sp_session::MembershipProof
|
|
1769
1776
|
**/
|
|
1770
1777
|
SpSessionMembershipProof: {
|
|
1771
1778
|
session: "u32",
|
|
@@ -1773,7 +1780,7 @@ export default {
|
|
|
1773
1780
|
validatorCount: "u32"
|
|
1774
1781
|
},
|
|
1775
1782
|
/**
|
|
1776
|
-
*
|
|
1783
|
+
* Lookup208: pallet_babe::pallet::Error<T>
|
|
1777
1784
|
**/
|
|
1778
1785
|
PalletBabeError: {
|
|
1779
1786
|
_enum: [
|
|
@@ -1784,7 +1791,7 @@ export default {
|
|
|
1784
1791
|
]
|
|
1785
1792
|
},
|
|
1786
1793
|
/**
|
|
1787
|
-
*
|
|
1794
|
+
* Lookup209: pallet_timestamp::pallet::Call<T>
|
|
1788
1795
|
**/
|
|
1789
1796
|
PalletTimestampCall: {
|
|
1790
1797
|
_enum: {
|
|
@@ -1794,7 +1801,7 @@ export default {
|
|
|
1794
1801
|
}
|
|
1795
1802
|
},
|
|
1796
1803
|
/**
|
|
1797
|
-
*
|
|
1804
|
+
* Lookup211: pallet_balances::types::BalanceLock<Balance>
|
|
1798
1805
|
**/
|
|
1799
1806
|
PalletBalancesBalanceLock: {
|
|
1800
1807
|
id: "[u8;8]",
|
|
@@ -1802,27 +1809,27 @@ export default {
|
|
|
1802
1809
|
reasons: "PalletBalancesReasons"
|
|
1803
1810
|
},
|
|
1804
1811
|
/**
|
|
1805
|
-
*
|
|
1812
|
+
* Lookup212: pallet_balances::types::Reasons
|
|
1806
1813
|
**/
|
|
1807
1814
|
PalletBalancesReasons: {
|
|
1808
1815
|
_enum: ["Fee", "Misc", "All"]
|
|
1809
1816
|
},
|
|
1810
1817
|
/**
|
|
1811
|
-
*
|
|
1818
|
+
* Lookup215: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
1812
1819
|
**/
|
|
1813
1820
|
PalletBalancesReserveData: {
|
|
1814
1821
|
id: "[u8;8]",
|
|
1815
1822
|
amount: "u128"
|
|
1816
1823
|
},
|
|
1817
1824
|
/**
|
|
1818
|
-
*
|
|
1825
|
+
* Lookup218: frame_support::traits::tokens::misc::IdAmount<sh_solochain_evm_runtime::RuntimeHoldReason, Balance>
|
|
1819
1826
|
**/
|
|
1820
1827
|
FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
|
|
1821
1828
|
id: "ShSolochainEvmRuntimeRuntimeHoldReason",
|
|
1822
1829
|
amount: "u128"
|
|
1823
1830
|
},
|
|
1824
1831
|
/**
|
|
1825
|
-
*
|
|
1832
|
+
* Lookup219: sh_solochain_evm_runtime::RuntimeHoldReason
|
|
1826
1833
|
**/
|
|
1827
1834
|
ShSolochainEvmRuntimeRuntimeHoldReason: {
|
|
1828
1835
|
_enum: {
|
|
@@ -1914,36 +1921,36 @@ export default {
|
|
|
1914
1921
|
}
|
|
1915
1922
|
},
|
|
1916
1923
|
/**
|
|
1917
|
-
*
|
|
1924
|
+
* Lookup220: pallet_storage_providers::pallet::HoldReason
|
|
1918
1925
|
**/
|
|
1919
1926
|
PalletStorageProvidersHoldReason: {
|
|
1920
1927
|
_enum: ["StorageProviderDeposit", "BucketDeposit"]
|
|
1921
1928
|
},
|
|
1922
1929
|
/**
|
|
1923
|
-
*
|
|
1930
|
+
* Lookup221: pallet_file_system::pallet::HoldReason
|
|
1924
1931
|
**/
|
|
1925
1932
|
PalletFileSystemHoldReason: {
|
|
1926
1933
|
_enum: ["StorageRequestCreationHold", "FileDeletionRequestHold"]
|
|
1927
1934
|
},
|
|
1928
1935
|
/**
|
|
1929
|
-
*
|
|
1936
|
+
* Lookup222: pallet_payment_streams::pallet::HoldReason
|
|
1930
1937
|
**/
|
|
1931
1938
|
PalletPaymentStreamsHoldReason: {
|
|
1932
1939
|
_enum: ["PaymentStreamDeposit"]
|
|
1933
1940
|
},
|
|
1934
1941
|
/**
|
|
1935
|
-
*
|
|
1942
|
+
* Lookup225: frame_support::traits::tokens::misc::IdAmount<sh_solochain_evm_runtime::RuntimeFreezeReason, Balance>
|
|
1936
1943
|
**/
|
|
1937
1944
|
FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
|
|
1938
1945
|
id: "ShSolochainEvmRuntimeRuntimeFreezeReason",
|
|
1939
1946
|
amount: "u128"
|
|
1940
1947
|
},
|
|
1941
1948
|
/**
|
|
1942
|
-
*
|
|
1949
|
+
* Lookup226: sh_solochain_evm_runtime::RuntimeFreezeReason
|
|
1943
1950
|
**/
|
|
1944
1951
|
ShSolochainEvmRuntimeRuntimeFreezeReason: "Null",
|
|
1945
1952
|
/**
|
|
1946
|
-
*
|
|
1953
|
+
* Lookup228: pallet_balances::pallet::Call<T, I>
|
|
1947
1954
|
**/
|
|
1948
1955
|
PalletBalancesCall: {
|
|
1949
1956
|
_enum: {
|
|
@@ -1988,13 +1995,13 @@ export default {
|
|
|
1988
1995
|
}
|
|
1989
1996
|
},
|
|
1990
1997
|
/**
|
|
1991
|
-
*
|
|
1998
|
+
* Lookup230: pallet_balances::types::AdjustmentDirection
|
|
1992
1999
|
**/
|
|
1993
2000
|
PalletBalancesAdjustmentDirection: {
|
|
1994
2001
|
_enum: ["Increase", "Decrease"]
|
|
1995
2002
|
},
|
|
1996
2003
|
/**
|
|
1997
|
-
*
|
|
2004
|
+
* Lookup231: pallet_balances::pallet::Error<T, I>
|
|
1998
2005
|
**/
|
|
1999
2006
|
PalletBalancesError: {
|
|
2000
2007
|
_enum: [
|
|
@@ -2013,25 +2020,25 @@ export default {
|
|
|
2013
2020
|
]
|
|
2014
2021
|
},
|
|
2015
2022
|
/**
|
|
2016
|
-
*
|
|
2023
|
+
* Lookup232: sp_staking::offence::OffenceDetails<fp_account::AccountId20, Offender>
|
|
2017
2024
|
**/
|
|
2018
2025
|
SpStakingOffenceOffenceDetails: {
|
|
2019
2026
|
offender: "(AccountId20,Null)",
|
|
2020
2027
|
reporters: "Vec<AccountId20>"
|
|
2021
2028
|
},
|
|
2022
2029
|
/**
|
|
2023
|
-
*
|
|
2030
|
+
* Lookup238: sh_solochain_evm_runtime::SessionKeys
|
|
2024
2031
|
**/
|
|
2025
2032
|
ShSolochainEvmRuntimeSessionKeys: {
|
|
2026
2033
|
babe: "SpConsensusBabeAppPublic",
|
|
2027
2034
|
grandpa: "SpConsensusGrandpaAppPublic"
|
|
2028
2035
|
},
|
|
2029
2036
|
/**
|
|
2030
|
-
*
|
|
2037
|
+
* Lookup240: sp_core::crypto::KeyTypeId
|
|
2031
2038
|
**/
|
|
2032
2039
|
SpCoreCryptoKeyTypeId: "[u8;4]",
|
|
2033
2040
|
/**
|
|
2034
|
-
*
|
|
2041
|
+
* Lookup241: pallet_session::pallet::Call<T>
|
|
2035
2042
|
**/
|
|
2036
2043
|
PalletSessionCall: {
|
|
2037
2044
|
_enum: {
|
|
@@ -2046,13 +2053,13 @@ export default {
|
|
|
2046
2053
|
}
|
|
2047
2054
|
},
|
|
2048
2055
|
/**
|
|
2049
|
-
*
|
|
2056
|
+
* Lookup242: pallet_session::pallet::Error<T>
|
|
2050
2057
|
**/
|
|
2051
2058
|
PalletSessionError: {
|
|
2052
2059
|
_enum: ["InvalidProof", "NoAssociatedValidatorId", "DuplicatedKey", "NoKeys", "NoAccount"]
|
|
2053
2060
|
},
|
|
2054
2061
|
/**
|
|
2055
|
-
*
|
|
2062
|
+
* Lookup243: pallet_grandpa::StoredState<N>
|
|
2056
2063
|
**/
|
|
2057
2064
|
PalletGrandpaStoredState: {
|
|
2058
2065
|
_enum: {
|
|
@@ -2069,7 +2076,7 @@ export default {
|
|
|
2069
2076
|
}
|
|
2070
2077
|
},
|
|
2071
2078
|
/**
|
|
2072
|
-
*
|
|
2079
|
+
* Lookup244: pallet_grandpa::StoredPendingChange<N, Limit>
|
|
2073
2080
|
**/
|
|
2074
2081
|
PalletGrandpaStoredPendingChange: {
|
|
2075
2082
|
scheduledAt: "u32",
|
|
@@ -2078,7 +2085,7 @@ export default {
|
|
|
2078
2085
|
forced: "Option<u32>"
|
|
2079
2086
|
},
|
|
2080
2087
|
/**
|
|
2081
|
-
*
|
|
2088
|
+
* Lookup246: pallet_grandpa::pallet::Call<T>
|
|
2082
2089
|
**/
|
|
2083
2090
|
PalletGrandpaCall: {
|
|
2084
2091
|
_enum: {
|
|
@@ -2097,14 +2104,14 @@ export default {
|
|
|
2097
2104
|
}
|
|
2098
2105
|
},
|
|
2099
2106
|
/**
|
|
2100
|
-
*
|
|
2107
|
+
* Lookup247: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
|
|
2101
2108
|
**/
|
|
2102
2109
|
SpConsensusGrandpaEquivocationProof: {
|
|
2103
2110
|
setId: "u64",
|
|
2104
2111
|
equivocation: "SpConsensusGrandpaEquivocation"
|
|
2105
2112
|
},
|
|
2106
2113
|
/**
|
|
2107
|
-
*
|
|
2114
|
+
* Lookup248: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
|
|
2108
2115
|
**/
|
|
2109
2116
|
SpConsensusGrandpaEquivocation: {
|
|
2110
2117
|
_enum: {
|
|
@@ -2113,7 +2120,7 @@ export default {
|
|
|
2113
2120
|
}
|
|
2114
2121
|
},
|
|
2115
2122
|
/**
|
|
2116
|
-
*
|
|
2123
|
+
* Lookup249: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2117
2124
|
**/
|
|
2118
2125
|
FinalityGrandpaEquivocationPrevote: {
|
|
2119
2126
|
roundNumber: "u64",
|
|
@@ -2122,18 +2129,18 @@ export default {
|
|
|
2122
2129
|
second: "(FinalityGrandpaPrevote,SpConsensusGrandpaAppSignature)"
|
|
2123
2130
|
},
|
|
2124
2131
|
/**
|
|
2125
|
-
*
|
|
2132
|
+
* Lookup250: finality_grandpa::Prevote<primitive_types::H256, N>
|
|
2126
2133
|
**/
|
|
2127
2134
|
FinalityGrandpaPrevote: {
|
|
2128
2135
|
targetHash: "H256",
|
|
2129
2136
|
targetNumber: "u32"
|
|
2130
2137
|
},
|
|
2131
2138
|
/**
|
|
2132
|
-
*
|
|
2139
|
+
* Lookup251: sp_consensus_grandpa::app::Signature
|
|
2133
2140
|
**/
|
|
2134
2141
|
SpConsensusGrandpaAppSignature: "[u8;64]",
|
|
2135
2142
|
/**
|
|
2136
|
-
*
|
|
2143
|
+
* Lookup253: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
|
|
2137
2144
|
**/
|
|
2138
2145
|
FinalityGrandpaEquivocationPrecommit: {
|
|
2139
2146
|
roundNumber: "u64",
|
|
@@ -2142,14 +2149,14 @@ export default {
|
|
|
2142
2149
|
second: "(FinalityGrandpaPrecommit,SpConsensusGrandpaAppSignature)"
|
|
2143
2150
|
},
|
|
2144
2151
|
/**
|
|
2145
|
-
*
|
|
2152
|
+
* Lookup254: finality_grandpa::Precommit<primitive_types::H256, N>
|
|
2146
2153
|
**/
|
|
2147
2154
|
FinalityGrandpaPrecommit: {
|
|
2148
2155
|
targetHash: "H256",
|
|
2149
2156
|
targetNumber: "u32"
|
|
2150
2157
|
},
|
|
2151
2158
|
/**
|
|
2152
|
-
*
|
|
2159
|
+
* Lookup256: pallet_grandpa::pallet::Error<T>
|
|
2153
2160
|
**/
|
|
2154
2161
|
PalletGrandpaError: {
|
|
2155
2162
|
_enum: [
|
|
@@ -2163,13 +2170,13 @@ export default {
|
|
|
2163
2170
|
]
|
|
2164
2171
|
},
|
|
2165
2172
|
/**
|
|
2166
|
-
*
|
|
2173
|
+
* Lookup258: pallet_transaction_payment::Releases
|
|
2167
2174
|
**/
|
|
2168
2175
|
PalletTransactionPaymentReleases: {
|
|
2169
2176
|
_enum: ["V1Ancient", "V2"]
|
|
2170
2177
|
},
|
|
2171
2178
|
/**
|
|
2172
|
-
*
|
|
2179
|
+
* Lookup259: pallet_parameters::pallet::Call<T>
|
|
2173
2180
|
**/
|
|
2174
2181
|
PalletParametersCall: {
|
|
2175
2182
|
_enum: {
|
|
@@ -2179,7 +2186,7 @@ export default {
|
|
|
2179
2186
|
}
|
|
2180
2187
|
},
|
|
2181
2188
|
/**
|
|
2182
|
-
*
|
|
2189
|
+
* Lookup260: sh_solochain_evm_runtime::configs::runtime_params::RuntimeParameters
|
|
2183
2190
|
**/
|
|
2184
2191
|
ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters: {
|
|
2185
2192
|
_enum: {
|
|
@@ -2187,7 +2194,7 @@ export default {
|
|
|
2187
2194
|
}
|
|
2188
2195
|
},
|
|
2189
2196
|
/**
|
|
2190
|
-
*
|
|
2197
|
+
* Lookup261: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::Parameters
|
|
2191
2198
|
**/
|
|
2192
2199
|
ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters: {
|
|
2193
2200
|
_enum: {
|
|
@@ -2210,9 +2217,9 @@ export default {
|
|
|
2210
2217
|
MinPrice:
|
|
2211
2218
|
"(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice,Option<u128>)",
|
|
2212
2219
|
UpperExponentFactor:
|
|
2213
|
-
"(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor,Option<
|
|
2220
|
+
"(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor,Option<u128>)",
|
|
2214
2221
|
LowerExponentFactor:
|
|
2215
|
-
"(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor,Option<
|
|
2222
|
+
"(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor,Option<u128>)",
|
|
2216
2223
|
ZeroSizeBucketFixedRate:
|
|
2217
2224
|
"(ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate,Option<u128>)",
|
|
2218
2225
|
IdealUtilisationRate:
|
|
@@ -2254,7 +2261,7 @@ export default {
|
|
|
2254
2261
|
}
|
|
2255
2262
|
},
|
|
2256
2263
|
/**
|
|
2257
|
-
*
|
|
2264
|
+
* Lookup264: pallet_sudo::pallet::Call<T>
|
|
2258
2265
|
**/
|
|
2259
2266
|
PalletSudoCall: {
|
|
2260
2267
|
_enum: {
|
|
@@ -2279,7 +2286,7 @@ export default {
|
|
|
2279
2286
|
}
|
|
2280
2287
|
},
|
|
2281
2288
|
/**
|
|
2282
|
-
*
|
|
2289
|
+
* Lookup266: pallet_ethereum::pallet::Call<T>
|
|
2283
2290
|
**/
|
|
2284
2291
|
PalletEthereumCall: {
|
|
2285
2292
|
_enum: {
|
|
@@ -2289,7 +2296,7 @@ export default {
|
|
|
2289
2296
|
}
|
|
2290
2297
|
},
|
|
2291
2298
|
/**
|
|
2292
|
-
*
|
|
2299
|
+
* Lookup267: ethereum::transaction::TransactionV2
|
|
2293
2300
|
**/
|
|
2294
2301
|
EthereumTransactionTransactionV2: {
|
|
2295
2302
|
_enum: {
|
|
@@ -2299,7 +2306,7 @@ export default {
|
|
|
2299
2306
|
}
|
|
2300
2307
|
},
|
|
2301
2308
|
/**
|
|
2302
|
-
*
|
|
2309
|
+
* Lookup268: ethereum::transaction::legacy::LegacyTransaction
|
|
2303
2310
|
**/
|
|
2304
2311
|
EthereumTransactionLegacyLegacyTransaction: {
|
|
2305
2312
|
nonce: "U256",
|
|
@@ -2311,7 +2318,7 @@ export default {
|
|
|
2311
2318
|
signature: "EthereumTransactionLegacyTransactionSignature"
|
|
2312
2319
|
},
|
|
2313
2320
|
/**
|
|
2314
|
-
*
|
|
2321
|
+
* Lookup271: ethereum::transaction::legacy::TransactionAction
|
|
2315
2322
|
**/
|
|
2316
2323
|
EthereumTransactionLegacyTransactionAction: {
|
|
2317
2324
|
_enum: {
|
|
@@ -2320,7 +2327,7 @@ export default {
|
|
|
2320
2327
|
}
|
|
2321
2328
|
},
|
|
2322
2329
|
/**
|
|
2323
|
-
*
|
|
2330
|
+
* Lookup272: ethereum::transaction::legacy::TransactionSignature
|
|
2324
2331
|
**/
|
|
2325
2332
|
EthereumTransactionLegacyTransactionSignature: {
|
|
2326
2333
|
v: "u64",
|
|
@@ -2328,7 +2335,7 @@ export default {
|
|
|
2328
2335
|
s: "H256"
|
|
2329
2336
|
},
|
|
2330
2337
|
/**
|
|
2331
|
-
*
|
|
2338
|
+
* Lookup274: ethereum::transaction::eip2930::EIP2930Transaction
|
|
2332
2339
|
**/
|
|
2333
2340
|
EthereumTransactionEip2930Eip2930Transaction: {
|
|
2334
2341
|
chainId: "u64",
|
|
@@ -2344,14 +2351,14 @@ export default {
|
|
|
2344
2351
|
s: "H256"
|
|
2345
2352
|
},
|
|
2346
2353
|
/**
|
|
2347
|
-
*
|
|
2354
|
+
* Lookup276: ethereum::transaction::eip2930::AccessListItem
|
|
2348
2355
|
**/
|
|
2349
2356
|
EthereumTransactionEip2930AccessListItem: {
|
|
2350
2357
|
address: "H160",
|
|
2351
2358
|
storageKeys: "Vec<H256>"
|
|
2352
2359
|
},
|
|
2353
2360
|
/**
|
|
2354
|
-
*
|
|
2361
|
+
* Lookup277: ethereum::transaction::eip1559::EIP1559Transaction
|
|
2355
2362
|
**/
|
|
2356
2363
|
EthereumTransactionEip1559Eip1559Transaction: {
|
|
2357
2364
|
chainId: "u64",
|
|
@@ -2368,7 +2375,7 @@ export default {
|
|
|
2368
2375
|
s: "H256"
|
|
2369
2376
|
},
|
|
2370
2377
|
/**
|
|
2371
|
-
*
|
|
2378
|
+
* Lookup278: pallet_evm::pallet::Call<T>
|
|
2372
2379
|
**/
|
|
2373
2380
|
PalletEvmCall: {
|
|
2374
2381
|
_enum: {
|
|
@@ -2411,7 +2418,7 @@ export default {
|
|
|
2411
2418
|
}
|
|
2412
2419
|
},
|
|
2413
2420
|
/**
|
|
2414
|
-
*
|
|
2421
|
+
* Lookup282: pallet_storage_providers::pallet::Call<T>
|
|
2415
2422
|
**/
|
|
2416
2423
|
PalletStorageProvidersCall: {
|
|
2417
2424
|
_enum: {
|
|
@@ -2482,7 +2489,7 @@ export default {
|
|
|
2482
2489
|
}
|
|
2483
2490
|
},
|
|
2484
2491
|
/**
|
|
2485
|
-
*
|
|
2492
|
+
* Lookup283: pallet_file_system::pallet::Call<T>
|
|
2486
2493
|
**/
|
|
2487
2494
|
PalletFileSystemCall: {
|
|
2488
2495
|
_enum: {
|
|
@@ -2591,17 +2598,20 @@ export default {
|
|
|
2591
2598
|
fileKeys: "Vec<H256>",
|
|
2592
2599
|
bspId: "Option<H256>",
|
|
2593
2600
|
forestProof: "SpTrieStorageProofCompactProof"
|
|
2601
|
+
},
|
|
2602
|
+
set_user_operation_pause_flags: {
|
|
2603
|
+
newFlags: "u32"
|
|
2594
2604
|
}
|
|
2595
2605
|
}
|
|
2596
2606
|
},
|
|
2597
2607
|
/**
|
|
2598
|
-
*
|
|
2608
|
+
* Lookup284: pallet_file_system::types::BucketMoveRequestResponse
|
|
2599
2609
|
**/
|
|
2600
2610
|
PalletFileSystemBucketMoveRequestResponse: {
|
|
2601
2611
|
_enum: ["Accepted", "Rejected"]
|
|
2602
2612
|
},
|
|
2603
2613
|
/**
|
|
2604
|
-
*
|
|
2614
|
+
* Lookup285: pallet_file_system::types::ReplicationTarget<T>
|
|
2605
2615
|
**/
|
|
2606
2616
|
PalletFileSystemReplicationTarget: {
|
|
2607
2617
|
_enum: {
|
|
@@ -2614,7 +2624,7 @@ export default {
|
|
|
2614
2624
|
}
|
|
2615
2625
|
},
|
|
2616
2626
|
/**
|
|
2617
|
-
*
|
|
2627
|
+
* Lookup287: pallet_file_system::types::StorageRequestMspBucketResponse<T>
|
|
2618
2628
|
**/
|
|
2619
2629
|
PalletFileSystemStorageRequestMspBucketResponse: {
|
|
2620
2630
|
bucketId: "H256",
|
|
@@ -2622,28 +2632,28 @@ export default {
|
|
|
2622
2632
|
reject: "Vec<PalletFileSystemRejectedStorageRequest>"
|
|
2623
2633
|
},
|
|
2624
2634
|
/**
|
|
2625
|
-
*
|
|
2635
|
+
* Lookup289: pallet_file_system::types::StorageRequestMspAcceptedFileKeys<T>
|
|
2626
2636
|
**/
|
|
2627
2637
|
PalletFileSystemStorageRequestMspAcceptedFileKeys: {
|
|
2628
2638
|
fileKeysAndProofs: "Vec<PalletFileSystemFileKeyWithProof>",
|
|
2629
2639
|
forestProof: "SpTrieStorageProofCompactProof"
|
|
2630
2640
|
},
|
|
2631
2641
|
/**
|
|
2632
|
-
*
|
|
2642
|
+
* Lookup291: pallet_file_system::types::FileKeyWithProof<T>
|
|
2633
2643
|
**/
|
|
2634
2644
|
PalletFileSystemFileKeyWithProof: {
|
|
2635
2645
|
fileKey: "H256",
|
|
2636
2646
|
proof: "ShpFileKeyVerifierFileKeyProof"
|
|
2637
2647
|
},
|
|
2638
2648
|
/**
|
|
2639
|
-
*
|
|
2649
|
+
* Lookup293: pallet_file_system::types::RejectedStorageRequest<T>
|
|
2640
2650
|
**/
|
|
2641
2651
|
PalletFileSystemRejectedStorageRequest: {
|
|
2642
2652
|
fileKey: "H256",
|
|
2643
2653
|
reason: "PalletFileSystemRejectedStorageRequestReason"
|
|
2644
2654
|
},
|
|
2645
2655
|
/**
|
|
2646
|
-
*
|
|
2656
|
+
* Lookup296: pallet_file_system::types::FileDeletionRequest<T>
|
|
2647
2657
|
**/
|
|
2648
2658
|
PalletFileSystemFileDeletionRequest: {
|
|
2649
2659
|
_alias: {
|
|
@@ -2658,7 +2668,7 @@ export default {
|
|
|
2658
2668
|
fingerprint: "H256"
|
|
2659
2669
|
},
|
|
2660
2670
|
/**
|
|
2661
|
-
*
|
|
2671
|
+
* Lookup298: pallet_proofs_dealer::pallet::Call<T>
|
|
2662
2672
|
**/
|
|
2663
2673
|
PalletProofsDealerCall: {
|
|
2664
2674
|
_enum: {
|
|
@@ -2682,13 +2692,13 @@ export default {
|
|
|
2682
2692
|
}
|
|
2683
2693
|
},
|
|
2684
2694
|
/**
|
|
2685
|
-
*
|
|
2695
|
+
* Lookup299: pallet_randomness::pallet::Call<T>
|
|
2686
2696
|
**/
|
|
2687
2697
|
PalletRandomnessCall: {
|
|
2688
2698
|
_enum: ["set_babe_randomness"]
|
|
2689
2699
|
},
|
|
2690
2700
|
/**
|
|
2691
|
-
*
|
|
2701
|
+
* Lookup300: pallet_payment_streams::pallet::Call<T>
|
|
2692
2702
|
**/
|
|
2693
2703
|
PalletPaymentStreamsCall: {
|
|
2694
2704
|
_enum: {
|
|
@@ -2733,7 +2743,7 @@ export default {
|
|
|
2733
2743
|
}
|
|
2734
2744
|
},
|
|
2735
2745
|
/**
|
|
2736
|
-
*
|
|
2746
|
+
* Lookup301: pallet_bucket_nfts::pallet::Call<T>
|
|
2737
2747
|
**/
|
|
2738
2748
|
PalletBucketNftsCall: {
|
|
2739
2749
|
_enum: {
|
|
@@ -2751,7 +2761,7 @@ export default {
|
|
|
2751
2761
|
}
|
|
2752
2762
|
},
|
|
2753
2763
|
/**
|
|
2754
|
-
*
|
|
2764
|
+
* Lookup303: pallet_nfts::pallet::Call<T, I>
|
|
2755
2765
|
**/
|
|
2756
2766
|
PalletNftsCall: {
|
|
2757
2767
|
_enum: {
|
|
@@ -2948,7 +2958,7 @@ export default {
|
|
|
2948
2958
|
}
|
|
2949
2959
|
},
|
|
2950
2960
|
/**
|
|
2951
|
-
*
|
|
2961
|
+
* Lookup304: pallet_nfts::types::CollectionConfig<Price, BlockNumber, CollectionId>
|
|
2952
2962
|
**/
|
|
2953
2963
|
PalletNftsCollectionConfig: {
|
|
2954
2964
|
settings: "u64",
|
|
@@ -2956,7 +2966,7 @@ export default {
|
|
|
2956
2966
|
mintSettings: "PalletNftsMintSettings"
|
|
2957
2967
|
},
|
|
2958
2968
|
/**
|
|
2959
|
-
*
|
|
2969
|
+
* Lookup306: pallet_nfts::types::CollectionSetting
|
|
2960
2970
|
**/
|
|
2961
2971
|
PalletNftsCollectionSetting: {
|
|
2962
2972
|
_enum: [
|
|
@@ -2980,7 +2990,7 @@ export default {
|
|
|
2980
2990
|
]
|
|
2981
2991
|
},
|
|
2982
2992
|
/**
|
|
2983
|
-
*
|
|
2993
|
+
* Lookup307: pallet_nfts::types::MintSettings<Price, BlockNumber, CollectionId>
|
|
2984
2994
|
**/
|
|
2985
2995
|
PalletNftsMintSettings: {
|
|
2986
2996
|
mintType: "PalletNftsMintType",
|
|
@@ -2990,7 +3000,7 @@ export default {
|
|
|
2990
3000
|
defaultItemSettings: "u64"
|
|
2991
3001
|
},
|
|
2992
3002
|
/**
|
|
2993
|
-
*
|
|
3003
|
+
* Lookup308: pallet_nfts::types::MintType<CollectionId>
|
|
2994
3004
|
**/
|
|
2995
3005
|
PalletNftsMintType: {
|
|
2996
3006
|
_enum: {
|
|
@@ -3000,13 +3010,13 @@ export default {
|
|
|
3000
3010
|
}
|
|
3001
3011
|
},
|
|
3002
3012
|
/**
|
|
3003
|
-
*
|
|
3013
|
+
* Lookup310: pallet_nfts::types::ItemSetting
|
|
3004
3014
|
**/
|
|
3005
3015
|
PalletNftsItemSetting: {
|
|
3006
3016
|
_enum: ["__Unused0", "Transferable", "UnlockedMetadata", "__Unused3", "UnlockedAttributes"]
|
|
3007
3017
|
},
|
|
3008
3018
|
/**
|
|
3009
|
-
*
|
|
3019
|
+
* Lookup311: pallet_nfts::types::DestroyWitness
|
|
3010
3020
|
**/
|
|
3011
3021
|
PalletNftsDestroyWitness: {
|
|
3012
3022
|
itemMetadatas: "Compact<u32>",
|
|
@@ -3014,26 +3024,26 @@ export default {
|
|
|
3014
3024
|
attributes: "Compact<u32>"
|
|
3015
3025
|
},
|
|
3016
3026
|
/**
|
|
3017
|
-
*
|
|
3027
|
+
* Lookup313: pallet_nfts::types::MintWitness<ItemId, Balance>
|
|
3018
3028
|
**/
|
|
3019
3029
|
PalletNftsMintWitness: {
|
|
3020
3030
|
ownedItem: "Option<u32>",
|
|
3021
3031
|
mintPrice: "Option<u128>"
|
|
3022
3032
|
},
|
|
3023
3033
|
/**
|
|
3024
|
-
*
|
|
3034
|
+
* Lookup314: pallet_nfts::types::ItemConfig
|
|
3025
3035
|
**/
|
|
3026
3036
|
PalletNftsItemConfig: {
|
|
3027
3037
|
settings: "u64"
|
|
3028
3038
|
},
|
|
3029
3039
|
/**
|
|
3030
|
-
*
|
|
3040
|
+
* Lookup315: pallet_nfts::types::CancelAttributesApprovalWitness
|
|
3031
3041
|
**/
|
|
3032
3042
|
PalletNftsCancelAttributesApprovalWitness: {
|
|
3033
3043
|
accountAttributes: "u32"
|
|
3034
3044
|
},
|
|
3035
3045
|
/**
|
|
3036
|
-
*
|
|
3046
|
+
* Lookup317: pallet_nfts::types::ItemTip<CollectionId, ItemId, fp_account::AccountId20, Amount>
|
|
3037
3047
|
**/
|
|
3038
3048
|
PalletNftsItemTip: {
|
|
3039
3049
|
collection: "u32",
|
|
@@ -3042,7 +3052,7 @@ export default {
|
|
|
3042
3052
|
amount: "u128"
|
|
3043
3053
|
},
|
|
3044
3054
|
/**
|
|
3045
|
-
*
|
|
3055
|
+
* Lookup319: pallet_nfts::types::PreSignedMint<CollectionId, ItemId, fp_account::AccountId20, Deadline, Balance>
|
|
3046
3056
|
**/
|
|
3047
3057
|
PalletNftsPreSignedMint: {
|
|
3048
3058
|
collection: "u32",
|
|
@@ -3054,7 +3064,7 @@ export default {
|
|
|
3054
3064
|
mintPrice: "Option<u128>"
|
|
3055
3065
|
},
|
|
3056
3066
|
/**
|
|
3057
|
-
*
|
|
3067
|
+
* Lookup320: pallet_nfts::types::PreSignedAttributes<CollectionId, ItemId, fp_account::AccountId20, Deadline>
|
|
3058
3068
|
**/
|
|
3059
3069
|
PalletNftsPreSignedAttributes: {
|
|
3060
3070
|
collection: "u32",
|
|
@@ -3064,13 +3074,13 @@ export default {
|
|
|
3064
3074
|
deadline: "u32"
|
|
3065
3075
|
},
|
|
3066
3076
|
/**
|
|
3067
|
-
*
|
|
3077
|
+
* Lookup321: pallet_sudo::pallet::Error<T>
|
|
3068
3078
|
**/
|
|
3069
3079
|
PalletSudoError: {
|
|
3070
3080
|
_enum: ["RequireSudo"]
|
|
3071
3081
|
},
|
|
3072
3082
|
/**
|
|
3073
|
-
*
|
|
3083
|
+
* Lookup323: fp_rpc::TransactionStatus
|
|
3074
3084
|
**/
|
|
3075
3085
|
FpRpcTransactionStatus: {
|
|
3076
3086
|
transactionHash: "H256",
|
|
@@ -3082,11 +3092,11 @@ export default {
|
|
|
3082
3092
|
logsBloom: "EthbloomBloom"
|
|
3083
3093
|
},
|
|
3084
3094
|
/**
|
|
3085
|
-
*
|
|
3095
|
+
* Lookup326: ethbloom::Bloom
|
|
3086
3096
|
**/
|
|
3087
3097
|
EthbloomBloom: "[u8;256]",
|
|
3088
3098
|
/**
|
|
3089
|
-
*
|
|
3099
|
+
* Lookup328: ethereum::receipt::ReceiptV3
|
|
3090
3100
|
**/
|
|
3091
3101
|
EthereumReceiptReceiptV3: {
|
|
3092
3102
|
_enum: {
|
|
@@ -3096,7 +3106,7 @@ export default {
|
|
|
3096
3106
|
}
|
|
3097
3107
|
},
|
|
3098
3108
|
/**
|
|
3099
|
-
*
|
|
3109
|
+
* Lookup329: ethereum::receipt::EIP658ReceiptData
|
|
3100
3110
|
**/
|
|
3101
3111
|
EthereumReceiptEip658ReceiptData: {
|
|
3102
3112
|
statusCode: "u8",
|
|
@@ -3105,7 +3115,7 @@ export default {
|
|
|
3105
3115
|
logs: "Vec<EthereumLog>"
|
|
3106
3116
|
},
|
|
3107
3117
|
/**
|
|
3108
|
-
*
|
|
3118
|
+
* Lookup330: ethereum::block::Block<ethereum::transaction::TransactionV2>
|
|
3109
3119
|
**/
|
|
3110
3120
|
EthereumBlock: {
|
|
3111
3121
|
header: "EthereumHeader",
|
|
@@ -3113,7 +3123,7 @@ export default {
|
|
|
3113
3123
|
ommers: "Vec<EthereumHeader>"
|
|
3114
3124
|
},
|
|
3115
3125
|
/**
|
|
3116
|
-
*
|
|
3126
|
+
* Lookup331: ethereum::header::Header
|
|
3117
3127
|
**/
|
|
3118
3128
|
EthereumHeader: {
|
|
3119
3129
|
parentHash: "H256",
|
|
@@ -3133,17 +3143,17 @@ export default {
|
|
|
3133
3143
|
nonce: "EthereumTypesHashH64"
|
|
3134
3144
|
},
|
|
3135
3145
|
/**
|
|
3136
|
-
*
|
|
3146
|
+
* Lookup332: ethereum_types::hash::H64
|
|
3137
3147
|
**/
|
|
3138
3148
|
EthereumTypesHashH64: "[u8;8]",
|
|
3139
3149
|
/**
|
|
3140
|
-
*
|
|
3150
|
+
* Lookup337: pallet_ethereum::pallet::Error<T>
|
|
3141
3151
|
**/
|
|
3142
3152
|
PalletEthereumError: {
|
|
3143
3153
|
_enum: ["InvalidSignature", "PreLogExists"]
|
|
3144
3154
|
},
|
|
3145
3155
|
/**
|
|
3146
|
-
*
|
|
3156
|
+
* Lookup338: pallet_evm::CodeMetadata
|
|
3147
3157
|
**/
|
|
3148
3158
|
PalletEvmCodeMetadata: {
|
|
3149
3159
|
_alias: {
|
|
@@ -3154,7 +3164,7 @@ export default {
|
|
|
3154
3164
|
hash_: "H256"
|
|
3155
3165
|
},
|
|
3156
3166
|
/**
|
|
3157
|
-
*
|
|
3167
|
+
* Lookup340: pallet_evm::pallet::Error<T>
|
|
3158
3168
|
**/
|
|
3159
3169
|
PalletEvmError: {
|
|
3160
3170
|
_enum: [
|
|
@@ -3174,14 +3184,14 @@ export default {
|
|
|
3174
3184
|
]
|
|
3175
3185
|
},
|
|
3176
3186
|
/**
|
|
3177
|
-
*
|
|
3187
|
+
* Lookup341: pallet_storage_providers::types::SignUpRequest<T>
|
|
3178
3188
|
**/
|
|
3179
3189
|
PalletStorageProvidersSignUpRequest: {
|
|
3180
3190
|
spSignUpRequest: "PalletStorageProvidersSignUpRequestSpParams",
|
|
3181
3191
|
at: "u32"
|
|
3182
3192
|
},
|
|
3183
3193
|
/**
|
|
3184
|
-
*
|
|
3194
|
+
* Lookup342: pallet_storage_providers::types::SignUpRequestSpParams<T>
|
|
3185
3195
|
**/
|
|
3186
3196
|
PalletStorageProvidersSignUpRequestSpParams: {
|
|
3187
3197
|
_enum: {
|
|
@@ -3190,7 +3200,7 @@ export default {
|
|
|
3190
3200
|
}
|
|
3191
3201
|
},
|
|
3192
3202
|
/**
|
|
3193
|
-
*
|
|
3203
|
+
* Lookup343: pallet_storage_providers::types::BackupStorageProvider<T>
|
|
3194
3204
|
**/
|
|
3195
3205
|
PalletStorageProvidersBackupStorageProvider: {
|
|
3196
3206
|
capacity: "u64",
|
|
@@ -3204,14 +3214,14 @@ export default {
|
|
|
3204
3214
|
signUpBlock: "u32"
|
|
3205
3215
|
},
|
|
3206
3216
|
/**
|
|
3207
|
-
*
|
|
3217
|
+
* Lookup344: pallet_storage_providers::types::MainStorageProviderSignUpRequest<T>
|
|
3208
3218
|
**/
|
|
3209
3219
|
PalletStorageProvidersMainStorageProviderSignUpRequest: {
|
|
3210
3220
|
mspInfo: "PalletStorageProvidersMainStorageProvider",
|
|
3211
3221
|
valueProp: "PalletStorageProvidersValueProposition"
|
|
3212
3222
|
},
|
|
3213
3223
|
/**
|
|
3214
|
-
*
|
|
3224
|
+
* Lookup345: pallet_storage_providers::types::MainStorageProvider<T>
|
|
3215
3225
|
**/
|
|
3216
3226
|
PalletStorageProvidersMainStorageProvider: {
|
|
3217
3227
|
capacity: "u64",
|
|
@@ -3225,7 +3235,7 @@ export default {
|
|
|
3225
3235
|
signUpBlock: "u32"
|
|
3226
3236
|
},
|
|
3227
3237
|
/**
|
|
3228
|
-
*
|
|
3238
|
+
* Lookup346: pallet_storage_providers::types::Bucket<T>
|
|
3229
3239
|
**/
|
|
3230
3240
|
PalletStorageProvidersBucket: {
|
|
3231
3241
|
_alias: {
|
|
@@ -3240,7 +3250,7 @@ export default {
|
|
|
3240
3250
|
valuePropId: "H256"
|
|
3241
3251
|
},
|
|
3242
3252
|
/**
|
|
3243
|
-
*
|
|
3253
|
+
* Lookup350: pallet_storage_providers::pallet::Error<T>
|
|
3244
3254
|
**/
|
|
3245
3255
|
PalletStorageProvidersError: {
|
|
3246
3256
|
_enum: [
|
|
@@ -3299,7 +3309,7 @@ export default {
|
|
|
3299
3309
|
]
|
|
3300
3310
|
},
|
|
3301
3311
|
/**
|
|
3302
|
-
*
|
|
3312
|
+
* Lookup351: pallet_file_system::types::StorageRequestMetadata<T>
|
|
3303
3313
|
**/
|
|
3304
3314
|
PalletFileSystemStorageRequestMetadata: {
|
|
3305
3315
|
_alias: {
|
|
@@ -3320,7 +3330,7 @@ export default {
|
|
|
3320
3330
|
depositPaid: "u128"
|
|
3321
3331
|
},
|
|
3322
3332
|
/**
|
|
3323
|
-
*
|
|
3333
|
+
* Lookup352: pallet_file_system::types::MspStorageRequestStatus<T>
|
|
3324
3334
|
**/
|
|
3325
3335
|
PalletFileSystemMspStorageRequestStatus: {
|
|
3326
3336
|
_enum: {
|
|
@@ -3331,13 +3341,13 @@ export default {
|
|
|
3331
3341
|
}
|
|
3332
3342
|
},
|
|
3333
3343
|
/**
|
|
3334
|
-
*
|
|
3344
|
+
* Lookup353: pallet_file_system::types::StorageRequestBspsMetadata<T>
|
|
3335
3345
|
**/
|
|
3336
3346
|
PalletFileSystemStorageRequestBspsMetadata: {
|
|
3337
3347
|
confirmed: "bool"
|
|
3338
3348
|
},
|
|
3339
3349
|
/**
|
|
3340
|
-
*
|
|
3350
|
+
* Lookup355: pallet_file_system::types::PendingFileDeletionRequest<T>
|
|
3341
3351
|
**/
|
|
3342
3352
|
PalletFileSystemPendingFileDeletionRequest: {
|
|
3343
3353
|
user: "AccountId20",
|
|
@@ -3348,7 +3358,7 @@ export default {
|
|
|
3348
3358
|
queuePriorityChallenge: "bool"
|
|
3349
3359
|
},
|
|
3350
3360
|
/**
|
|
3351
|
-
*
|
|
3361
|
+
* Lookup357: pallet_file_system::types::PendingStopStoringRequest<T>
|
|
3352
3362
|
**/
|
|
3353
3363
|
PalletFileSystemPendingStopStoringRequest: {
|
|
3354
3364
|
tickWhenRequested: "u32",
|
|
@@ -3356,7 +3366,7 @@ export default {
|
|
|
3356
3366
|
fileSize: "u64"
|
|
3357
3367
|
},
|
|
3358
3368
|
/**
|
|
3359
|
-
*
|
|
3369
|
+
* Lookup358: pallet_file_system::types::MoveBucketRequestMetadata<T>
|
|
3360
3370
|
**/
|
|
3361
3371
|
PalletFileSystemMoveBucketRequestMetadata: {
|
|
3362
3372
|
requester: "AccountId20",
|
|
@@ -3364,7 +3374,7 @@ export default {
|
|
|
3364
3374
|
newValuePropId: "H256"
|
|
3365
3375
|
},
|
|
3366
3376
|
/**
|
|
3367
|
-
*
|
|
3377
|
+
* Lookup359: pallet_file_system::types::IncompleteStorageRequestMetadata<T>
|
|
3368
3378
|
**/
|
|
3369
3379
|
PalletFileSystemIncompleteStorageRequestMetadata: {
|
|
3370
3380
|
owner: "AccountId20",
|
|
@@ -3376,7 +3386,7 @@ export default {
|
|
|
3376
3386
|
pendingBucketRemoval: "bool"
|
|
3377
3387
|
},
|
|
3378
3388
|
/**
|
|
3379
|
-
*
|
|
3389
|
+
* Lookup361: pallet_file_system::pallet::Error<T>
|
|
3380
3390
|
**/
|
|
3381
3391
|
PalletFileSystemError: {
|
|
3382
3392
|
_enum: [
|
|
@@ -3448,18 +3458,19 @@ export default {
|
|
|
3448
3458
|
"FailedToGetPaymentAccount",
|
|
3449
3459
|
"FailedToComputeFileKey",
|
|
3450
3460
|
"FailedToCreateFileMetadata",
|
|
3451
|
-
"FileMetadataProcessingQueueFull"
|
|
3461
|
+
"FileMetadataProcessingQueueFull",
|
|
3462
|
+
"UserOperationPaused"
|
|
3452
3463
|
]
|
|
3453
3464
|
},
|
|
3454
3465
|
/**
|
|
3455
|
-
*
|
|
3466
|
+
* Lookup363: pallet_proofs_dealer::types::ProofSubmissionRecord<T>
|
|
3456
3467
|
**/
|
|
3457
3468
|
PalletProofsDealerProofSubmissionRecord: {
|
|
3458
3469
|
lastTickProven: "u32",
|
|
3459
3470
|
nextTickToSubmitProofFor: "u32"
|
|
3460
3471
|
},
|
|
3461
3472
|
/**
|
|
3462
|
-
*
|
|
3473
|
+
* Lookup370: pallet_proofs_dealer::pallet::Error<T>
|
|
3463
3474
|
**/
|
|
3464
3475
|
PalletProofsDealerError: {
|
|
3465
3476
|
_enum: [
|
|
@@ -3490,7 +3501,7 @@ export default {
|
|
|
3490
3501
|
]
|
|
3491
3502
|
},
|
|
3492
3503
|
/**
|
|
3493
|
-
*
|
|
3504
|
+
* Lookup372: pallet_payment_streams::types::FixedRatePaymentStream<T>
|
|
3494
3505
|
**/
|
|
3495
3506
|
PalletPaymentStreamsFixedRatePaymentStream: {
|
|
3496
3507
|
rate: "u128",
|
|
@@ -3499,7 +3510,7 @@ export default {
|
|
|
3499
3510
|
outOfFundsTick: "Option<u32>"
|
|
3500
3511
|
},
|
|
3501
3512
|
/**
|
|
3502
|
-
*
|
|
3513
|
+
* Lookup373: pallet_payment_streams::types::DynamicRatePaymentStream<T>
|
|
3503
3514
|
**/
|
|
3504
3515
|
PalletPaymentStreamsDynamicRatePaymentStream: {
|
|
3505
3516
|
amountProvided: "u64",
|
|
@@ -3508,14 +3519,14 @@ export default {
|
|
|
3508
3519
|
outOfFundsTick: "Option<u32>"
|
|
3509
3520
|
},
|
|
3510
3521
|
/**
|
|
3511
|
-
*
|
|
3522
|
+
* Lookup374: pallet_payment_streams::types::ProviderLastChargeableInfo<T>
|
|
3512
3523
|
**/
|
|
3513
3524
|
PalletPaymentStreamsProviderLastChargeableInfo: {
|
|
3514
3525
|
lastChargeableTick: "u32",
|
|
3515
3526
|
priceIndex: "u128"
|
|
3516
3527
|
},
|
|
3517
3528
|
/**
|
|
3518
|
-
*
|
|
3529
|
+
* Lookup375: pallet_payment_streams::pallet::Error<T>
|
|
3519
3530
|
**/
|
|
3520
3531
|
PalletPaymentStreamsError: {
|
|
3521
3532
|
_enum: [
|
|
@@ -3540,7 +3551,7 @@ export default {
|
|
|
3540
3551
|
]
|
|
3541
3552
|
},
|
|
3542
3553
|
/**
|
|
3543
|
-
*
|
|
3554
|
+
* Lookup376: pallet_bucket_nfts::pallet::Error<T>
|
|
3544
3555
|
**/
|
|
3545
3556
|
PalletBucketNftsError: {
|
|
3546
3557
|
_enum: [
|
|
@@ -3551,7 +3562,7 @@ export default {
|
|
|
3551
3562
|
]
|
|
3552
3563
|
},
|
|
3553
3564
|
/**
|
|
3554
|
-
*
|
|
3565
|
+
* Lookup377: pallet_nfts::types::CollectionDetails<fp_account::AccountId20, DepositBalance>
|
|
3555
3566
|
**/
|
|
3556
3567
|
PalletNftsCollectionDetails: {
|
|
3557
3568
|
owner: "AccountId20",
|
|
@@ -3562,13 +3573,13 @@ export default {
|
|
|
3562
3573
|
attributes: "u32"
|
|
3563
3574
|
},
|
|
3564
3575
|
/**
|
|
3565
|
-
*
|
|
3576
|
+
* Lookup382: pallet_nfts::types::CollectionRole
|
|
3566
3577
|
**/
|
|
3567
3578
|
PalletNftsCollectionRole: {
|
|
3568
3579
|
_enum: ["__Unused0", "Issuer", "Freezer", "__Unused3", "Admin"]
|
|
3569
3580
|
},
|
|
3570
3581
|
/**
|
|
3571
|
-
*
|
|
3582
|
+
* 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>>
|
|
3572
3583
|
**/
|
|
3573
3584
|
PalletNftsItemDetails: {
|
|
3574
3585
|
owner: "AccountId20",
|
|
@@ -3576,42 +3587,42 @@ export default {
|
|
|
3576
3587
|
deposit: "PalletNftsItemDeposit"
|
|
3577
3588
|
},
|
|
3578
3589
|
/**
|
|
3579
|
-
*
|
|
3590
|
+
* Lookup384: pallet_nfts::types::ItemDeposit<DepositBalance, fp_account::AccountId20>
|
|
3580
3591
|
**/
|
|
3581
3592
|
PalletNftsItemDeposit: {
|
|
3582
3593
|
account: "AccountId20",
|
|
3583
3594
|
amount: "u128"
|
|
3584
3595
|
},
|
|
3585
3596
|
/**
|
|
3586
|
-
*
|
|
3597
|
+
* Lookup389: pallet_nfts::types::CollectionMetadata<Deposit, StringLimit>
|
|
3587
3598
|
**/
|
|
3588
3599
|
PalletNftsCollectionMetadata: {
|
|
3589
3600
|
deposit: "u128",
|
|
3590
3601
|
data: "Bytes"
|
|
3591
3602
|
},
|
|
3592
3603
|
/**
|
|
3593
|
-
*
|
|
3604
|
+
* Lookup390: pallet_nfts::types::ItemMetadata<pallet_nfts::types::ItemMetadataDeposit<DepositBalance, fp_account::AccountId20>, StringLimit>
|
|
3594
3605
|
**/
|
|
3595
3606
|
PalletNftsItemMetadata: {
|
|
3596
3607
|
deposit: "PalletNftsItemMetadataDeposit",
|
|
3597
3608
|
data: "Bytes"
|
|
3598
3609
|
},
|
|
3599
3610
|
/**
|
|
3600
|
-
*
|
|
3611
|
+
* Lookup391: pallet_nfts::types::ItemMetadataDeposit<DepositBalance, fp_account::AccountId20>
|
|
3601
3612
|
**/
|
|
3602
3613
|
PalletNftsItemMetadataDeposit: {
|
|
3603
3614
|
account: "Option<AccountId20>",
|
|
3604
3615
|
amount: "u128"
|
|
3605
3616
|
},
|
|
3606
3617
|
/**
|
|
3607
|
-
*
|
|
3618
|
+
* Lookup394: pallet_nfts::types::AttributeDeposit<DepositBalance, fp_account::AccountId20>
|
|
3608
3619
|
**/
|
|
3609
3620
|
PalletNftsAttributeDeposit: {
|
|
3610
3621
|
account: "Option<AccountId20>",
|
|
3611
3622
|
amount: "u128"
|
|
3612
3623
|
},
|
|
3613
3624
|
/**
|
|
3614
|
-
*
|
|
3625
|
+
* Lookup398: pallet_nfts::types::PendingSwap<CollectionId, ItemId, pallet_nfts::types::PriceWithDirection<Amount>, Deadline>
|
|
3615
3626
|
**/
|
|
3616
3627
|
PalletNftsPendingSwap: {
|
|
3617
3628
|
desiredCollection: "u32",
|
|
@@ -3620,7 +3631,7 @@ export default {
|
|
|
3620
3631
|
deadline: "u32"
|
|
3621
3632
|
},
|
|
3622
3633
|
/**
|
|
3623
|
-
*
|
|
3634
|
+
* Lookup400: pallet_nfts::types::PalletFeature
|
|
3624
3635
|
**/
|
|
3625
3636
|
PalletNftsPalletFeature: {
|
|
3626
3637
|
_enum: [
|
|
@@ -3636,7 +3647,7 @@ export default {
|
|
|
3636
3647
|
]
|
|
3637
3648
|
},
|
|
3638
3649
|
/**
|
|
3639
|
-
*
|
|
3650
|
+
* Lookup401: pallet_nfts::pallet::Error<T, I>
|
|
3640
3651
|
**/
|
|
3641
3652
|
PalletNftsError: {
|
|
3642
3653
|
_enum: [
|
|
@@ -3688,47 +3699,47 @@ export default {
|
|
|
3688
3699
|
]
|
|
3689
3700
|
},
|
|
3690
3701
|
/**
|
|
3691
|
-
*
|
|
3702
|
+
* Lookup404: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
3692
3703
|
**/
|
|
3693
3704
|
FrameSystemExtensionsCheckNonZeroSender: "Null",
|
|
3694
3705
|
/**
|
|
3695
|
-
*
|
|
3706
|
+
* Lookup405: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
3696
3707
|
**/
|
|
3697
3708
|
FrameSystemExtensionsCheckSpecVersion: "Null",
|
|
3698
3709
|
/**
|
|
3699
|
-
*
|
|
3710
|
+
* Lookup406: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
3700
3711
|
**/
|
|
3701
3712
|
FrameSystemExtensionsCheckTxVersion: "Null",
|
|
3702
3713
|
/**
|
|
3703
|
-
*
|
|
3714
|
+
* Lookup407: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
3704
3715
|
**/
|
|
3705
3716
|
FrameSystemExtensionsCheckGenesis: "Null",
|
|
3706
3717
|
/**
|
|
3707
|
-
*
|
|
3718
|
+
* Lookup410: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
3708
3719
|
**/
|
|
3709
3720
|
FrameSystemExtensionsCheckNonce: "Compact<u32>",
|
|
3710
3721
|
/**
|
|
3711
|
-
*
|
|
3722
|
+
* Lookup411: frame_system::extensions::check_weight::CheckWeight<T>
|
|
3712
3723
|
**/
|
|
3713
3724
|
FrameSystemExtensionsCheckWeight: "Null",
|
|
3714
3725
|
/**
|
|
3715
|
-
*
|
|
3726
|
+
* Lookup412: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
3716
3727
|
**/
|
|
3717
3728
|
PalletTransactionPaymentChargeTransactionPayment: "Compact<u128>",
|
|
3718
3729
|
/**
|
|
3719
|
-
*
|
|
3730
|
+
* Lookup413: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
3720
3731
|
**/
|
|
3721
3732
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
3722
3733
|
mode: "FrameMetadataHashExtensionMode"
|
|
3723
3734
|
},
|
|
3724
3735
|
/**
|
|
3725
|
-
*
|
|
3736
|
+
* Lookup414: frame_metadata_hash_extension::Mode
|
|
3726
3737
|
**/
|
|
3727
3738
|
FrameMetadataHashExtensionMode: {
|
|
3728
3739
|
_enum: ["Disabled", "Enabled"]
|
|
3729
3740
|
},
|
|
3730
3741
|
/**
|
|
3731
|
-
*
|
|
3742
|
+
* Lookup416: sh_solochain_evm_runtime::Runtime
|
|
3732
3743
|
**/
|
|
3733
3744
|
ShSolochainEvmRuntimeRuntime: "Null"
|
|
3734
3745
|
};
|