@storagehub/api-augment 0.2.10 → 0.2.14
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 +2406 -2869
- 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/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 +1686 -2107
- 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 +8 -107
- package/dist/types/parachain/interfaces/augment-api-events.d.ts +185 -917
- package/dist/types/parachain/interfaces/augment-api-query.d.ts +112 -319
- package/dist/types/parachain/interfaces/augment-api-rpc.d.ts +32 -32
- package/dist/types/parachain/interfaces/augment-api-runtime.d.ts +25 -25
- package/dist/types/parachain/interfaces/augment-api-tx.d.ts +212 -637
- package/dist/types/parachain/interfaces/augment-api.d.ts +7 -7
- package/dist/types/parachain/interfaces/augment-types.d.ts +76 -75
- package/dist/types/parachain/interfaces/index.d.ts +1 -1
- package/dist/types/parachain/interfaces/lookup.d.ts +289 -326
- package/dist/types/parachain/interfaces/registry.d.ts +4 -4
- package/dist/types/parachain/interfaces/storagehubclient/index.d.ts +1 -1
- package/dist/types/parachain/interfaces/storagehubclient/types.d.ts +46 -36
- package/dist/types/parachain/interfaces/types-lookup.d.ts +525 -712
- 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 +8 -107
- package/dist/types/solochain-evm/interfaces/augment-api-events.d.ts +150 -763
- package/dist/types/solochain-evm/interfaces/augment-api-query.d.ts +100 -291
- package/dist/types/solochain-evm/interfaces/augment-api-rpc.d.ts +32 -32
- package/dist/types/solochain-evm/interfaces/augment-api-runtime.d.ts +25 -25
- package/dist/types/solochain-evm/interfaces/augment-api-tx.d.ts +195 -582
- package/dist/types/solochain-evm/interfaces/augment-api.d.ts +7 -7
- package/dist/types/solochain-evm/interfaces/augment-types.d.ts +76 -75
- package/dist/types/solochain-evm/interfaces/index.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/lookup.d.ts +239 -276
- package/dist/types/solochain-evm/interfaces/registry.d.ts +4 -4
- package/dist/types/solochain-evm/interfaces/storagehubclient/index.d.ts +1 -1
- package/dist/types/solochain-evm/interfaces/storagehubclient/types.d.ts +47 -37
- package/dist/types/solochain-evm/interfaces/types-lookup.d.ts +425 -582
- 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 +5 -104
- package/src/parachain/interfaces/augment-api-events.ts +14 -113
- package/src/parachain/interfaces/augment-api-tx.ts +63 -10
- package/src/parachain/interfaces/augment-types.ts +2 -0
- package/src/parachain/interfaces/lookup.ts +326 -388
- package/src/parachain/interfaces/registry.ts +2 -2
- package/src/parachain/interfaces/storagehubclient/types.ts +14 -4
- package/src/parachain/interfaces/types-lookup.ts +388 -486
- package/src/solochain-evm/interfaces/augment-api-errors.ts +5 -104
- package/src/solochain-evm/interfaces/augment-api-events.ts +14 -113
- package/src/solochain-evm/interfaces/augment-api-tx.ts +63 -10
- package/src/solochain-evm/interfaces/augment-types.ts +2 -0
- package/src/solochain-evm/interfaces/lookup.ts +276 -338
- package/src/solochain-evm/interfaces/registry.ts +2 -2
- package/src/solochain-evm/interfaces/storagehubclient/types.ts +14 -4
- package/src/solochain-evm/interfaces/types-lookup.ts +338 -436
- package/storagehub-api-augment-0.2.14.tgz +0 -0
|
@@ -1501,12 +1501,6 @@ declare const _default: {
|
|
|
1501
1501
|
bucketId: string;
|
|
1502
1502
|
maybeCollectionId: string;
|
|
1503
1503
|
};
|
|
1504
|
-
MoveBucketRequested: {
|
|
1505
|
-
who: string;
|
|
1506
|
-
bucketId: string;
|
|
1507
|
-
newMspId: string;
|
|
1508
|
-
newValuePropId: string;
|
|
1509
|
-
};
|
|
1510
1504
|
BucketPrivacyUpdated: {
|
|
1511
1505
|
who: string;
|
|
1512
1506
|
bucketId: string;
|
|
@@ -1518,6 +1512,26 @@ declare const _default: {
|
|
|
1518
1512
|
bucketId: string;
|
|
1519
1513
|
collectionId: string;
|
|
1520
1514
|
};
|
|
1515
|
+
MoveBucketRequested: {
|
|
1516
|
+
who: string;
|
|
1517
|
+
bucketId: string;
|
|
1518
|
+
newMspId: string;
|
|
1519
|
+
newValuePropId: string;
|
|
1520
|
+
};
|
|
1521
|
+
MoveBucketRequestExpired: {
|
|
1522
|
+
bucketId: string;
|
|
1523
|
+
};
|
|
1524
|
+
MoveBucketAccepted: {
|
|
1525
|
+
bucketId: string;
|
|
1526
|
+
oldMspId: string;
|
|
1527
|
+
newMspId: string;
|
|
1528
|
+
valuePropId: string;
|
|
1529
|
+
};
|
|
1530
|
+
MoveBucketRejected: {
|
|
1531
|
+
bucketId: string;
|
|
1532
|
+
oldMspId: string;
|
|
1533
|
+
newMspId: string;
|
|
1534
|
+
};
|
|
1521
1535
|
NewStorageRequest: {
|
|
1522
1536
|
_alias: {
|
|
1523
1537
|
size_: string;
|
|
@@ -1535,6 +1549,27 @@ declare const _default: {
|
|
|
1535
1549
|
fileKey: string;
|
|
1536
1550
|
fileMetadata: string;
|
|
1537
1551
|
};
|
|
1552
|
+
StorageRequestFulfilled: {
|
|
1553
|
+
fileKey: string;
|
|
1554
|
+
};
|
|
1555
|
+
StorageRequestExpired: {
|
|
1556
|
+
fileKey: string;
|
|
1557
|
+
};
|
|
1558
|
+
StorageRequestRevoked: {
|
|
1559
|
+
fileKey: string;
|
|
1560
|
+
};
|
|
1561
|
+
StorageRequestRejected: {
|
|
1562
|
+
fileKey: string;
|
|
1563
|
+
mspId: string;
|
|
1564
|
+
bucketId: string;
|
|
1565
|
+
reason: string;
|
|
1566
|
+
};
|
|
1567
|
+
IncompleteStorageRequest: {
|
|
1568
|
+
fileKey: string;
|
|
1569
|
+
};
|
|
1570
|
+
IncompleteStorageRequestCleanedUp: {
|
|
1571
|
+
fileKey: string;
|
|
1572
|
+
};
|
|
1538
1573
|
AcceptedBspVolunteer: {
|
|
1539
1574
|
_alias: {
|
|
1540
1575
|
size_: string;
|
|
@@ -1554,20 +1589,9 @@ declare const _default: {
|
|
|
1554
1589
|
skippedFileKeys: string;
|
|
1555
1590
|
newRoot: string;
|
|
1556
1591
|
};
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
StorageRequestExpired: {
|
|
1561
|
-
fileKey: string;
|
|
1562
|
-
};
|
|
1563
|
-
StorageRequestRevoked: {
|
|
1564
|
-
fileKey: string;
|
|
1565
|
-
};
|
|
1566
|
-
StorageRequestRejected: {
|
|
1567
|
-
fileKey: string;
|
|
1568
|
-
mspId: string;
|
|
1569
|
-
bucketId: string;
|
|
1570
|
-
reason: string;
|
|
1592
|
+
BspChallengeCycleInitialised: {
|
|
1593
|
+
who: string;
|
|
1594
|
+
bspId: string;
|
|
1571
1595
|
};
|
|
1572
1596
|
BspRequestedToStopStoring: {
|
|
1573
1597
|
bspId: string;
|
|
@@ -1580,9 +1604,10 @@ declare const _default: {
|
|
|
1580
1604
|
fileKey: string;
|
|
1581
1605
|
newRoot: string;
|
|
1582
1606
|
};
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1607
|
+
MspStoppedStoringBucket: {
|
|
1608
|
+
mspId: string;
|
|
1609
|
+
owner: string;
|
|
1610
|
+
bucketId: string;
|
|
1586
1611
|
};
|
|
1587
1612
|
SpStopStoringInsolventUser: {
|
|
1588
1613
|
spId: string;
|
|
@@ -1596,76 +1621,6 @@ declare const _default: {
|
|
|
1596
1621
|
owner: string;
|
|
1597
1622
|
bucketId: string;
|
|
1598
1623
|
};
|
|
1599
|
-
FailedToQueuePriorityChallenge: {
|
|
1600
|
-
fileKey: string;
|
|
1601
|
-
error: string;
|
|
1602
|
-
};
|
|
1603
|
-
FileDeletionRequest: {
|
|
1604
|
-
user: string;
|
|
1605
|
-
fileKey: string;
|
|
1606
|
-
fileSize: string;
|
|
1607
|
-
bucketId: string;
|
|
1608
|
-
mspId: string;
|
|
1609
|
-
proofOfInclusion: string;
|
|
1610
|
-
};
|
|
1611
|
-
ProofSubmittedForPendingFileDeletionRequest: {
|
|
1612
|
-
user: string;
|
|
1613
|
-
fileKey: string;
|
|
1614
|
-
fileSize: string;
|
|
1615
|
-
bucketId: string;
|
|
1616
|
-
mspId: string;
|
|
1617
|
-
proofOfInclusion: string;
|
|
1618
|
-
};
|
|
1619
|
-
BspChallengeCycleInitialised: {
|
|
1620
|
-
who: string;
|
|
1621
|
-
bspId: string;
|
|
1622
|
-
};
|
|
1623
|
-
MoveBucketRequestExpired: {
|
|
1624
|
-
bucketId: string;
|
|
1625
|
-
};
|
|
1626
|
-
MoveBucketAccepted: {
|
|
1627
|
-
bucketId: string;
|
|
1628
|
-
oldMspId: string;
|
|
1629
|
-
newMspId: string;
|
|
1630
|
-
valuePropId: string;
|
|
1631
|
-
};
|
|
1632
|
-
MoveBucketRejected: {
|
|
1633
|
-
bucketId: string;
|
|
1634
|
-
oldMspId: string;
|
|
1635
|
-
newMspId: string;
|
|
1636
|
-
};
|
|
1637
|
-
MspStoppedStoringBucket: {
|
|
1638
|
-
mspId: string;
|
|
1639
|
-
owner: string;
|
|
1640
|
-
bucketId: string;
|
|
1641
|
-
};
|
|
1642
|
-
FailedToGetMspOfBucket: {
|
|
1643
|
-
bucketId: string;
|
|
1644
|
-
error: string;
|
|
1645
|
-
};
|
|
1646
|
-
FailedToDecreaseMspUsedCapacity: {
|
|
1647
|
-
user: string;
|
|
1648
|
-
mspId: string;
|
|
1649
|
-
fileKey: string;
|
|
1650
|
-
fileSize: string;
|
|
1651
|
-
error: string;
|
|
1652
|
-
};
|
|
1653
|
-
UsedCapacityShouldBeZero: {
|
|
1654
|
-
actualUsedCapacity: string;
|
|
1655
|
-
};
|
|
1656
|
-
FailedToReleaseStorageRequestCreationDeposit: {
|
|
1657
|
-
fileKey: string;
|
|
1658
|
-
owner: string;
|
|
1659
|
-
amountToReturn: string;
|
|
1660
|
-
error: string;
|
|
1661
|
-
};
|
|
1662
|
-
FailedToTransferDepositFundsToBsp: {
|
|
1663
|
-
fileKey: string;
|
|
1664
|
-
owner: string;
|
|
1665
|
-
bspId: string;
|
|
1666
|
-
amountToTransfer: string;
|
|
1667
|
-
error: string;
|
|
1668
|
-
};
|
|
1669
1624
|
FileDeletionRequested: {
|
|
1670
1625
|
signedDeleteIntention: string;
|
|
1671
1626
|
signature: string;
|
|
@@ -1685,13 +1640,19 @@ declare const _default: {
|
|
|
1685
1640
|
oldRoot: string;
|
|
1686
1641
|
newRoot: string;
|
|
1687
1642
|
};
|
|
1688
|
-
|
|
1643
|
+
UsedCapacityShouldBeZero: {
|
|
1644
|
+
actualUsedCapacity: string;
|
|
1645
|
+
};
|
|
1646
|
+
FailedToReleaseStorageRequestCreationDeposit: {
|
|
1689
1647
|
fileKey: string;
|
|
1648
|
+
owner: string;
|
|
1649
|
+
amountToReturn: string;
|
|
1650
|
+
error: string;
|
|
1690
1651
|
};
|
|
1691
1652
|
};
|
|
1692
1653
|
};
|
|
1693
1654
|
/**
|
|
1694
|
-
*
|
|
1655
|
+
* Lookup154: shp_file_metadata::FileMetadata
|
|
1695
1656
|
**/
|
|
1696
1657
|
ShpFileMetadataFileMetadata: {
|
|
1697
1658
|
owner: string;
|
|
@@ -1701,39 +1662,30 @@ declare const _default: {
|
|
|
1701
1662
|
fingerprint: string;
|
|
1702
1663
|
};
|
|
1703
1664
|
/**
|
|
1704
|
-
*
|
|
1665
|
+
* Lookup155: shp_file_metadata::Fingerprint
|
|
1705
1666
|
**/
|
|
1706
1667
|
ShpFileMetadataFingerprint: string;
|
|
1707
1668
|
/**
|
|
1708
|
-
*
|
|
1669
|
+
* Lookup156: pallet_file_system::types::RejectedStorageRequestReason
|
|
1709
1670
|
**/
|
|
1710
1671
|
PalletFileSystemRejectedStorageRequestReason: {
|
|
1711
1672
|
_enum: string[];
|
|
1712
1673
|
};
|
|
1713
1674
|
/**
|
|
1714
|
-
*
|
|
1715
|
-
**/
|
|
1716
|
-
PalletFileSystemEitherAccountIdOrMspId: {
|
|
1717
|
-
_enum: {
|
|
1718
|
-
AccountId: string;
|
|
1719
|
-
MspId: string;
|
|
1720
|
-
};
|
|
1721
|
-
};
|
|
1722
|
-
/**
|
|
1723
|
-
* Lookup162: pallet_file_system::types::FileOperationIntention<T>
|
|
1675
|
+
* Lookup161: pallet_file_system::types::FileOperationIntention<T>
|
|
1724
1676
|
**/
|
|
1725
1677
|
PalletFileSystemFileOperationIntention: {
|
|
1726
1678
|
fileKey: string;
|
|
1727
1679
|
operation: string;
|
|
1728
1680
|
};
|
|
1729
1681
|
/**
|
|
1730
|
-
*
|
|
1682
|
+
* Lookup162: pallet_file_system::types::FileOperation
|
|
1731
1683
|
**/
|
|
1732
1684
|
PalletFileSystemFileOperation: {
|
|
1733
1685
|
_enum: string[];
|
|
1734
1686
|
};
|
|
1735
1687
|
/**
|
|
1736
|
-
*
|
|
1688
|
+
* Lookup163: sp_runtime::MultiSignature
|
|
1737
1689
|
**/
|
|
1738
1690
|
SpRuntimeMultiSignature: {
|
|
1739
1691
|
_enum: {
|
|
@@ -1743,7 +1695,7 @@ declare const _default: {
|
|
|
1743
1695
|
};
|
|
1744
1696
|
};
|
|
1745
1697
|
/**
|
|
1746
|
-
*
|
|
1698
|
+
* Lookup168: pallet_proofs_dealer::pallet::Event<T>
|
|
1747
1699
|
**/
|
|
1748
1700
|
PalletProofsDealerEvent: {
|
|
1749
1701
|
_enum: {
|
|
@@ -1800,41 +1752,41 @@ declare const _default: {
|
|
|
1800
1752
|
};
|
|
1801
1753
|
};
|
|
1802
1754
|
/**
|
|
1803
|
-
*
|
|
1755
|
+
* Lookup169: pallet_proofs_dealer::types::Proof<T>
|
|
1804
1756
|
**/
|
|
1805
1757
|
PalletProofsDealerProof: {
|
|
1806
1758
|
forestProof: string;
|
|
1807
1759
|
keyProofs: string;
|
|
1808
1760
|
};
|
|
1809
1761
|
/**
|
|
1810
|
-
*
|
|
1762
|
+
* Lookup170: sp_trie::storage_proof::CompactProof
|
|
1811
1763
|
**/
|
|
1812
1764
|
SpTrieStorageProofCompactProof: {
|
|
1813
1765
|
encodedNodes: string;
|
|
1814
1766
|
};
|
|
1815
1767
|
/**
|
|
1816
|
-
*
|
|
1768
|
+
* Lookup173: pallet_proofs_dealer::types::KeyProof<T>
|
|
1817
1769
|
**/
|
|
1818
1770
|
PalletProofsDealerKeyProof: {
|
|
1819
1771
|
proof: string;
|
|
1820
1772
|
challengeCount: string;
|
|
1821
1773
|
};
|
|
1822
1774
|
/**
|
|
1823
|
-
*
|
|
1775
|
+
* Lookup174: shp_file_key_verifier::types::FileKeyProof
|
|
1824
1776
|
**/
|
|
1825
1777
|
ShpFileKeyVerifierFileKeyProof: {
|
|
1826
1778
|
fileMetadata: string;
|
|
1827
1779
|
proof: string;
|
|
1828
1780
|
};
|
|
1829
1781
|
/**
|
|
1830
|
-
*
|
|
1782
|
+
* Lookup178: pallet_proofs_dealer::types::CustomChallenge<T>
|
|
1831
1783
|
**/
|
|
1832
1784
|
PalletProofsDealerCustomChallenge: {
|
|
1833
1785
|
key: string;
|
|
1834
1786
|
shouldRemoveKey: string;
|
|
1835
1787
|
};
|
|
1836
1788
|
/**
|
|
1837
|
-
*
|
|
1789
|
+
* Lookup182: shp_traits::TrieMutation
|
|
1838
1790
|
**/
|
|
1839
1791
|
ShpTraitsTrieMutation: {
|
|
1840
1792
|
_enum: {
|
|
@@ -1843,19 +1795,19 @@ declare const _default: {
|
|
|
1843
1795
|
};
|
|
1844
1796
|
};
|
|
1845
1797
|
/**
|
|
1846
|
-
*
|
|
1798
|
+
* Lookup183: shp_traits::TrieAddMutation
|
|
1847
1799
|
**/
|
|
1848
1800
|
ShpTraitsTrieAddMutation: {
|
|
1849
1801
|
value: string;
|
|
1850
1802
|
};
|
|
1851
1803
|
/**
|
|
1852
|
-
*
|
|
1804
|
+
* Lookup184: shp_traits::TrieRemoveMutation
|
|
1853
1805
|
**/
|
|
1854
1806
|
ShpTraitsTrieRemoveMutation: {
|
|
1855
1807
|
maybeValue: string;
|
|
1856
1808
|
};
|
|
1857
1809
|
/**
|
|
1858
|
-
*
|
|
1810
|
+
* Lookup186: pallet_randomness::pallet::Event<T>
|
|
1859
1811
|
**/
|
|
1860
1812
|
PalletRandomnessEvent: {
|
|
1861
1813
|
_enum: {
|
|
@@ -1867,7 +1819,7 @@ declare const _default: {
|
|
|
1867
1819
|
};
|
|
1868
1820
|
};
|
|
1869
1821
|
/**
|
|
1870
|
-
*
|
|
1822
|
+
* Lookup187: pallet_payment_streams::pallet::Event<T>
|
|
1871
1823
|
**/
|
|
1872
1824
|
PalletPaymentStreamsEvent: {
|
|
1873
1825
|
_enum: {
|
|
@@ -1935,7 +1887,7 @@ declare const _default: {
|
|
|
1935
1887
|
};
|
|
1936
1888
|
};
|
|
1937
1889
|
/**
|
|
1938
|
-
*
|
|
1890
|
+
* Lookup189: pallet_bucket_nfts::pallet::Event<T>
|
|
1939
1891
|
**/
|
|
1940
1892
|
PalletBucketNftsEvent: {
|
|
1941
1893
|
_enum: {
|
|
@@ -1956,7 +1908,7 @@ declare const _default: {
|
|
|
1956
1908
|
};
|
|
1957
1909
|
};
|
|
1958
1910
|
/**
|
|
1959
|
-
*
|
|
1911
|
+
* Lookup190: pallet_nfts::pallet::Event<T, I>
|
|
1960
1912
|
**/
|
|
1961
1913
|
PalletNftsEvent: {
|
|
1962
1914
|
_enum: {
|
|
@@ -2157,7 +2109,7 @@ declare const _default: {
|
|
|
2157
2109
|
};
|
|
2158
2110
|
};
|
|
2159
2111
|
/**
|
|
2160
|
-
*
|
|
2112
|
+
* Lookup194: pallet_nfts::types::AttributeNamespace<sp_core::crypto::AccountId32>
|
|
2161
2113
|
**/
|
|
2162
2114
|
PalletNftsAttributeNamespace: {
|
|
2163
2115
|
_enum: {
|
|
@@ -2168,20 +2120,20 @@ declare const _default: {
|
|
|
2168
2120
|
};
|
|
2169
2121
|
};
|
|
2170
2122
|
/**
|
|
2171
|
-
*
|
|
2123
|
+
* Lookup196: pallet_nfts::types::PriceWithDirection<Amount>
|
|
2172
2124
|
**/
|
|
2173
2125
|
PalletNftsPriceWithDirection: {
|
|
2174
2126
|
amount: string;
|
|
2175
2127
|
direction: string;
|
|
2176
2128
|
};
|
|
2177
2129
|
/**
|
|
2178
|
-
*
|
|
2130
|
+
* Lookup197: pallet_nfts::types::PriceDirection
|
|
2179
2131
|
**/
|
|
2180
2132
|
PalletNftsPriceDirection: {
|
|
2181
2133
|
_enum: string[];
|
|
2182
2134
|
};
|
|
2183
2135
|
/**
|
|
2184
|
-
*
|
|
2136
|
+
* Lookup198: pallet_nfts::types::PalletAttributes<CollectionId>
|
|
2185
2137
|
**/
|
|
2186
2138
|
PalletNftsPalletAttributes: {
|
|
2187
2139
|
_enum: {
|
|
@@ -2190,7 +2142,7 @@ declare const _default: {
|
|
|
2190
2142
|
};
|
|
2191
2143
|
};
|
|
2192
2144
|
/**
|
|
2193
|
-
*
|
|
2145
|
+
* Lookup199: pallet_parameters::pallet::Event<T>
|
|
2194
2146
|
**/
|
|
2195
2147
|
PalletParametersEvent: {
|
|
2196
2148
|
_enum: {
|
|
@@ -2202,7 +2154,7 @@ declare const _default: {
|
|
|
2202
2154
|
};
|
|
2203
2155
|
};
|
|
2204
2156
|
/**
|
|
2205
|
-
*
|
|
2157
|
+
* Lookup200: sh_parachain_runtime::configs::runtime_params::RuntimeParametersKey
|
|
2206
2158
|
**/
|
|
2207
2159
|
ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey: {
|
|
2208
2160
|
_enum: {
|
|
@@ -2210,133 +2162,133 @@ declare const _default: {
|
|
|
2210
2162
|
};
|
|
2211
2163
|
};
|
|
2212
2164
|
/**
|
|
2213
|
-
*
|
|
2165
|
+
* Lookup201: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ParametersKey
|
|
2214
2166
|
**/
|
|
2215
2167
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey: {
|
|
2216
2168
|
_enum: string[];
|
|
2217
2169
|
};
|
|
2218
2170
|
/**
|
|
2219
|
-
*
|
|
2171
|
+
* Lookup202: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SlashAmountPerMaxFileSize
|
|
2220
2172
|
**/
|
|
2221
2173
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize: string;
|
|
2222
2174
|
/**
|
|
2223
|
-
*
|
|
2175
|
+
* Lookup203: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StakeToChallengePeriod
|
|
2224
2176
|
**/
|
|
2225
2177
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod: string;
|
|
2226
2178
|
/**
|
|
2227
|
-
*
|
|
2179
|
+
* Lookup204: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::CheckpointChallengePeriod
|
|
2228
2180
|
**/
|
|
2229
2181
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod: string;
|
|
2230
2182
|
/**
|
|
2231
|
-
*
|
|
2183
|
+
* Lookup205: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinChallengePeriod
|
|
2232
2184
|
**/
|
|
2233
2185
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod: string;
|
|
2234
2186
|
/**
|
|
2235
|
-
*
|
|
2187
|
+
* Lookup206: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SystemUtilisationLowerThresholdPercentage
|
|
2236
2188
|
**/
|
|
2237
2189
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage: string;
|
|
2238
2190
|
/**
|
|
2239
|
-
*
|
|
2191
|
+
* Lookup207: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SystemUtilisationUpperThresholdPercentage
|
|
2240
2192
|
**/
|
|
2241
2193
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage: string;
|
|
2242
2194
|
/**
|
|
2243
|
-
*
|
|
2195
|
+
* Lookup208: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MostlyStablePrice
|
|
2244
2196
|
**/
|
|
2245
2197
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice: string;
|
|
2246
2198
|
/**
|
|
2247
|
-
*
|
|
2199
|
+
* Lookup209: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MaxPrice
|
|
2248
2200
|
**/
|
|
2249
2201
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice: string;
|
|
2250
2202
|
/**
|
|
2251
|
-
*
|
|
2203
|
+
* Lookup210: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinPrice
|
|
2252
2204
|
**/
|
|
2253
2205
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice: string;
|
|
2254
2206
|
/**
|
|
2255
|
-
*
|
|
2207
|
+
* Lookup211: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::UpperExponentFactor
|
|
2256
2208
|
**/
|
|
2257
2209
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor: string;
|
|
2258
2210
|
/**
|
|
2259
|
-
*
|
|
2211
|
+
* Lookup212: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::LowerExponentFactor
|
|
2260
2212
|
**/
|
|
2261
2213
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor: string;
|
|
2262
2214
|
/**
|
|
2263
|
-
*
|
|
2215
|
+
* Lookup213: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ZeroSizeBucketFixedRate
|
|
2264
2216
|
**/
|
|
2265
2217
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate: string;
|
|
2266
2218
|
/**
|
|
2267
|
-
*
|
|
2219
|
+
* Lookup214: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::IdealUtilisationRate
|
|
2268
2220
|
**/
|
|
2269
2221
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate: string;
|
|
2270
2222
|
/**
|
|
2271
|
-
*
|
|
2223
|
+
* Lookup215: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::DecayRate
|
|
2272
2224
|
**/
|
|
2273
2225
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate: string;
|
|
2274
2226
|
/**
|
|
2275
|
-
*
|
|
2227
|
+
* Lookup216: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinimumTreasuryCut
|
|
2276
2228
|
**/
|
|
2277
2229
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut: string;
|
|
2278
2230
|
/**
|
|
2279
|
-
*
|
|
2231
|
+
* Lookup217: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MaximumTreasuryCut
|
|
2280
2232
|
**/
|
|
2281
2233
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut: string;
|
|
2282
2234
|
/**
|
|
2283
|
-
*
|
|
2235
|
+
* Lookup218: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::BspStopStoringFilePenalty
|
|
2284
2236
|
**/
|
|
2285
2237
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty: string;
|
|
2286
2238
|
/**
|
|
2287
|
-
*
|
|
2239
|
+
* Lookup219: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ProviderTopUpTtl
|
|
2288
2240
|
**/
|
|
2289
2241
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl: string;
|
|
2290
2242
|
/**
|
|
2291
|
-
*
|
|
2243
|
+
* Lookup220: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::BasicReplicationTarget
|
|
2292
2244
|
**/
|
|
2293
2245
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget: string;
|
|
2294
2246
|
/**
|
|
2295
|
-
*
|
|
2247
|
+
* Lookup221: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StandardReplicationTarget
|
|
2296
2248
|
**/
|
|
2297
2249
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget: string;
|
|
2298
2250
|
/**
|
|
2299
|
-
*
|
|
2251
|
+
* Lookup222: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::HighSecurityReplicationTarget
|
|
2300
2252
|
**/
|
|
2301
2253
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget: string;
|
|
2302
2254
|
/**
|
|
2303
|
-
*
|
|
2255
|
+
* Lookup223: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SuperHighSecurityReplicationTarget
|
|
2304
2256
|
**/
|
|
2305
2257
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget: string;
|
|
2306
2258
|
/**
|
|
2307
|
-
*
|
|
2259
|
+
* Lookup224: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::UltraHighSecurityReplicationTarget
|
|
2308
2260
|
**/
|
|
2309
2261
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget: string;
|
|
2310
2262
|
/**
|
|
2311
|
-
*
|
|
2263
|
+
* Lookup225: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MaxReplicationTarget
|
|
2312
2264
|
**/
|
|
2313
2265
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget: string;
|
|
2314
2266
|
/**
|
|
2315
|
-
*
|
|
2267
|
+
* Lookup226: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::TickRangeToMaximumThreshold
|
|
2316
2268
|
**/
|
|
2317
2269
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold: string;
|
|
2318
2270
|
/**
|
|
2319
|
-
*
|
|
2271
|
+
* Lookup227: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StorageRequestTtl
|
|
2320
2272
|
**/
|
|
2321
2273
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl: string;
|
|
2322
2274
|
/**
|
|
2323
|
-
*
|
|
2275
|
+
* Lookup228: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinWaitForStopStoring
|
|
2324
2276
|
**/
|
|
2325
2277
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring: string;
|
|
2326
2278
|
/**
|
|
2327
|
-
*
|
|
2279
|
+
* Lookup229: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinSeedPeriod
|
|
2328
2280
|
**/
|
|
2329
2281
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod: string;
|
|
2330
2282
|
/**
|
|
2331
|
-
*
|
|
2283
|
+
* Lookup230: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StakeToSeedPeriod
|
|
2332
2284
|
**/
|
|
2333
2285
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod: string;
|
|
2334
2286
|
/**
|
|
2335
|
-
*
|
|
2287
|
+
* Lookup231: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::UpfrontTicksToPay
|
|
2336
2288
|
**/
|
|
2337
2289
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay: string;
|
|
2338
2290
|
/**
|
|
2339
|
-
*
|
|
2291
|
+
* Lookup233: sh_parachain_runtime::configs::runtime_params::RuntimeParametersValue
|
|
2340
2292
|
**/
|
|
2341
2293
|
ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue: {
|
|
2342
2294
|
_enum: {
|
|
@@ -2344,7 +2296,7 @@ declare const _default: {
|
|
|
2344
2296
|
};
|
|
2345
2297
|
};
|
|
2346
2298
|
/**
|
|
2347
|
-
*
|
|
2299
|
+
* Lookup234: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ParametersValue
|
|
2348
2300
|
**/
|
|
2349
2301
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue: {
|
|
2350
2302
|
_enum: {
|
|
@@ -2381,7 +2333,7 @@ declare const _default: {
|
|
|
2381
2333
|
};
|
|
2382
2334
|
};
|
|
2383
2335
|
/**
|
|
2384
|
-
*
|
|
2336
|
+
* Lookup236: frame_system::Phase
|
|
2385
2337
|
**/
|
|
2386
2338
|
FrameSystemPhase: {
|
|
2387
2339
|
_enum: {
|
|
@@ -2391,21 +2343,21 @@ declare const _default: {
|
|
|
2391
2343
|
};
|
|
2392
2344
|
};
|
|
2393
2345
|
/**
|
|
2394
|
-
*
|
|
2346
|
+
* Lookup239: frame_system::LastRuntimeUpgradeInfo
|
|
2395
2347
|
**/
|
|
2396
2348
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
2397
2349
|
specVersion: string;
|
|
2398
2350
|
specName: string;
|
|
2399
2351
|
};
|
|
2400
2352
|
/**
|
|
2401
|
-
*
|
|
2353
|
+
* Lookup242: frame_system::CodeUpgradeAuthorization<T>
|
|
2402
2354
|
**/
|
|
2403
2355
|
FrameSystemCodeUpgradeAuthorization: {
|
|
2404
2356
|
codeHash: string;
|
|
2405
2357
|
checkVersion: string;
|
|
2406
2358
|
};
|
|
2407
2359
|
/**
|
|
2408
|
-
*
|
|
2360
|
+
* Lookup243: frame_system::pallet::Call<T>
|
|
2409
2361
|
**/
|
|
2410
2362
|
FrameSystemCall: {
|
|
2411
2363
|
_enum: {
|
|
@@ -2450,7 +2402,7 @@ declare const _default: {
|
|
|
2450
2402
|
};
|
|
2451
2403
|
};
|
|
2452
2404
|
/**
|
|
2453
|
-
*
|
|
2405
|
+
* Lookup246: frame_system::limits::BlockWeights
|
|
2454
2406
|
**/
|
|
2455
2407
|
FrameSystemLimitsBlockWeights: {
|
|
2456
2408
|
baseBlock: string;
|
|
@@ -2458,7 +2410,7 @@ declare const _default: {
|
|
|
2458
2410
|
perClass: string;
|
|
2459
2411
|
};
|
|
2460
2412
|
/**
|
|
2461
|
-
*
|
|
2413
|
+
* Lookup247: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
2462
2414
|
**/
|
|
2463
2415
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
2464
2416
|
normal: string;
|
|
@@ -2466,7 +2418,7 @@ declare const _default: {
|
|
|
2466
2418
|
mandatory: string;
|
|
2467
2419
|
};
|
|
2468
2420
|
/**
|
|
2469
|
-
*
|
|
2421
|
+
* Lookup248: frame_system::limits::WeightsPerClass
|
|
2470
2422
|
**/
|
|
2471
2423
|
FrameSystemLimitsWeightsPerClass: {
|
|
2472
2424
|
baseExtrinsic: string;
|
|
@@ -2475,13 +2427,13 @@ declare const _default: {
|
|
|
2475
2427
|
reserved: string;
|
|
2476
2428
|
};
|
|
2477
2429
|
/**
|
|
2478
|
-
*
|
|
2430
|
+
* Lookup249: frame_system::limits::BlockLength
|
|
2479
2431
|
**/
|
|
2480
2432
|
FrameSystemLimitsBlockLength: {
|
|
2481
2433
|
max: string;
|
|
2482
2434
|
};
|
|
2483
2435
|
/**
|
|
2484
|
-
*
|
|
2436
|
+
* Lookup250: frame_support::dispatch::PerDispatchClass<T>
|
|
2485
2437
|
**/
|
|
2486
2438
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
2487
2439
|
normal: string;
|
|
@@ -2489,14 +2441,14 @@ declare const _default: {
|
|
|
2489
2441
|
mandatory: string;
|
|
2490
2442
|
};
|
|
2491
2443
|
/**
|
|
2492
|
-
*
|
|
2444
|
+
* Lookup251: sp_weights::RuntimeDbWeight
|
|
2493
2445
|
**/
|
|
2494
2446
|
SpWeightsRuntimeDbWeight: {
|
|
2495
2447
|
read: string;
|
|
2496
2448
|
write: string;
|
|
2497
2449
|
};
|
|
2498
2450
|
/**
|
|
2499
|
-
*
|
|
2451
|
+
* Lookup252: sp_version::RuntimeVersion
|
|
2500
2452
|
**/
|
|
2501
2453
|
SpVersionRuntimeVersion: {
|
|
2502
2454
|
specName: string;
|
|
@@ -2509,13 +2461,13 @@ declare const _default: {
|
|
|
2509
2461
|
systemVersion: string;
|
|
2510
2462
|
};
|
|
2511
2463
|
/**
|
|
2512
|
-
*
|
|
2464
|
+
* Lookup257: frame_system::pallet::Error<T>
|
|
2513
2465
|
**/
|
|
2514
2466
|
FrameSystemError: {
|
|
2515
2467
|
_enum: string[];
|
|
2516
2468
|
};
|
|
2517
2469
|
/**
|
|
2518
|
-
*
|
|
2470
|
+
* Lookup259: cumulus_pallet_parachain_system::unincluded_segment::Ancestor<primitive_types::H256>
|
|
2519
2471
|
**/
|
|
2520
2472
|
CumulusPalletParachainSystemUnincludedSegmentAncestor: {
|
|
2521
2473
|
usedBandwidth: string;
|
|
@@ -2523,7 +2475,7 @@ declare const _default: {
|
|
|
2523
2475
|
consumedGoAheadSignal: string;
|
|
2524
2476
|
};
|
|
2525
2477
|
/**
|
|
2526
|
-
*
|
|
2478
|
+
* Lookup260: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth
|
|
2527
2479
|
**/
|
|
2528
2480
|
CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: {
|
|
2529
2481
|
umpMsgCount: string;
|
|
@@ -2531,20 +2483,20 @@ declare const _default: {
|
|
|
2531
2483
|
hrmpOutgoing: string;
|
|
2532
2484
|
};
|
|
2533
2485
|
/**
|
|
2534
|
-
*
|
|
2486
|
+
* Lookup262: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate
|
|
2535
2487
|
**/
|
|
2536
2488
|
CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: {
|
|
2537
2489
|
msgCount: string;
|
|
2538
2490
|
totalBytes: string;
|
|
2539
2491
|
};
|
|
2540
2492
|
/**
|
|
2541
|
-
*
|
|
2493
|
+
* Lookup266: polkadot_primitives::v8::UpgradeGoAhead
|
|
2542
2494
|
**/
|
|
2543
2495
|
PolkadotPrimitivesV8UpgradeGoAhead: {
|
|
2544
2496
|
_enum: string[];
|
|
2545
2497
|
};
|
|
2546
2498
|
/**
|
|
2547
|
-
*
|
|
2499
|
+
* Lookup267: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker<primitive_types::H256>
|
|
2548
2500
|
**/
|
|
2549
2501
|
CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: {
|
|
2550
2502
|
usedBandwidth: string;
|
|
@@ -2552,7 +2504,7 @@ declare const _default: {
|
|
|
2552
2504
|
consumedGoAheadSignal: string;
|
|
2553
2505
|
};
|
|
2554
2506
|
/**
|
|
2555
|
-
*
|
|
2507
|
+
* Lookup268: polkadot_primitives::v8::PersistedValidationData<primitive_types::H256, N>
|
|
2556
2508
|
**/
|
|
2557
2509
|
PolkadotPrimitivesV8PersistedValidationData: {
|
|
2558
2510
|
parentHead: string;
|
|
@@ -2561,19 +2513,19 @@ declare const _default: {
|
|
|
2561
2513
|
maxPovSize: string;
|
|
2562
2514
|
};
|
|
2563
2515
|
/**
|
|
2564
|
-
*
|
|
2516
|
+
* Lookup271: polkadot_primitives::v8::UpgradeRestriction
|
|
2565
2517
|
**/
|
|
2566
2518
|
PolkadotPrimitivesV8UpgradeRestriction: {
|
|
2567
2519
|
_enum: string[];
|
|
2568
2520
|
};
|
|
2569
2521
|
/**
|
|
2570
|
-
*
|
|
2522
|
+
* Lookup272: sp_trie::storage_proof::StorageProof
|
|
2571
2523
|
**/
|
|
2572
2524
|
SpTrieStorageProof: {
|
|
2573
2525
|
trieNodes: string;
|
|
2574
2526
|
};
|
|
2575
2527
|
/**
|
|
2576
|
-
*
|
|
2528
|
+
* Lookup274: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
|
|
2577
2529
|
**/
|
|
2578
2530
|
CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {
|
|
2579
2531
|
dmqMqcHead: string;
|
|
@@ -2582,14 +2534,14 @@ declare const _default: {
|
|
|
2582
2534
|
egressChannels: string;
|
|
2583
2535
|
};
|
|
2584
2536
|
/**
|
|
2585
|
-
*
|
|
2537
|
+
* Lookup275: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity
|
|
2586
2538
|
**/
|
|
2587
2539
|
CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: {
|
|
2588
2540
|
remainingCount: string;
|
|
2589
2541
|
remainingSize: string;
|
|
2590
2542
|
};
|
|
2591
2543
|
/**
|
|
2592
|
-
*
|
|
2544
|
+
* Lookup278: polkadot_primitives::v8::AbridgedHrmpChannel
|
|
2593
2545
|
**/
|
|
2594
2546
|
PolkadotPrimitivesV8AbridgedHrmpChannel: {
|
|
2595
2547
|
maxCapacity: string;
|
|
@@ -2600,7 +2552,7 @@ declare const _default: {
|
|
|
2600
2552
|
mqcHead: string;
|
|
2601
2553
|
};
|
|
2602
2554
|
/**
|
|
2603
|
-
*
|
|
2555
|
+
* Lookup279: polkadot_primitives::v8::AbridgedHostConfiguration
|
|
2604
2556
|
**/
|
|
2605
2557
|
PolkadotPrimitivesV8AbridgedHostConfiguration: {
|
|
2606
2558
|
maxCodeSize: string;
|
|
@@ -2615,21 +2567,21 @@ declare const _default: {
|
|
|
2615
2567
|
asyncBackingParams: string;
|
|
2616
2568
|
};
|
|
2617
2569
|
/**
|
|
2618
|
-
*
|
|
2570
|
+
* Lookup280: polkadot_primitives::v8::async_backing::AsyncBackingParams
|
|
2619
2571
|
**/
|
|
2620
2572
|
PolkadotPrimitivesV8AsyncBackingAsyncBackingParams: {
|
|
2621
2573
|
maxCandidateDepth: string;
|
|
2622
2574
|
allowedAncestryLen: string;
|
|
2623
2575
|
};
|
|
2624
2576
|
/**
|
|
2625
|
-
*
|
|
2577
|
+
* Lookup286: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain_primitives::primitives::Id>
|
|
2626
2578
|
**/
|
|
2627
2579
|
PolkadotCorePrimitivesOutboundHrmpMessage: {
|
|
2628
2580
|
recipient: string;
|
|
2629
2581
|
data: string;
|
|
2630
2582
|
};
|
|
2631
2583
|
/**
|
|
2632
|
-
*
|
|
2584
|
+
* Lookup288: cumulus_pallet_parachain_system::pallet::Call<T>
|
|
2633
2585
|
**/
|
|
2634
2586
|
CumulusPalletParachainSystemCall: {
|
|
2635
2587
|
_enum: {
|
|
@@ -2642,7 +2594,7 @@ declare const _default: {
|
|
|
2642
2594
|
};
|
|
2643
2595
|
};
|
|
2644
2596
|
/**
|
|
2645
|
-
*
|
|
2597
|
+
* Lookup289: cumulus_primitives_parachain_inherent::ParachainInherentData
|
|
2646
2598
|
**/
|
|
2647
2599
|
CumulusPrimitivesParachainInherentParachainInherentData: {
|
|
2648
2600
|
validationData: string;
|
|
@@ -2651,27 +2603,27 @@ declare const _default: {
|
|
|
2651
2603
|
horizontalMessages: string;
|
|
2652
2604
|
};
|
|
2653
2605
|
/**
|
|
2654
|
-
*
|
|
2606
|
+
* Lookup291: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
|
|
2655
2607
|
**/
|
|
2656
2608
|
PolkadotCorePrimitivesInboundDownwardMessage: {
|
|
2657
2609
|
sentAt: string;
|
|
2658
2610
|
msg: string;
|
|
2659
2611
|
};
|
|
2660
2612
|
/**
|
|
2661
|
-
*
|
|
2613
|
+
* Lookup294: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
|
|
2662
2614
|
**/
|
|
2663
2615
|
PolkadotCorePrimitivesInboundHrmpMessage: {
|
|
2664
2616
|
sentAt: string;
|
|
2665
2617
|
data: string;
|
|
2666
2618
|
};
|
|
2667
2619
|
/**
|
|
2668
|
-
*
|
|
2620
|
+
* Lookup297: cumulus_pallet_parachain_system::pallet::Error<T>
|
|
2669
2621
|
**/
|
|
2670
2622
|
CumulusPalletParachainSystemError: {
|
|
2671
2623
|
_enum: string[];
|
|
2672
2624
|
};
|
|
2673
2625
|
/**
|
|
2674
|
-
*
|
|
2626
|
+
* Lookup298: pallet_timestamp::pallet::Call<T>
|
|
2675
2627
|
**/
|
|
2676
2628
|
PalletTimestampCall: {
|
|
2677
2629
|
_enum: {
|
|
@@ -2681,11 +2633,11 @@ declare const _default: {
|
|
|
2681
2633
|
};
|
|
2682
2634
|
};
|
|
2683
2635
|
/**
|
|
2684
|
-
*
|
|
2636
|
+
* Lookup299: staging_parachain_info::pallet::Call<T>
|
|
2685
2637
|
**/
|
|
2686
2638
|
StagingParachainInfoCall: string;
|
|
2687
2639
|
/**
|
|
2688
|
-
*
|
|
2640
|
+
* Lookup301: pallet_balances::types::BalanceLock<Balance>
|
|
2689
2641
|
**/
|
|
2690
2642
|
PalletBalancesBalanceLock: {
|
|
2691
2643
|
id: string;
|
|
@@ -2693,20 +2645,20 @@ declare const _default: {
|
|
|
2693
2645
|
reasons: string;
|
|
2694
2646
|
};
|
|
2695
2647
|
/**
|
|
2696
|
-
*
|
|
2648
|
+
* Lookup302: pallet_balances::types::Reasons
|
|
2697
2649
|
**/
|
|
2698
2650
|
PalletBalancesReasons: {
|
|
2699
2651
|
_enum: string[];
|
|
2700
2652
|
};
|
|
2701
2653
|
/**
|
|
2702
|
-
*
|
|
2654
|
+
* Lookup305: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
2703
2655
|
**/
|
|
2704
2656
|
PalletBalancesReserveData: {
|
|
2705
2657
|
id: string;
|
|
2706
2658
|
amount: string;
|
|
2707
2659
|
};
|
|
2708
2660
|
/**
|
|
2709
|
-
*
|
|
2661
|
+
* Lookup309: sh_parachain_runtime::RuntimeHoldReason
|
|
2710
2662
|
**/
|
|
2711
2663
|
ShParachainRuntimeRuntimeHoldReason: {
|
|
2712
2664
|
_enum: {
|
|
@@ -2758,32 +2710,32 @@ declare const _default: {
|
|
|
2758
2710
|
};
|
|
2759
2711
|
};
|
|
2760
2712
|
/**
|
|
2761
|
-
*
|
|
2713
|
+
* Lookup310: pallet_storage_providers::pallet::HoldReason
|
|
2762
2714
|
**/
|
|
2763
2715
|
PalletStorageProvidersHoldReason: {
|
|
2764
2716
|
_enum: string[];
|
|
2765
2717
|
};
|
|
2766
2718
|
/**
|
|
2767
|
-
*
|
|
2719
|
+
* Lookup311: pallet_file_system::pallet::HoldReason
|
|
2768
2720
|
**/
|
|
2769
2721
|
PalletFileSystemHoldReason: {
|
|
2770
2722
|
_enum: string[];
|
|
2771
2723
|
};
|
|
2772
2724
|
/**
|
|
2773
|
-
*
|
|
2725
|
+
* Lookup312: pallet_payment_streams::pallet::HoldReason
|
|
2774
2726
|
**/
|
|
2775
2727
|
PalletPaymentStreamsHoldReason: {
|
|
2776
2728
|
_enum: string[];
|
|
2777
2729
|
};
|
|
2778
2730
|
/**
|
|
2779
|
-
*
|
|
2731
|
+
* Lookup315: frame_support::traits::tokens::misc::IdAmount<Id, Balance>
|
|
2780
2732
|
**/
|
|
2781
2733
|
FrameSupportTokensMiscIdAmount: {
|
|
2782
2734
|
id: string;
|
|
2783
2735
|
amount: string;
|
|
2784
2736
|
};
|
|
2785
2737
|
/**
|
|
2786
|
-
*
|
|
2738
|
+
* Lookup317: pallet_balances::pallet::Call<T, I>
|
|
2787
2739
|
**/
|
|
2788
2740
|
PalletBalancesCall: {
|
|
2789
2741
|
_enum: {
|
|
@@ -2828,25 +2780,25 @@ declare const _default: {
|
|
|
2828
2780
|
};
|
|
2829
2781
|
};
|
|
2830
2782
|
/**
|
|
2831
|
-
*
|
|
2783
|
+
* Lookup320: pallet_balances::types::AdjustmentDirection
|
|
2832
2784
|
**/
|
|
2833
2785
|
PalletBalancesAdjustmentDirection: {
|
|
2834
2786
|
_enum: string[];
|
|
2835
2787
|
};
|
|
2836
2788
|
/**
|
|
2837
|
-
*
|
|
2789
|
+
* Lookup321: pallet_balances::pallet::Error<T, I>
|
|
2838
2790
|
**/
|
|
2839
2791
|
PalletBalancesError: {
|
|
2840
2792
|
_enum: string[];
|
|
2841
2793
|
};
|
|
2842
2794
|
/**
|
|
2843
|
-
*
|
|
2795
|
+
* Lookup322: pallet_transaction_payment::Releases
|
|
2844
2796
|
**/
|
|
2845
2797
|
PalletTransactionPaymentReleases: {
|
|
2846
2798
|
_enum: string[];
|
|
2847
2799
|
};
|
|
2848
2800
|
/**
|
|
2849
|
-
*
|
|
2801
|
+
* Lookup323: pallet_sudo::pallet::Call<T>
|
|
2850
2802
|
**/
|
|
2851
2803
|
PalletSudoCall: {
|
|
2852
2804
|
_enum: {
|
|
@@ -2871,7 +2823,7 @@ declare const _default: {
|
|
|
2871
2823
|
};
|
|
2872
2824
|
};
|
|
2873
2825
|
/**
|
|
2874
|
-
*
|
|
2826
|
+
* Lookup325: pallet_collator_selection::pallet::Call<T>
|
|
2875
2827
|
**/
|
|
2876
2828
|
PalletCollatorSelectionCall: {
|
|
2877
2829
|
_enum: {
|
|
@@ -2905,7 +2857,7 @@ declare const _default: {
|
|
|
2905
2857
|
};
|
|
2906
2858
|
};
|
|
2907
2859
|
/**
|
|
2908
|
-
*
|
|
2860
|
+
* Lookup326: pallet_session::pallet::Call<T>
|
|
2909
2861
|
**/
|
|
2910
2862
|
PalletSessionCall: {
|
|
2911
2863
|
_enum: {
|
|
@@ -2920,17 +2872,17 @@ declare const _default: {
|
|
|
2920
2872
|
};
|
|
2921
2873
|
};
|
|
2922
2874
|
/**
|
|
2923
|
-
*
|
|
2875
|
+
* Lookup327: sh_parachain_runtime::SessionKeys
|
|
2924
2876
|
**/
|
|
2925
2877
|
ShParachainRuntimeSessionKeys: {
|
|
2926
2878
|
aura: string;
|
|
2927
2879
|
};
|
|
2928
2880
|
/**
|
|
2929
|
-
*
|
|
2881
|
+
* Lookup328: sp_consensus_aura::sr25519::app_sr25519::Public
|
|
2930
2882
|
**/
|
|
2931
2883
|
SpConsensusAuraSr25519AppSr25519Public: string;
|
|
2932
2884
|
/**
|
|
2933
|
-
*
|
|
2885
|
+
* Lookup329: cumulus_pallet_xcmp_queue::pallet::Call<T>
|
|
2934
2886
|
**/
|
|
2935
2887
|
CumulusPalletXcmpQueueCall: {
|
|
2936
2888
|
_enum: {
|
|
@@ -2958,7 +2910,7 @@ declare const _default: {
|
|
|
2958
2910
|
};
|
|
2959
2911
|
};
|
|
2960
2912
|
/**
|
|
2961
|
-
*
|
|
2913
|
+
* Lookup330: pallet_xcm::pallet::Call<T>
|
|
2962
2914
|
**/
|
|
2963
2915
|
PalletXcmCall: {
|
|
2964
2916
|
_enum: {
|
|
@@ -3035,7 +2987,7 @@ declare const _default: {
|
|
|
3035
2987
|
};
|
|
3036
2988
|
};
|
|
3037
2989
|
/**
|
|
3038
|
-
*
|
|
2990
|
+
* Lookup331: xcm::VersionedXcm<RuntimeCall>
|
|
3039
2991
|
**/
|
|
3040
2992
|
XcmVersionedXcm: {
|
|
3041
2993
|
_enum: {
|
|
@@ -3048,11 +3000,11 @@ declare const _default: {
|
|
|
3048
3000
|
};
|
|
3049
3001
|
};
|
|
3050
3002
|
/**
|
|
3051
|
-
*
|
|
3003
|
+
* Lookup332: xcm::v3::Xcm<Call>
|
|
3052
3004
|
**/
|
|
3053
3005
|
XcmV3Xcm: string;
|
|
3054
3006
|
/**
|
|
3055
|
-
*
|
|
3007
|
+
* Lookup334: xcm::v3::Instruction<Call>
|
|
3056
3008
|
**/
|
|
3057
3009
|
XcmV3Instruction: {
|
|
3058
3010
|
_enum: {
|
|
@@ -3194,7 +3146,7 @@ declare const _default: {
|
|
|
3194
3146
|
};
|
|
3195
3147
|
};
|
|
3196
3148
|
/**
|
|
3197
|
-
*
|
|
3149
|
+
* Lookup335: xcm::v3::Response
|
|
3198
3150
|
**/
|
|
3199
3151
|
XcmV3Response: {
|
|
3200
3152
|
_enum: {
|
|
@@ -3207,7 +3159,7 @@ declare const _default: {
|
|
|
3207
3159
|
};
|
|
3208
3160
|
};
|
|
3209
3161
|
/**
|
|
3210
|
-
*
|
|
3162
|
+
* Lookup338: xcm::v3::traits::Error
|
|
3211
3163
|
**/
|
|
3212
3164
|
XcmV3TraitsError: {
|
|
3213
3165
|
_enum: {
|
|
@@ -3254,7 +3206,7 @@ declare const _default: {
|
|
|
3254
3206
|
};
|
|
3255
3207
|
};
|
|
3256
3208
|
/**
|
|
3257
|
-
*
|
|
3209
|
+
* Lookup340: xcm::v3::PalletInfo
|
|
3258
3210
|
**/
|
|
3259
3211
|
XcmV3PalletInfo: {
|
|
3260
3212
|
index: string;
|
|
@@ -3265,7 +3217,7 @@ declare const _default: {
|
|
|
3265
3217
|
patch: string;
|
|
3266
3218
|
};
|
|
3267
3219
|
/**
|
|
3268
|
-
*
|
|
3220
|
+
* Lookup344: xcm::v3::QueryResponseInfo
|
|
3269
3221
|
**/
|
|
3270
3222
|
XcmV3QueryResponseInfo: {
|
|
3271
3223
|
destination: string;
|
|
@@ -3273,7 +3225,7 @@ declare const _default: {
|
|
|
3273
3225
|
maxWeight: string;
|
|
3274
3226
|
};
|
|
3275
3227
|
/**
|
|
3276
|
-
*
|
|
3228
|
+
* Lookup345: xcm::v3::multiasset::MultiAssetFilter
|
|
3277
3229
|
**/
|
|
3278
3230
|
XcmV3MultiassetMultiAssetFilter: {
|
|
3279
3231
|
_enum: {
|
|
@@ -3282,7 +3234,7 @@ declare const _default: {
|
|
|
3282
3234
|
};
|
|
3283
3235
|
};
|
|
3284
3236
|
/**
|
|
3285
|
-
*
|
|
3237
|
+
* Lookup346: xcm::v3::multiasset::WildMultiAsset
|
|
3286
3238
|
**/
|
|
3287
3239
|
XcmV3MultiassetWildMultiAsset: {
|
|
3288
3240
|
_enum: {
|
|
@@ -3300,17 +3252,17 @@ declare const _default: {
|
|
|
3300
3252
|
};
|
|
3301
3253
|
};
|
|
3302
3254
|
/**
|
|
3303
|
-
*
|
|
3255
|
+
* Lookup347: xcm::v3::multiasset::WildFungibility
|
|
3304
3256
|
**/
|
|
3305
3257
|
XcmV3MultiassetWildFungibility: {
|
|
3306
3258
|
_enum: string[];
|
|
3307
3259
|
};
|
|
3308
3260
|
/**
|
|
3309
|
-
*
|
|
3261
|
+
* Lookup348: staging_xcm::v4::Xcm<Call>
|
|
3310
3262
|
**/
|
|
3311
3263
|
StagingXcmV4Xcm: string;
|
|
3312
3264
|
/**
|
|
3313
|
-
*
|
|
3265
|
+
* Lookup350: staging_xcm::v4::Instruction<Call>
|
|
3314
3266
|
**/
|
|
3315
3267
|
StagingXcmV4Instruction: {
|
|
3316
3268
|
_enum: {
|
|
@@ -3452,7 +3404,7 @@ declare const _default: {
|
|
|
3452
3404
|
};
|
|
3453
3405
|
};
|
|
3454
3406
|
/**
|
|
3455
|
-
*
|
|
3407
|
+
* Lookup351: staging_xcm::v4::Response
|
|
3456
3408
|
**/
|
|
3457
3409
|
StagingXcmV4Response: {
|
|
3458
3410
|
_enum: {
|
|
@@ -3465,7 +3417,7 @@ declare const _default: {
|
|
|
3465
3417
|
};
|
|
3466
3418
|
};
|
|
3467
3419
|
/**
|
|
3468
|
-
*
|
|
3420
|
+
* Lookup353: staging_xcm::v4::PalletInfo
|
|
3469
3421
|
**/
|
|
3470
3422
|
StagingXcmV4PalletInfo: {
|
|
3471
3423
|
index: string;
|
|
@@ -3476,7 +3428,7 @@ declare const _default: {
|
|
|
3476
3428
|
patch: string;
|
|
3477
3429
|
};
|
|
3478
3430
|
/**
|
|
3479
|
-
*
|
|
3431
|
+
* Lookup357: staging_xcm::v4::QueryResponseInfo
|
|
3480
3432
|
**/
|
|
3481
3433
|
StagingXcmV4QueryResponseInfo: {
|
|
3482
3434
|
destination: string;
|
|
@@ -3484,7 +3436,7 @@ declare const _default: {
|
|
|
3484
3436
|
maxWeight: string;
|
|
3485
3437
|
};
|
|
3486
3438
|
/**
|
|
3487
|
-
*
|
|
3439
|
+
* Lookup358: staging_xcm::v4::asset::AssetFilter
|
|
3488
3440
|
**/
|
|
3489
3441
|
StagingXcmV4AssetAssetFilter: {
|
|
3490
3442
|
_enum: {
|
|
@@ -3493,7 +3445,7 @@ declare const _default: {
|
|
|
3493
3445
|
};
|
|
3494
3446
|
};
|
|
3495
3447
|
/**
|
|
3496
|
-
*
|
|
3448
|
+
* Lookup359: staging_xcm::v4::asset::WildAsset
|
|
3497
3449
|
**/
|
|
3498
3450
|
StagingXcmV4AssetWildAsset: {
|
|
3499
3451
|
_enum: {
|
|
@@ -3511,13 +3463,13 @@ declare const _default: {
|
|
|
3511
3463
|
};
|
|
3512
3464
|
};
|
|
3513
3465
|
/**
|
|
3514
|
-
*
|
|
3466
|
+
* Lookup360: staging_xcm::v4::asset::WildFungibility
|
|
3515
3467
|
**/
|
|
3516
3468
|
StagingXcmV4AssetWildFungibility: {
|
|
3517
3469
|
_enum: string[];
|
|
3518
3470
|
};
|
|
3519
3471
|
/**
|
|
3520
|
-
*
|
|
3472
|
+
* Lookup372: staging_xcm_executor::traits::asset_transfer::TransferType
|
|
3521
3473
|
**/
|
|
3522
3474
|
StagingXcmExecutorAssetTransferTransferType: {
|
|
3523
3475
|
_enum: {
|
|
@@ -3528,7 +3480,7 @@ declare const _default: {
|
|
|
3528
3480
|
};
|
|
3529
3481
|
};
|
|
3530
3482
|
/**
|
|
3531
|
-
*
|
|
3483
|
+
* Lookup373: xcm::VersionedAssetId
|
|
3532
3484
|
**/
|
|
3533
3485
|
XcmVersionedAssetId: {
|
|
3534
3486
|
_enum: {
|
|
@@ -3541,11 +3493,11 @@ declare const _default: {
|
|
|
3541
3493
|
};
|
|
3542
3494
|
};
|
|
3543
3495
|
/**
|
|
3544
|
-
*
|
|
3496
|
+
* Lookup374: cumulus_pallet_xcm::pallet::Call<T>
|
|
3545
3497
|
**/
|
|
3546
3498
|
CumulusPalletXcmCall: string;
|
|
3547
3499
|
/**
|
|
3548
|
-
*
|
|
3500
|
+
* Lookup375: pallet_message_queue::pallet::Call<T>
|
|
3549
3501
|
**/
|
|
3550
3502
|
PalletMessageQueueCall: {
|
|
3551
3503
|
_enum: {
|
|
@@ -3562,7 +3514,7 @@ declare const _default: {
|
|
|
3562
3514
|
};
|
|
3563
3515
|
};
|
|
3564
3516
|
/**
|
|
3565
|
-
*
|
|
3517
|
+
* Lookup376: pallet_storage_providers::pallet::Call<T>
|
|
3566
3518
|
**/
|
|
3567
3519
|
PalletStorageProvidersCall: {
|
|
3568
3520
|
_enum: {
|
|
@@ -3633,7 +3585,7 @@ declare const _default: {
|
|
|
3633
3585
|
};
|
|
3634
3586
|
};
|
|
3635
3587
|
/**
|
|
3636
|
-
*
|
|
3588
|
+
* Lookup377: pallet_file_system::pallet::Call<T>
|
|
3637
3589
|
**/
|
|
3638
3590
|
PalletFileSystemCall: {
|
|
3639
3591
|
_enum: {
|
|
@@ -3746,13 +3698,13 @@ declare const _default: {
|
|
|
3746
3698
|
};
|
|
3747
3699
|
};
|
|
3748
3700
|
/**
|
|
3749
|
-
*
|
|
3701
|
+
* Lookup378: pallet_file_system::types::BucketMoveRequestResponse
|
|
3750
3702
|
**/
|
|
3751
3703
|
PalletFileSystemBucketMoveRequestResponse: {
|
|
3752
3704
|
_enum: string[];
|
|
3753
3705
|
};
|
|
3754
3706
|
/**
|
|
3755
|
-
*
|
|
3707
|
+
* Lookup379: pallet_file_system::types::ReplicationTarget<T>
|
|
3756
3708
|
**/
|
|
3757
3709
|
PalletFileSystemReplicationTarget: {
|
|
3758
3710
|
_enum: {
|
|
@@ -3765,7 +3717,7 @@ declare const _default: {
|
|
|
3765
3717
|
};
|
|
3766
3718
|
};
|
|
3767
3719
|
/**
|
|
3768
|
-
*
|
|
3720
|
+
* Lookup381: pallet_file_system::types::StorageRequestMspBucketResponse<T>
|
|
3769
3721
|
**/
|
|
3770
3722
|
PalletFileSystemStorageRequestMspBucketResponse: {
|
|
3771
3723
|
bucketId: string;
|
|
@@ -3773,28 +3725,28 @@ declare const _default: {
|
|
|
3773
3725
|
reject: string;
|
|
3774
3726
|
};
|
|
3775
3727
|
/**
|
|
3776
|
-
*
|
|
3728
|
+
* Lookup383: pallet_file_system::types::StorageRequestMspAcceptedFileKeys<T>
|
|
3777
3729
|
**/
|
|
3778
3730
|
PalletFileSystemStorageRequestMspAcceptedFileKeys: {
|
|
3779
3731
|
fileKeysAndProofs: string;
|
|
3780
3732
|
forestProof: string;
|
|
3781
3733
|
};
|
|
3782
3734
|
/**
|
|
3783
|
-
*
|
|
3735
|
+
* Lookup385: pallet_file_system::types::FileKeyWithProof<T>
|
|
3784
3736
|
**/
|
|
3785
3737
|
PalletFileSystemFileKeyWithProof: {
|
|
3786
3738
|
fileKey: string;
|
|
3787
3739
|
proof: string;
|
|
3788
3740
|
};
|
|
3789
3741
|
/**
|
|
3790
|
-
*
|
|
3742
|
+
* Lookup387: pallet_file_system::types::RejectedStorageRequest<T>
|
|
3791
3743
|
**/
|
|
3792
3744
|
PalletFileSystemRejectedStorageRequest: {
|
|
3793
3745
|
fileKey: string;
|
|
3794
3746
|
reason: string;
|
|
3795
3747
|
};
|
|
3796
3748
|
/**
|
|
3797
|
-
*
|
|
3749
|
+
* Lookup390: pallet_file_system::types::FileDeletionRequest<T>
|
|
3798
3750
|
**/
|
|
3799
3751
|
PalletFileSystemFileDeletionRequest: {
|
|
3800
3752
|
_alias: {
|
|
@@ -3809,7 +3761,7 @@ declare const _default: {
|
|
|
3809
3761
|
fingerprint: string;
|
|
3810
3762
|
};
|
|
3811
3763
|
/**
|
|
3812
|
-
*
|
|
3764
|
+
* Lookup392: pallet_proofs_dealer::pallet::Call<T>
|
|
3813
3765
|
**/
|
|
3814
3766
|
PalletProofsDealerCall: {
|
|
3815
3767
|
_enum: {
|
|
@@ -3833,13 +3785,13 @@ declare const _default: {
|
|
|
3833
3785
|
};
|
|
3834
3786
|
};
|
|
3835
3787
|
/**
|
|
3836
|
-
*
|
|
3788
|
+
* Lookup393: pallet_randomness::pallet::Call<T>
|
|
3837
3789
|
**/
|
|
3838
3790
|
PalletRandomnessCall: {
|
|
3839
3791
|
_enum: string[];
|
|
3840
3792
|
};
|
|
3841
3793
|
/**
|
|
3842
|
-
*
|
|
3794
|
+
* Lookup394: pallet_payment_streams::pallet::Call<T>
|
|
3843
3795
|
**/
|
|
3844
3796
|
PalletPaymentStreamsCall: {
|
|
3845
3797
|
_enum: {
|
|
@@ -3884,7 +3836,7 @@ declare const _default: {
|
|
|
3884
3836
|
};
|
|
3885
3837
|
};
|
|
3886
3838
|
/**
|
|
3887
|
-
*
|
|
3839
|
+
* Lookup395: pallet_bucket_nfts::pallet::Call<T>
|
|
3888
3840
|
**/
|
|
3889
3841
|
PalletBucketNftsCall: {
|
|
3890
3842
|
_enum: {
|
|
@@ -3902,7 +3854,7 @@ declare const _default: {
|
|
|
3902
3854
|
};
|
|
3903
3855
|
};
|
|
3904
3856
|
/**
|
|
3905
|
-
*
|
|
3857
|
+
* Lookup397: pallet_nfts::pallet::Call<T, I>
|
|
3906
3858
|
**/
|
|
3907
3859
|
PalletNftsCall: {
|
|
3908
3860
|
_enum: {
|
|
@@ -4099,7 +4051,7 @@ declare const _default: {
|
|
|
4099
4051
|
};
|
|
4100
4052
|
};
|
|
4101
4053
|
/**
|
|
4102
|
-
*
|
|
4054
|
+
* Lookup398: pallet_nfts::types::CollectionConfig<Price, BlockNumber, CollectionId>
|
|
4103
4055
|
**/
|
|
4104
4056
|
PalletNftsCollectionConfig: {
|
|
4105
4057
|
settings: string;
|
|
@@ -4107,13 +4059,13 @@ declare const _default: {
|
|
|
4107
4059
|
mintSettings: string;
|
|
4108
4060
|
};
|
|
4109
4061
|
/**
|
|
4110
|
-
*
|
|
4062
|
+
* Lookup400: pallet_nfts::types::CollectionSetting
|
|
4111
4063
|
**/
|
|
4112
4064
|
PalletNftsCollectionSetting: {
|
|
4113
4065
|
_enum: string[];
|
|
4114
4066
|
};
|
|
4115
4067
|
/**
|
|
4116
|
-
*
|
|
4068
|
+
* Lookup401: pallet_nfts::types::MintSettings<Price, BlockNumber, CollectionId>
|
|
4117
4069
|
**/
|
|
4118
4070
|
PalletNftsMintSettings: {
|
|
4119
4071
|
mintType: string;
|
|
@@ -4123,7 +4075,7 @@ declare const _default: {
|
|
|
4123
4075
|
defaultItemSettings: string;
|
|
4124
4076
|
};
|
|
4125
4077
|
/**
|
|
4126
|
-
*
|
|
4078
|
+
* Lookup402: pallet_nfts::types::MintType<CollectionId>
|
|
4127
4079
|
**/
|
|
4128
4080
|
PalletNftsMintType: {
|
|
4129
4081
|
_enum: {
|
|
@@ -4133,13 +4085,13 @@ declare const _default: {
|
|
|
4133
4085
|
};
|
|
4134
4086
|
};
|
|
4135
4087
|
/**
|
|
4136
|
-
*
|
|
4088
|
+
* Lookup405: pallet_nfts::types::ItemSetting
|
|
4137
4089
|
**/
|
|
4138
4090
|
PalletNftsItemSetting: {
|
|
4139
4091
|
_enum: string[];
|
|
4140
4092
|
};
|
|
4141
4093
|
/**
|
|
4142
|
-
*
|
|
4094
|
+
* Lookup406: pallet_nfts::types::DestroyWitness
|
|
4143
4095
|
**/
|
|
4144
4096
|
PalletNftsDestroyWitness: {
|
|
4145
4097
|
itemMetadatas: string;
|
|
@@ -4147,26 +4099,26 @@ declare const _default: {
|
|
|
4147
4099
|
attributes: string;
|
|
4148
4100
|
};
|
|
4149
4101
|
/**
|
|
4150
|
-
*
|
|
4102
|
+
* Lookup408: pallet_nfts::types::MintWitness<ItemId, Balance>
|
|
4151
4103
|
**/
|
|
4152
4104
|
PalletNftsMintWitness: {
|
|
4153
4105
|
ownedItem: string;
|
|
4154
4106
|
mintPrice: string;
|
|
4155
4107
|
};
|
|
4156
4108
|
/**
|
|
4157
|
-
*
|
|
4109
|
+
* Lookup409: pallet_nfts::types::ItemConfig
|
|
4158
4110
|
**/
|
|
4159
4111
|
PalletNftsItemConfig: {
|
|
4160
4112
|
settings: string;
|
|
4161
4113
|
};
|
|
4162
4114
|
/**
|
|
4163
|
-
*
|
|
4115
|
+
* Lookup411: pallet_nfts::types::CancelAttributesApprovalWitness
|
|
4164
4116
|
**/
|
|
4165
4117
|
PalletNftsCancelAttributesApprovalWitness: {
|
|
4166
4118
|
accountAttributes: string;
|
|
4167
4119
|
};
|
|
4168
4120
|
/**
|
|
4169
|
-
*
|
|
4121
|
+
* Lookup413: pallet_nfts::types::ItemTip<CollectionId, ItemId, sp_core::crypto::AccountId32, Amount>
|
|
4170
4122
|
**/
|
|
4171
4123
|
PalletNftsItemTip: {
|
|
4172
4124
|
collection: string;
|
|
@@ -4175,7 +4127,7 @@ declare const _default: {
|
|
|
4175
4127
|
amount: string;
|
|
4176
4128
|
};
|
|
4177
4129
|
/**
|
|
4178
|
-
*
|
|
4130
|
+
* Lookup415: pallet_nfts::types::PreSignedMint<CollectionId, ItemId, sp_core::crypto::AccountId32, Deadline, Balance>
|
|
4179
4131
|
**/
|
|
4180
4132
|
PalletNftsPreSignedMint: {
|
|
4181
4133
|
collection: string;
|
|
@@ -4187,7 +4139,7 @@ declare const _default: {
|
|
|
4187
4139
|
mintPrice: string;
|
|
4188
4140
|
};
|
|
4189
4141
|
/**
|
|
4190
|
-
*
|
|
4142
|
+
* Lookup416: pallet_nfts::types::PreSignedAttributes<CollectionId, ItemId, sp_core::crypto::AccountId32, Deadline>
|
|
4191
4143
|
**/
|
|
4192
4144
|
PalletNftsPreSignedAttributes: {
|
|
4193
4145
|
collection: string;
|
|
@@ -4197,7 +4149,7 @@ declare const _default: {
|
|
|
4197
4149
|
deadline: string;
|
|
4198
4150
|
};
|
|
4199
4151
|
/**
|
|
4200
|
-
*
|
|
4152
|
+
* Lookup417: pallet_parameters::pallet::Call<T>
|
|
4201
4153
|
**/
|
|
4202
4154
|
PalletParametersCall: {
|
|
4203
4155
|
_enum: {
|
|
@@ -4207,7 +4159,7 @@ declare const _default: {
|
|
|
4207
4159
|
};
|
|
4208
4160
|
};
|
|
4209
4161
|
/**
|
|
4210
|
-
*
|
|
4162
|
+
* Lookup418: sh_parachain_runtime::configs::runtime_params::RuntimeParameters
|
|
4211
4163
|
**/
|
|
4212
4164
|
ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters: {
|
|
4213
4165
|
_enum: {
|
|
@@ -4215,7 +4167,7 @@ declare const _default: {
|
|
|
4215
4167
|
};
|
|
4216
4168
|
};
|
|
4217
4169
|
/**
|
|
4218
|
-
*
|
|
4170
|
+
* Lookup419: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::Parameters
|
|
4219
4171
|
**/
|
|
4220
4172
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters: {
|
|
4221
4173
|
_enum: {
|
|
@@ -4252,36 +4204,36 @@ declare const _default: {
|
|
|
4252
4204
|
};
|
|
4253
4205
|
};
|
|
4254
4206
|
/**
|
|
4255
|
-
*
|
|
4207
|
+
* Lookup421: pallet_sudo::pallet::Error<T>
|
|
4256
4208
|
**/
|
|
4257
4209
|
PalletSudoError: {
|
|
4258
4210
|
_enum: string[];
|
|
4259
4211
|
};
|
|
4260
4212
|
/**
|
|
4261
|
-
*
|
|
4213
|
+
* Lookup424: pallet_collator_selection::pallet::CandidateInfo<sp_core::crypto::AccountId32, Balance>
|
|
4262
4214
|
**/
|
|
4263
4215
|
PalletCollatorSelectionCandidateInfo: {
|
|
4264
4216
|
who: string;
|
|
4265
4217
|
deposit: string;
|
|
4266
4218
|
};
|
|
4267
4219
|
/**
|
|
4268
|
-
*
|
|
4220
|
+
* Lookup426: pallet_collator_selection::pallet::Error<T>
|
|
4269
4221
|
**/
|
|
4270
4222
|
PalletCollatorSelectionError: {
|
|
4271
4223
|
_enum: string[];
|
|
4272
4224
|
};
|
|
4273
4225
|
/**
|
|
4274
|
-
*
|
|
4226
|
+
* Lookup430: sp_core::crypto::KeyTypeId
|
|
4275
4227
|
**/
|
|
4276
4228
|
SpCoreCryptoKeyTypeId: string;
|
|
4277
4229
|
/**
|
|
4278
|
-
*
|
|
4230
|
+
* Lookup431: pallet_session::pallet::Error<T>
|
|
4279
4231
|
**/
|
|
4280
4232
|
PalletSessionError: {
|
|
4281
4233
|
_enum: string[];
|
|
4282
4234
|
};
|
|
4283
4235
|
/**
|
|
4284
|
-
*
|
|
4236
|
+
* Lookup440: cumulus_pallet_xcmp_queue::OutboundChannelDetails
|
|
4285
4237
|
**/
|
|
4286
4238
|
CumulusPalletXcmpQueueOutboundChannelDetails: {
|
|
4287
4239
|
recipient: string;
|
|
@@ -4291,13 +4243,13 @@ declare const _default: {
|
|
|
4291
4243
|
lastIndex: string;
|
|
4292
4244
|
};
|
|
4293
4245
|
/**
|
|
4294
|
-
*
|
|
4246
|
+
* Lookup441: cumulus_pallet_xcmp_queue::OutboundState
|
|
4295
4247
|
**/
|
|
4296
4248
|
CumulusPalletXcmpQueueOutboundState: {
|
|
4297
4249
|
_enum: string[];
|
|
4298
4250
|
};
|
|
4299
4251
|
/**
|
|
4300
|
-
*
|
|
4252
|
+
* Lookup445: cumulus_pallet_xcmp_queue::QueueConfigData
|
|
4301
4253
|
**/
|
|
4302
4254
|
CumulusPalletXcmpQueueQueueConfigData: {
|
|
4303
4255
|
suspendThreshold: string;
|
|
@@ -4305,13 +4257,13 @@ declare const _default: {
|
|
|
4305
4257
|
resumeThreshold: string;
|
|
4306
4258
|
};
|
|
4307
4259
|
/**
|
|
4308
|
-
*
|
|
4260
|
+
* Lookup446: cumulus_pallet_xcmp_queue::pallet::Error<T>
|
|
4309
4261
|
**/
|
|
4310
4262
|
CumulusPalletXcmpQueueError: {
|
|
4311
4263
|
_enum: string[];
|
|
4312
4264
|
};
|
|
4313
4265
|
/**
|
|
4314
|
-
*
|
|
4266
|
+
* Lookup447: pallet_xcm::pallet::QueryStatus<BlockNumber>
|
|
4315
4267
|
**/
|
|
4316
4268
|
PalletXcmQueryStatus: {
|
|
4317
4269
|
_enum: {
|
|
@@ -4332,7 +4284,7 @@ declare const _default: {
|
|
|
4332
4284
|
};
|
|
4333
4285
|
};
|
|
4334
4286
|
/**
|
|
4335
|
-
*
|
|
4287
|
+
* Lookup451: xcm::VersionedResponse
|
|
4336
4288
|
**/
|
|
4337
4289
|
XcmVersionedResponse: {
|
|
4338
4290
|
_enum: {
|
|
@@ -4345,7 +4297,7 @@ declare const _default: {
|
|
|
4345
4297
|
};
|
|
4346
4298
|
};
|
|
4347
4299
|
/**
|
|
4348
|
-
*
|
|
4300
|
+
* Lookup457: pallet_xcm::pallet::VersionMigrationStage
|
|
4349
4301
|
**/
|
|
4350
4302
|
PalletXcmVersionMigrationStage: {
|
|
4351
4303
|
_enum: {
|
|
@@ -4356,7 +4308,7 @@ declare const _default: {
|
|
|
4356
4308
|
};
|
|
4357
4309
|
};
|
|
4358
4310
|
/**
|
|
4359
|
-
*
|
|
4311
|
+
* Lookup459: pallet_xcm::pallet::RemoteLockedFungibleRecord<ConsumerIdentifier, MaxConsumers>
|
|
4360
4312
|
**/
|
|
4361
4313
|
PalletXcmRemoteLockedFungibleRecord: {
|
|
4362
4314
|
amount: string;
|
|
@@ -4365,13 +4317,13 @@ declare const _default: {
|
|
|
4365
4317
|
consumers: string;
|
|
4366
4318
|
};
|
|
4367
4319
|
/**
|
|
4368
|
-
*
|
|
4320
|
+
* Lookup466: pallet_xcm::pallet::Error<T>
|
|
4369
4321
|
**/
|
|
4370
4322
|
PalletXcmError: {
|
|
4371
4323
|
_enum: string[];
|
|
4372
4324
|
};
|
|
4373
4325
|
/**
|
|
4374
|
-
*
|
|
4326
|
+
* Lookup467: pallet_message_queue::BookState<cumulus_primitives_core::AggregateMessageOrigin>
|
|
4375
4327
|
**/
|
|
4376
4328
|
PalletMessageQueueBookState: {
|
|
4377
4329
|
_alias: {
|
|
@@ -4385,14 +4337,14 @@ declare const _default: {
|
|
|
4385
4337
|
size_: string;
|
|
4386
4338
|
};
|
|
4387
4339
|
/**
|
|
4388
|
-
*
|
|
4340
|
+
* Lookup469: pallet_message_queue::Neighbours<cumulus_primitives_core::AggregateMessageOrigin>
|
|
4389
4341
|
**/
|
|
4390
4342
|
PalletMessageQueueNeighbours: {
|
|
4391
4343
|
prev: string;
|
|
4392
4344
|
next: string;
|
|
4393
4345
|
};
|
|
4394
4346
|
/**
|
|
4395
|
-
*
|
|
4347
|
+
* Lookup471: pallet_message_queue::Page<Size, HeapSize>
|
|
4396
4348
|
**/
|
|
4397
4349
|
PalletMessageQueuePage: {
|
|
4398
4350
|
remaining: string;
|
|
@@ -4403,20 +4355,20 @@ declare const _default: {
|
|
|
4403
4355
|
heap: string;
|
|
4404
4356
|
};
|
|
4405
4357
|
/**
|
|
4406
|
-
*
|
|
4358
|
+
* Lookup473: pallet_message_queue::pallet::Error<T>
|
|
4407
4359
|
**/
|
|
4408
4360
|
PalletMessageQueueError: {
|
|
4409
4361
|
_enum: string[];
|
|
4410
4362
|
};
|
|
4411
4363
|
/**
|
|
4412
|
-
*
|
|
4364
|
+
* Lookup474: pallet_storage_providers::types::SignUpRequest<T>
|
|
4413
4365
|
**/
|
|
4414
4366
|
PalletStorageProvidersSignUpRequest: {
|
|
4415
4367
|
spSignUpRequest: string;
|
|
4416
4368
|
at: string;
|
|
4417
4369
|
};
|
|
4418
4370
|
/**
|
|
4419
|
-
*
|
|
4371
|
+
* Lookup475: pallet_storage_providers::types::SignUpRequestSpParams<T>
|
|
4420
4372
|
**/
|
|
4421
4373
|
PalletStorageProvidersSignUpRequestSpParams: {
|
|
4422
4374
|
_enum: {
|
|
@@ -4425,7 +4377,7 @@ declare const _default: {
|
|
|
4425
4377
|
};
|
|
4426
4378
|
};
|
|
4427
4379
|
/**
|
|
4428
|
-
*
|
|
4380
|
+
* Lookup476: pallet_storage_providers::types::BackupStorageProvider<T>
|
|
4429
4381
|
**/
|
|
4430
4382
|
PalletStorageProvidersBackupStorageProvider: {
|
|
4431
4383
|
capacity: string;
|
|
@@ -4439,14 +4391,14 @@ declare const _default: {
|
|
|
4439
4391
|
signUpBlock: string;
|
|
4440
4392
|
};
|
|
4441
4393
|
/**
|
|
4442
|
-
*
|
|
4394
|
+
* Lookup477: pallet_storage_providers::types::MainStorageProviderSignUpRequest<T>
|
|
4443
4395
|
**/
|
|
4444
4396
|
PalletStorageProvidersMainStorageProviderSignUpRequest: {
|
|
4445
4397
|
mspInfo: string;
|
|
4446
4398
|
valueProp: string;
|
|
4447
4399
|
};
|
|
4448
4400
|
/**
|
|
4449
|
-
*
|
|
4401
|
+
* Lookup478: pallet_storage_providers::types::MainStorageProvider<T>
|
|
4450
4402
|
**/
|
|
4451
4403
|
PalletStorageProvidersMainStorageProvider: {
|
|
4452
4404
|
capacity: string;
|
|
@@ -4460,7 +4412,7 @@ declare const _default: {
|
|
|
4460
4412
|
signUpBlock: string;
|
|
4461
4413
|
};
|
|
4462
4414
|
/**
|
|
4463
|
-
*
|
|
4415
|
+
* Lookup479: pallet_storage_providers::types::Bucket<T>
|
|
4464
4416
|
**/
|
|
4465
4417
|
PalletStorageProvidersBucket: {
|
|
4466
4418
|
_alias: {
|
|
@@ -4475,13 +4427,13 @@ declare const _default: {
|
|
|
4475
4427
|
valuePropId: string;
|
|
4476
4428
|
};
|
|
4477
4429
|
/**
|
|
4478
|
-
*
|
|
4430
|
+
* Lookup483: pallet_storage_providers::pallet::Error<T>
|
|
4479
4431
|
**/
|
|
4480
4432
|
PalletStorageProvidersError: {
|
|
4481
4433
|
_enum: string[];
|
|
4482
4434
|
};
|
|
4483
4435
|
/**
|
|
4484
|
-
*
|
|
4436
|
+
* Lookup484: pallet_file_system::types::StorageRequestMetadata<T>
|
|
4485
4437
|
**/
|
|
4486
4438
|
PalletFileSystemStorageRequestMetadata: {
|
|
4487
4439
|
_alias: {
|
|
@@ -4494,7 +4446,7 @@ declare const _default: {
|
|
|
4494
4446
|
location: string;
|
|
4495
4447
|
fingerprint: string;
|
|
4496
4448
|
size_: string;
|
|
4497
|
-
|
|
4449
|
+
mspStatus: string;
|
|
4498
4450
|
userPeerIds: string;
|
|
4499
4451
|
bspsRequired: string;
|
|
4500
4452
|
bspsConfirmed: string;
|
|
@@ -4502,13 +4454,24 @@ declare const _default: {
|
|
|
4502
4454
|
depositPaid: string;
|
|
4503
4455
|
};
|
|
4504
4456
|
/**
|
|
4505
|
-
*
|
|
4457
|
+
* Lookup485: pallet_file_system::types::MspStorageRequestStatus<T>
|
|
4458
|
+
**/
|
|
4459
|
+
PalletFileSystemMspStorageRequestStatus: {
|
|
4460
|
+
_enum: {
|
|
4461
|
+
None: string;
|
|
4462
|
+
Pending: string;
|
|
4463
|
+
AcceptedNewFile: string;
|
|
4464
|
+
AcceptedExistingFile: string;
|
|
4465
|
+
};
|
|
4466
|
+
};
|
|
4467
|
+
/**
|
|
4468
|
+
* Lookup486: pallet_file_system::types::StorageRequestBspsMetadata<T>
|
|
4506
4469
|
**/
|
|
4507
4470
|
PalletFileSystemStorageRequestBspsMetadata: {
|
|
4508
4471
|
confirmed: string;
|
|
4509
4472
|
};
|
|
4510
4473
|
/**
|
|
4511
|
-
*
|
|
4474
|
+
* Lookup488: pallet_file_system::types::PendingFileDeletionRequest<T>
|
|
4512
4475
|
**/
|
|
4513
4476
|
PalletFileSystemPendingFileDeletionRequest: {
|
|
4514
4477
|
user: string;
|
|
@@ -4519,7 +4482,7 @@ declare const _default: {
|
|
|
4519
4482
|
queuePriorityChallenge: string;
|
|
4520
4483
|
};
|
|
4521
4484
|
/**
|
|
4522
|
-
*
|
|
4485
|
+
* Lookup490: pallet_file_system::types::PendingStopStoringRequest<T>
|
|
4523
4486
|
**/
|
|
4524
4487
|
PalletFileSystemPendingStopStoringRequest: {
|
|
4525
4488
|
tickWhenRequested: string;
|
|
@@ -4527,7 +4490,7 @@ declare const _default: {
|
|
|
4527
4490
|
fileSize: string;
|
|
4528
4491
|
};
|
|
4529
4492
|
/**
|
|
4530
|
-
*
|
|
4493
|
+
* Lookup491: pallet_file_system::types::MoveBucketRequestMetadata<T>
|
|
4531
4494
|
**/
|
|
4532
4495
|
PalletFileSystemMoveBucketRequestMetadata: {
|
|
4533
4496
|
requester: string;
|
|
@@ -4535,7 +4498,7 @@ declare const _default: {
|
|
|
4535
4498
|
newValuePropId: string;
|
|
4536
4499
|
};
|
|
4537
4500
|
/**
|
|
4538
|
-
*
|
|
4501
|
+
* Lookup492: pallet_file_system::types::IncompleteStorageRequestMetadata<T>
|
|
4539
4502
|
**/
|
|
4540
4503
|
PalletFileSystemIncompleteStorageRequestMetadata: {
|
|
4541
4504
|
owner: string;
|
|
@@ -4547,26 +4510,26 @@ declare const _default: {
|
|
|
4547
4510
|
pendingBucketRemoval: string;
|
|
4548
4511
|
};
|
|
4549
4512
|
/**
|
|
4550
|
-
*
|
|
4513
|
+
* Lookup494: pallet_file_system::pallet::Error<T>
|
|
4551
4514
|
**/
|
|
4552
4515
|
PalletFileSystemError: {
|
|
4553
4516
|
_enum: string[];
|
|
4554
4517
|
};
|
|
4555
4518
|
/**
|
|
4556
|
-
*
|
|
4519
|
+
* Lookup496: pallet_proofs_dealer::types::ProofSubmissionRecord<T>
|
|
4557
4520
|
**/
|
|
4558
4521
|
PalletProofsDealerProofSubmissionRecord: {
|
|
4559
4522
|
lastTickProven: string;
|
|
4560
4523
|
nextTickToSubmitProofFor: string;
|
|
4561
4524
|
};
|
|
4562
4525
|
/**
|
|
4563
|
-
*
|
|
4526
|
+
* Lookup503: pallet_proofs_dealer::pallet::Error<T>
|
|
4564
4527
|
**/
|
|
4565
4528
|
PalletProofsDealerError: {
|
|
4566
4529
|
_enum: string[];
|
|
4567
4530
|
};
|
|
4568
4531
|
/**
|
|
4569
|
-
*
|
|
4532
|
+
* Lookup506: pallet_payment_streams::types::FixedRatePaymentStream<T>
|
|
4570
4533
|
**/
|
|
4571
4534
|
PalletPaymentStreamsFixedRatePaymentStream: {
|
|
4572
4535
|
rate: string;
|
|
@@ -4575,7 +4538,7 @@ declare const _default: {
|
|
|
4575
4538
|
outOfFundsTick: string;
|
|
4576
4539
|
};
|
|
4577
4540
|
/**
|
|
4578
|
-
*
|
|
4541
|
+
* Lookup507: pallet_payment_streams::types::DynamicRatePaymentStream<T>
|
|
4579
4542
|
**/
|
|
4580
4543
|
PalletPaymentStreamsDynamicRatePaymentStream: {
|
|
4581
4544
|
amountProvided: string;
|
|
@@ -4584,26 +4547,26 @@ declare const _default: {
|
|
|
4584
4547
|
outOfFundsTick: string;
|
|
4585
4548
|
};
|
|
4586
4549
|
/**
|
|
4587
|
-
*
|
|
4550
|
+
* Lookup508: pallet_payment_streams::types::ProviderLastChargeableInfo<T>
|
|
4588
4551
|
**/
|
|
4589
4552
|
PalletPaymentStreamsProviderLastChargeableInfo: {
|
|
4590
4553
|
lastChargeableTick: string;
|
|
4591
4554
|
priceIndex: string;
|
|
4592
4555
|
};
|
|
4593
4556
|
/**
|
|
4594
|
-
*
|
|
4557
|
+
* Lookup509: pallet_payment_streams::pallet::Error<T>
|
|
4595
4558
|
**/
|
|
4596
4559
|
PalletPaymentStreamsError: {
|
|
4597
4560
|
_enum: string[];
|
|
4598
4561
|
};
|
|
4599
4562
|
/**
|
|
4600
|
-
*
|
|
4563
|
+
* Lookup510: pallet_bucket_nfts::pallet::Error<T>
|
|
4601
4564
|
**/
|
|
4602
4565
|
PalletBucketNftsError: {
|
|
4603
4566
|
_enum: string[];
|
|
4604
4567
|
};
|
|
4605
4568
|
/**
|
|
4606
|
-
*
|
|
4569
|
+
* Lookup511: pallet_nfts::types::CollectionDetails<sp_core::crypto::AccountId32, DepositBalance>
|
|
4607
4570
|
**/
|
|
4608
4571
|
PalletNftsCollectionDetails: {
|
|
4609
4572
|
owner: string;
|
|
@@ -4614,13 +4577,13 @@ declare const _default: {
|
|
|
4614
4577
|
attributes: string;
|
|
4615
4578
|
};
|
|
4616
4579
|
/**
|
|
4617
|
-
*
|
|
4580
|
+
* Lookup516: pallet_nfts::types::CollectionRole
|
|
4618
4581
|
**/
|
|
4619
4582
|
PalletNftsCollectionRole: {
|
|
4620
4583
|
_enum: string[];
|
|
4621
4584
|
};
|
|
4622
4585
|
/**
|
|
4623
|
-
*
|
|
4586
|
+
* Lookup517: pallet_nfts::types::ItemDetails<sp_core::crypto::AccountId32, pallet_nfts::types::ItemDeposit<DepositBalance, sp_core::crypto::AccountId32>, bounded_collections::bounded_btree_map::BoundedBTreeMap<sp_core::crypto::AccountId32, Option<T>, S>>
|
|
4624
4587
|
**/
|
|
4625
4588
|
PalletNftsItemDetails: {
|
|
4626
4589
|
owner: string;
|
|
@@ -4628,42 +4591,42 @@ declare const _default: {
|
|
|
4628
4591
|
deposit: string;
|
|
4629
4592
|
};
|
|
4630
4593
|
/**
|
|
4631
|
-
*
|
|
4594
|
+
* Lookup518: pallet_nfts::types::ItemDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
4632
4595
|
**/
|
|
4633
4596
|
PalletNftsItemDeposit: {
|
|
4634
4597
|
account: string;
|
|
4635
4598
|
amount: string;
|
|
4636
4599
|
};
|
|
4637
4600
|
/**
|
|
4638
|
-
*
|
|
4601
|
+
* Lookup523: pallet_nfts::types::CollectionMetadata<Deposit, StringLimit>
|
|
4639
4602
|
**/
|
|
4640
4603
|
PalletNftsCollectionMetadata: {
|
|
4641
4604
|
deposit: string;
|
|
4642
4605
|
data: string;
|
|
4643
4606
|
};
|
|
4644
4607
|
/**
|
|
4645
|
-
*
|
|
4608
|
+
* Lookup524: pallet_nfts::types::ItemMetadata<pallet_nfts::types::ItemMetadataDeposit<DepositBalance, sp_core::crypto::AccountId32>, StringLimit>
|
|
4646
4609
|
**/
|
|
4647
4610
|
PalletNftsItemMetadata: {
|
|
4648
4611
|
deposit: string;
|
|
4649
4612
|
data: string;
|
|
4650
4613
|
};
|
|
4651
4614
|
/**
|
|
4652
|
-
*
|
|
4615
|
+
* Lookup525: pallet_nfts::types::ItemMetadataDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
4653
4616
|
**/
|
|
4654
4617
|
PalletNftsItemMetadataDeposit: {
|
|
4655
4618
|
account: string;
|
|
4656
4619
|
amount: string;
|
|
4657
4620
|
};
|
|
4658
4621
|
/**
|
|
4659
|
-
*
|
|
4622
|
+
* Lookup528: pallet_nfts::types::AttributeDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
4660
4623
|
**/
|
|
4661
4624
|
PalletNftsAttributeDeposit: {
|
|
4662
4625
|
account: string;
|
|
4663
4626
|
amount: string;
|
|
4664
4627
|
};
|
|
4665
4628
|
/**
|
|
4666
|
-
*
|
|
4629
|
+
* Lookup532: pallet_nfts::types::PendingSwap<CollectionId, ItemId, pallet_nfts::types::PriceWithDirection<Amount>, Deadline>
|
|
4667
4630
|
**/
|
|
4668
4631
|
PalletNftsPendingSwap: {
|
|
4669
4632
|
desiredCollection: string;
|
|
@@ -4672,63 +4635,63 @@ declare const _default: {
|
|
|
4672
4635
|
deadline: string;
|
|
4673
4636
|
};
|
|
4674
4637
|
/**
|
|
4675
|
-
*
|
|
4638
|
+
* Lookup534: pallet_nfts::types::PalletFeature
|
|
4676
4639
|
**/
|
|
4677
4640
|
PalletNftsPalletFeature: {
|
|
4678
4641
|
_enum: string[];
|
|
4679
4642
|
};
|
|
4680
4643
|
/**
|
|
4681
|
-
*
|
|
4644
|
+
* Lookup535: pallet_nfts::pallet::Error<T, I>
|
|
4682
4645
|
**/
|
|
4683
4646
|
PalletNftsError: {
|
|
4684
4647
|
_enum: string[];
|
|
4685
4648
|
};
|
|
4686
4649
|
/**
|
|
4687
|
-
*
|
|
4650
|
+
* Lookup538: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
4688
4651
|
**/
|
|
4689
4652
|
FrameSystemExtensionsCheckNonZeroSender: string;
|
|
4690
4653
|
/**
|
|
4691
|
-
*
|
|
4654
|
+
* Lookup539: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
4692
4655
|
**/
|
|
4693
4656
|
FrameSystemExtensionsCheckSpecVersion: string;
|
|
4694
4657
|
/**
|
|
4695
|
-
*
|
|
4658
|
+
* Lookup540: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
4696
4659
|
**/
|
|
4697
4660
|
FrameSystemExtensionsCheckTxVersion: string;
|
|
4698
4661
|
/**
|
|
4699
|
-
*
|
|
4662
|
+
* Lookup541: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
4700
4663
|
**/
|
|
4701
4664
|
FrameSystemExtensionsCheckGenesis: string;
|
|
4702
4665
|
/**
|
|
4703
|
-
*
|
|
4666
|
+
* Lookup544: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
4704
4667
|
**/
|
|
4705
4668
|
FrameSystemExtensionsCheckNonce: string;
|
|
4706
4669
|
/**
|
|
4707
|
-
*
|
|
4670
|
+
* Lookup545: frame_system::extensions::check_weight::CheckWeight<T>
|
|
4708
4671
|
**/
|
|
4709
4672
|
FrameSystemExtensionsCheckWeight: string;
|
|
4710
4673
|
/**
|
|
4711
|
-
*
|
|
4674
|
+
* Lookup546: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
4712
4675
|
**/
|
|
4713
4676
|
PalletTransactionPaymentChargeTransactionPayment: string;
|
|
4714
4677
|
/**
|
|
4715
|
-
*
|
|
4678
|
+
* Lookup547: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim<T>
|
|
4716
4679
|
**/
|
|
4717
4680
|
CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: string;
|
|
4718
4681
|
/**
|
|
4719
|
-
*
|
|
4682
|
+
* Lookup548: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
4720
4683
|
**/
|
|
4721
4684
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
4722
4685
|
mode: string;
|
|
4723
4686
|
};
|
|
4724
4687
|
/**
|
|
4725
|
-
*
|
|
4688
|
+
* Lookup549: frame_metadata_hash_extension::Mode
|
|
4726
4689
|
**/
|
|
4727
4690
|
FrameMetadataHashExtensionMode: {
|
|
4728
4691
|
_enum: string[];
|
|
4729
4692
|
};
|
|
4730
4693
|
/**
|
|
4731
|
-
*
|
|
4694
|
+
* Lookup550: sh_parachain_runtime::Runtime
|
|
4732
4695
|
**/
|
|
4733
4696
|
ShParachainRuntimeRuntime: string;
|
|
4734
4697
|
};
|