Module subxt::storage::address

source ·
Expand description

Types representing an address which describes where a storage entry lives and how to properly decode it.

Structs

This represents a dynamically generated storage address.
This represents a statically generated storage lookup address.
Storage key for a Map.
Used to signal whether a StorageAddress can be iterated, fetched and returned with a default value in the type system.

Enums

Hasher used by storage maps

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.