@storagehub/api-augment 0.2.6 → 0.2.7

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.
Files changed (35) hide show
  1. package/dist/parachain/interfaces/lookup.js +245 -239
  2. package/dist/parachain/interfaces/lookup.js.map +1 -1
  3. package/dist/solochain-evm/interfaces/lookup.js +195 -189
  4. package/dist/solochain-evm/interfaces/lookup.js.map +1 -1
  5. package/dist/types/parachain/interfaces/augment-api-consts.d.ts +4 -0
  6. package/dist/types/parachain/interfaces/augment-api-errors.d.ts +24 -0
  7. package/dist/types/parachain/interfaces/augment-api-events.d.ts +10 -24
  8. package/dist/types/parachain/interfaces/augment-api-tx.d.ts +27 -29
  9. package/dist/types/parachain/interfaces/lookup.d.ts +239 -239
  10. package/dist/types/parachain/interfaces/registry.d.ts +2 -1
  11. package/dist/types/parachain/interfaces/types-lookup.d.ts +247 -244
  12. package/dist/types/solochain-evm/interfaces/augment-api-consts.d.ts +4 -0
  13. package/dist/types/solochain-evm/interfaces/augment-api-errors.d.ts +24 -0
  14. package/dist/types/solochain-evm/interfaces/augment-api-events.d.ts +10 -24
  15. package/dist/types/solochain-evm/interfaces/augment-api-tx.d.ts +27 -23
  16. package/dist/types/solochain-evm/interfaces/lookup.d.ts +189 -189
  17. package/dist/types/solochain-evm/interfaces/registry.d.ts +2 -1
  18. package/dist/types/solochain-evm/interfaces/types-lookup.d.ts +197 -194
  19. package/metadata-sh-parachain.json +1 -1
  20. package/metadata-sh-solochain-evm.json +1 -1
  21. package/package.json +1 -1
  22. package/src/parachain/interfaces/augment-api-consts.ts +4 -0
  23. package/src/parachain/interfaces/augment-api-errors.ts +24 -0
  24. package/src/parachain/interfaces/augment-api-events.ts +8 -32
  25. package/src/parachain/interfaces/augment-api-tx.ts +36 -41
  26. package/src/parachain/interfaces/lookup.ts +245 -239
  27. package/src/parachain/interfaces/registry.ts +2 -0
  28. package/src/parachain/interfaces/types-lookup.ts +255 -246
  29. package/src/solochain-evm/interfaces/augment-api-consts.ts +4 -0
  30. package/src/solochain-evm/interfaces/augment-api-errors.ts +24 -0
  31. package/src/solochain-evm/interfaces/augment-api-events.ts +8 -32
  32. package/src/solochain-evm/interfaces/augment-api-tx.ts +36 -35
  33. package/src/solochain-evm/interfaces/lookup.ts +195 -189
  34. package/src/solochain-evm/interfaces/registry.ts +2 -0
  35. package/src/solochain-evm/interfaces/types-lookup.ts +205 -196
@@ -965,27 +965,21 @@ declare const _default: {
965
965
  signedDeleteIntention: string;
966
966
  signature: string;
967
967
  };
