Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanz committed Mar 31, 2023
1 parent 5404d2c commit 1f558e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/query-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
In Substrate, any pallet can introduce new storage items that will become part of the blockchain state. These storage
items can be simple single values, or more complex storage maps.

The runtime exposes several storage functions to query those storage items and are provided in the metadata
(see `substrate.get_metadata_storage_function()`).
The runtime exposes several storage functions to query those storage items and are provided in the metadata.
See the [metadata documentation](https://polkascan.github.io/py-substrate-metadata-docs/) for more information of available storage functions for several Substrate runtimes.

## Example

Expand Down

0 comments on commit 1f558e6

Please sign in to comment.