Skip to content

Commit 1f558e6

Browse files
committed
Updated docs
1 parent 5404d2c commit 1f558e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/query-storage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
In Substrate, any pallet can introduce new storage items that will become part of the blockchain state. These storage
44
items can be simple single values, or more complex storage maps.
55

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.
88

99
## Example
1010

0 commit comments

Comments
 (0)