You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/query-storage.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
In Substrate, any pallet can introduce new storage items that will become part of the blockchain state. These storage
4
4
items can be simple single values, or more complex storage maps.
5
5
6
-
The runtime exposes several storage functions to query those storage items and are provided in the metadata
7
-
(see `substrate.get_metadata_storage_function()`).
6
+
The runtime exposes several storage functions to query those storage items and are provided in the metadata.
7
+
See the [metadata documentation](https://polkascan.github.io/py-substrate-metadata-docs/) for more information of available storage functions for several Substrate runtimes.
0 commit comments