Module subxt::storage

source ·
Expand description

Types associated with accessing and working with storage items.

Re-exports

pub use crate::rpc::types::StorageKey;

Modules

Types representing an address which describes where a storage entry lives and how to properly decode it.
these utility methods complement the StorageAddress trait, but aren’t things that should ever be overridden, and so don’t exist on the trait itself.

Structs

This represents a dynamically generated storage address.
Iterates over key value pairs in a map.
This represents a statically generated storage lookup address.
Query the runtime storage.
Query the runtime storage.

Traits

This represents a storage address. Anything implementing this trait can be used to fetch and iterate over storage entries.

Functions

Construct a new dynamic storage lookup.
Construct a new dynamic storage lookup to the root of some entry.