@storagehub/api-augment 0.2.11 → 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 -2871
- 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 -2109
- 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 +3 -111
- 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 -714
- 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 +3 -111
- 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 -584
- 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 +0 -108
- 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 -390
- 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 -490
- package/src/solochain-evm/interfaces/augment-api-errors.ts +0 -108
- 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 -340
- 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 -440
- package/storagehub-api-augment-0.2.14.tgz +0 -0
|
@@ -1532,12 +1532,6 @@ export default {
|
|
|
1532
1532
|
bucketId: "H256",
|
|
1533
1533
|
maybeCollectionId: "Option<u32>"
|
|
1534
1534
|
},
|
|
1535
|
-
MoveBucketRequested: {
|
|
1536
|
-
who: "AccountId32",
|
|
1537
|
-
bucketId: "H256",
|
|
1538
|
-
newMspId: "H256",
|
|
1539
|
-
newValuePropId: "H256"
|
|
1540
|
-
},
|
|
1541
1535
|
BucketPrivacyUpdated: {
|
|
1542
1536
|
who: "AccountId32",
|
|
1543
1537
|
bucketId: "H256",
|
|
@@ -1549,6 +1543,26 @@ export default {
|
|
|
1549
1543
|
bucketId: "H256",
|
|
1550
1544
|
collectionId: "u32"
|
|
1551
1545
|
},
|
|
1546
|
+
MoveBucketRequested: {
|
|
1547
|
+
who: "AccountId32",
|
|
1548
|
+
bucketId: "H256",
|
|
1549
|
+
newMspId: "H256",
|
|
1550
|
+
newValuePropId: "H256"
|
|
1551
|
+
},
|
|
1552
|
+
MoveBucketRequestExpired: {
|
|
1553
|
+
bucketId: "H256"
|
|
1554
|
+
},
|
|
1555
|
+
MoveBucketAccepted: {
|
|
1556
|
+
bucketId: "H256",
|
|
1557
|
+
oldMspId: "Option<H256>",
|
|
1558
|
+
newMspId: "H256",
|
|
1559
|
+
valuePropId: "H256"
|
|
1560
|
+
},
|
|
1561
|
+
MoveBucketRejected: {
|
|
1562
|
+
bucketId: "H256",
|
|
1563
|
+
oldMspId: "Option<H256>",
|
|
1564
|
+
newMspId: "H256"
|
|
1565
|
+
},
|
|
1552
1566
|
NewStorageRequest: {
|
|
1553
1567
|
_alias: {
|
|
1554
1568
|
size_: "size"
|
|
@@ -1566,6 +1580,27 @@ export default {
|
|
|
1566
1580
|
fileKey: "H256",
|
|
1567
1581
|
fileMetadata: "ShpFileMetadataFileMetadata"
|
|
1568
1582
|
},
|
|
1583
|
+
StorageRequestFulfilled: {
|
|
1584
|
+
fileKey: "H256"
|
|
1585
|
+
},
|
|
1586
|
+
StorageRequestExpired: {
|
|
1587
|
+
fileKey: "H256"
|
|
1588
|
+
},
|
|
1589
|
+
StorageRequestRevoked: {
|
|
1590
|
+
fileKey: "H256"
|
|
1591
|
+
},
|
|
1592
|
+
StorageRequestRejected: {
|
|
1593
|
+
fileKey: "H256",
|
|
1594
|
+
mspId: "H256",
|
|
1595
|
+
bucketId: "H256",
|
|
1596
|
+
reason: "PalletFileSystemRejectedStorageRequestReason"
|
|
1597
|
+
},
|
|
1598
|
+
IncompleteStorageRequest: {
|
|
1599
|
+
fileKey: "H256"
|
|
1600
|
+
},
|
|
1601
|
+
IncompleteStorageRequestCleanedUp: {
|
|
1602
|
+
fileKey: "H256"
|
|
1603
|
+
},
|
|
1569
1604
|
AcceptedBspVolunteer: {
|
|
1570
1605
|
_alias: {
|
|
1571
1606
|
size_: "size"
|
|
@@ -1585,20 +1620,9 @@ export default {
|
|
|
1585
1620
|
skippedFileKeys: "Vec<H256>",
|
|
1586
1621
|
newRoot: "H256"
|
|
1587
1622
|
},
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
StorageRequestExpired: {
|
|
1592
|
-
fileKey: "H256"
|
|
1593
|
-
},
|
|
1594
|
-
StorageRequestRevoked: {
|
|
1595
|
-
fileKey: "H256"
|
|
1596
|
-
},
|
|
1597
|
-
StorageRequestRejected: {
|
|
1598
|
-
fileKey: "H256",
|
|
1599
|
-
mspId: "H256",
|
|
1600
|
-
bucketId: "H256",
|
|
1601
|
-
reason: "PalletFileSystemRejectedStorageRequestReason"
|
|
1623
|
+
BspChallengeCycleInitialised: {
|
|
1624
|
+
who: "AccountId32",
|
|
1625
|
+
bspId: "H256"
|
|
1602
1626
|
},
|
|
1603
1627
|
BspRequestedToStopStoring: {
|
|
1604
1628
|
bspId: "H256",
|
|
@@ -1611,9 +1635,10 @@ export default {
|
|
|
1611
1635
|
fileKey: "H256",
|
|
1612
1636
|
newRoot: "H256"
|
|
1613
1637
|
},
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1638
|
+
MspStoppedStoringBucket: {
|
|
1639
|
+
mspId: "H256",
|
|
1640
|
+
owner: "AccountId32",
|
|
1641
|
+
bucketId: "H256"
|
|
1617
1642
|
},
|
|
1618
1643
|
SpStopStoringInsolventUser: {
|
|
1619
1644
|
spId: "H256",
|
|
@@ -1627,76 +1652,6 @@ export default {
|
|
|
1627
1652
|
owner: "AccountId32",
|
|
1628
1653
|
bucketId: "H256"
|
|
1629
1654
|
},
|
|
1630
|
-
FailedToQueuePriorityChallenge: {
|
|
1631
|
-
fileKey: "H256",
|
|
1632
|
-
error: "SpRuntimeDispatchError"
|
|
1633
|
-
},
|
|
1634
|
-
FileDeletionRequest: {
|
|
1635
|
-
user: "AccountId32",
|
|
1636
|
-
fileKey: "H256",
|
|
1637
|
-
fileSize: "u64",
|
|
1638
|
-
bucketId: "H256",
|
|
1639
|
-
mspId: "H256",
|
|
1640
|
-
proofOfInclusion: "bool"
|
|
1641
|
-
},
|
|
1642
|
-
ProofSubmittedForPendingFileDeletionRequest: {
|
|
1643
|
-
user: "AccountId32",
|
|
1644
|
-
fileKey: "H256",
|
|
1645
|
-
fileSize: "u64",
|
|
1646
|
-
bucketId: "H256",
|
|
1647
|
-
mspId: "H256",
|
|
1648
|
-
proofOfInclusion: "bool"
|
|
1649
|
-
},
|
|
1650
|
-
BspChallengeCycleInitialised: {
|
|
1651
|
-
who: "AccountId32",
|
|
1652
|
-
bspId: "H256"
|
|
1653
|
-
},
|
|
1654
|
-
MoveBucketRequestExpired: {
|
|
1655
|
-
bucketId: "H256"
|
|
1656
|
-
},
|
|
1657
|
-
MoveBucketAccepted: {
|
|
1658
|
-
bucketId: "H256",
|
|
1659
|
-
oldMspId: "Option<H256>",
|
|
1660
|
-
newMspId: "H256",
|
|
1661
|
-
valuePropId: "H256"
|
|
1662
|
-
},
|
|
1663
|
-
MoveBucketRejected: {
|
|
1664
|
-
bucketId: "H256",
|
|
1665
|
-
oldMspId: "Option<H256>",
|
|
1666
|
-
newMspId: "H256"
|
|
1667
|
-
},
|
|
1668
|
-
MspStoppedStoringBucket: {
|
|
1669
|
-
mspId: "H256",
|
|
1670
|
-
owner: "AccountId32",
|
|
1671
|
-
bucketId: "H256"
|
|
1672
|
-
},
|
|
1673
|
-
FailedToGetMspOfBucket: {
|
|
1674
|
-
bucketId: "H256",
|
|
1675
|
-
error: "SpRuntimeDispatchError"
|
|
1676
|
-
},
|
|
1677
|
-
FailedToDecreaseMspUsedCapacity: {
|
|
1678
|
-
user: "AccountId32",
|
|
1679
|
-
mspId: "H256",
|
|
1680
|
-
fileKey: "H256",
|
|
1681
|
-
fileSize: "u64",
|
|
1682
|
-
error: "SpRuntimeDispatchError"
|
|
1683
|
-
},
|
|
1684
|
-
UsedCapacityShouldBeZero: {
|
|
1685
|
-
actualUsedCapacity: "u64"
|
|
1686
|
-
},
|
|
1687
|
-
FailedToReleaseStorageRequestCreationDeposit: {
|
|
1688
|
-
fileKey: "H256",
|
|
1689
|
-
owner: "AccountId32",
|
|
1690
|
-
amountToReturn: "u128",
|
|
1691
|
-
error: "SpRuntimeDispatchError"
|
|
1692
|
-
},
|
|
1693
|
-
FailedToTransferDepositFundsToBsp: {
|
|
1694
|
-
fileKey: "H256",
|
|
1695
|
-
owner: "AccountId32",
|
|
1696
|
-
bspId: "H256",
|
|
1697
|
-
amountToTransfer: "u128",
|
|
1698
|
-
error: "SpRuntimeDispatchError"
|
|
1699
|
-
},
|
|
1700
1655
|
FileDeletionRequested: {
|
|
1701
1656
|
signedDeleteIntention: "PalletFileSystemFileOperationIntention",
|
|
1702
1657
|
signature: "SpRuntimeMultiSignature"
|
|
@@ -1716,13 +1671,19 @@ export default {
|
|
|
1716
1671
|
oldRoot: "H256",
|
|
1717
1672
|
newRoot: "H256"
|
|
1718
1673
|
},
|
|
1719
|
-
|
|
1720
|
-
|
|
1674
|
+
UsedCapacityShouldBeZero: {
|
|
1675
|
+
actualUsedCapacity: "u64"
|
|
1676
|
+
},
|
|
1677
|
+
FailedToReleaseStorageRequestCreationDeposit: {
|
|
1678
|
+
fileKey: "H256",
|
|
1679
|
+
owner: "AccountId32",
|
|
1680
|
+
amountToReturn: "u128",
|
|
1681
|
+
error: "SpRuntimeDispatchError"
|
|
1721
1682
|
}
|
|
1722
1683
|
}
|
|
1723
1684
|
},
|
|
1724
1685
|
/**
|
|
1725
|
-
*
|
|
1686
|
+
* Lookup154: shp_file_metadata::FileMetadata
|
|
1726
1687
|
**/
|
|
1727
1688
|
ShpFileMetadataFileMetadata: {
|
|
1728
1689
|
owner: "Bytes",
|
|
@@ -1732,11 +1693,11 @@ export default {
|
|
|
1732
1693
|
fingerprint: "ShpFileMetadataFingerprint"
|
|
1733
1694
|
},
|
|
1734
1695
|
/**
|
|
1735
|
-
*
|
|
1696
|
+
* Lookup155: shp_file_metadata::Fingerprint
|
|
1736
1697
|
**/
|
|
1737
1698
|
ShpFileMetadataFingerprint: "[u8;32]",
|
|
1738
1699
|
/**
|
|
1739
|
-
*
|
|
1700
|
+
* Lookup156: pallet_file_system::types::RejectedStorageRequestReason
|
|
1740
1701
|
**/
|
|
1741
1702
|
PalletFileSystemRejectedStorageRequestReason: {
|
|
1742
1703
|
_enum: [
|
|
@@ -1748,29 +1709,20 @@ export default {
|
|
|
1748
1709
|
]
|
|
1749
1710
|
},
|
|
1750
1711
|
/**
|
|
1751
|
-
*
|
|
1752
|
-
**/
|
|
1753
|
-
PalletFileSystemEitherAccountIdOrMspId: {
|
|
1754
|
-
_enum: {
|
|
1755
|
-
AccountId: "AccountId32",
|
|
1756
|
-
MspId: "H256"
|
|
1757
|
-
}
|
|
1758
|
-
},
|
|
1759
|
-
/**
|
|
1760
|
-
* Lookup162: pallet_file_system::types::FileOperationIntention<T>
|
|
1712
|
+
* Lookup161: pallet_file_system::types::FileOperationIntention<T>
|
|
1761
1713
|
**/
|
|
1762
1714
|
PalletFileSystemFileOperationIntention: {
|
|
1763
1715
|
fileKey: "H256",
|
|
1764
1716
|
operation: "PalletFileSystemFileOperation"
|
|
1765
1717
|
},
|
|
1766
1718
|
/**
|
|
1767
|
-
*
|
|
1719
|
+
* Lookup162: pallet_file_system::types::FileOperation
|
|
1768
1720
|
**/
|
|
1769
1721
|
PalletFileSystemFileOperation: {
|
|
1770
1722
|
_enum: ["Delete"]
|
|
1771
1723
|
},
|
|
1772
1724
|
/**
|
|
1773
|
-
*
|
|
1725
|
+
* Lookup163: sp_runtime::MultiSignature
|
|
1774
1726
|
**/
|
|
1775
1727
|
SpRuntimeMultiSignature: {
|
|
1776
1728
|
_enum: {
|
|
@@ -1780,7 +1732,7 @@ export default {
|
|
|
1780
1732
|
}
|
|
1781
1733
|
},
|
|
1782
1734
|
/**
|
|
1783
|
-
*
|
|
1735
|
+
* Lookup168: pallet_proofs_dealer::pallet::Event<T>
|
|
1784
1736
|
**/
|
|
1785
1737
|
PalletProofsDealerEvent: {
|
|
1786
1738
|
_enum: {
|
|
@@ -1837,41 +1789,41 @@ export default {
|
|
|
1837
1789
|
}
|
|
1838
1790
|
},
|
|
1839
1791
|
/**
|
|
1840
|
-
*
|
|
1792
|
+
* Lookup169: pallet_proofs_dealer::types::Proof<T>
|
|
1841
1793
|
**/
|
|
1842
1794
|
PalletProofsDealerProof: {
|
|
1843
1795
|
forestProof: "SpTrieStorageProofCompactProof",
|
|
1844
1796
|
keyProofs: "BTreeMap<H256, PalletProofsDealerKeyProof>"
|
|
1845
1797
|
},
|
|
1846
1798
|
/**
|
|
1847
|
-
*
|
|
1799
|
+
* Lookup170: sp_trie::storage_proof::CompactProof
|
|
1848
1800
|
**/
|
|
1849
1801
|
SpTrieStorageProofCompactProof: {
|
|
1850
1802
|
encodedNodes: "Vec<Bytes>"
|
|
1851
1803
|
},
|
|
1852
1804
|
/**
|
|
1853
|
-
*
|
|
1805
|
+
* Lookup173: pallet_proofs_dealer::types::KeyProof<T>
|
|
1854
1806
|
**/
|
|
1855
1807
|
PalletProofsDealerKeyProof: {
|
|
1856
1808
|
proof: "ShpFileKeyVerifierFileKeyProof",
|
|
1857
1809
|
challengeCount: "u32"
|
|
1858
1810
|
},
|
|
1859
1811
|
/**
|
|
1860
|
-
*
|
|
1812
|
+
* Lookup174: shp_file_key_verifier::types::FileKeyProof
|
|
1861
1813
|
**/
|
|
1862
1814
|
ShpFileKeyVerifierFileKeyProof: {
|
|
1863
1815
|
fileMetadata: "ShpFileMetadataFileMetadata",
|
|
1864
1816
|
proof: "SpTrieStorageProofCompactProof"
|
|
1865
1817
|
},
|
|
1866
1818
|
/**
|
|
1867
|
-
*
|
|
1819
|
+
* Lookup178: pallet_proofs_dealer::types::CustomChallenge<T>
|
|
1868
1820
|
**/
|
|
1869
1821
|
PalletProofsDealerCustomChallenge: {
|
|
1870
1822
|
key: "H256",
|
|
1871
1823
|
shouldRemoveKey: "bool"
|
|
1872
1824
|
},
|
|
1873
1825
|
/**
|
|
1874
|
-
*
|
|
1826
|
+
* Lookup182: shp_traits::TrieMutation
|
|
1875
1827
|
**/
|
|
1876
1828
|
ShpTraitsTrieMutation: {
|
|
1877
1829
|
_enum: {
|
|
@@ -1880,19 +1832,19 @@ export default {
|
|
|
1880
1832
|
}
|
|
1881
1833
|
},
|
|
1882
1834
|
/**
|
|
1883
|
-
*
|
|
1835
|
+
* Lookup183: shp_traits::TrieAddMutation
|
|
1884
1836
|
**/
|
|
1885
1837
|
ShpTraitsTrieAddMutation: {
|
|
1886
1838
|
value: "Bytes"
|
|
1887
1839
|
},
|
|
1888
1840
|
/**
|
|
1889
|
-
*
|
|
1841
|
+
* Lookup184: shp_traits::TrieRemoveMutation
|
|
1890
1842
|
**/
|
|
1891
1843
|
ShpTraitsTrieRemoveMutation: {
|
|
1892
1844
|
maybeValue: "Option<Bytes>"
|
|
1893
1845
|
},
|
|
1894
1846
|
/**
|
|
1895
|
-
*
|
|
1847
|
+
* Lookup186: pallet_randomness::pallet::Event<T>
|
|
1896
1848
|
**/
|
|
1897
1849
|
PalletRandomnessEvent: {
|
|
1898
1850
|
_enum: {
|
|
@@ -1904,7 +1856,7 @@ export default {
|
|
|
1904
1856
|
}
|
|
1905
1857
|
},
|
|
1906
1858
|
/**
|
|
1907
|
-
*
|
|
1859
|
+
* Lookup187: pallet_payment_streams::pallet::Event<T>
|
|
1908
1860
|
**/
|
|
1909
1861
|
PalletPaymentStreamsEvent: {
|
|
1910
1862
|
_enum: {
|
|
@@ -1972,7 +1924,7 @@ export default {
|
|
|
1972
1924
|
}
|
|
1973
1925
|
},
|
|
1974
1926
|
/**
|
|
1975
|
-
*
|
|
1927
|
+
* Lookup189: pallet_bucket_nfts::pallet::Event<T>
|
|
1976
1928
|
**/
|
|
1977
1929
|
PalletBucketNftsEvent: {
|
|
1978
1930
|
_enum: {
|
|
@@ -1993,7 +1945,7 @@ export default {
|
|
|
1993
1945
|
}
|
|
1994
1946
|
},
|
|
1995
1947
|
/**
|
|
1996
|
-
*
|
|
1948
|
+
* Lookup190: pallet_nfts::pallet::Event<T, I>
|
|
1997
1949
|
**/
|
|
1998
1950
|
PalletNftsEvent: {
|
|
1999
1951
|
_enum: {
|
|
@@ -2194,7 +2146,7 @@ export default {
|
|
|
2194
2146
|
}
|
|
2195
2147
|
},
|
|
2196
2148
|
/**
|
|
2197
|
-
*
|
|
2149
|
+
* Lookup194: pallet_nfts::types::AttributeNamespace<sp_core::crypto::AccountId32>
|
|
2198
2150
|
**/
|
|
2199
2151
|
PalletNftsAttributeNamespace: {
|
|
2200
2152
|
_enum: {
|
|
@@ -2205,20 +2157,20 @@ export default {
|
|
|
2205
2157
|
}
|
|
2206
2158
|
},
|
|
2207
2159
|
/**
|
|
2208
|
-
*
|
|
2160
|
+
* Lookup196: pallet_nfts::types::PriceWithDirection<Amount>
|
|
2209
2161
|
**/
|
|
2210
2162
|
PalletNftsPriceWithDirection: {
|
|
2211
2163
|
amount: "u128",
|
|
2212
2164
|
direction: "PalletNftsPriceDirection"
|
|
2213
2165
|
},
|
|
2214
2166
|
/**
|
|
2215
|
-
*
|
|
2167
|
+
* Lookup197: pallet_nfts::types::PriceDirection
|
|
2216
2168
|
**/
|
|
2217
2169
|
PalletNftsPriceDirection: {
|
|
2218
2170
|
_enum: ["Send", "Receive"]
|
|
2219
2171
|
},
|
|
2220
2172
|
/**
|
|
2221
|
-
*
|
|
2173
|
+
* Lookup198: pallet_nfts::types::PalletAttributes<CollectionId>
|
|
2222
2174
|
**/
|
|
2223
2175
|
PalletNftsPalletAttributes: {
|
|
2224
2176
|
_enum: {
|
|
@@ -2227,7 +2179,7 @@ export default {
|
|
|
2227
2179
|
}
|
|
2228
2180
|
},
|
|
2229
2181
|
/**
|
|
2230
|
-
*
|
|
2182
|
+
* Lookup199: pallet_parameters::pallet::Event<T>
|
|
2231
2183
|
**/
|
|
2232
2184
|
PalletParametersEvent: {
|
|
2233
2185
|
_enum: {
|
|
@@ -2239,7 +2191,7 @@ export default {
|
|
|
2239
2191
|
}
|
|
2240
2192
|
},
|
|
2241
2193
|
/**
|
|
2242
|
-
*
|
|
2194
|
+
* Lookup200: sh_parachain_runtime::configs::runtime_params::RuntimeParametersKey
|
|
2243
2195
|
**/
|
|
2244
2196
|
ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersKey: {
|
|
2245
2197
|
_enum: {
|
|
@@ -2247,7 +2199,7 @@ export default {
|
|
|
2247
2199
|
}
|
|
2248
2200
|
},
|
|
2249
2201
|
/**
|
|
2250
|
-
*
|
|
2202
|
+
* Lookup201: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ParametersKey
|
|
2251
2203
|
**/
|
|
2252
2204
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersKey: {
|
|
2253
2205
|
_enum: [
|
|
@@ -2284,133 +2236,133 @@ export default {
|
|
|
2284
2236
|
]
|
|
2285
2237
|
},
|
|
2286
2238
|
/**
|
|
2287
|
-
*
|
|
2239
|
+
* Lookup202: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SlashAmountPerMaxFileSize
|
|
2288
2240
|
**/
|
|
2289
2241
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSlashAmountPerMaxFileSize: "Null",
|
|
2290
2242
|
/**
|
|
2291
|
-
*
|
|
2243
|
+
* Lookup203: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StakeToChallengePeriod
|
|
2292
2244
|
**/
|
|
2293
2245
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToChallengePeriod: "Null",
|
|
2294
2246
|
/**
|
|
2295
|
-
*
|
|
2247
|
+
* Lookup204: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::CheckpointChallengePeriod
|
|
2296
2248
|
**/
|
|
2297
2249
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigCheckpointChallengePeriod: "Null",
|
|
2298
2250
|
/**
|
|
2299
|
-
*
|
|
2251
|
+
* Lookup205: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinChallengePeriod
|
|
2300
2252
|
**/
|
|
2301
2253
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinChallengePeriod: "Null",
|
|
2302
2254
|
/**
|
|
2303
|
-
*
|
|
2255
|
+
* Lookup206: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SystemUtilisationLowerThresholdPercentage
|
|
2304
2256
|
**/
|
|
2305
2257
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationLowerThresholdPercentage:
|
|
2306
2258
|
"Null",
|
|
2307
2259
|
/**
|
|
2308
|
-
*
|
|
2260
|
+
* Lookup207: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SystemUtilisationUpperThresholdPercentage
|
|
2309
2261
|
**/
|
|
2310
2262
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSystemUtilisationUpperThresholdPercentage:
|
|
2311
2263
|
"Null",
|
|
2312
2264
|
/**
|
|
2313
|
-
*
|
|
2265
|
+
* Lookup208: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MostlyStablePrice
|
|
2314
2266
|
**/
|
|
2315
2267
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMostlyStablePrice: "Null",
|
|
2316
2268
|
/**
|
|
2317
|
-
*
|
|
2269
|
+
* Lookup209: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MaxPrice
|
|
2318
2270
|
**/
|
|
2319
2271
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxPrice: "Null",
|
|
2320
2272
|
/**
|
|
2321
|
-
*
|
|
2273
|
+
* Lookup210: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinPrice
|
|
2322
2274
|
**/
|
|
2323
2275
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinPrice: "Null",
|
|
2324
2276
|
/**
|
|
2325
|
-
*
|
|
2277
|
+
* Lookup211: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::UpperExponentFactor
|
|
2326
2278
|
**/
|
|
2327
2279
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpperExponentFactor: "Null",
|
|
2328
2280
|
/**
|
|
2329
|
-
*
|
|
2281
|
+
* Lookup212: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::LowerExponentFactor
|
|
2330
2282
|
**/
|
|
2331
2283
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigLowerExponentFactor: "Null",
|
|
2332
2284
|
/**
|
|
2333
|
-
*
|
|
2285
|
+
* Lookup213: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ZeroSizeBucketFixedRate
|
|
2334
2286
|
**/
|
|
2335
2287
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigZeroSizeBucketFixedRate: "Null",
|
|
2336
2288
|
/**
|
|
2337
|
-
*
|
|
2289
|
+
* Lookup214: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::IdealUtilisationRate
|
|
2338
2290
|
**/
|
|
2339
2291
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigIdealUtilisationRate: "Null",
|
|
2340
2292
|
/**
|
|
2341
|
-
*
|
|
2293
|
+
* Lookup215: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::DecayRate
|
|
2342
2294
|
**/
|
|
2343
2295
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigDecayRate: "Null",
|
|
2344
2296
|
/**
|
|
2345
|
-
*
|
|
2297
|
+
* Lookup216: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinimumTreasuryCut
|
|
2346
2298
|
**/
|
|
2347
2299
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinimumTreasuryCut: "Null",
|
|
2348
2300
|
/**
|
|
2349
|
-
*
|
|
2301
|
+
* Lookup217: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MaximumTreasuryCut
|
|
2350
2302
|
**/
|
|
2351
2303
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaximumTreasuryCut: "Null",
|
|
2352
2304
|
/**
|
|
2353
|
-
*
|
|
2305
|
+
* Lookup218: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::BspStopStoringFilePenalty
|
|
2354
2306
|
**/
|
|
2355
2307
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBspStopStoringFilePenalty: "Null",
|
|
2356
2308
|
/**
|
|
2357
|
-
*
|
|
2309
|
+
* Lookup219: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ProviderTopUpTtl
|
|
2358
2310
|
**/
|
|
2359
2311
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigProviderTopUpTtl: "Null",
|
|
2360
2312
|
/**
|
|
2361
|
-
*
|
|
2313
|
+
* Lookup220: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::BasicReplicationTarget
|
|
2362
2314
|
**/
|
|
2363
2315
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigBasicReplicationTarget: "Null",
|
|
2364
2316
|
/**
|
|
2365
|
-
*
|
|
2317
|
+
* Lookup221: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StandardReplicationTarget
|
|
2366
2318
|
**/
|
|
2367
2319
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStandardReplicationTarget: "Null",
|
|
2368
2320
|
/**
|
|
2369
|
-
*
|
|
2321
|
+
* Lookup222: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::HighSecurityReplicationTarget
|
|
2370
2322
|
**/
|
|
2371
2323
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigHighSecurityReplicationTarget:
|
|
2372
2324
|
"Null",
|
|
2373
2325
|
/**
|
|
2374
|
-
*
|
|
2326
|
+
* Lookup223: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::SuperHighSecurityReplicationTarget
|
|
2375
2327
|
**/
|
|
2376
2328
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigSuperHighSecurityReplicationTarget:
|
|
2377
2329
|
"Null",
|
|
2378
2330
|
/**
|
|
2379
|
-
*
|
|
2331
|
+
* Lookup224: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::UltraHighSecurityReplicationTarget
|
|
2380
2332
|
**/
|
|
2381
2333
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUltraHighSecurityReplicationTarget:
|
|
2382
2334
|
"Null",
|
|
2383
2335
|
/**
|
|
2384
|
-
*
|
|
2336
|
+
* Lookup225: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MaxReplicationTarget
|
|
2385
2337
|
**/
|
|
2386
2338
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMaxReplicationTarget: "Null",
|
|
2387
2339
|
/**
|
|
2388
|
-
*
|
|
2340
|
+
* Lookup226: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::TickRangeToMaximumThreshold
|
|
2389
2341
|
**/
|
|
2390
2342
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigTickRangeToMaximumThreshold:
|
|
2391
2343
|
"Null",
|
|
2392
2344
|
/**
|
|
2393
|
-
*
|
|
2345
|
+
* Lookup227: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StorageRequestTtl
|
|
2394
2346
|
**/
|
|
2395
2347
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStorageRequestTtl: "Null",
|
|
2396
2348
|
/**
|
|
2397
|
-
*
|
|
2349
|
+
* Lookup228: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinWaitForStopStoring
|
|
2398
2350
|
**/
|
|
2399
2351
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinWaitForStopStoring: "Null",
|
|
2400
2352
|
/**
|
|
2401
|
-
*
|
|
2353
|
+
* Lookup229: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::MinSeedPeriod
|
|
2402
2354
|
**/
|
|
2403
2355
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigMinSeedPeriod: "Null",
|
|
2404
2356
|
/**
|
|
2405
|
-
*
|
|
2357
|
+
* Lookup230: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::StakeToSeedPeriod
|
|
2406
2358
|
**/
|
|
2407
2359
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigStakeToSeedPeriod: "Null",
|
|
2408
2360
|
/**
|
|
2409
|
-
*
|
|
2361
|
+
* Lookup231: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::UpfrontTicksToPay
|
|
2410
2362
|
**/
|
|
2411
2363
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigUpfrontTicksToPay: "Null",
|
|
2412
2364
|
/**
|
|
2413
|
-
*
|
|
2365
|
+
* Lookup233: sh_parachain_runtime::configs::runtime_params::RuntimeParametersValue
|
|
2414
2366
|
**/
|
|
2415
2367
|
ShParachainRuntimeConfigsRuntimeParamsRuntimeParametersValue: {
|
|
2416
2368
|
_enum: {
|
|
@@ -2419,7 +2371,7 @@ export default {
|
|
|
2419
2371
|
}
|
|
2420
2372
|
},
|
|
2421
2373
|
/**
|
|
2422
|
-
*
|
|
2374
|
+
* Lookup234: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::ParametersValue
|
|
2423
2375
|
**/
|
|
2424
2376
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParametersValue: {
|
|
2425
2377
|
_enum: {
|
|
@@ -2456,7 +2408,7 @@ export default {
|
|
|
2456
2408
|
}
|
|
2457
2409
|
},
|
|
2458
2410
|
/**
|
|
2459
|
-
*
|
|
2411
|
+
* Lookup236: frame_system::Phase
|
|
2460
2412
|
**/
|
|
2461
2413
|
FrameSystemPhase: {
|
|
2462
2414
|
_enum: {
|
|
@@ -2466,21 +2418,21 @@ export default {
|
|
|
2466
2418
|
}
|
|
2467
2419
|
},
|
|
2468
2420
|
/**
|
|
2469
|
-
*
|
|
2421
|
+
* Lookup239: frame_system::LastRuntimeUpgradeInfo
|
|
2470
2422
|
**/
|
|
2471
2423
|
FrameSystemLastRuntimeUpgradeInfo: {
|
|
2472
2424
|
specVersion: "Compact<u32>",
|
|
2473
2425
|
specName: "Text"
|
|
2474
2426
|
},
|
|
2475
2427
|
/**
|
|
2476
|
-
*
|
|
2428
|
+
* Lookup242: frame_system::CodeUpgradeAuthorization<T>
|
|
2477
2429
|
**/
|
|
2478
2430
|
FrameSystemCodeUpgradeAuthorization: {
|
|
2479
2431
|
codeHash: "H256",
|
|
2480
2432
|
checkVersion: "bool"
|
|
2481
2433
|
},
|
|
2482
2434
|
/**
|
|
2483
|
-
*
|
|
2435
|
+
* Lookup243: frame_system::pallet::Call<T>
|
|
2484
2436
|
**/
|
|
2485
2437
|
FrameSystemCall: {
|
|
2486
2438
|
_enum: {
|
|
@@ -2525,7 +2477,7 @@ export default {
|
|
|
2525
2477
|
}
|
|
2526
2478
|
},
|
|
2527
2479
|
/**
|
|
2528
|
-
*
|
|
2480
|
+
* Lookup246: frame_system::limits::BlockWeights
|
|
2529
2481
|
**/
|
|
2530
2482
|
FrameSystemLimitsBlockWeights: {
|
|
2531
2483
|
baseBlock: "SpWeightsWeightV2Weight",
|
|
@@ -2533,7 +2485,7 @@ export default {
|
|
|
2533
2485
|
perClass: "FrameSupportDispatchPerDispatchClassWeightsPerClass"
|
|
2534
2486
|
},
|
|
2535
2487
|
/**
|
|
2536
|
-
*
|
|
2488
|
+
* Lookup247: frame_support::dispatch::PerDispatchClass<frame_system::limits::WeightsPerClass>
|
|
2537
2489
|
**/
|
|
2538
2490
|
FrameSupportDispatchPerDispatchClassWeightsPerClass: {
|
|
2539
2491
|
normal: "FrameSystemLimitsWeightsPerClass",
|
|
@@ -2541,7 +2493,7 @@ export default {
|
|
|
2541
2493
|
mandatory: "FrameSystemLimitsWeightsPerClass"
|
|
2542
2494
|
},
|
|
2543
2495
|
/**
|
|
2544
|
-
*
|
|
2496
|
+
* Lookup248: frame_system::limits::WeightsPerClass
|
|
2545
2497
|
**/
|
|
2546
2498
|
FrameSystemLimitsWeightsPerClass: {
|
|
2547
2499
|
baseExtrinsic: "SpWeightsWeightV2Weight",
|
|
@@ -2550,13 +2502,13 @@ export default {
|
|
|
2550
2502
|
reserved: "Option<SpWeightsWeightV2Weight>"
|
|
2551
2503
|
},
|
|
2552
2504
|
/**
|
|
2553
|
-
*
|
|
2505
|
+
* Lookup249: frame_system::limits::BlockLength
|
|
2554
2506
|
**/
|
|
2555
2507
|
FrameSystemLimitsBlockLength: {
|
|
2556
2508
|
max: "FrameSupportDispatchPerDispatchClassU32"
|
|
2557
2509
|
},
|
|
2558
2510
|
/**
|
|
2559
|
-
*
|
|
2511
|
+
* Lookup250: frame_support::dispatch::PerDispatchClass<T>
|
|
2560
2512
|
**/
|
|
2561
2513
|
FrameSupportDispatchPerDispatchClassU32: {
|
|
2562
2514
|
normal: "u32",
|
|
@@ -2564,14 +2516,14 @@ export default {
|
|
|
2564
2516
|
mandatory: "u32"
|
|
2565
2517
|
},
|
|
2566
2518
|
/**
|
|
2567
|
-
*
|
|
2519
|
+
* Lookup251: sp_weights::RuntimeDbWeight
|
|
2568
2520
|
**/
|
|
2569
2521
|
SpWeightsRuntimeDbWeight: {
|
|
2570
2522
|
read: "u64",
|
|
2571
2523
|
write: "u64"
|
|
2572
2524
|
},
|
|
2573
2525
|
/**
|
|
2574
|
-
*
|
|
2526
|
+
* Lookup252: sp_version::RuntimeVersion
|
|
2575
2527
|
**/
|
|
2576
2528
|
SpVersionRuntimeVersion: {
|
|
2577
2529
|
specName: "Text",
|
|
@@ -2584,7 +2536,7 @@ export default {
|
|
|
2584
2536
|
systemVersion: "u8"
|
|
2585
2537
|
},
|
|
2586
2538
|
/**
|
|
2587
|
-
*
|
|
2539
|
+
* Lookup257: frame_system::pallet::Error<T>
|
|
2588
2540
|
**/
|
|
2589
2541
|
FrameSystemError: {
|
|
2590
2542
|
_enum: [
|
|
@@ -2600,7 +2552,7 @@ export default {
|
|
|
2600
2552
|
]
|
|
2601
2553
|
},
|
|
2602
2554
|
/**
|
|
2603
|
-
*
|
|
2555
|
+
* Lookup259: cumulus_pallet_parachain_system::unincluded_segment::Ancestor<primitive_types::H256>
|
|
2604
2556
|
**/
|
|
2605
2557
|
CumulusPalletParachainSystemUnincludedSegmentAncestor: {
|
|
2606
2558
|
usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth",
|
|
@@ -2608,7 +2560,7 @@ export default {
|
|
|
2608
2560
|
consumedGoAheadSignal: "Option<PolkadotPrimitivesV8UpgradeGoAhead>"
|
|
2609
2561
|
},
|
|
2610
2562
|
/**
|
|
2611
|
-
*
|
|
2563
|
+
* Lookup260: cumulus_pallet_parachain_system::unincluded_segment::UsedBandwidth
|
|
2612
2564
|
**/
|
|
2613
2565
|
CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth: {
|
|
2614
2566
|
umpMsgCount: "u32",
|
|
@@ -2616,20 +2568,20 @@ export default {
|
|
|
2616
2568
|
hrmpOutgoing: "BTreeMap<u32, CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate>"
|
|
2617
2569
|
},
|
|
2618
2570
|
/**
|
|
2619
|
-
*
|
|
2571
|
+
* Lookup262: cumulus_pallet_parachain_system::unincluded_segment::HrmpChannelUpdate
|
|
2620
2572
|
**/
|
|
2621
2573
|
CumulusPalletParachainSystemUnincludedSegmentHrmpChannelUpdate: {
|
|
2622
2574
|
msgCount: "u32",
|
|
2623
2575
|
totalBytes: "u32"
|
|
2624
2576
|
},
|
|
2625
2577
|
/**
|
|
2626
|
-
*
|
|
2578
|
+
* Lookup266: polkadot_primitives::v8::UpgradeGoAhead
|
|
2627
2579
|
**/
|
|
2628
2580
|
PolkadotPrimitivesV8UpgradeGoAhead: {
|
|
2629
2581
|
_enum: ["Abort", "GoAhead"]
|
|
2630
2582
|
},
|
|
2631
2583
|
/**
|
|
2632
|
-
*
|
|
2584
|
+
* Lookup267: cumulus_pallet_parachain_system::unincluded_segment::SegmentTracker<primitive_types::H256>
|
|
2633
2585
|
**/
|
|
2634
2586
|
CumulusPalletParachainSystemUnincludedSegmentSegmentTracker: {
|
|
2635
2587
|
usedBandwidth: "CumulusPalletParachainSystemUnincludedSegmentUsedBandwidth",
|
|
@@ -2637,7 +2589,7 @@ export default {
|
|
|
2637
2589
|
consumedGoAheadSignal: "Option<PolkadotPrimitivesV8UpgradeGoAhead>"
|
|
2638
2590
|
},
|
|
2639
2591
|
/**
|
|
2640
|
-
*
|
|
2592
|
+
* Lookup268: polkadot_primitives::v8::PersistedValidationData<primitive_types::H256, N>
|
|
2641
2593
|
**/
|
|
2642
2594
|
PolkadotPrimitivesV8PersistedValidationData: {
|
|
2643
2595
|
parentHead: "Bytes",
|
|
@@ -2646,19 +2598,19 @@ export default {
|
|
|
2646
2598
|
maxPovSize: "u32"
|
|
2647
2599
|
},
|
|
2648
2600
|
/**
|
|
2649
|
-
*
|
|
2601
|
+
* Lookup271: polkadot_primitives::v8::UpgradeRestriction
|
|
2650
2602
|
**/
|
|
2651
2603
|
PolkadotPrimitivesV8UpgradeRestriction: {
|
|
2652
2604
|
_enum: ["Present"]
|
|
2653
2605
|
},
|
|
2654
2606
|
/**
|
|
2655
|
-
*
|
|
2607
|
+
* Lookup272: sp_trie::storage_proof::StorageProof
|
|
2656
2608
|
**/
|
|
2657
2609
|
SpTrieStorageProof: {
|
|
2658
2610
|
trieNodes: "BTreeSet<Bytes>"
|
|
2659
2611
|
},
|
|
2660
2612
|
/**
|
|
2661
|
-
*
|
|
2613
|
+
* Lookup274: cumulus_pallet_parachain_system::relay_state_snapshot::MessagingStateSnapshot
|
|
2662
2614
|
**/
|
|
2663
2615
|
CumulusPalletParachainSystemRelayStateSnapshotMessagingStateSnapshot: {
|
|
2664
2616
|
dmqMqcHead: "H256",
|
|
@@ -2668,14 +2620,14 @@ export default {
|
|
|
2668
2620
|
egressChannels: "Vec<(u32,PolkadotPrimitivesV8AbridgedHrmpChannel)>"
|
|
2669
2621
|
},
|
|
2670
2622
|
/**
|
|
2671
|
-
*
|
|
2623
|
+
* Lookup275: cumulus_pallet_parachain_system::relay_state_snapshot::RelayDispatchQueueRemainingCapacity
|
|
2672
2624
|
**/
|
|
2673
2625
|
CumulusPalletParachainSystemRelayStateSnapshotRelayDispatchQueueRemainingCapacity: {
|
|
2674
2626
|
remainingCount: "u32",
|
|
2675
2627
|
remainingSize: "u32"
|
|
2676
2628
|
},
|
|
2677
2629
|
/**
|
|
2678
|
-
*
|
|
2630
|
+
* Lookup278: polkadot_primitives::v8::AbridgedHrmpChannel
|
|
2679
2631
|
**/
|
|
2680
2632
|
PolkadotPrimitivesV8AbridgedHrmpChannel: {
|
|
2681
2633
|
maxCapacity: "u32",
|
|
@@ -2686,7 +2638,7 @@ export default {
|
|
|
2686
2638
|
mqcHead: "Option<H256>"
|
|
2687
2639
|
},
|
|
2688
2640
|
/**
|
|
2689
|
-
*
|
|
2641
|
+
* Lookup279: polkadot_primitives::v8::AbridgedHostConfiguration
|
|
2690
2642
|
**/
|
|
2691
2643
|
PolkadotPrimitivesV8AbridgedHostConfiguration: {
|
|
2692
2644
|
maxCodeSize: "u32",
|
|
@@ -2701,21 +2653,21 @@ export default {
|
|
|
2701
2653
|
asyncBackingParams: "PolkadotPrimitivesV8AsyncBackingAsyncBackingParams"
|
|
2702
2654
|
},
|
|
2703
2655
|
/**
|
|
2704
|
-
*
|
|
2656
|
+
* Lookup280: polkadot_primitives::v8::async_backing::AsyncBackingParams
|
|
2705
2657
|
**/
|
|
2706
2658
|
PolkadotPrimitivesV8AsyncBackingAsyncBackingParams: {
|
|
2707
2659
|
maxCandidateDepth: "u32",
|
|
2708
2660
|
allowedAncestryLen: "u32"
|
|
2709
2661
|
},
|
|
2710
2662
|
/**
|
|
2711
|
-
*
|
|
2663
|
+
* Lookup286: polkadot_core_primitives::OutboundHrmpMessage<polkadot_parachain_primitives::primitives::Id>
|
|
2712
2664
|
**/
|
|
2713
2665
|
PolkadotCorePrimitivesOutboundHrmpMessage: {
|
|
2714
2666
|
recipient: "u32",
|
|
2715
2667
|
data: "Bytes"
|
|
2716
2668
|
},
|
|
2717
2669
|
/**
|
|
2718
|
-
*
|
|
2670
|
+
* Lookup288: cumulus_pallet_parachain_system::pallet::Call<T>
|
|
2719
2671
|
**/
|
|
2720
2672
|
CumulusPalletParachainSystemCall: {
|
|
2721
2673
|
_enum: {
|
|
@@ -2728,7 +2680,7 @@ export default {
|
|
|
2728
2680
|
}
|
|
2729
2681
|
},
|
|
2730
2682
|
/**
|
|
2731
|
-
*
|
|
2683
|
+
* Lookup289: cumulus_primitives_parachain_inherent::ParachainInherentData
|
|
2732
2684
|
**/
|
|
2733
2685
|
CumulusPrimitivesParachainInherentParachainInherentData: {
|
|
2734
2686
|
validationData: "PolkadotPrimitivesV8PersistedValidationData",
|
|
@@ -2737,21 +2689,21 @@ export default {
|
|
|
2737
2689
|
horizontalMessages: "BTreeMap<u32, Vec<PolkadotCorePrimitivesInboundHrmpMessage>>"
|
|
2738
2690
|
},
|
|
2739
2691
|
/**
|
|
2740
|
-
*
|
|
2692
|
+
* Lookup291: polkadot_core_primitives::InboundDownwardMessage<BlockNumber>
|
|
2741
2693
|
**/
|
|
2742
2694
|
PolkadotCorePrimitivesInboundDownwardMessage: {
|
|
2743
2695
|
sentAt: "u32",
|
|
2744
2696
|
msg: "Bytes"
|
|
2745
2697
|
},
|
|
2746
2698
|
/**
|
|
2747
|
-
*
|
|
2699
|
+
* Lookup294: polkadot_core_primitives::InboundHrmpMessage<BlockNumber>
|
|
2748
2700
|
**/
|
|
2749
2701
|
PolkadotCorePrimitivesInboundHrmpMessage: {
|
|
2750
2702
|
sentAt: "u32",
|
|
2751
2703
|
data: "Bytes"
|
|
2752
2704
|
},
|
|
2753
2705
|
/**
|
|
2754
|
-
*
|
|
2706
|
+
* Lookup297: cumulus_pallet_parachain_system::pallet::Error<T>
|
|
2755
2707
|
**/
|
|
2756
2708
|
CumulusPalletParachainSystemError: {
|
|
2757
2709
|
_enum: [
|
|
@@ -2766,7 +2718,7 @@ export default {
|
|
|
2766
2718
|
]
|
|
2767
2719
|
},
|
|
2768
2720
|
/**
|
|
2769
|
-
*
|
|
2721
|
+
* Lookup298: pallet_timestamp::pallet::Call<T>
|
|
2770
2722
|
**/
|
|
2771
2723
|
PalletTimestampCall: {
|
|
2772
2724
|
_enum: {
|
|
@@ -2776,11 +2728,11 @@ export default {
|
|
|
2776
2728
|
}
|
|
2777
2729
|
},
|
|
2778
2730
|
/**
|
|
2779
|
-
*
|
|
2731
|
+
* Lookup299: staging_parachain_info::pallet::Call<T>
|
|
2780
2732
|
**/
|
|
2781
2733
|
StagingParachainInfoCall: "Null",
|
|
2782
2734
|
/**
|
|
2783
|
-
*
|
|
2735
|
+
* Lookup301: pallet_balances::types::BalanceLock<Balance>
|
|
2784
2736
|
**/
|
|
2785
2737
|
PalletBalancesBalanceLock: {
|
|
2786
2738
|
id: "[u8;8]",
|
|
@@ -2788,20 +2740,20 @@ export default {
|
|
|
2788
2740
|
reasons: "PalletBalancesReasons"
|
|
2789
2741
|
},
|
|
2790
2742
|
/**
|
|
2791
|
-
*
|
|
2743
|
+
* Lookup302: pallet_balances::types::Reasons
|
|
2792
2744
|
**/
|
|
2793
2745
|
PalletBalancesReasons: {
|
|
2794
2746
|
_enum: ["Fee", "Misc", "All"]
|
|
2795
2747
|
},
|
|
2796
2748
|
/**
|
|
2797
|
-
*
|
|
2749
|
+
* Lookup305: pallet_balances::types::ReserveData<ReserveIdentifier, Balance>
|
|
2798
2750
|
**/
|
|
2799
2751
|
PalletBalancesReserveData: {
|
|
2800
2752
|
id: "[u8;8]",
|
|
2801
2753
|
amount: "u128"
|
|
2802
2754
|
},
|
|
2803
2755
|
/**
|
|
2804
|
-
*
|
|
2756
|
+
* Lookup309: sh_parachain_runtime::RuntimeHoldReason
|
|
2805
2757
|
**/
|
|
2806
2758
|
ShParachainRuntimeRuntimeHoldReason: {
|
|
2807
2759
|
_enum: {
|
|
@@ -2853,32 +2805,32 @@ export default {
|
|
|
2853
2805
|
}
|
|
2854
2806
|
},
|
|
2855
2807
|
/**
|
|
2856
|
-
*
|
|
2808
|
+
* Lookup310: pallet_storage_providers::pallet::HoldReason
|
|
2857
2809
|
**/
|
|
2858
2810
|
PalletStorageProvidersHoldReason: {
|
|
2859
2811
|
_enum: ["StorageProviderDeposit", "BucketDeposit"]
|
|
2860
2812
|
},
|
|
2861
2813
|
/**
|
|
2862
|
-
*
|
|
2814
|
+
* Lookup311: pallet_file_system::pallet::HoldReason
|
|
2863
2815
|
**/
|
|
2864
2816
|
PalletFileSystemHoldReason: {
|
|
2865
2817
|
_enum: ["StorageRequestCreationHold", "FileDeletionRequestHold"]
|
|
2866
2818
|
},
|
|
2867
2819
|
/**
|
|
2868
|
-
*
|
|
2820
|
+
* Lookup312: pallet_payment_streams::pallet::HoldReason
|
|
2869
2821
|
**/
|
|
2870
2822
|
PalletPaymentStreamsHoldReason: {
|
|
2871
2823
|
_enum: ["PaymentStreamDeposit"]
|
|
2872
2824
|
},
|
|
2873
2825
|
/**
|
|
2874
|
-
*
|
|
2826
|
+
* Lookup315: frame_support::traits::tokens::misc::IdAmount<Id, Balance>
|
|
2875
2827
|
**/
|
|
2876
2828
|
FrameSupportTokensMiscIdAmount: {
|
|
2877
2829
|
id: "Null",
|
|
2878
2830
|
amount: "u128"
|
|
2879
2831
|
},
|
|
2880
2832
|
/**
|
|
2881
|
-
*
|
|
2833
|
+
* Lookup317: pallet_balances::pallet::Call<T, I>
|
|
2882
2834
|
**/
|
|
2883
2835
|
PalletBalancesCall: {
|
|
2884
2836
|
_enum: {
|
|
@@ -2923,13 +2875,13 @@ export default {
|
|
|
2923
2875
|
}
|
|
2924
2876
|
},
|
|
2925
2877
|
/**
|
|
2926
|
-
*
|
|
2878
|
+
* Lookup320: pallet_balances::types::AdjustmentDirection
|
|
2927
2879
|
**/
|
|
2928
2880
|
PalletBalancesAdjustmentDirection: {
|
|
2929
2881
|
_enum: ["Increase", "Decrease"]
|
|
2930
2882
|
},
|
|
2931
2883
|
/**
|
|
2932
|
-
*
|
|
2884
|
+
* Lookup321: pallet_balances::pallet::Error<T, I>
|
|
2933
2885
|
**/
|
|
2934
2886
|
PalletBalancesError: {
|
|
2935
2887
|
_enum: [
|
|
@@ -2948,13 +2900,13 @@ export default {
|
|
|
2948
2900
|
]
|
|
2949
2901
|
},
|
|
2950
2902
|
/**
|
|
2951
|
-
*
|
|
2903
|
+
* Lookup322: pallet_transaction_payment::Releases
|
|
2952
2904
|
**/
|
|
2953
2905
|
PalletTransactionPaymentReleases: {
|
|
2954
2906
|
_enum: ["V1Ancient", "V2"]
|
|
2955
2907
|
},
|
|
2956
2908
|
/**
|
|
2957
|
-
*
|
|
2909
|
+
* Lookup323: pallet_sudo::pallet::Call<T>
|
|
2958
2910
|
**/
|
|
2959
2911
|
PalletSudoCall: {
|
|
2960
2912
|
_enum: {
|
|
@@ -2979,7 +2931,7 @@ export default {
|
|
|
2979
2931
|
}
|
|
2980
2932
|
},
|
|
2981
2933
|
/**
|
|
2982
|
-
*
|
|
2934
|
+
* Lookup325: pallet_collator_selection::pallet::Call<T>
|
|
2983
2935
|
**/
|
|
2984
2936
|
PalletCollatorSelectionCall: {
|
|
2985
2937
|
_enum: {
|
|
@@ -3013,7 +2965,7 @@ export default {
|
|
|
3013
2965
|
}
|
|
3014
2966
|
},
|
|
3015
2967
|
/**
|
|
3016
|
-
*
|
|
2968
|
+
* Lookup326: pallet_session::pallet::Call<T>
|
|
3017
2969
|
**/
|
|
3018
2970
|
PalletSessionCall: {
|
|
3019
2971
|
_enum: {
|
|
@@ -3028,17 +2980,17 @@ export default {
|
|
|
3028
2980
|
}
|
|
3029
2981
|
},
|
|
3030
2982
|
/**
|
|
3031
|
-
*
|
|
2983
|
+
* Lookup327: sh_parachain_runtime::SessionKeys
|
|
3032
2984
|
**/
|
|
3033
2985
|
ShParachainRuntimeSessionKeys: {
|
|
3034
2986
|
aura: "SpConsensusAuraSr25519AppSr25519Public"
|
|
3035
2987
|
},
|
|
3036
2988
|
/**
|
|
3037
|
-
*
|
|
2989
|
+
* Lookup328: sp_consensus_aura::sr25519::app_sr25519::Public
|
|
3038
2990
|
**/
|
|
3039
2991
|
SpConsensusAuraSr25519AppSr25519Public: "[u8;32]",
|
|
3040
2992
|
/**
|
|
3041
|
-
*
|
|
2993
|
+
* Lookup329: cumulus_pallet_xcmp_queue::pallet::Call<T>
|
|
3042
2994
|
**/
|
|
3043
2995
|
CumulusPalletXcmpQueueCall: {
|
|
3044
2996
|
_enum: {
|
|
@@ -3066,7 +3018,7 @@ export default {
|
|
|
3066
3018
|
}
|
|
3067
3019
|
},
|
|
3068
3020
|
/**
|
|
3069
|
-
*
|
|
3021
|
+
* Lookup330: pallet_xcm::pallet::Call<T>
|
|
3070
3022
|
**/
|
|
3071
3023
|
PalletXcmCall: {
|
|
3072
3024
|
_enum: {
|
|
@@ -3143,7 +3095,7 @@ export default {
|
|
|
3143
3095
|
}
|
|
3144
3096
|
},
|
|
3145
3097
|
/**
|
|
3146
|
-
*
|
|
3098
|
+
* Lookup331: xcm::VersionedXcm<RuntimeCall>
|
|
3147
3099
|
**/
|
|
3148
3100
|
XcmVersionedXcm: {
|
|
3149
3101
|
_enum: {
|
|
@@ -3156,11 +3108,11 @@ export default {
|
|
|
3156
3108
|
}
|
|
3157
3109
|
},
|
|
3158
3110
|
/**
|
|
3159
|
-
*
|
|
3111
|
+
* Lookup332: xcm::v3::Xcm<Call>
|
|
3160
3112
|
**/
|
|
3161
3113
|
XcmV3Xcm: "Vec<XcmV3Instruction>",
|
|
3162
3114
|
/**
|
|
3163
|
-
*
|
|
3115
|
+
* Lookup334: xcm::v3::Instruction<Call>
|
|
3164
3116
|
**/
|
|
3165
3117
|
XcmV3Instruction: {
|
|
3166
3118
|
_enum: {
|
|
@@ -3302,7 +3254,7 @@ export default {
|
|
|
3302
3254
|
}
|
|
3303
3255
|
},
|
|
3304
3256
|
/**
|
|
3305
|
-
*
|
|
3257
|
+
* Lookup335: xcm::v3::Response
|
|
3306
3258
|
**/
|
|
3307
3259
|
XcmV3Response: {
|
|
3308
3260
|
_enum: {
|
|
@@ -3315,7 +3267,7 @@ export default {
|
|
|
3315
3267
|
}
|
|
3316
3268
|
},
|
|
3317
3269
|
/**
|
|
3318
|
-
*
|
|
3270
|
+
* Lookup338: xcm::v3::traits::Error
|
|
3319
3271
|
**/
|
|
3320
3272
|
XcmV3TraitsError: {
|
|
3321
3273
|
_enum: {
|
|
@@ -3362,7 +3314,7 @@ export default {
|
|
|
3362
3314
|
}
|
|
3363
3315
|
},
|
|
3364
3316
|
/**
|
|
3365
|
-
*
|
|
3317
|
+
* Lookup340: xcm::v3::PalletInfo
|
|
3366
3318
|
**/
|
|
3367
3319
|
XcmV3PalletInfo: {
|
|
3368
3320
|
index: "Compact<u32>",
|
|
@@ -3373,7 +3325,7 @@ export default {
|
|
|
3373
3325
|
patch: "Compact<u32>"
|
|
3374
3326
|
},
|
|
3375
3327
|
/**
|
|
3376
|
-
*
|
|
3328
|
+
* Lookup344: xcm::v3::QueryResponseInfo
|
|
3377
3329
|
**/
|
|
3378
3330
|
XcmV3QueryResponseInfo: {
|
|
3379
3331
|
destination: "StagingXcmV3MultiLocation",
|
|
@@ -3381,7 +3333,7 @@ export default {
|
|
|
3381
3333
|
maxWeight: "SpWeightsWeightV2Weight"
|
|
3382
3334
|
},
|
|
3383
3335
|
/**
|
|
3384
|
-
*
|
|
3336
|
+
* Lookup345: xcm::v3::multiasset::MultiAssetFilter
|
|
3385
3337
|
**/
|
|
3386
3338
|
XcmV3MultiassetMultiAssetFilter: {
|
|
3387
3339
|
_enum: {
|
|
@@ -3390,7 +3342,7 @@ export default {
|
|
|
3390
3342
|
}
|
|
3391
3343
|
},
|
|
3392
3344
|
/**
|
|
3393
|
-
*
|
|
3345
|
+
* Lookup346: xcm::v3::multiasset::WildMultiAsset
|
|
3394
3346
|
**/
|
|
3395
3347
|
XcmV3MultiassetWildMultiAsset: {
|
|
3396
3348
|
_enum: {
|
|
@@ -3408,17 +3360,17 @@ export default {
|
|
|
3408
3360
|
}
|
|
3409
3361
|
},
|
|
3410
3362
|
/**
|
|
3411
|
-
*
|
|
3363
|
+
* Lookup347: xcm::v3::multiasset::WildFungibility
|
|
3412
3364
|
**/
|
|
3413
3365
|
XcmV3MultiassetWildFungibility: {
|
|
3414
3366
|
_enum: ["Fungible", "NonFungible"]
|
|
3415
3367
|
},
|
|
3416
3368
|
/**
|
|
3417
|
-
*
|
|
3369
|
+
* Lookup348: staging_xcm::v4::Xcm<Call>
|
|
3418
3370
|
**/
|
|
3419
3371
|
StagingXcmV4Xcm: "Vec<StagingXcmV4Instruction>",
|
|
3420
3372
|
/**
|
|
3421
|
-
*
|
|
3373
|
+
* Lookup350: staging_xcm::v4::Instruction<Call>
|
|
3422
3374
|
**/
|
|
3423
3375
|
StagingXcmV4Instruction: {
|
|
3424
3376
|
_enum: {
|
|
@@ -3560,7 +3512,7 @@ export default {
|
|
|
3560
3512
|
}
|
|
3561
3513
|
},
|
|
3562
3514
|
/**
|
|
3563
|
-
*
|
|
3515
|
+
* Lookup351: staging_xcm::v4::Response
|
|
3564
3516
|
**/
|
|
3565
3517
|
StagingXcmV4Response: {
|
|
3566
3518
|
_enum: {
|
|
@@ -3573,7 +3525,7 @@ export default {
|
|
|
3573
3525
|
}
|
|
3574
3526
|
},
|
|
3575
3527
|
/**
|
|
3576
|
-
*
|
|
3528
|
+
* Lookup353: staging_xcm::v4::PalletInfo
|
|
3577
3529
|
**/
|
|
3578
3530
|
StagingXcmV4PalletInfo: {
|
|
3579
3531
|
index: "Compact<u32>",
|
|
@@ -3584,7 +3536,7 @@ export default {
|
|
|
3584
3536
|
patch: "Compact<u32>"
|
|
3585
3537
|
},
|
|
3586
3538
|
/**
|
|
3587
|
-
*
|
|
3539
|
+
* Lookup357: staging_xcm::v4::QueryResponseInfo
|
|
3588
3540
|
**/
|
|
3589
3541
|
StagingXcmV4QueryResponseInfo: {
|
|
3590
3542
|
destination: "StagingXcmV4Location",
|
|
@@ -3592,7 +3544,7 @@ export default {
|
|
|
3592
3544
|
maxWeight: "SpWeightsWeightV2Weight"
|
|
3593
3545
|
},
|
|
3594
3546
|
/**
|
|
3595
|
-
*
|
|
3547
|
+
* Lookup358: staging_xcm::v4::asset::AssetFilter
|
|
3596
3548
|
**/
|
|
3597
3549
|
StagingXcmV4AssetAssetFilter: {
|
|
3598
3550
|
_enum: {
|
|
@@ -3601,7 +3553,7 @@ export default {
|
|
|
3601
3553
|
}
|
|
3602
3554
|
},
|
|
3603
3555
|
/**
|
|
3604
|
-
*
|
|
3556
|
+
* Lookup359: staging_xcm::v4::asset::WildAsset
|
|
3605
3557
|
**/
|
|
3606
3558
|
StagingXcmV4AssetWildAsset: {
|
|
3607
3559
|
_enum: {
|
|
@@ -3619,13 +3571,13 @@ export default {
|
|
|
3619
3571
|
}
|
|
3620
3572
|
},
|
|
3621
3573
|
/**
|
|
3622
|
-
*
|
|
3574
|
+
* Lookup360: staging_xcm::v4::asset::WildFungibility
|
|
3623
3575
|
**/
|
|
3624
3576
|
StagingXcmV4AssetWildFungibility: {
|
|
3625
3577
|
_enum: ["Fungible", "NonFungible"]
|
|
3626
3578
|
},
|
|
3627
3579
|
/**
|
|
3628
|
-
*
|
|
3580
|
+
* Lookup372: staging_xcm_executor::traits::asset_transfer::TransferType
|
|
3629
3581
|
**/
|
|
3630
3582
|
StagingXcmExecutorAssetTransferTransferType: {
|
|
3631
3583
|
_enum: {
|
|
@@ -3636,7 +3588,7 @@ export default {
|
|
|
3636
3588
|
}
|
|
3637
3589
|
},
|
|
3638
3590
|
/**
|
|
3639
|
-
*
|
|
3591
|
+
* Lookup373: xcm::VersionedAssetId
|
|
3640
3592
|
**/
|
|
3641
3593
|
XcmVersionedAssetId: {
|
|
3642
3594
|
_enum: {
|
|
@@ -3649,11 +3601,11 @@ export default {
|
|
|
3649
3601
|
}
|
|
3650
3602
|
},
|
|
3651
3603
|
/**
|
|
3652
|
-
*
|
|
3604
|
+
* Lookup374: cumulus_pallet_xcm::pallet::Call<T>
|
|
3653
3605
|
**/
|
|
3654
3606
|
CumulusPalletXcmCall: "Null",
|
|
3655
3607
|
/**
|
|
3656
|
-
*
|
|
3608
|
+
* Lookup375: pallet_message_queue::pallet::Call<T>
|
|
3657
3609
|
**/
|
|
3658
3610
|
PalletMessageQueueCall: {
|
|
3659
3611
|
_enum: {
|
|
@@ -3670,7 +3622,7 @@ export default {
|
|
|
3670
3622
|
}
|
|
3671
3623
|
},
|
|
3672
3624
|
/**
|
|
3673
|
-
*
|
|
3625
|
+
* Lookup376: pallet_storage_providers::pallet::Call<T>
|
|
3674
3626
|
**/
|
|
3675
3627
|
PalletStorageProvidersCall: {
|
|
3676
3628
|
_enum: {
|
|
@@ -3741,7 +3693,7 @@ export default {
|
|
|
3741
3693
|
}
|
|
3742
3694
|
},
|
|
3743
3695
|
/**
|
|
3744
|
-
*
|
|
3696
|
+
* Lookup377: pallet_file_system::pallet::Call<T>
|
|
3745
3697
|
**/
|
|
3746
3698
|
PalletFileSystemCall: {
|
|
3747
3699
|
_enum: {
|
|
@@ -3854,13 +3806,13 @@ export default {
|
|
|
3854
3806
|
}
|
|
3855
3807
|
},
|
|
3856
3808
|
/**
|
|
3857
|
-
*
|
|
3809
|
+
* Lookup378: pallet_file_system::types::BucketMoveRequestResponse
|
|
3858
3810
|
**/
|
|
3859
3811
|
PalletFileSystemBucketMoveRequestResponse: {
|
|
3860
3812
|
_enum: ["Accepted", "Rejected"]
|
|
3861
3813
|
},
|
|
3862
3814
|
/**
|
|
3863
|
-
*
|
|
3815
|
+
* Lookup379: pallet_file_system::types::ReplicationTarget<T>
|
|
3864
3816
|
**/
|
|
3865
3817
|
PalletFileSystemReplicationTarget: {
|
|
3866
3818
|
_enum: {
|
|
@@ -3873,7 +3825,7 @@ export default {
|
|
|
3873
3825
|
}
|
|
3874
3826
|
},
|
|
3875
3827
|
/**
|
|
3876
|
-
*
|
|
3828
|
+
* Lookup381: pallet_file_system::types::StorageRequestMspBucketResponse<T>
|
|
3877
3829
|
**/
|
|
3878
3830
|
PalletFileSystemStorageRequestMspBucketResponse: {
|
|
3879
3831
|
bucketId: "H256",
|
|
@@ -3881,28 +3833,28 @@ export default {
|
|
|
3881
3833
|
reject: "Vec<PalletFileSystemRejectedStorageRequest>"
|
|
3882
3834
|
},
|
|
3883
3835
|
/**
|
|
3884
|
-
*
|
|
3836
|
+
* Lookup383: pallet_file_system::types::StorageRequestMspAcceptedFileKeys<T>
|
|
3885
3837
|
**/
|
|
3886
3838
|
PalletFileSystemStorageRequestMspAcceptedFileKeys: {
|
|
3887
3839
|
fileKeysAndProofs: "Vec<PalletFileSystemFileKeyWithProof>",
|
|
3888
3840
|
forestProof: "SpTrieStorageProofCompactProof"
|
|
3889
3841
|
},
|
|
3890
3842
|
/**
|
|
3891
|
-
*
|
|
3843
|
+
* Lookup385: pallet_file_system::types::FileKeyWithProof<T>
|
|
3892
3844
|
**/
|
|
3893
3845
|
PalletFileSystemFileKeyWithProof: {
|
|
3894
3846
|
fileKey: "H256",
|
|
3895
3847
|
proof: "ShpFileKeyVerifierFileKeyProof"
|
|
3896
3848
|
},
|
|
3897
3849
|
/**
|
|
3898
|
-
*
|
|
3850
|
+
* Lookup387: pallet_file_system::types::RejectedStorageRequest<T>
|
|
3899
3851
|
**/
|
|
3900
3852
|
PalletFileSystemRejectedStorageRequest: {
|
|
3901
3853
|
fileKey: "H256",
|
|
3902
3854
|
reason: "PalletFileSystemRejectedStorageRequestReason"
|
|
3903
3855
|
},
|
|
3904
3856
|
/**
|
|
3905
|
-
*
|
|
3857
|
+
* Lookup390: pallet_file_system::types::FileDeletionRequest<T>
|
|
3906
3858
|
**/
|
|
3907
3859
|
PalletFileSystemFileDeletionRequest: {
|
|
3908
3860
|
_alias: {
|
|
@@ -3917,7 +3869,7 @@ export default {
|
|
|
3917
3869
|
fingerprint: "H256"
|
|
3918
3870
|
},
|
|
3919
3871
|
/**
|
|
3920
|
-
*
|
|
3872
|
+
* Lookup392: pallet_proofs_dealer::pallet::Call<T>
|
|
3921
3873
|
**/
|
|
3922
3874
|
PalletProofsDealerCall: {
|
|
3923
3875
|
_enum: {
|
|
@@ -3941,13 +3893,13 @@ export default {
|
|
|
3941
3893
|
}
|
|
3942
3894
|
},
|
|
3943
3895
|
/**
|
|
3944
|
-
*
|
|
3896
|
+
* Lookup393: pallet_randomness::pallet::Call<T>
|
|
3945
3897
|
**/
|
|
3946
3898
|
PalletRandomnessCall: {
|
|
3947
3899
|
_enum: ["set_babe_randomness"]
|
|
3948
3900
|
},
|
|
3949
3901
|
/**
|
|
3950
|
-
*
|
|
3902
|
+
* Lookup394: pallet_payment_streams::pallet::Call<T>
|
|
3951
3903
|
**/
|
|
3952
3904
|
PalletPaymentStreamsCall: {
|
|
3953
3905
|
_enum: {
|
|
@@ -3992,7 +3944,7 @@ export default {
|
|
|
3992
3944
|
}
|
|
3993
3945
|
},
|
|
3994
3946
|
/**
|
|
3995
|
-
*
|
|
3947
|
+
* Lookup395: pallet_bucket_nfts::pallet::Call<T>
|
|
3996
3948
|
**/
|
|
3997
3949
|
PalletBucketNftsCall: {
|
|
3998
3950
|
_enum: {
|
|
@@ -4010,7 +3962,7 @@ export default {
|
|
|
4010
3962
|
}
|
|
4011
3963
|
},
|
|
4012
3964
|
/**
|
|
4013
|
-
*
|
|
3965
|
+
* Lookup397: pallet_nfts::pallet::Call<T, I>
|
|
4014
3966
|
**/
|
|
4015
3967
|
PalletNftsCall: {
|
|
4016
3968
|
_enum: {
|
|
@@ -4207,7 +4159,7 @@ export default {
|
|
|
4207
4159
|
}
|
|
4208
4160
|
},
|
|
4209
4161
|
/**
|
|
4210
|
-
*
|
|
4162
|
+
* Lookup398: pallet_nfts::types::CollectionConfig<Price, BlockNumber, CollectionId>
|
|
4211
4163
|
**/
|
|
4212
4164
|
PalletNftsCollectionConfig: {
|
|
4213
4165
|
settings: "u64",
|
|
@@ -4215,7 +4167,7 @@ export default {
|
|
|
4215
4167
|
mintSettings: "PalletNftsMintSettings"
|
|
4216
4168
|
},
|
|
4217
4169
|
/**
|
|
4218
|
-
*
|
|
4170
|
+
* Lookup400: pallet_nfts::types::CollectionSetting
|
|
4219
4171
|
**/
|
|
4220
4172
|
PalletNftsCollectionSetting: {
|
|
4221
4173
|
_enum: [
|
|
@@ -4239,7 +4191,7 @@ export default {
|
|
|
4239
4191
|
]
|
|
4240
4192
|
},
|
|
4241
4193
|
/**
|
|
4242
|
-
*
|
|
4194
|
+
* Lookup401: pallet_nfts::types::MintSettings<Price, BlockNumber, CollectionId>
|
|
4243
4195
|
**/
|
|
4244
4196
|
PalletNftsMintSettings: {
|
|
4245
4197
|
mintType: "PalletNftsMintType",
|
|
@@ -4249,7 +4201,7 @@ export default {
|
|
|
4249
4201
|
defaultItemSettings: "u64"
|
|
4250
4202
|
},
|
|
4251
4203
|
/**
|
|
4252
|
-
*
|
|
4204
|
+
* Lookup402: pallet_nfts::types::MintType<CollectionId>
|
|
4253
4205
|
**/
|
|
4254
4206
|
PalletNftsMintType: {
|
|
4255
4207
|
_enum: {
|
|
@@ -4259,13 +4211,13 @@ export default {
|
|
|
4259
4211
|
}
|
|
4260
4212
|
},
|
|
4261
4213
|
/**
|
|
4262
|
-
*
|
|
4214
|
+
* Lookup405: pallet_nfts::types::ItemSetting
|
|
4263
4215
|
**/
|
|
4264
4216
|
PalletNftsItemSetting: {
|
|
4265
4217
|
_enum: ["__Unused0", "Transferable", "UnlockedMetadata", "__Unused3", "UnlockedAttributes"]
|
|
4266
4218
|
},
|
|
4267
4219
|
/**
|
|
4268
|
-
*
|
|
4220
|
+
* Lookup406: pallet_nfts::types::DestroyWitness
|
|
4269
4221
|
**/
|
|
4270
4222
|
PalletNftsDestroyWitness: {
|
|
4271
4223
|
itemMetadatas: "Compact<u32>",
|
|
@@ -4273,26 +4225,26 @@ export default {
|
|
|
4273
4225
|
attributes: "Compact<u32>"
|
|
4274
4226
|
},
|
|
4275
4227
|
/**
|
|
4276
|
-
*
|
|
4228
|
+
* Lookup408: pallet_nfts::types::MintWitness<ItemId, Balance>
|
|
4277
4229
|
**/
|
|
4278
4230
|
PalletNftsMintWitness: {
|
|
4279
4231
|
ownedItem: "Option<u32>",
|
|
4280
4232
|
mintPrice: "Option<u128>"
|
|
4281
4233
|
},
|
|
4282
4234
|
/**
|
|
4283
|
-
*
|
|
4235
|
+
* Lookup409: pallet_nfts::types::ItemConfig
|
|
4284
4236
|
**/
|
|
4285
4237
|
PalletNftsItemConfig: {
|
|
4286
4238
|
settings: "u64"
|
|
4287
4239
|
},
|
|
4288
4240
|
/**
|
|
4289
|
-
*
|
|
4241
|
+
* Lookup411: pallet_nfts::types::CancelAttributesApprovalWitness
|
|
4290
4242
|
**/
|
|
4291
4243
|
PalletNftsCancelAttributesApprovalWitness: {
|
|
4292
4244
|
accountAttributes: "u32"
|
|
4293
4245
|
},
|
|
4294
4246
|
/**
|
|
4295
|
-
*
|
|
4247
|
+
* Lookup413: pallet_nfts::types::ItemTip<CollectionId, ItemId, sp_core::crypto::AccountId32, Amount>
|
|
4296
4248
|
**/
|
|
4297
4249
|
PalletNftsItemTip: {
|
|
4298
4250
|
collection: "u32",
|
|
@@ -4301,7 +4253,7 @@ export default {
|
|
|
4301
4253
|
amount: "u128"
|
|
4302
4254
|
},
|
|
4303
4255
|
/**
|
|
4304
|
-
*
|
|
4256
|
+
* Lookup415: pallet_nfts::types::PreSignedMint<CollectionId, ItemId, sp_core::crypto::AccountId32, Deadline, Balance>
|
|
4305
4257
|
**/
|
|
4306
4258
|
PalletNftsPreSignedMint: {
|
|
4307
4259
|
collection: "u32",
|
|
@@ -4313,7 +4265,7 @@ export default {
|
|
|
4313
4265
|
mintPrice: "Option<u128>"
|
|
4314
4266
|
},
|
|
4315
4267
|
/**
|
|
4316
|
-
*
|
|
4268
|
+
* Lookup416: pallet_nfts::types::PreSignedAttributes<CollectionId, ItemId, sp_core::crypto::AccountId32, Deadline>
|
|
4317
4269
|
**/
|
|
4318
4270
|
PalletNftsPreSignedAttributes: {
|
|
4319
4271
|
collection: "u32",
|
|
@@ -4323,7 +4275,7 @@ export default {
|
|
|
4323
4275
|
deadline: "u32"
|
|
4324
4276
|
},
|
|
4325
4277
|
/**
|
|
4326
|
-
*
|
|
4278
|
+
* Lookup417: pallet_parameters::pallet::Call<T>
|
|
4327
4279
|
**/
|
|
4328
4280
|
PalletParametersCall: {
|
|
4329
4281
|
_enum: {
|
|
@@ -4333,7 +4285,7 @@ export default {
|
|
|
4333
4285
|
}
|
|
4334
4286
|
},
|
|
4335
4287
|
/**
|
|
4336
|
-
*
|
|
4288
|
+
* Lookup418: sh_parachain_runtime::configs::runtime_params::RuntimeParameters
|
|
4337
4289
|
**/
|
|
4338
4290
|
ShParachainRuntimeConfigsRuntimeParamsRuntimeParameters: {
|
|
4339
4291
|
_enum: {
|
|
@@ -4341,7 +4293,7 @@ export default {
|
|
|
4341
4293
|
}
|
|
4342
4294
|
},
|
|
4343
4295
|
/**
|
|
4344
|
-
*
|
|
4296
|
+
* Lookup419: sh_parachain_runtime::configs::runtime_params::dynamic_params::runtime_config::Parameters
|
|
4345
4297
|
**/
|
|
4346
4298
|
ShParachainRuntimeConfigsRuntimeParamsDynamicParamsRuntimeConfigParameters: {
|
|
4347
4299
|
_enum: {
|
|
@@ -4408,20 +4360,20 @@ export default {
|
|
|
4408
4360
|
}
|
|
4409
4361
|
},
|
|
4410
4362
|
/**
|
|
4411
|
-
*
|
|
4363
|
+
* Lookup421: pallet_sudo::pallet::Error<T>
|
|
4412
4364
|
**/
|
|
4413
4365
|
PalletSudoError: {
|
|
4414
4366
|
_enum: ["RequireSudo"]
|
|
4415
4367
|
},
|
|
4416
4368
|
/**
|
|
4417
|
-
*
|
|
4369
|
+
* Lookup424: pallet_collator_selection::pallet::CandidateInfo<sp_core::crypto::AccountId32, Balance>
|
|
4418
4370
|
**/
|
|
4419
4371
|
PalletCollatorSelectionCandidateInfo: {
|
|
4420
4372
|
who: "AccountId32",
|
|
4421
4373
|
deposit: "u128"
|
|
4422
4374
|
},
|
|
4423
4375
|
/**
|
|
4424
|
-
*
|
|
4376
|
+
* Lookup426: pallet_collator_selection::pallet::Error<T>
|
|
4425
4377
|
**/
|
|
4426
4378
|
PalletCollatorSelectionError: {
|
|
4427
4379
|
_enum: [
|
|
@@ -4445,17 +4397,17 @@ export default {
|
|
|
4445
4397
|
]
|
|
4446
4398
|
},
|
|
4447
4399
|
/**
|
|
4448
|
-
*
|
|
4400
|
+
* Lookup430: sp_core::crypto::KeyTypeId
|
|
4449
4401
|
**/
|
|
4450
4402
|
SpCoreCryptoKeyTypeId: "[u8;4]",
|
|
4451
4403
|
/**
|
|
4452
|
-
*
|
|
4404
|
+
* Lookup431: pallet_session::pallet::Error<T>
|
|
4453
4405
|
**/
|
|
4454
4406
|
PalletSessionError: {
|
|
4455
4407
|
_enum: ["InvalidProof", "NoAssociatedValidatorId", "DuplicatedKey", "NoKeys", "NoAccount"]
|
|
4456
4408
|
},
|
|
4457
4409
|
/**
|
|
4458
|
-
*
|
|
4410
|
+
* Lookup440: cumulus_pallet_xcmp_queue::OutboundChannelDetails
|
|
4459
4411
|
**/
|
|
4460
4412
|
CumulusPalletXcmpQueueOutboundChannelDetails: {
|
|
4461
4413
|
recipient: "u32",
|
|
@@ -4465,13 +4417,13 @@ export default {
|
|
|
4465
4417
|
lastIndex: "u16"
|
|
4466
4418
|
},
|
|
4467
4419
|
/**
|
|
4468
|
-
*
|
|
4420
|
+
* Lookup441: cumulus_pallet_xcmp_queue::OutboundState
|
|
4469
4421
|
**/
|
|
4470
4422
|
CumulusPalletXcmpQueueOutboundState: {
|
|
4471
4423
|
_enum: ["Ok", "Suspended"]
|
|
4472
4424
|
},
|
|
4473
4425
|
/**
|
|
4474
|
-
*
|
|
4426
|
+
* Lookup445: cumulus_pallet_xcmp_queue::QueueConfigData
|
|
4475
4427
|
**/
|
|
4476
4428
|
CumulusPalletXcmpQueueQueueConfigData: {
|
|
4477
4429
|
suspendThreshold: "u32",
|
|
@@ -4479,7 +4431,7 @@ export default {
|
|
|
4479
4431
|
resumeThreshold: "u32"
|
|
4480
4432
|
},
|
|
4481
4433
|
/**
|
|
4482
|
-
*
|
|
4434
|
+
* Lookup446: cumulus_pallet_xcmp_queue::pallet::Error<T>
|
|
4483
4435
|
**/
|
|
4484
4436
|
CumulusPalletXcmpQueueError: {
|
|
4485
4437
|
_enum: [
|
|
@@ -4491,7 +4443,7 @@ export default {
|
|
|
4491
4443
|
]
|
|
4492
4444
|
},
|
|
4493
4445
|
/**
|
|
4494
|
-
*
|
|
4446
|
+
* Lookup447: pallet_xcm::pallet::QueryStatus<BlockNumber>
|
|
4495
4447
|
**/
|
|
4496
4448
|
PalletXcmQueryStatus: {
|
|
4497
4449
|
_enum: {
|
|
@@ -4512,7 +4464,7 @@ export default {
|
|
|
4512
4464
|
}
|
|
4513
4465
|
},
|
|
4514
4466
|
/**
|
|
4515
|
-
*
|
|
4467
|
+
* Lookup451: xcm::VersionedResponse
|
|
4516
4468
|
**/
|
|
4517
4469
|
XcmVersionedResponse: {
|
|
4518
4470
|
_enum: {
|
|
@@ -4525,7 +4477,7 @@ export default {
|
|
|
4525
4477
|
}
|
|
4526
4478
|
},
|
|
4527
4479
|
/**
|
|
4528
|
-
*
|
|
4480
|
+
* Lookup457: pallet_xcm::pallet::VersionMigrationStage
|
|
4529
4481
|
**/
|
|
4530
4482
|
PalletXcmVersionMigrationStage: {
|
|
4531
4483
|
_enum: {
|
|
@@ -4536,7 +4488,7 @@ export default {
|
|
|
4536
4488
|
}
|
|
4537
4489
|
},
|
|
4538
4490
|
/**
|
|
4539
|
-
*
|
|
4491
|
+
* Lookup459: pallet_xcm::pallet::RemoteLockedFungibleRecord<ConsumerIdentifier, MaxConsumers>
|
|
4540
4492
|
**/
|
|
4541
4493
|
PalletXcmRemoteLockedFungibleRecord: {
|
|
4542
4494
|
amount: "u128",
|
|
@@ -4545,7 +4497,7 @@ export default {
|
|
|
4545
4497
|
consumers: "Vec<(Null,u128)>"
|
|
4546
4498
|
},
|
|
4547
4499
|
/**
|
|
4548
|
-
*
|
|
4500
|
+
* Lookup466: pallet_xcm::pallet::Error<T>
|
|
4549
4501
|
**/
|
|
4550
4502
|
PalletXcmError: {
|
|
4551
4503
|
_enum: [
|
|
@@ -4577,7 +4529,7 @@ export default {
|
|
|
4577
4529
|
]
|
|
4578
4530
|
},
|
|
4579
4531
|
/**
|
|
4580
|
-
*
|
|
4532
|
+
* Lookup467: pallet_message_queue::BookState<cumulus_primitives_core::AggregateMessageOrigin>
|
|
4581
4533
|
**/
|
|
4582
4534
|
PalletMessageQueueBookState: {
|
|
4583
4535
|
_alias: {
|
|
@@ -4591,14 +4543,14 @@ export default {
|
|
|
4591
4543
|
size_: "u64"
|
|
4592
4544
|
},
|
|
4593
4545
|
/**
|
|
4594
|
-
*
|
|
4546
|
+
* Lookup469: pallet_message_queue::Neighbours<cumulus_primitives_core::AggregateMessageOrigin>
|
|
4595
4547
|
**/
|
|
4596
4548
|
PalletMessageQueueNeighbours: {
|
|
4597
4549
|
prev: "CumulusPrimitivesCoreAggregateMessageOrigin",
|
|
4598
4550
|
next: "CumulusPrimitivesCoreAggregateMessageOrigin"
|
|
4599
4551
|
},
|
|
4600
4552
|
/**
|
|
4601
|
-
*
|
|
4553
|
+
* Lookup471: pallet_message_queue::Page<Size, HeapSize>
|
|
4602
4554
|
**/
|
|
4603
4555
|
PalletMessageQueuePage: {
|
|
4604
4556
|
remaining: "u32",
|
|
@@ -4609,7 +4561,7 @@ export default {
|
|
|
4609
4561
|
heap: "Bytes"
|
|
4610
4562
|
},
|
|
4611
4563
|
/**
|
|
4612
|
-
*
|
|
4564
|
+
* Lookup473: pallet_message_queue::pallet::Error<T>
|
|
4613
4565
|
**/
|
|
4614
4566
|
PalletMessageQueueError: {
|
|
4615
4567
|
_enum: [
|
|
@@ -4625,14 +4577,14 @@ export default {
|
|
|
4625
4577
|
]
|
|
4626
4578
|
},
|
|
4627
4579
|
/**
|
|
4628
|
-
*
|
|
4580
|
+
* Lookup474: pallet_storage_providers::types::SignUpRequest<T>
|
|
4629
4581
|
**/
|
|
4630
4582
|
PalletStorageProvidersSignUpRequest: {
|
|
4631
4583
|
spSignUpRequest: "PalletStorageProvidersSignUpRequestSpParams",
|
|
4632
4584
|
at: "u32"
|
|
4633
4585
|
},
|
|
4634
4586
|
/**
|
|
4635
|
-
*
|
|
4587
|
+
* Lookup475: pallet_storage_providers::types::SignUpRequestSpParams<T>
|
|
4636
4588
|
**/
|
|
4637
4589
|
PalletStorageProvidersSignUpRequestSpParams: {
|
|
4638
4590
|
_enum: {
|
|
@@ -4641,7 +4593,7 @@ export default {
|
|
|
4641
4593
|
}
|
|
4642
4594
|
},
|
|
4643
4595
|
/**
|
|
4644
|
-
*
|
|
4596
|
+
* Lookup476: pallet_storage_providers::types::BackupStorageProvider<T>
|
|
4645
4597
|
**/
|
|
4646
4598
|
PalletStorageProvidersBackupStorageProvider: {
|
|
4647
4599
|
capacity: "u64",
|
|
@@ -4655,14 +4607,14 @@ export default {
|
|
|
4655
4607
|
signUpBlock: "u32"
|
|
4656
4608
|
},
|
|
4657
4609
|
/**
|
|
4658
|
-
*
|
|
4610
|
+
* Lookup477: pallet_storage_providers::types::MainStorageProviderSignUpRequest<T>
|
|
4659
4611
|
**/
|
|
4660
4612
|
PalletStorageProvidersMainStorageProviderSignUpRequest: {
|
|
4661
4613
|
mspInfo: "PalletStorageProvidersMainStorageProvider",
|
|
4662
4614
|
valueProp: "PalletStorageProvidersValueProposition"
|
|
4663
4615
|
},
|
|
4664
4616
|
/**
|
|
4665
|
-
*
|
|
4617
|
+
* Lookup478: pallet_storage_providers::types::MainStorageProvider<T>
|
|
4666
4618
|
**/
|
|
4667
4619
|
PalletStorageProvidersMainStorageProvider: {
|
|
4668
4620
|
capacity: "u64",
|
|
@@ -4676,7 +4628,7 @@ export default {
|
|
|
4676
4628
|
signUpBlock: "u32"
|
|
4677
4629
|
},
|
|
4678
4630
|
/**
|
|
4679
|
-
*
|
|
4631
|
+
* Lookup479: pallet_storage_providers::types::Bucket<T>
|
|
4680
4632
|
**/
|
|
4681
4633
|
PalletStorageProvidersBucket: {
|
|
4682
4634
|
_alias: {
|
|
@@ -4691,7 +4643,7 @@ export default {
|
|
|
4691
4643
|
valuePropId: "H256"
|
|
4692
4644
|
},
|
|
4693
4645
|
/**
|
|
4694
|
-
*
|
|
4646
|
+
* Lookup483: pallet_storage_providers::pallet::Error<T>
|
|
4695
4647
|
**/
|
|
4696
4648
|
PalletStorageProvidersError: {
|
|
4697
4649
|
_enum: [
|
|
@@ -4750,7 +4702,7 @@ export default {
|
|
|
4750
4702
|
]
|
|
4751
4703
|
},
|
|
4752
4704
|
/**
|
|
4753
|
-
*
|
|
4705
|
+
* Lookup484: pallet_file_system::types::StorageRequestMetadata<T>
|
|
4754
4706
|
**/
|
|
4755
4707
|
PalletFileSystemStorageRequestMetadata: {
|
|
4756
4708
|
_alias: {
|
|
@@ -4763,7 +4715,7 @@ export default {
|
|
|
4763
4715
|
location: "Bytes",
|
|
4764
4716
|
fingerprint: "H256",
|
|
4765
4717
|
size_: "u64",
|
|
4766
|
-
|
|
4718
|
+
mspStatus: "PalletFileSystemMspStorageRequestStatus",
|
|
4767
4719
|
userPeerIds: "Vec<Bytes>",
|
|
4768
4720
|
bspsRequired: "u32",
|
|
4769
4721
|
bspsConfirmed: "u32",
|
|
@@ -4771,13 +4723,24 @@ export default {
|
|
|
4771
4723
|
depositPaid: "u128"
|
|
4772
4724
|
},
|
|
4773
4725
|
/**
|
|
4774
|
-
*
|
|
4726
|
+
* Lookup485: pallet_file_system::types::MspStorageRequestStatus<T>
|
|
4727
|
+
**/
|
|
4728
|
+
PalletFileSystemMspStorageRequestStatus: {
|
|
4729
|
+
_enum: {
|
|
4730
|
+
None: "Null",
|
|
4731
|
+
Pending: "H256",
|
|
4732
|
+
AcceptedNewFile: "H256",
|
|
4733
|
+
AcceptedExistingFile: "H256"
|
|
4734
|
+
}
|
|
4735
|
+
},
|
|
4736
|
+
/**
|
|
4737
|
+
* Lookup486: pallet_file_system::types::StorageRequestBspsMetadata<T>
|
|
4775
4738
|
**/
|
|
4776
4739
|
PalletFileSystemStorageRequestBspsMetadata: {
|
|
4777
4740
|
confirmed: "bool"
|
|
4778
4741
|
},
|
|
4779
4742
|
/**
|
|
4780
|
-
*
|
|
4743
|
+
* Lookup488: pallet_file_system::types::PendingFileDeletionRequest<T>
|
|
4781
4744
|
**/
|
|
4782
4745
|
PalletFileSystemPendingFileDeletionRequest: {
|
|
4783
4746
|
user: "AccountId32",
|
|
@@ -4788,7 +4751,7 @@ export default {
|
|
|
4788
4751
|
queuePriorityChallenge: "bool"
|
|
4789
4752
|
},
|
|
4790
4753
|
/**
|
|
4791
|
-
*
|
|
4754
|
+
* Lookup490: pallet_file_system::types::PendingStopStoringRequest<T>
|
|
4792
4755
|
**/
|
|
4793
4756
|
PalletFileSystemPendingStopStoringRequest: {
|
|
4794
4757
|
tickWhenRequested: "u32",
|
|
@@ -4796,7 +4759,7 @@ export default {
|
|
|
4796
4759
|
fileSize: "u64"
|
|
4797
4760
|
},
|
|
4798
4761
|
/**
|
|
4799
|
-
*
|
|
4762
|
+
* Lookup491: pallet_file_system::types::MoveBucketRequestMetadata<T>
|
|
4800
4763
|
**/
|
|
4801
4764
|
PalletFileSystemMoveBucketRequestMetadata: {
|
|
4802
4765
|
requester: "AccountId32",
|
|
@@ -4804,7 +4767,7 @@ export default {
|
|
|
4804
4767
|
newValuePropId: "H256"
|
|
4805
4768
|
},
|
|
4806
4769
|
/**
|
|
4807
|
-
*
|
|
4770
|
+
* Lookup492: pallet_file_system::types::IncompleteStorageRequestMetadata<T>
|
|
4808
4771
|
**/
|
|
4809
4772
|
PalletFileSystemIncompleteStorageRequestMetadata: {
|
|
4810
4773
|
owner: "AccountId32",
|
|
@@ -4816,117 +4779,90 @@ export default {
|
|
|
4816
4779
|
pendingBucketRemoval: "bool"
|
|
4817
4780
|
},
|
|
4818
4781
|
/**
|
|
4819
|
-
*
|
|
4782
|
+
* Lookup494: pallet_file_system::pallet::Error<T>
|
|
4820
4783
|
**/
|
|
4821
4784
|
PalletFileSystemError: {
|
|
4822
4785
|
_enum: [
|
|
4786
|
+
"NotABsp",
|
|
4787
|
+
"NotAMsp",
|
|
4788
|
+
"NotASp",
|
|
4823
4789
|
"StorageRequestAlreadyRegistered",
|
|
4824
4790
|
"StorageRequestNotFound",
|
|
4825
|
-
"StorageRequestNotRevoked",
|
|
4826
4791
|
"StorageRequestExists",
|
|
4792
|
+
"StorageRequestNotAuthorized",
|
|
4793
|
+
"StorageRequestBspsRequiredFulfilled",
|
|
4794
|
+
"TooManyStorageRequestResponses",
|
|
4795
|
+
"IncompleteStorageRequestNotFound",
|
|
4827
4796
|
"ReplicationTargetCannotBeZero",
|
|
4828
4797
|
"ReplicationTargetExceedsMaximum",
|
|
4829
|
-
"MaxReplicationTargetSmallerThanDefault",
|
|
4830
|
-
"NotABsp",
|
|
4831
|
-
"NotAMsp",
|
|
4832
|
-
"NotASp",
|
|
4833
4798
|
"BspNotVolunteered",
|
|
4834
4799
|
"BspNotConfirmed",
|
|
4835
4800
|
"BspAlreadyConfirmed",
|
|
4836
|
-
"StorageRequestBspsRequiredFulfilled",
|
|
4837
4801
|
"BspAlreadyVolunteered",
|
|
4838
|
-
"InsufficientAvailableCapacity",
|
|
4839
|
-
"UnexpectedNumberOfRemovedVolunteeredBsps",
|
|
4840
4802
|
"BspNotEligibleToVolunteer",
|
|
4841
|
-
"
|
|
4842
|
-
"
|
|
4843
|
-
"
|
|
4844
|
-
"
|
|
4845
|
-
"
|
|
4846
|
-
"
|
|
4847
|
-
"
|
|
4848
|
-
"ThresholdArithmeticError",
|
|
4849
|
-
"FailedTypeConversion",
|
|
4850
|
-
"DividedByZero",
|
|
4851
|
-
"ImpossibleFailedToGetValue",
|
|
4852
|
-
"BucketIsNotPrivate",
|
|
4803
|
+
"InsufficientAvailableCapacity",
|
|
4804
|
+
"NoFileKeysToConfirm",
|
|
4805
|
+
"MspNotStoringBucket",
|
|
4806
|
+
"NotSelectedMsp",
|
|
4807
|
+
"MspAlreadyConfirmed",
|
|
4808
|
+
"RequestWithoutMsp",
|
|
4809
|
+
"MspAlreadyStoringBucket",
|
|
4853
4810
|
"BucketNotFound",
|
|
4854
4811
|
"BucketNotEmpty",
|
|
4855
4812
|
"NotBucketOwner",
|
|
4813
|
+
"BucketIsBeingMoved",
|
|
4814
|
+
"InvalidBucketIdFileKeyPair",
|
|
4856
4815
|
"ValuePropositionNotAvailable",
|
|
4857
4816
|
"CollectionNotFound",
|
|
4858
|
-
"
|
|
4859
|
-
"ExpectedNonInclusionProof",
|
|
4860
|
-
"ExpectedInclusionProof",
|
|
4817
|
+
"MoveBucketRequestNotFound",
|
|
4861
4818
|
"InvalidFileKeyMetadata",
|
|
4862
|
-
"
|
|
4863
|
-
"
|
|
4864
|
-
"
|
|
4819
|
+
"FileSizeCannotBeZero",
|
|
4820
|
+
"ProviderNotStoringFile",
|
|
4821
|
+
"FileHasActiveStorageRequest",
|
|
4822
|
+
"FileHasIncompleteStorageRequest",
|
|
4865
4823
|
"BatchFileDeletionMustContainSingleBucket",
|
|
4866
4824
|
"DuplicateFileKeyInBatchFileDeletion",
|
|
4867
4825
|
"NoFileKeysToDelete",
|
|
4868
4826
|
"FailedToPushFileKeyToBucketDeletionVector",
|
|
4869
4827
|
"FailedToPushUserToBspDeletionVector",
|
|
4870
4828
|
"FailedToPushFileKeyToBspDeletionVector",
|
|
4871
|
-
"MaxUserPendingDeletionRequestsReached",
|
|
4872
|
-
"MspNotStoringBucket",
|
|
4873
|
-
"FileKeyNotPendingDeletion",
|
|
4874
|
-
"FileSizeCannotBeZero",
|
|
4875
|
-
"NoGlobalReputationWeightSet",
|
|
4876
|
-
"NoBspReputationWeightSet",
|
|
4877
|
-
"MaximumThresholdCannotBeZero",
|
|
4878
|
-
"TickRangeToMaximumThresholdCannotBeZero",
|
|
4879
4829
|
"PendingStopStoringRequestNotFound",
|
|
4880
4830
|
"MinWaitForStopStoringNotReached",
|
|
4881
4831
|
"PendingStopStoringRequestAlreadyExists",
|
|
4882
|
-
"
|
|
4883
|
-
"
|
|
4884
|
-
"NotSelectedMsp",
|
|
4885
|
-
"MspAlreadyConfirmed",
|
|
4886
|
-
"RequestWithoutMsp",
|
|
4887
|
-
"MspAlreadyStoringBucket",
|
|
4888
|
-
"MoveBucketRequestNotFound",
|
|
4889
|
-
"BucketIsBeingMoved",
|
|
4890
|
-
"BspAlreadyDataServer",
|
|
4891
|
-
"BspDataServersExceeded",
|
|
4892
|
-
"FileMetadataProcessingQueueFull",
|
|
4893
|
-
"TooManyBatchResponses",
|
|
4894
|
-
"TooManyStorageRequestResponses",
|
|
4895
|
-
"InvalidBucketIdFileKeyPair",
|
|
4896
|
-
"InconsistentStateKeyAlreadyExists",
|
|
4832
|
+
"ExpectedNonInclusionProof",
|
|
4833
|
+
"ExpectedInclusionProof",
|
|
4897
4834
|
"FixedRatePaymentStreamNotFound",
|
|
4898
4835
|
"DynamicRatePaymentStreamNotFound",
|
|
4836
|
+
"OperationNotAllowedWithInsolventUser",
|
|
4837
|
+
"UserNotInsolvent",
|
|
4838
|
+
"OperationNotAllowedForInsolventProvider",
|
|
4839
|
+
"InvalidSignature",
|
|
4840
|
+
"InvalidProviderID",
|
|
4841
|
+
"InvalidSignedOperation",
|
|
4842
|
+
"NoGlobalReputationWeightSet",
|
|
4843
|
+
"NoBspReputationWeightSet",
|
|
4899
4844
|
"CannotHoldDeposit",
|
|
4845
|
+
"MaxTickNumberReached",
|
|
4846
|
+
"ThresholdArithmeticError",
|
|
4847
|
+
"RootNotUpdated",
|
|
4848
|
+
"ImpossibleFailedToGetValue",
|
|
4900
4849
|
"FailedToQueryEarliestFileVolunteerTick",
|
|
4901
4850
|
"FailedToGetOwnerAccount",
|
|
4902
4851
|
"FailedToGetPaymentAccount",
|
|
4903
|
-
"NoFileKeysToConfirm",
|
|
4904
|
-
"RootNotUpdated",
|
|
4905
|
-
"NoPrivacyChange",
|
|
4906
|
-
"OperationNotAllowedForInsolventProvider",
|
|
4907
|
-
"OperationNotAllowedWhileBucketIsNotStoredByMsp",
|
|
4908
4852
|
"FailedToComputeFileKey",
|
|
4909
4853
|
"FailedToCreateFileMetadata",
|
|
4910
|
-
"
|
|
4911
|
-
"ForestProofVerificationFailed",
|
|
4912
|
-
"ProviderNotStoringFile",
|
|
4913
|
-
"InvalidProviderID",
|
|
4914
|
-
"InvalidSignedOperation",
|
|
4915
|
-
"FileKeyMismatch",
|
|
4916
|
-
"IncompleteStorageRequestNotFound",
|
|
4917
|
-
"FileHasActiveStorageRequest",
|
|
4918
|
-
"FileHasIncompleteStorageRequest"
|
|
4854
|
+
"FileMetadataProcessingQueueFull"
|
|
4919
4855
|
]
|
|
4920
4856
|
},
|
|
4921
4857
|
/**
|
|
4922
|
-
*
|
|
4858
|
+
* Lookup496: pallet_proofs_dealer::types::ProofSubmissionRecord<T>
|
|
4923
4859
|
**/
|
|
4924
4860
|
PalletProofsDealerProofSubmissionRecord: {
|
|
4925
4861
|
lastTickProven: "u32",
|
|
4926
4862
|
nextTickToSubmitProofFor: "u32"
|
|
4927
4863
|
},
|
|
4928
4864
|
/**
|
|
4929
|
-
*
|
|
4865
|
+
* Lookup503: pallet_proofs_dealer::pallet::Error<T>
|
|
4930
4866
|
**/
|
|
4931
4867
|
PalletProofsDealerError: {
|
|
4932
4868
|
_enum: [
|
|
@@ -4957,7 +4893,7 @@ export default {
|
|
|
4957
4893
|
]
|
|
4958
4894
|
},
|
|
4959
4895
|
/**
|
|
4960
|
-
*
|
|
4896
|
+
* Lookup506: pallet_payment_streams::types::FixedRatePaymentStream<T>
|
|
4961
4897
|
**/
|
|
4962
4898
|
PalletPaymentStreamsFixedRatePaymentStream: {
|
|
4963
4899
|
rate: "u128",
|
|
@@ -4966,7 +4902,7 @@ export default {
|
|
|
4966
4902
|
outOfFundsTick: "Option<u32>"
|
|
4967
4903
|
},
|
|
4968
4904
|
/**
|
|
4969
|
-
*
|
|
4905
|
+
* Lookup507: pallet_payment_streams::types::DynamicRatePaymentStream<T>
|
|
4970
4906
|
**/
|
|
4971
4907
|
PalletPaymentStreamsDynamicRatePaymentStream: {
|
|
4972
4908
|
amountProvided: "u64",
|
|
@@ -4975,14 +4911,14 @@ export default {
|
|
|
4975
4911
|
outOfFundsTick: "Option<u32>"
|
|
4976
4912
|
},
|
|
4977
4913
|
/**
|
|
4978
|
-
*
|
|
4914
|
+
* Lookup508: pallet_payment_streams::types::ProviderLastChargeableInfo<T>
|
|
4979
4915
|
**/
|
|
4980
4916
|
PalletPaymentStreamsProviderLastChargeableInfo: {
|
|
4981
4917
|
lastChargeableTick: "u32",
|
|
4982
4918
|
priceIndex: "u128"
|
|
4983
4919
|
},
|
|
4984
4920
|
/**
|
|
4985
|
-
*
|
|
4921
|
+
* Lookup509: pallet_payment_streams::pallet::Error<T>
|
|
4986
4922
|
**/
|
|
4987
4923
|
PalletPaymentStreamsError: {
|
|
4988
4924
|
_enum: [
|
|
@@ -5007,7 +4943,7 @@ export default {
|
|
|
5007
4943
|
]
|
|
5008
4944
|
},
|
|
5009
4945
|
/**
|
|
5010
|
-
*
|
|
4946
|
+
* Lookup510: pallet_bucket_nfts::pallet::Error<T>
|
|
5011
4947
|
**/
|
|
5012
4948
|
PalletBucketNftsError: {
|
|
5013
4949
|
_enum: [
|
|
@@ -5018,7 +4954,7 @@ export default {
|
|
|
5018
4954
|
]
|
|
5019
4955
|
},
|
|
5020
4956
|
/**
|
|
5021
|
-
*
|
|
4957
|
+
* Lookup511: pallet_nfts::types::CollectionDetails<sp_core::crypto::AccountId32, DepositBalance>
|
|
5022
4958
|
**/
|
|
5023
4959
|
PalletNftsCollectionDetails: {
|
|
5024
4960
|
owner: "AccountId32",
|
|
@@ -5029,13 +4965,13 @@ export default {
|
|
|
5029
4965
|
attributes: "u32"
|
|
5030
4966
|
},
|
|
5031
4967
|
/**
|
|
5032
|
-
*
|
|
4968
|
+
* Lookup516: pallet_nfts::types::CollectionRole
|
|
5033
4969
|
**/
|
|
5034
4970
|
PalletNftsCollectionRole: {
|
|
5035
4971
|
_enum: ["__Unused0", "Issuer", "Freezer", "__Unused3", "Admin"]
|
|
5036
4972
|
},
|
|
5037
4973
|
/**
|
|
5038
|
-
*
|
|
4974
|
+
* 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>>
|
|
5039
4975
|
**/
|
|
5040
4976
|
PalletNftsItemDetails: {
|
|
5041
4977
|
owner: "AccountId32",
|
|
@@ -5043,42 +4979,42 @@ export default {
|
|
|
5043
4979
|
deposit: "PalletNftsItemDeposit"
|
|
5044
4980
|
},
|
|
5045
4981
|
/**
|
|
5046
|
-
*
|
|
4982
|
+
* Lookup518: pallet_nfts::types::ItemDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
5047
4983
|
**/
|
|
5048
4984
|
PalletNftsItemDeposit: {
|
|
5049
4985
|
account: "AccountId32",
|
|
5050
4986
|
amount: "u128"
|
|
5051
4987
|
},
|
|
5052
4988
|
/**
|
|
5053
|
-
*
|
|
4989
|
+
* Lookup523: pallet_nfts::types::CollectionMetadata<Deposit, StringLimit>
|
|
5054
4990
|
**/
|
|
5055
4991
|
PalletNftsCollectionMetadata: {
|
|
5056
4992
|
deposit: "u128",
|
|
5057
4993
|
data: "Bytes"
|
|
5058
4994
|
},
|
|
5059
4995
|
/**
|
|
5060
|
-
*
|
|
4996
|
+
* Lookup524: pallet_nfts::types::ItemMetadata<pallet_nfts::types::ItemMetadataDeposit<DepositBalance, sp_core::crypto::AccountId32>, StringLimit>
|
|
5061
4997
|
**/
|
|
5062
4998
|
PalletNftsItemMetadata: {
|
|
5063
4999
|
deposit: "PalletNftsItemMetadataDeposit",
|
|
5064
5000
|
data: "Bytes"
|
|
5065
5001
|
},
|
|
5066
5002
|
/**
|
|
5067
|
-
*
|
|
5003
|
+
* Lookup525: pallet_nfts::types::ItemMetadataDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
5068
5004
|
**/
|
|
5069
5005
|
PalletNftsItemMetadataDeposit: {
|
|
5070
5006
|
account: "Option<AccountId32>",
|
|
5071
5007
|
amount: "u128"
|
|
5072
5008
|
},
|
|
5073
5009
|
/**
|
|
5074
|
-
*
|
|
5010
|
+
* Lookup528: pallet_nfts::types::AttributeDeposit<DepositBalance, sp_core::crypto::AccountId32>
|
|
5075
5011
|
**/
|
|
5076
5012
|
PalletNftsAttributeDeposit: {
|
|
5077
5013
|
account: "Option<AccountId32>",
|
|
5078
5014
|
amount: "u128"
|
|
5079
5015
|
},
|
|
5080
5016
|
/**
|
|
5081
|
-
*
|
|
5017
|
+
* Lookup532: pallet_nfts::types::PendingSwap<CollectionId, ItemId, pallet_nfts::types::PriceWithDirection<Amount>, Deadline>
|
|
5082
5018
|
**/
|
|
5083
5019
|
PalletNftsPendingSwap: {
|
|
5084
5020
|
desiredCollection: "u32",
|
|
@@ -5087,7 +5023,7 @@ export default {
|
|
|
5087
5023
|
deadline: "u32"
|
|
5088
5024
|
},
|
|
5089
5025
|
/**
|
|
5090
|
-
*
|
|
5026
|
+
* Lookup534: pallet_nfts::types::PalletFeature
|
|
5091
5027
|
**/
|
|
5092
5028
|
PalletNftsPalletFeature: {
|
|
5093
5029
|
_enum: [
|
|
@@ -5103,7 +5039,7 @@ export default {
|
|
|
5103
5039
|
]
|
|
5104
5040
|
},
|
|
5105
5041
|
/**
|
|
5106
|
-
*
|
|
5042
|
+
* Lookup535: pallet_nfts::pallet::Error<T, I>
|
|
5107
5043
|
**/
|
|
5108
5044
|
PalletNftsError: {
|
|
5109
5045
|
_enum: [
|
|
@@ -5155,51 +5091,51 @@ export default {
|
|
|
5155
5091
|
]
|
|
5156
5092
|
},
|
|
5157
5093
|
/**
|
|
5158
|
-
*
|
|
5094
|
+
* Lookup538: frame_system::extensions::check_non_zero_sender::CheckNonZeroSender<T>
|
|
5159
5095
|
**/
|
|
5160
5096
|
FrameSystemExtensionsCheckNonZeroSender: "Null",
|
|
5161
5097
|
/**
|
|
5162
|
-
*
|
|
5098
|
+
* Lookup539: frame_system::extensions::check_spec_version::CheckSpecVersion<T>
|
|
5163
5099
|
**/
|
|
5164
5100
|
FrameSystemExtensionsCheckSpecVersion: "Null",
|
|
5165
5101
|
/**
|
|
5166
|
-
*
|
|
5102
|
+
* Lookup540: frame_system::extensions::check_tx_version::CheckTxVersion<T>
|
|
5167
5103
|
**/
|
|
5168
5104
|
FrameSystemExtensionsCheckTxVersion: "Null",
|
|
5169
5105
|
/**
|
|
5170
|
-
*
|
|
5106
|
+
* Lookup541: frame_system::extensions::check_genesis::CheckGenesis<T>
|
|
5171
5107
|
**/
|
|
5172
5108
|
FrameSystemExtensionsCheckGenesis: "Null",
|
|
5173
5109
|
/**
|
|
5174
|
-
*
|
|
5110
|
+
* Lookup544: frame_system::extensions::check_nonce::CheckNonce<T>
|
|
5175
5111
|
**/
|
|
5176
5112
|
FrameSystemExtensionsCheckNonce: "Compact<u32>",
|
|
5177
5113
|
/**
|
|
5178
|
-
*
|
|
5114
|
+
* Lookup545: frame_system::extensions::check_weight::CheckWeight<T>
|
|
5179
5115
|
**/
|
|
5180
5116
|
FrameSystemExtensionsCheckWeight: "Null",
|
|
5181
5117
|
/**
|
|
5182
|
-
*
|
|
5118
|
+
* Lookup546: pallet_transaction_payment::ChargeTransactionPayment<T>
|
|
5183
5119
|
**/
|
|
5184
5120
|
PalletTransactionPaymentChargeTransactionPayment: "Compact<u128>",
|
|
5185
5121
|
/**
|
|
5186
|
-
*
|
|
5122
|
+
* Lookup547: cumulus_primitives_storage_weight_reclaim::StorageWeightReclaim<T>
|
|
5187
5123
|
**/
|
|
5188
5124
|
CumulusPrimitivesStorageWeightReclaimStorageWeightReclaim: "Null",
|
|
5189
5125
|
/**
|
|
5190
|
-
*
|
|
5126
|
+
* Lookup548: frame_metadata_hash_extension::CheckMetadataHash<T>
|
|
5191
5127
|
**/
|
|
5192
5128
|
FrameMetadataHashExtensionCheckMetadataHash: {
|
|
5193
5129
|
mode: "FrameMetadataHashExtensionMode"
|
|
5194
5130
|
},
|
|
5195
5131
|
/**
|
|
5196
|
-
*
|
|
5132
|
+
* Lookup549: frame_metadata_hash_extension::Mode
|
|
5197
5133
|
**/
|
|
5198
5134
|
FrameMetadataHashExtensionMode: {
|
|
5199
5135
|
_enum: ["Disabled", "Enabled"]
|
|
5200
5136
|
},
|
|
5201
5137
|
/**
|
|
5202
|
-
*
|
|
5138
|
+
* Lookup550: sh_parachain_runtime::Runtime
|
|
5203
5139
|
**/
|
|
5204
5140
|
ShParachainRuntimeRuntime: "Null"
|
|
5205
5141
|
};
|