968
- BucketFileDeletionCompleted: {
968
+ BucketFileDeletionsCompleted: {
969
969
  user: string;
970
- fileKey: string;
971
- fileSize: string;
970
+ fileKeys: string;
972
971
  bucketId: string;
973
972
  mspId: string;
974
973
  oldRoot: string;
975
974
  newRoot: string;
976
975
  };
977
- BspFileDeletionCompleted: {
978
- user: string;
979
- fileKey: string;
980
- fileSize: string;
976
+ BspFileDeletionsCompleted: {
977
+ users: string;
978
+ fileKeys: string;
981
979
  bspId: string;
982
980
  oldRoot: string;
983
981
  newRoot: string;
984
982
  };
985
- FileDeletedFromIncompleteStorageRequest: {
986
- fileKey: string;
987
- bspId: string;
988
- };
989
983
  IncompleteStorageRequest: {
990
984
  fileKey: string;
991
985
  };
@@ -1038,7 +1032,7 @@ declare const _default: {
1038
1032
  **/
1039
1033
  FpAccountEthereumSignature: string;
1040
1034
  /**
1041
- * Lookup122: pallet_proofs_dealer::pallet::Event<T>
1035
+ * Lookup125: pallet_proofs_dealer::pallet::Event<T>
1042
1036
  **/
1043
1037
  PalletProofsDealerEvent: {
1044
1038
  _enum: {
@@ -1095,41 +1089,41 @@ declare const _default: {
1095
1089
  };
1096
1090
  };
1097
1091
  /**
1098
- * Lookup123: pallet_proofs_dealer::types::Proof<T>
1092
+ * Lookup126: pallet_proofs_dealer::types::Proof<T>
1099
1093
  **/
1100
1094
  PalletProofsDealerProof: {
1101
1095
  forestProof: string;
1102
1096
  keyProofs: string;
1103
1097
  };
1104
1098
  /**
1105
- * Lookup124: sp_trie::storage_proof::CompactProof
1099
+ * Lookup127: sp_trie::storage_proof::CompactProof
1106
1100
  **/
1107
1101
  SpTrieStorageProofCompactProof: {
1108
1102
  encodedNodes: string;
1109
1103
  };
1110
1104
  /**
1111
- * Lookup127: pallet_proofs_dealer::types::KeyProof<T>
1105
+ * Lookup130: pallet_proofs_dealer::types::KeyProof<T>
1112
1106
  **/
1113
1107
  PalletProofsDealerKeyProof: {
1114
1108
  proof: string;
1115
1109
  challengeCount: string;
1116
1110
  };
1117
1111
  /**
1118
- * Lookup128: shp_file_key_verifier::types::FileKeyProof
1112
+ * Lookup131: shp_file_key_verifier::types::FileKeyProof
1119
1113
  **/
1120
1114
  ShpFileKeyVerifierFileKeyProof: {
1121
1115
  fileMetadata: string;
1122
1116
  proof: string;
1123
1117
  };
1124
1118
  /**
1125
- * Lookup132: pallet_proofs_dealer::types::CustomChallenge<T>
1119
+ * Lookup135: pallet_proofs_dealer::types::CustomChallenge<T>
1126
1120
  **/
1127
1121
  PalletProofsDealerCustomChallenge: {
1128
1122
  key: string;
1129
1123
  shouldRemoveKey: string;
1130
1124
  };
1131
1125
  /**
1132
- * Lookup136: shp_traits::TrieMutation
1126
+ * Lookup139: shp_traits::TrieMutation
1133
1127
  **/
1134
1128
  ShpTraitsTrieMutation: {
1135
1129
  _enum: {
@@ -1138,19 +1132,19 @@ declare const _default: {
1138
1132
  };
1139
1133
  };
1140
1134
  /**
1141
- * Lookup137: shp_traits::TrieAddMutation
1135
+ * Lookup140: shp_traits::TrieAddMutation
1142
1136
  **/
1143
1137
  ShpTraitsTrieAddMutation: {
1144
1138
  value: string;
1145
1139
  };
1146
1140
  /**
1147
- * Lookup138: shp_traits::TrieRemoveMutation
1141
+ * Lookup141: shp_traits::TrieRemoveMutation
1148
1142
  **/
1149
1143
  ShpTraitsTrieRemoveMutation: {
1150
1144
  maybeValue: string;
1151
1145
  };
1152
1146
  /**
1153
- * Lookup140: pallet_randomness::pallet::Event<T>
1147
+ * Lookup143: pallet_randomness::pallet::Event<T>
1154
1148
  **/
1155
1149
  PalletRandomnessEvent: {
1156
1150
  _enum: {
@@ -1162,7 +1156,7 @@ declare const _default: {
1162
1156
  };
1163
1157
  };
1164
1158
  /**
1165
- * Lookup141: pallet_payment_streams::pallet::Event<T>
1159
+ * Lookup144: pallet_payment_streams::pallet::Event<T>
1166
1160
  **/
1167
1161
  PalletPaymentStreamsEvent: {
1168
1162
  _enum: {
@@ -1230,7 +1224,7 @@ declare const _default: {
1230
1224
  };
1231
1225
  };
1232
1226
  /**
1233
- * Lookup144: pallet_bucket_nfts::pallet::Event<T>
1227
+ * Lookup146: pallet_bucket_nfts::pallet::Event<T>
1234
1228
  **/
1235
1229
  PalletBucketNftsEvent: {
1236
1230
  _enum: {
@@ -1251,7 +1245,7 @@ declare const _default: {
1251
1245
  };
1252
1246
  };
1253
1247
  /**
1254
- * Lookup145: pallet_nfts::pallet::Event<T, I>
1248
+ * Lookup147: pallet_nfts::pallet::Event<T, I>
1255
1249
  **/
1256
1250
  PalletNftsEvent: {
1257
1251
  _enum: {
@@ -1452,7 +1446,7 @@ declare const _default: {
1452
1446
  };
1453
1447
  };
1454
1448
  /**
1455
- * Lookup149: pallet_nfts::types::AttributeNamespace<fp_account::AccountId20>
1449
+ * Lookup151: pallet_nfts::types::AttributeNamespace<fp_account::AccountId20>
1456
1450
  **/
1457
1451
  PalletNftsAttributeNamespace: {
1458
1452
  _enum: {
@@ -1463,20 +1457,20 @@ declare const _default: {
1463
1457
  };
1464
1458
  };
1465
1459
  /**
1466
- * Lookup151: pallet_nfts::types::PriceWithDirection<Amount>
1460
+ * Lookup153: pallet_nfts::types::PriceWithDirection<Amount>
1467
1461
  **/
1468
1462
  PalletNftsPriceWithDirection: {
1469
1463
  amount: string;
1470
1464
  direction: string;
1471
1465
  };
1472
1466
  /**
1473
- * Lookup152: pallet_nfts::types::PriceDirection
1467
+ * Lookup154: pallet_nfts::types::PriceDirection
1474
1468
  **/
1475
1469
  PalletNftsPriceDirection: {
1476
1470
  _enum: string[];
1477
1471
  };
1478
1472
  /**
1479
- * Lookup153: pallet_nfts::types::PalletAttributes<CollectionId>
1473
+ * Lookup155: pallet_nfts::types::PalletAttributes<CollectionId>
1480
1474
  **/
1481
1475
  PalletNftsPalletAttributes: {
1482
1476
  _enum: {
@@ -1485,7 +1479,7 @@ declare const _default: {
1485
1479
  };
1486
1480
  };
1487
1481
  /**
1488
- * Lookup154: frame_system::Phase
1482
+ * Lookup156: frame_system::Phase
1489
1483
  **/
1490
1484
  FrameSystemPhase: {
1491
1485
  _enum: {
@@ -1495,21 +1489,21 @@ declare const _default: {
1495
1489
  };
1496
1490
  };
1497
1491
  /**
1498
- * Lookup157: frame_system::LastRuntimeUpgradeInfo
1492
+ * Lookup159: frame_system::LastRuntimeUpgradeInfo
1499
1493
  **/
1500
1494
  FrameSystemLastRuntimeUpgradeInfo: {
1501
1495
  specVersion: string;
1502
1496
  specName: string;
1503
1497
  };
1504
1498
  /**
1505
- * Lookup159: frame_system::CodeUpgradeAuthorization<T>
1499
+ * Lookup161: frame_system::CodeUpgradeAuthorization<T>
1506
1500
  **/
1507
1501
  FrameSystemCodeUpgradeAuthorization: {
1508
1502
  codeHash: string;
1509
1503
  checkVersion: string;
1510
1504
  };
1511
1505
  /**
1512
- * Lookup160: frame_system::pallet::Call<T>
1506
+ * Lookup162: frame_system::pallet::Call<T>
1513
1507
  **/
1514
1508
  FrameSystemCall: {
1515
1509
  _enum: {
@@ -1554,7 +1548,7 @@ declare const _default: {
1554
1548
  };
1555
1549
  };
1556
1550
  /**
1557
- * Lookup163: frame_system::limits::BlockWeights
1551
+ * Lookup165: frame_system::limits::BlockWeights
1558
1552
  **/
1559
1553
  FrameSystemLimitsBlockWeights: {
1560
1554
  baseBlock: string;
@@ -1562,7 +1556,7 @@ declare const _default: {
1562
1556
  perClass: string;
1563
1557
  };
1564
1558
  /**
1565
- * Lookup164: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1559
+ * Lookup166: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
1566
1560
  **/
1567
1561
  FrameSupportDispatchPerDispatchClassWeightsPerClass: {
1568
1562
  normal: string;
@@ -1570,7 +1564,7 @@ declare const _default: {
1570
1564
  mandatory: string;
1571
1565
  };
1572
1566
  /**
1573
- * Lookup165: frame_system::limits::WeightsPerClass
1567
+ * Lookup167: frame_system::limits::WeightsPerClass
1574
1568
  **/
1575
1569
  FrameSystemLimitsWeightsPerClass: {
1576
1570
  baseExtrinsic: string;
@@ -1579,13 +1573,13 @@ declare const _default: {
1579
1573
  reserved: string;
1580
1574
  };
1581
1575
  /**
1582
- * Lookup167: frame_system::limits::BlockLength
1576
+ * Lookup169: frame_system::limits::BlockLength
1583
1577
  **/
1584
1578
  FrameSystemLimitsBlockLength: {
1585
1579
  max: string;
1586
1580
  };
1587
1581
  /**
1588
- * Lookup168: frame_support::dispatch::PerDispatchClass<T>
1582
+ * Lookup170: frame_support::dispatch::PerDispatchClass<T>
1589
1583
  **/
1590
1584
  FrameSupportDispatchPerDispatchClassU32: {
1591
1585
  normal: string;
@@ -1593,14 +1587,14 @@ declare const _default: {
1593
1587
  mandatory: string;
1594
1588
  };
1595
1589
  /**
1596
- * Lookup169: sp_weights::RuntimeDbWeight
1590
+ * Lookup171: sp_weights::RuntimeDbWeight
1597
1591
  **/
1598
1592
  SpWeightsRuntimeDbWeight: {
1599
1593
  read: string;
1600
1594
  write: string;
1601
1595
  };
1602
1596
  /**
1603
- * Lookup170: sp_version::RuntimeVersion
1597
+ * Lookup172: sp_version::RuntimeVersion
1604
1598
  **/
1605
1599
  SpVersionRuntimeVersion: {
1606
1600
  specName: string;
@@ -1613,17 +1607,17 @@ declare const _default: {
1613
1607
  systemVersion: string;
1614
1608
  };
1615
1609
  /**
1616
- * Lookup176: frame_system::pallet::Error<T>
1610
+ * Lookup178: frame_system::pallet::Error<T>
1617
1611
  **/
1618
1612
  FrameSystemError: {
1619
1613
  _enum: string[];
1620
1614
  };
1621
1615
  /**
1622
- * Lookup179: sp_consensus_babe::app::Public
1616
+ * Lookup181: sp_consensus_babe::app::Public
1623
1617
  **/
1624
1618
  SpConsensusBabeAppPublic: string;
1625
1619
  /**
1626
- * Lookup182: sp_consensus_babe::digests::NextConfigDescriptor
1620
+ * Lookup184: sp_consensus_babe::digests::NextConfigDescriptor
1627
1621
  **/
1628
1622
  SpConsensusBabeDigestsNextConfigDescriptor: {
1629
1623
  _enum: {
@@ -1635,13 +1629,13 @@ declare const _default: {
1635
1629
  };
1636
1630
  };
1637
1631
  /**
1638
- * Lookup184: sp_consensus_babe::AllowedSlots
1632
+ * Lookup186: sp_consensus_babe::AllowedSlots
1639
1633
  **/
1640
1634
  SpConsensusBabeAllowedSlots: {
1641
1635
  _enum: string[];
1642
1636
  };
1643
1637
  /**
1644
- * Lookup188: sp_consensus_babe::digests::PreDigest
1638
+ * Lookup190: sp_consensus_babe::digests::PreDigest
1645
1639
  **/
1646
1640
  SpConsensusBabeDigestsPreDigest: {
1647
1641
  _enum: {
@@ -1652,7 +1646,7 @@ declare const _default: {
1652
1646
  };
1653
1647
  };
1654
1648
  /**
1655
- * Lookup189: sp_consensus_babe::digests::PrimaryPreDigest
1649
+ * Lookup191: sp_consensus_babe::digests::PrimaryPreDigest
1656
1650
  **/
1657
1651
  SpConsensusBabeDigestsPrimaryPreDigest: {
1658
1652
  authorityIndex: string;
@@ -1660,21 +1654,21 @@ declare const _default: {
1660
1654
  vrfSignature: string;
1661
1655
  };
1662
1656
  /**
1663
- * Lookup190: sp_core::sr25519::vrf::VrfSignature
1657
+ * Lookup192: sp_core::sr25519::vrf::VrfSignature
1664
1658
  **/
1665
1659
  SpCoreSr25519VrfVrfSignature: {
1666
1660
  preOutput: string;
1667
1661
  proof: string;
1668
1662
  };
1669
1663
  /**
1670
- * Lookup192: sp_consensus_babe::digests::SecondaryPlainPreDigest
1664
+ * Lookup194: sp_consensus_babe::digests::SecondaryPlainPreDigest
1671
1665
  **/
1672
1666
  SpConsensusBabeDigestsSecondaryPlainPreDigest: {
1673
1667
  authorityIndex: string;
1674
1668
  slot: string;
1675
1669
  };
1676
1670
  /**
1677
- * Lookup193: sp_consensus_babe::digests::SecondaryVRFPreDigest
1671
+ * Lookup195: sp_consensus_babe::digests::SecondaryVRFPreDigest
1678
1672
  **/
1679
1673
  SpConsensusBabeDigestsSecondaryVRFPreDigest: {
1680
1674
  authorityIndex: string;
@@ -1682,14 +1676,14 @@ declare const _default: {
1682
1676
  vrfSignature: string;
1683
1677
  };
1684
1678
  /**
1685
- * Lookup195: sp_consensus_babe::BabeEpochConfiguration
1679
+ * Lookup197: sp_consensus_babe::BabeEpochConfiguration
1686
1680
  **/
1687
1681
  SpConsensusBabeBabeEpochConfiguration: {
1688
1682
  c: string;
1689
1683
  allowedSlots: string;
1690
1684
  };
1691
1685
  /**
1692
- * Lookup199: pallet_babe::pallet::Call<T>
1686
+ * Lookup201: pallet_babe::pallet::Call<T>
1693
1687
  **/
1694
1688
  PalletBabeCall: {
1695
1689
  _enum: {
@@ -1707,7 +1701,7 @@ declare const _default: {
1707
1701
  };
1708
1702
  };
1709
1703
  /**
1710
- * Lookup200: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_babe::app::Public>
1704
+ * Lookup202: sp_consensus_slots::EquivocationProof<sp_runtime::generic::header::Header<Number, Hash>, sp_consensus_babe::app::Public>
1711
1705
  **/
1712
1706
  SpConsensusSlotsEquivocationProof: {
1713
1707
  offender: string;
@@ -1716,7 +1710,7 @@ declare const _default: {
1716
1710
  secondHeader: string;
1717
1711
  };
1718
1712
  /**
1719
- * Lookup201: sp_runtime::generic::header::Header<Number, Hash>
1713
+ * Lookup203: sp_runtime::generic::header::Header<Number, Hash>
1720
1714
  **/
1721
1715
  SpRuntimeHeader: {
1722
1716
  parentHash: string;
@@ -1726,7 +1720,7 @@ declare const _default: {
1726
1720
  digest: string;
1727
1721
  };
1728
1722
  /**
1729
- * Lookup202: sp_session::MembershipProof
1723
+ * Lookup204: sp_session::MembershipProof
1730
1724
  **/
1731
1725
  SpSessionMembershipProof: {
1732
1726
  session: string;
@@ -1734,13 +1728,13 @@ declare const _default: {
1734
1728
  validatorCount: string;
1735
1729
  };
1736
1730
  /**
1737
- * Lookup203: pallet_babe::pallet::Error<T>
1731
+ * Lookup205: pallet_babe::pallet::Error<T>
1738
1732
  **/
1739
1733
  PalletBabeError: {
1740
1734
  _enum: string[];
1741
1735
  };
1742
1736
  /**
1743
- * Lookup204: pallet_timestamp::pallet::Call<T>
1737
+ * Lookup206: pallet_timestamp::pallet::Call<T>
1744
1738
  **/
1745
1739
  PalletTimestampCall: {
1746
1740
  _enum: {
@@ -1750,7 +1744,7 @@ declare const _default: {
1750
1744
  };
1751
1745
  };
1752
1746
  /**
1753
- * Lookup206: pallet_balances::types::BalanceLock<Balance>
1747
+ * Lookup208: pallet_balances::types::BalanceLock<Balance>
1754
1748
  **/
1755
1749
  PalletBalancesBalanceLock: {
1756
1750
  id: string;
@@ -1758,27 +1752,27 @@ declare const _default: {
1758
1752
  reasons: string;
1759
1753
  };
1760
1754
  /**
1761
- * Lookup207: pallet_balances::types::Reasons
1755
+ * Lookup209: pallet_balances::types::Reasons
1762
1756
  **/
1763
1757
  PalletBalancesReasons: {
1764
1758
  _enum: string[];
1765
1759
  };
1766
1760
  /**
1767
- * Lookup210: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
1761
+ * Lookup212: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
1768
1762
  **/
1769
1763
  PalletBalancesReserveData: {
1770
1764
  id: string;
1771
1765
  amount: string;
1772
1766
  };
1773
1767
  /**
1774
- * Lookup213: frame_support::traits::tokens::misc::IdAmount<sh_solochain_evm_runtime::RuntimeHoldReason, Balance>
1768
+ * Lookup215: frame_support::traits::tokens::misc::IdAmount<sh_solochain_evm_runtime::RuntimeHoldReason, Balance>
1775
1769
  **/
1776
1770
  FrameSupportTokensMiscIdAmountRuntimeHoldReason: {
1777
1771
  id: string;
1778
1772
  amount: string;
1779
1773
  };
1780
1774
  /**
1781
- * Lookup214: sh_solochain_evm_runtime::RuntimeHoldReason
1775
+ * Lookup216: sh_solochain_evm_runtime::RuntimeHoldReason
1782
1776
  **/
1783
1777
  ShSolochainEvmRuntimeRuntimeHoldReason: {
1784
1778
  _enum: {
@@ -1870,36 +1864,36 @@ declare const _default: {
1870
1864
  };
1871
1865
  };
1872
1866
  /**
1873
- * Lookup215: pallet_storage_providers::pallet::HoldReason
1867
+ * Lookup217: pallet_storage_providers::pallet::HoldReason
1874
1868
  **/
1875
1869
  PalletStorageProvidersHoldReason: {
1876
1870
  _enum: string[];
1877
1871
  };
1878
1872
  /**
1879
- * Lookup216: pallet_file_system::pallet::HoldReason
1873
+ * Lookup218: pallet_file_system::pallet::HoldReason
1880
1874
  **/
1881
1875
  PalletFileSystemHoldReason: {
1882
1876
  _enum: string[];
1883
1877
  };
1884
1878
  /**
1885
- * Lookup217: pallet_payment_streams::pallet::HoldReason
1879
+ * Lookup219: pallet_payment_streams::pallet::HoldReason
1886
1880
  **/
1887
1881
  PalletPaymentStreamsHoldReason: {
1888
1882
  _enum: string[];
1889
1883
  };
1890
1884
  /**
1891
- * Lookup220: frame_support::traits::tokens::misc::IdAmount<sh_solochain_evm_runtime::RuntimeFreezeReason, Balance>
1885
+ * Lookup222: frame_support::traits::tokens::misc::IdAmount<sh_solochain_evm_runtime::RuntimeFreezeReason, Balance>
1892
1886
  **/
1893
1887
  FrameSupportTokensMiscIdAmountRuntimeFreezeReason: {
1894
1888
  id: string;
1895
1889
  amount: string;
1896
1890
  };
1897
1891
  /**
1898
- * Lookup221: sh_solochain_evm_runtime::RuntimeFreezeReason
1892
+ * Lookup223: sh_solochain_evm_runtime::RuntimeFreezeReason
1899
1893
  **/
1900
1894
  ShSolochainEvmRuntimeRuntimeFreezeReason: string;
1901
1895
  /**
1902
- * Lookup223: pallet_balances::pallet::Call<T, I>
1896
+ * Lookup225: pallet_balances::pallet::Call<T, I>
1903
1897
  **/
1904
1898
  PalletBalancesCall: {
1905
1899
  _enum: {
@@ -1944,37 +1938,37 @@ declare const _default: {
1944
1938
  };
1945
1939
  };
1946
1940
  /**
1947
- * Lookup225: pallet_balances::types::AdjustmentDirection
1941
+ * Lookup227: pallet_balances::types::AdjustmentDirection
1948
1942
  **/
1949
1943
  PalletBalancesAdjustmentDirection: {
1950
1944
  _enum: string[];
1951
1945
  };
1952
1946
  /**
1953
- * Lookup226: pallet_balances::pallet::Error<T, I>
1947
+ * Lookup228: pallet_balances::pallet::Error<T, I>
1954
1948
  **/
1955
1949
  PalletBalancesError: {
1956
1950
  _enum: string[];
1957
1951
  };
1958
1952
  /**
1959
- * Lookup227: sp_staking::offence::OffenceDetails<fp_account::AccountId20, Offender>
1953
+ * Lookup229: sp_staking::offence::OffenceDetails<fp_account::AccountId20, Offender>
1960
1954
  **/
1961
1955
  SpStakingOffenceOffenceDetails: {
1962
1956
  offender: string;
1963
1957
  reporters: string;
1964
1958
  };
1965
1959
  /**
1966
- * Lookup233: sh_solochain_evm_runtime::SessionKeys
1960
+ * Lookup235: sh_solochain_evm_runtime::SessionKeys
1967
1961
  **/
1968
1962
  ShSolochainEvmRuntimeSessionKeys: {
1969
1963
  babe: string;
1970
1964
  grandpa: string;
1971
1965
  };
1972
1966
  /**
1973
- * Lookup235: sp_core::crypto::KeyTypeId
1967
+ * Lookup237: sp_core::crypto::KeyTypeId
1974
1968
  **/
1975
1969
  SpCoreCryptoKeyTypeId: string;
1976
1970
  /**
1977
- * Lookup236: pallet_session::pallet::Call<T>
1971
+ * Lookup238: pallet_session::pallet::Call<T>
1978
1972
  **/
1979
1973
  PalletSessionCall: {
1980
1974
  _enum: {
@@ -1989,13 +1983,13 @@ declare const _default: {
1989
1983
  };
1990
1984
  };
1991
1985
  /**
1992
- * Lookup237: pallet_session::pallet::Error<T>
1986
+ * Lookup239: pallet_session::pallet::Error<T>
1993
1987
  **/
1994
1988
  PalletSessionError: {
1995
1989
  _enum: string[];
1996
1990
  };
1997
1991
  /**
1998
- * Lookup238: pallet_grandpa::StoredState<N>
1992
+ * Lookup240: pallet_grandpa::StoredState<N>
1999
1993
  **/
2000
1994
  PalletGrandpaStoredState: {
2001
1995
  _enum: {
@@ -2012,7 +2006,7 @@ declare const _default: {
2012
2006
  };
2013
2007
  };
2014
2008
  /**
2015
- * Lookup239: pallet_grandpa::StoredPendingChange<N, Limit>
2009
+ * Lookup241: pallet_grandpa::StoredPendingChange<N, Limit>
2016
2010
  **/
2017
2011
  PalletGrandpaStoredPendingChange: {
2018
2012
  scheduledAt: string;
@@ -2021,7 +2015,7 @@ declare const _default: {
2021
2015
  forced: string;
2022
2016
  };
2023
2017
  /**
2024
- * Lookup241: pallet_grandpa::pallet::Call<T>
2018
+ * Lookup243: pallet_grandpa::pallet::Call<T>
2025
2019
  **/
2026
2020
  PalletGrandpaCall: {
2027
2021
  _enum: {
@@ -2040,14 +2034,14 @@ declare const _default: {
2040
2034
  };
2041
2035
  };
2042
2036
  /**
2043
- * Lookup242: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2037
+ * Lookup244: sp_consensus_grandpa::EquivocationProof<primitive_types::H256, N>
2044
2038
  **/
2045
2039
  SpConsensusGrandpaEquivocationProof: {
2046
2040
  setId: string;
2047
2041
  equivocation: string;
2048
2042
  };
2049
2043
  /**
2050
- * Lookup243: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2044
+ * Lookup245: sp_consensus_grandpa::Equivocation<primitive_types::H256, N>
2051
2045
  **/
2052
2046
  SpConsensusGrandpaEquivocation: {
2053
2047
  _enum: {
@@ -2056,7 +2050,7 @@ declare const _default: {
2056
2050
  };
2057
2051
  };
2058
2052
  /**
2059
- * Lookup244: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2053
+ * Lookup246: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Prevote<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2060
2054
  **/
2061
2055
  FinalityGrandpaEquivocationPrevote: {
2062
2056
  roundNumber: string;
@@ -2065,18 +2059,18 @@ declare const _default: {
2065
2059
  second: string;
2066
2060
  };
2067
2061
  /**
2068
- * Lookup245: finality_grandpa::Prevote<primitive_types::H256, N>
2062
+ * Lookup247: finality_grandpa::Prevote<primitive_types::H256, N>
2069
2063
  **/
2070
2064
  FinalityGrandpaPrevote: {
2071
2065
  targetHash: string;
2072
2066
  targetNumber: string;
2073
2067
  };
2074
2068
  /**
2075
- * Lookup246: sp_consensus_grandpa::app::Signature
2069
+ * Lookup248: sp_consensus_grandpa::app::Signature
2076
2070
  **/
2077
2071
  SpConsensusGrandpaAppSignature: string;
2078
2072
  /**
2079
- * Lookup248: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2073
+ * Lookup250: finality_grandpa::Equivocation<sp_consensus_grandpa::app::Public, finality_grandpa::Precommit<primitive_types::H256, N>, sp_consensus_grandpa::app::Signature>
2080
2074
  **/
2081
2075
  FinalityGrandpaEquivocationPrecommit: {
2082
2076
  roundNumber: string;
@@ -2085,26 +2079,26 @@ declare const _default: {
2085
2079
  second: string;
2086
2080
  };
2087
2081
  /**
2088
- * Lookup249: finality_grandpa::Precommit<primitive_types::H256, N>
2082
+ * Lookup251: finality_grandpa::Precommit<primitive_types::H256, N>
2089
2083
  **/
2090
2084
  FinalityGrandpaPrecommit: {
2091
2085
  targetHash: string;
2092
2086
  targetNumber: string;
2093
2087
  };
2094
2088
  /**
2095
- * Lookup251: pallet_grandpa::pallet::Error<T>
2089
+ * Lookup253: pallet_grandpa::pallet::Error<T>
2096
2090
  **/
2097
2091
  PalletGrandpaError: {
2098
2092
  _enum: string[];
2099
2093
  };
2100
2094
  /**
2101
- * Lookup253: pallet_transaction_payment::Releases
2095
+ * Lookup255: pallet_transaction_payment::Releases
2102
2096
  **/
2103
2097
  PalletTransactionPaymentReleases: {
2104
2098
  _enum: string[];
2105
2099
  };
2106
2100
  /**
2107
- * Lookup254: pallet_parameters::pallet::Call<T>
2101
+ * Lookup256: pallet_parameters::pallet::Call<T>
2108
2102
  **/
2109
2103
  PalletParametersCall: {
2110
2104
  _enum: {
@@ -2114,7 +2108,7 @@ declare const _default: {
2114
2108
  };
2115
2109
  };
2116
2110
  /**
2117
- * Lookup255: sh_solochain_evm_runtime::configs::runtime_params::RuntimeParameters
2111
+ * Lookup257: sh_solochain_evm_runtime::configs::runtime_params::RuntimeParameters
2118
2112
  **/
2119
2113
  ShSolochainEvmRuntimeConfigsRuntimeParamsRuntimeParameters: {
2120
2114
  _enum: {
@@ -2122,7 +2116,7 @@ declare const _default: {
2122
2116
  };
2123
2117
  };
2124
2118
  /**
2125
- * Lookup256: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::Parameters
2119
+ * Lookup258: sh_solochain_evm_runtime::configs::runtime_params::dynamic_params::runtime_config::Parameters
2126
2120
  **/
2127
2121
  ShSolochainEvmRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters: {
2128
2122
  _enum: {
@@ -2159,7 +2153,7 @@ declare const _default: {
2159
2153
  };
2160
2154
  };
2161
2155
  /**
2162
- * Lookup259: pallet_sudo::pallet::Call<T>
2156
+ * Lookup261: pallet_sudo::pallet::Call<T>
2163
2157
  **/
2164
2158
  PalletSudoCall: {
2165
2159
  _enum: {
@@ -2184,7 +2178,7 @@ declare const _default: {
2184
2178
  };
2185
2179
  };
2186
2180
  /**
2187
- * Lookup261: pallet_ethereum::pallet::Call<T>
2181
+ * Lookup263: pallet_ethereum::pallet::Call<T>
2188
2182
  **/
2189
2183
  PalletEthereumCall: {
2190
2184
  _enum: {
@@ -2194,7 +2188,7 @@ declare const _default: {
2194
2188
  };
2195
2189
  };
2196
2190
  /**
2197
- * Lookup262: ethereum::transaction::TransactionV2
2191
+ * Lookup264: ethereum::transaction::TransactionV2
2198
2192
  **/
2199
2193
  EthereumTransactionTransactionV2: {
2200
2194
  _enum: {
@@ -2204,7 +2198,7 @@ declare const _default: {
2204
2198
  };
2205
2199
  };
2206
2200
  /**
2207
- * Lookup263: ethereum::transaction::legacy::LegacyTransaction
2201
+ * Lookup265: ethereum::transaction::legacy::LegacyTransaction
2208
2202
  **/
2209
2203
  EthereumTransactionLegacyLegacyTransaction: {
2210
2204
  nonce: string;
@@ -2216,7 +2210,7 @@ declare const _default: {
2216
2210
  signature: string;
2217
2211
  };
2218
2212
  /**
2219
- * Lookup266: ethereum::transaction::legacy::TransactionAction
2213
+ * Lookup268: ethereum::transaction::legacy::TransactionAction
2220
2214
  **/
2221
2215
  EthereumTransactionLegacyTransactionAction: {
2222
2216
  _enum: {
@@ -2225,7 +2219,7 @@ declare const _default: {
2225
2219
  };
2226
2220
  };
2227
2221
  /**
2228
- * Lookup267: ethereum::transaction::legacy::TransactionSignature
2222
+ * Lookup269: ethereum::transaction::legacy::TransactionSignature
2229
2223
  **/
2230
2224
  EthereumTransactionLegacyTransactionSignature: {
2231
2225
  v: string;
@@ -2233,7 +2227,7 @@ declare const _default: {
2233
2227
  s: string;
2234
2228
  };
2235
2229
  /**
2236
- * Lookup269: ethereum::transaction::eip2930::EIP2930Transaction
2230
+ * Lookup271: ethereum::transaction::eip2930::EIP2930Transaction
2237
2231
  **/
2238
2232
  EthereumTransactionEip2930Eip2930Transaction: {
2239
2233
  chainId: string;
@@ -2249,14 +2243,14 @@ declare const _default: {
2249
2243
  s: string;
2250
2244
  };
2251
2245
  /**
2252
- * Lookup271: ethereum::transaction::eip2930::AccessListItem
2246
+ * Lookup273: ethereum::transaction::eip2930::AccessListItem
2253
2247
  **/
2254
2248
  EthereumTransactionEip2930AccessListItem: {
2255
2249
  address: string;
2256
2250
  storageKeys: string;
2257
2251
  };
2258
2252
  /**
2259
- * Lookup272: ethereum::transaction::eip1559::EIP1559Transaction
2253
+ * Lookup274: ethereum::transaction::eip1559::EIP1559Transaction
2260
2254
  **/
2261
2255
  EthereumTransactionEip1559Eip1559Transaction: {
2262
2256
  chainId: string;
@@ -2273,7 +2267,7 @@ declare const _default: {
2273
2267
  s: string;
2274
2268
  };
2275
2269
  /**
2276
- * Lookup273: pallet_evm::pallet::Call<T>
2270
+ * Lookup275: pallet_evm::pallet::Call<T>
2277
2271
  **/
2278
2272
  PalletEvmCall: {
2279
2273
  _enum: {
@@ -2316,7 +2310,7 @@ declare const _default: {
2316
2310
  };
2317
2311
  };
2318
2312
  /**
2319
- * Lookup277: pallet_storage_providers::pallet::Call<T>
2313
+ * Lookup279: pallet_storage_providers::pallet::Call<T>
2320
2314
  **/
2321
2315
  PalletStorageProvidersCall: {
2322
2316
  _enum: {
@@ -2387,7 +2381,7 @@ declare const _default: {
2387
2381
  };
2388
2382
  };
2389
2383
  /**
2390
- * Lookup278: pallet_file_system::pallet::Call<T>
2384
+ * Lookup280: pallet_file_system::pallet::Call<T>
2391
2385
  **/
2392
2386
  PalletFileSystemCall: {
2393
2387
  _enum: {
@@ -2487,35 +2481,26 @@ declare const _default: {
2487
2481
  size_: string;
2488
2482
  fingerprint: string;
2489
2483
  };
2490
- delete_file: {
2491
- _alias: {
2492
- size_: string;
2493
- };
2494
- fileOwner: string;
2495
- signedIntention: string;
2496
- signature: string;
2497
- bucketId: string;
2498
- location: string;
2499
- size_: string;
2500
- fingerprint: string;
2484
+ delete_files: {
2485
+ fileDeletions: string;
2501
2486
  bspId: string;
2502
2487
  forestProof: string;
2503
2488
  };
2504
- delete_file_for_incomplete_storage_request: {
2505
- fileKey: string;
2489
+ delete_files_for_incomplete_storage_request: {
2490
+ fileKeys: string;
2506
2491
  bspId: string;
2507
2492
  forestProof: string;
2508
2493
  };
2509
2494
  };
2510
2495
  };
2511
2496
  /**
2512
- * Lookup279: pallet_file_system::types::BucketMoveRequestResponse
2497
+ * Lookup281: pallet_file_system::types::BucketMoveRequestResponse
2513
2498
  **/
2514
2499
  PalletFileSystemBucketMoveRequestResponse: {
2515
2500
  _enum: string[];
2516
2501
  };
2517
2502
  /**
2518
- * Lookup280: pallet_file_system::types::ReplicationTarget<T>
2503
+ * Lookup282: pallet_file_system::types::ReplicationTarget<T>
2519
2504
  **/
2520
2505
  PalletFileSystemReplicationTarget: {
2521
2506
  _enum: {
@@ -2528,7 +2513,7 @@ declare const _default: {
2528
2513
  };
2529
2514
  };
2530
2515
  /**
2531
- * Lookup282: pallet_file_system::types::StorageRequestMspBucketResponse<T>
2516
+ * Lookup284: pallet_file_system::types::StorageRequestMspBucketResponse<T>
2532
2517
  **/
2533
2518
  PalletFileSystemStorageRequestMspBucketResponse: {
2534
2519
  bucketId: string;
@@ -2536,28 +2521,43 @@ declare const _default: {
2536
2521
  reject: string;
2537
2522
  };
2538
2523
  /**
2539
- * Lookup284: pallet_file_system::types::StorageRequestMspAcceptedFileKeys<T>
2524
+ * Lookup286: pallet_file_system::types::StorageRequestMspAcceptedFileKeys<T>
2540
2525
  **/
2541
2526
  PalletFileSystemStorageRequestMspAcceptedFileKeys: {
2542
2527
  fileKeysAndProofs: string;
2543
2528
  forestProof: string;
2544
2529
  };
2545
2530
  /**
2546
- * Lookup286: pallet_file_system::types::FileKeyWithProof<T>
2531
+ * Lookup288: pallet_file_system::types::FileKeyWithProof<T>
2547
2532
  **/
2548
2533
  PalletFileSystemFileKeyWithProof: {
2549
2534
  fileKey: string;
2550
2535
  proof: string;
2551
2536
  };
2552
2537
  /**
2553
- * Lookup288: pallet_file_system::types::RejectedStorageRequest<T>
2538
+ * Lookup290: pallet_file_system::types::RejectedStorageRequest<T>
2554
2539
  **/
2555
2540
  PalletFileSystemRejectedStorageRequest: {
2556
2541
  fileKey: string;
2557
2542
  reason: string;
2558
2543
  };
2559
2544
  /**
2560
- * Lookup290: pallet_proofs_dealer::pallet::Call<T>
2545
+ * Lookup293: pallet_file_system::types::FileDeletionRequest<T>
2546
+ **/
2547
+ PalletFileSystemFileDeletionRequest: {
2548
+ _alias: {
2549
+ size_: string;
2550
+ };
2551
+ fileOwner: string;
2552
+ signedIntention: string;
2553
+ signature: string;
2554
+ bucketId: string;
2555
+ location: string;
2556
+ size_: string;
2557
+ fingerprint: string;
2558
+ };
2559
+ /**
2560
+ * Lookup295: pallet_proofs_dealer::pallet::Call<T>
2561
2561
  **/
2562
2562
  PalletProofsDealerCall: {
2563
2563
  _enum: {
@@ -2581,13 +2581,13 @@ declare const _default: {
2581
2581
  };
2582
2582
  };
2583
2583
  /**
2584
- * Lookup291: pallet_randomness::pallet::Call<T>
2584
+ * Lookup296: pallet_randomness::pallet::Call<T>
2585
2585
  **/
2586
2586
  PalletRandomnessCall: {
2587
2587
  _enum: string[];
2588
2588
  };
2589
2589
  /**
2590
- * Lookup292: pallet_payment_streams::pallet::Call<T>
2590
+ * Lookup297: pallet_payment_streams::pallet::Call<T>
2591
2591
  **/
2592
2592
  PalletPaymentStreamsCall: {
2593
2593
  _enum: {
@@ -2632,7 +2632,7 @@ declare const _default: {
2632
2632
  };
2633
2633
  };
2634
2634
  /**
2635
- * Lookup293: pallet_bucket_nfts::pallet::Call<T>
2635
+ * Lookup298: pallet_bucket_nfts::pallet::Call<T>
2636
2636
  **/
2637
2637
  PalletBucketNftsCall: {
2638
2638
  _enum: {
@@ -2650,7 +2650,7 @@ declare const _default: {
2650
2650
  };
2651
2651
  };
2652
2652
  /**
2653
- * Lookup295: pallet_nfts::pallet::Call<T, I>
2653
+ * Lookup300: pallet_nfts::pallet::Call<T, I>
2654
2654
  **/
2655
2655
  PalletNftsCall: {
2656
2656
  _enum: {
@@ -2847,7 +2847,7 @@ declare const _default: {
2847
2847
  };
2848
2848
  };
2849
2849
  /**
2850
- * Lookup296: pallet_nfts::types::CollectionConfig<Price, BlockNumber, CollectionId>
2850
+ * Lookup301: pallet_nfts::types::CollectionConfig<Price, BlockNumber, CollectionId>
2851
2851
  **/
2852
2852
  PalletNftsCollectionConfig: {
2853
2853
  settings: string;
@@ -2855,13 +2855,13 @@ declare const _default: {
2855
2855
  mintSettings: string;
2856
2856
  };
2857
2857
  /**
2858
- * Lookup298: pallet_nfts::types::CollectionSetting
2858
+ * Lookup303: pallet_nfts::types::CollectionSetting
2859
2859
  **/
2860
2860
  PalletNftsCollectionSetting: {
2861
2861
  _enum: string[];
2862
2862
  };
2863
2863
  /**
2864
- * Lookup299: pallet_nfts::types::MintSettings<Price, BlockNumber, CollectionId>
2864
+ * Lookup304: pallet_nfts::types::MintSettings<Price, BlockNumber, CollectionId>
2865
2865
  **/
2866
2866
  PalletNftsMintSettings: {
2867
2867
  mintType: string;
@@ -2871,7 +2871,7 @@ declare const _default: {
2871
2871
  defaultItemSettings: string;
2872
2872
  };
2873
2873
  /**
2874
- * Lookup300: pallet_nfts::types::MintType<CollectionId>
2874
+ * Lookup305: pallet_nfts::types::MintType<CollectionId>
2875
2875
  **/
2876
2876
  PalletNftsMintType: {
2877
2877
  _enum: {
@@ -2881,13 +2881,13 @@ declare const _default: {
2881
2881
  };
2882
2882
  };
2883
2883
  /**
2884
- * Lookup302: pallet_nfts::types::ItemSetting
2884
+ * Lookup307: pallet_nfts::types::ItemSetting
2885
2885
  **/
2886
2886
  PalletNftsItemSetting: {
2887
2887
  _enum: string[];
2888
2888
  };
2889
2889
  /**
2890
- * Lookup303: pallet_nfts::types::DestroyWitness
2890
+ * Lookup308: pallet_nfts::types::DestroyWitness
2891
2891
  **/
2892
2892
  PalletNftsDestroyWitness: {
2893
2893
  itemMetadatas: string;
@@ -2895,26 +2895,26 @@ declare const _default: {
2895
2895
  attributes: string;
2896
2896
  };
2897
2897
  /**
2898
- * Lookup305: pallet_nfts::types::MintWitness<ItemId, Balance>
2898
+ * Lookup310: pallet_nfts::types::MintWitness<ItemId, Balance>
2899
2899
  **/
2900
2900
  PalletNftsMintWitness: {
2901
2901
  ownedItem: string;
2902
2902
  mintPrice: string;
2903
2903
  };
2904
2904
  /**
2905
- * Lookup306: pallet_nfts::types::ItemConfig
2905
+ * Lookup311: pallet_nfts::types::ItemConfig
2906
2906
  **/
2907
2907
  PalletNftsItemConfig: {
2908
2908
  settings: string;
2909
2909
  };
2910
2910
  /**
2911
- * Lookup307: pallet_nfts::types::CancelAttributesApprovalWitness
2911
+ * Lookup312: pallet_nfts::types::CancelAttributesApprovalWitness
2912
2912
  **/
2913
2913
  PalletNftsCancelAttributesApprovalWitness: {
2914
2914
  accountAttributes: string;
2915
2915
  };
2916
2916
  /**
2917
- * Lookup309: pallet_nfts::types::ItemTip<CollectionId, ItemId, fp_account::AccountId20, Amount>
2917
+ * Lookup314: pallet_nfts::types::ItemTip<CollectionId, ItemId, fp_account::AccountId20, Amount>
2918
2918
  **/
2919
2919
  PalletNftsItemTip: {
2920
2920
  collection: string;
@@ -2923,7 +2923,7 @@ declare const _default: {
2923
2923
  amount: string;
2924
2924
  };
2925
2925
  /**
2926
- * Lookup311: pallet_nfts::types::PreSignedMint<CollectionId, ItemId, fp_account::AccountId20, Deadline, Balance>
2926
+ * Lookup316: pallet_nfts::types::PreSignedMint<CollectionId, ItemId, fp_account::AccountId20, Deadline, Balance>
2927
2927
  **/
2928
2928
  PalletNftsPreSignedMint: {
2929
2929
  collection: string;
@@ -2935,7 +2935,7 @@ declare const _default: {
2935
2935
  mintPrice: string;
2936
2936
  };
2937
2937
  /**
2938
- * Lookup312: pallet_nfts::types::PreSignedAttributes<CollectionId, ItemId, fp_account::AccountId20, Deadline>
2938
+ * Lookup317: pallet_nfts::types::PreSignedAttributes<CollectionId, ItemId, fp_account::AccountId20, Deadline>
2939
2939
  **/
2940
2940
  PalletNftsPreSignedAttributes: {
2941
2941
  collection: string;
@@ -2945,13 +2945,13 @@ declare const _default: {
2945
2945
  deadline: string;
2946
2946
  };
2947
2947
  /**
2948
- * Lookup313: pallet_sudo::pallet::Error<T>
2948
+ * Lookup318: pallet_sudo::pallet::Error<T>
2949
2949
  **/
2950
2950
  PalletSudoError: {
2951
2951
  _enum: string[];
2952
2952
  };
2953
2953
  /**
2954
- * Lookup315: fp_rpc::TransactionStatus
2954
+ * Lookup320: fp_rpc::TransactionStatus
2955
2955
  **/
2956
2956
  FpRpcTransactionStatus: {
2957
2957
  transactionHash: string;
@@ -2963,11 +2963,11 @@ declare const _default: {
2963
2963
  logsBloom: string;
2964
2964
  };
2965
2965
  /**
2966
- * Lookup318: ethbloom::Bloom
2966
+ * Lookup323: ethbloom::Bloom
2967
2967
  **/
2968
2968
  EthbloomBloom: string;
2969
2969
  /**
2970
- * Lookup320: ethereum::receipt::ReceiptV3
2970
+ * Lookup325: ethereum::receipt::ReceiptV3
2971
2971
  **/
2972
2972
  EthereumReceiptReceiptV3: {
2973
2973
  _enum: {
@@ -2977,7 +2977,7 @@ declare const _default: {
2977
2977
  };
2978
2978
  };
2979
2979
  /**
2980
- * Lookup321: ethereum::receipt::EIP658ReceiptData
2980
+ * Lookup326: ethereum::receipt::EIP658ReceiptData
2981
2981
  **/
2982
2982
  EthereumReceiptEip658ReceiptData: {
2983
2983
  statusCode: string;
@@ -2986,7 +2986,7 @@ declare const _default: {
2986
2986
  logs: string;
2987
2987
  };
2988
2988
  /**
2989
- * Lookup322: ethereum::block::Block<ethereum::transaction::TransactionV2>
2989
+ * Lookup327: ethereum::block::Block<ethereum::transaction::TransactionV2>
2990
2990
  **/
2991
2991
  EthereumBlock: {
2992
2992
  header: string;
@@ -2994,7 +2994,7 @@ declare const _default: {
2994
2994
  ommers: string;
2995
2995
  };
2996
2996
  /**
2997
- * Lookup323: ethereum::header::Header
2997
+ * Lookup328: ethereum::header::Header
2998
2998
  **/
2999
2999
  EthereumHeader: {
3000
3000
  parentHash: string;
@@ -3014,17 +3014,17 @@ declare const _default: {
3014
3014
  nonce: string;
3015
3015
  };
3016
3016
  /**
3017
- * Lookup324: ethereum_types::hash::H64
3017
+ * Lookup329: ethereum_types::hash::H64
3018
3018
  **/
3019
3019
  EthereumTypesHashH64: string;
3020
3020
  /**
3021
- * Lookup329: pallet_ethereum::pallet::Error<T>
3021
+ * Lookup334: pallet_ethereum::pallet::Error<T>
3022
3022
  **/
3023
3023
  PalletEthereumError: {
3024
3024
  _enum: string[];
3025
3025
  };
3026
3026
  /**
3027
- * Lookup330: pallet_evm::CodeMetadata
3027
+ * Lookup335: pallet_evm::CodeMetadata
3028
3028
  **/
3029
3029
  PalletEvmCodeMetadata: {
3030
3030
  _alias: {
@@ -3035,20 +3035,20 @@ declare const _default: {
3035
3035
  hash_: string;
3036
3036
  };
3037
3037
  /**
3038
- * Lookup332: pallet_evm::pallet::Error<T>
3038
+ * Lookup337: pallet_evm::pallet::Error<T>
3039
3039
  **/
3040
3040
  PalletEvmError: {
3041
3041
  _enum: string[];
3042
3042
  };
3043
3043
  /**
3044
- * Lookup333: pallet_storage_providers::types::SignUpRequest<T>
3044
+ * Lookup338: pallet_storage_providers::types::SignUpRequest<T>
3045
3045
  **/
3046
3046
  PalletStorageProvidersSignUpRequest: {
3047
3047
  spSignUpRequest: string;
3048
3048
  at: string;
3049
3049
  };
3050
3050
  /**
3051
- * Lookup334: pallet_storage_providers::types::SignUpRequestSpParams<T>
3051
+ * Lookup339: pallet_storage_providers::types::SignUpRequestSpParams<T>
3052
3052
  **/
3053
3053
  PalletStorageProvidersSignUpRequestSpParams: {
3054
3054
  _enum: {
@@ -3057,7 +3057,7 @@ declare const _default: {
3057
3057
  };
3058
3058
  };
3059
3059
  /**
3060
- * Lookup335: pallet_storage_providers::types::BackupStorageProvider<T>
3060
+ * Lookup340: pallet_storage_providers::types::BackupStorageProvider<T>
3061
3061
  **/
3062
3062
  PalletStorageProvidersBackupStorageProvider: {
3063
3063
  capacity: string;
@@ -3071,14 +3071,14 @@ declare const _default: {
3071
3071
  signUpBlock: string;
3072
3072
  };
3073
3073
  /**
3074
- * Lookup336: pallet_storage_providers::types::MainStorageProviderSignUpRequest<T>
3074
+ * Lookup341: pallet_storage_providers::types::MainStorageProviderSignUpRequest<T>
3075
3075
  **/
3076
3076
  PalletStorageProvidersMainStorageProviderSignUpRequest: {
3077
3077
  mspInfo: string;
3078
3078
  valueProp: string;
3079
3079
  };
3080
3080
  /**
3081
- * Lookup337: pallet_storage_providers::types::MainStorageProvider<T>
3081
+ * Lookup342: pallet_storage_providers::types::MainStorageProvider<T>
3082
3082
  **/
3083
3083
  PalletStorageProvidersMainStorageProvider: {
3084
3084
  capacity: string;
@@ -3092,7 +3092,7 @@ declare const _default: {
3092
3092
  signUpBlock: string;
3093
3093
  };
3094
3094
  /**
3095
- * Lookup338: pallet_storage_providers::types::Bucket<T>
3095
+ * Lookup343: pallet_storage_providers::types::Bucket<T>
3096
3096
  **/
3097
3097
  PalletStorageProvidersBucket: {
3098
3098
  _alias: {
@@ -3107,13 +3107,13 @@ declare const _default: {
3107
3107
  valuePropId: string;
3108
3108
  };
3109
3109
  /**
3110
- * Lookup342: pallet_storage_providers::pallet::Error<T>
3110
+ * Lookup347: pallet_storage_providers::pallet::Error<T>
3111
3111
  **/
3112
3112
  PalletStorageProvidersError: {
3113
3113
  _enum: string[];
3114
3114
  };
3115
3115
  /**
3116
- * Lookup343: pallet_file_system::types::StorageRequestMetadata<T>
3116
+ * Lookup348: pallet_file_system::types::StorageRequestMetadata<T>
3117
3117
  **/
3118
3118
  PalletFileSystemStorageRequestMetadata: {
3119
3119
  _alias: {
@@ -3134,13 +3134,13 @@ declare const _default: {
3134
3134
  depositPaid: string;
3135
3135
  };
3136
3136
  /**
3137
- * Lookup346: pallet_file_system::types::StorageRequestBspsMetadata<T>
3137
+ * Lookup351: pallet_file_system::types::StorageRequestBspsMetadata<T>
3138
3138
  **/
3139
3139
  PalletFileSystemStorageRequestBspsMetadata: {
3140
3140
  confirmed: string;
3141
3141
  };
3142
3142
  /**
3143
- * Lookup349: pallet_file_system::types::PendingFileDeletionRequest<T>
3143
+ * Lookup353: pallet_file_system::types::PendingFileDeletionRequest<T>
3144
3144
  **/
3145
3145
  PalletFileSystemPendingFileDeletionRequest: {
3146
3146
  user: string;
@@ -3151,7 +3151,7 @@ declare const _default: {
3151
3151
  queuePriorityChallenge: string;
3152
3152
  };
3153
3153
  /**
3154
- * Lookup351: pallet_file_system::types::PendingStopStoringRequest<T>
3154
+ * Lookup355: pallet_file_system::types::PendingStopStoringRequest<T>
3155
3155
  **/
3156
3156
  PalletFileSystemPendingStopStoringRequest: {
3157
3157
  tickWhenRequested: string;
@@ -3159,7 +3159,7 @@ declare const _default: {
3159
3159
  fileSize: string;
3160
3160
  };
3161
3161
  /**
3162
- * Lookup352: pallet_file_system::types::MoveBucketRequestMetadata<T>
3162
+ * Lookup356: pallet_file_system::types::MoveBucketRequestMetadata<T>
3163
3163
  **/
3164
3164
  PalletFileSystemMoveBucketRequestMetadata: {
3165
3165
  requester: string;
@@ -3167,7 +3167,7 @@ declare const _default: {
3167
3167
  newValuePropId: string;
3168
3168
  };
3169
3169
  /**
3170
- * Lookup353: pallet_file_system::types::IncompleteStorageRequestMetadata<T>
3170
+ * Lookup357: pallet_file_system::types::IncompleteStorageRequestMetadata<T>
3171
3171
  **/
3172
3172
  PalletFileSystemIncompleteStorageRequestMetadata: {
3173
3173
  owner: string;
@@ -3179,26 +3179,26 @@ declare const _default: {
3179
3179
  pendingBucketRemoval: string;
3180
3180
  };
3181
3181
  /**
3182
- * Lookup355: pallet_file_system::pallet::Error<T>
3182
+ * Lookup359: pallet_file_system::pallet::Error<T>
3183
3183
  **/
3184
3184
  PalletFileSystemError: {
3185
3185
  _enum: string[];
3186
3186
  };
3187
3187
  /**
3188
- * Lookup357: pallet_proofs_dealer::types::ProofSubmissionRecord<T>
3188
+ * Lookup361: pallet_proofs_dealer::types::ProofSubmissionRecord<T>
3189
3189
  **/
3190
3190
  PalletProofsDealerProofSubmissionRecord: {
3191
3191
  lastTickProven: string;
3192
3192
  nextTickToSubmitProofFor: string;
3193
3193
  };
3194
3194
  /**
3195
- * Lookup364: pallet_proofs_dealer::pallet::Error<T>
3195
+ * Lookup368: pallet_proofs_dealer::pallet::Error<T>
3196
3196
  **/
3197
3197
  PalletProofsDealerError: {
3198
3198
  _enum: string[];
3199
3199
  };
3200
3200
  /**
3201
- * Lookup366: pallet_payment_streams::types::FixedRatePaymentStream<T>
3201
+ * Lookup370: pallet_payment_streams::types::FixedRatePaymentStream<T>
3202
3202
  **/
3203
3203
  PalletPaymentStreamsFixedRatePaymentStream: {
3204
3204
  rate: string;
@@ -3207,7 +3207,7 @@ declare const _default: {
3207
3207
  outOfFundsTick: string;
3208
3208
  };
3209
3209
  /**
3210
- * Lookup367: pallet_payment_streams::types::DynamicRatePaymentStream<T>
3210
+ * Lookup371: pallet_payment_streams::types::DynamicRatePaymentStream<T>
3211
3211
  **/
3212
3212
  PalletPaymentStreamsDynamicRatePaymentStream: {
3213
3213
  amountProvided: string;
@@ -3216,26 +3216,26 @@ declare const _default: {
3216
3216
  outOfFundsTick: string;
3217
3217
  };
3218
3218
  /**
3219
- * Lookup368: pallet_payment_streams::types::ProviderLastChargeableInfo<T>
3219
+ * Lookup372: pallet_payment_streams::types::ProviderLastChargeableInfo<T>
3220
3220
  **/
3221
3221
  PalletPaymentStreamsProviderLastChargeableInfo: {
3222
3222
  lastChargeableTick: string;
3223
3223
  priceIndex: string;
3224
3224
  };
3225
3225
  /**
3226
- * Lookup369: pallet_payment_streams::pallet::Error<T>
3226
+ * Lookup373: pallet_payment_streams::pallet::Error<T>
3227
3227
  **/
3228
3228
  PalletPaymentStreamsError: {
3229
3229
  _enum: string[];
3230
3230
  };
3231
3231
  /**
3232
- * Lookup370: pallet_bucket_nfts::pallet::Error<T>
3232
+ * Lookup374: pallet_bucket_nfts::pallet::Error<T>
3233
3233
  **/
3234
3234
  PalletBucketNftsError: {
3235
3235
  _enum: string[];
3236
3236
  };
3237
3237
  /**
3238
- * Lookup371: pallet_nfts::types::CollectionDetails<fp_account::AccountId20, DepositBalance>
3238
+ * Lookup375: pallet_nfts::types::CollectionDetails<fp_account::AccountId20, DepositBalance>
3239
3239
  **/
3240
3240
  PalletNftsCollectionDetails: {
3241
3241
  owner: string;
@@ -3246,13 +3246,13 @@ declare const _default: {
3246
3246
  attributes: string;
3247
3247
  };
3248
3248
  /**
3249
- * Lookup376: pallet_nfts::types::CollectionRole
3249
+ * Lookup380: pallet_nfts::types::CollectionRole
3250
3250
  **/
3251
3251
  PalletNftsCollectionRole: {
3252
3252
  _enum: string[];
3253
3253
  };
3254
3254
  /**
3255
- * Lookup377: 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>>
3255
+ * Lookup381: 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>>
3256
3256
  **/
3257
3257
  PalletNftsItemDetails: {
3258
3258
  owner: string;
@@ -3260,42 +3260,42 @@ declare const _default: {
3260
3260
  deposit: string;
3261
3261
  };
3262
3262
  /**
3263
- * Lookup378: pallet_nfts::types::ItemDeposit<DepositBalance, fp_account::AccountId20>
3263
+ * Lookup382: pallet_nfts::types::ItemDeposit<DepositBalance, fp_account::AccountId20>
3264
3264
  **/
3265
3265
  PalletNftsItemDeposit: {
3266
3266
  account: string;
3267
3267
  amount: string;
3268
3268
  };
3269
3269
  /**
3270
- * Lookup383: pallet_nfts::types::CollectionMetadata<Deposit, StringLimit>
3270
+ * Lookup387: pallet_nfts::types::CollectionMetadata<Deposit, StringLimit>
3271
3271
  **/
3272
3272
  PalletNftsCollectionMetadata: {
3273
3273
  deposit: string;
3274
3274
  data: string;
3275
3275
  };
3276
3276
  /**
3277
- * Lookup384: pallet_nfts::types::ItemMetadata<pallet_nfts::types::ItemMetadataDeposit<DepositBalance, fp_account::AccountId20>, StringLimit>
3277
+ * Lookup388: pallet_nfts::types::ItemMetadata<pallet_nfts::types::ItemMetadataDeposit<DepositBalance, fp_account::AccountId20>, StringLimit>
3278
3278
  **/
3279
3279
  PalletNftsItemMetadata: {
3280
3280
  deposit: string;
3281
3281
  data: string;
3282
3282
  };
3283
3283
  /**
3284
- * Lookup385: pallet_nfts::types::ItemMetadataDeposit<DepositBalance, fp_account::AccountId20>
3284
+ * Lookup389: pallet_nfts::types::ItemMetadataDeposit<DepositBalance, fp_account::AccountId20>
3285
3285
  **/
3286
3286
  PalletNftsItemMetadataDeposit: {
3287
3287
  account: string;
3288
3288
  amount: string;
3289
3289
  };
3290
3290
  /**
3291
- * Lookup388: pallet_nfts::types::AttributeDeposit<DepositBalance, fp_account::AccountId20>
3291
+ * Lookup392: pallet_nfts::types::AttributeDeposit<DepositBalance, fp_account::AccountId20>
3292
3292
  **/
3293
3293
  PalletNftsAttributeDeposit: {
3294
3294
  account: string;
3295
3295
  amount: string;
3296
3296
  };
3297
3297
  /**
3298
- * Lookup392: pallet_nfts::types::PendingSwap<CollectionId, ItemId, pallet_nfts::types::PriceWithDirection<Amount>, Deadline>
3298
+ * Lookup396: pallet_nfts::types::PendingSwap<CollectionId, ItemId, pallet_nfts::types::PriceWithDirection<Amount>, Deadline>
3299
3299
  **/
3300
3300
  PalletNftsPendingSwap: {
3301
3301
  desiredCollection: string;
@@ -3304,59 +3304,59 @@ declare const _default: {
3304
3304
  deadline: string;
3305
3305
  };
3306
3306
  /**
3307
- * Lookup394: pallet_nfts::types::PalletFeature
3307
+ * Lookup398: pallet_nfts::types::PalletFeature
3308
3308
  **/
3309
3309
  PalletNftsPalletFeature: {
3310
3310
  _enum: string[];
3311
3311
  };
3312
3312
  /**
3313
- * Lookup395: pallet_nfts::pallet::Error<T, I>
3313
+ * Lookup399: pallet_nfts::pallet::Error<T, I>
3314
3314
  **/
3315
3315
  PalletNftsError: {
3316
3316
  _enum: string[];
3317
3317
  };
3318
3318
  /**
3319
- * Lookup398: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
3319
+ * Lookup402: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
3320
3320
  **/
3321
3321
  FrameSystemExtensionsCheckNonZeroSender: string;
3322
3322
  /**
3323
- * Lookup399: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
3323
+ * Lookup403: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
3324
3324
  **/
3325
3325
  FrameSystemExtensionsCheckSpecVersion: string;
3326
3326
  /**
3327
- * Lookup400: frame_system::extensions::check_tx_version::CheckTxVersion<T>
3327
+ * Lookup404: frame_system::extensions::check_tx_version::CheckTxVersion<T>
3328
3328
  **/
3329
3329
  FrameSystemExtensionsCheckTxVersion: string;
3330
3330
  /**
3331
- * Lookup401: frame_system::extensions::check_genesis::CheckGenesis<T>
3331
+ * Lookup405: frame_system::extensions::check_genesis::CheckGenesis<T>
3332
3332
  **/
3333
3333
  FrameSystemExtensionsCheckGenesis: string;
3334
3334
  /**
3335
- * Lookup404: frame_system::extensions::check_nonce::CheckNonce<T>
3335
+ * Lookup408: frame_system::extensions::check_nonce::CheckNonce<T>
3336
3336
  **/
3337
3337
  FrameSystemExtensionsCheckNonce: string;
3338
3338
  /**
3339
- * Lookup405: frame_system::extensions::check_weight::CheckWeight<T>
3339
+ * Lookup409: frame_system::extensions::check_weight::CheckWeight<T>
3340
3340
  **/
3341
3341
  FrameSystemExtensionsCheckWeight: string;
3342
3342
  /**
3343
- * Lookup406: pallet_transaction_payment::ChargeTransactionPayment<T>
3343
+ * Lookup410: pallet_transaction_payment::ChargeTransactionPayment<T>
3344
3344
  **/
3345
3345
  PalletTransactionPaymentChargeTransactionPayment: string;
3346
3346
  /**
3347
- * Lookup407: frame_metadata_hash_extension::CheckMetadataHash<T>
3347
+ * Lookup411: frame_metadata_hash_extension::CheckMetadataHash<T>
3348
3348
  **/
3349
3349
  FrameMetadataHashExtensionCheckMetadataHash: {
3350
3350
  mode: string;
3351
3351
  };
3352
3352
  /**
3353
- * Lookup408: frame_metadata_hash_extension::Mode
3353
+ * Lookup412: frame_metadata_hash_extension::Mode
3354
3354
  **/
3355
3355
  FrameMetadataHashExtensionMode: {
3356
3356
  _enum: string[];
3357
3357
  };
3358
3358
  /**
3359
- * Lookup410: sh_solochain_evm_runtime::Runtime
3359
+ * Lookup414: sh_solochain_evm_runtime::Runtime
3360
3360
  **/
3361
3361
  ShSolochainEvmRuntimeRuntime: string;
3362
3362
  };