Module subxt::storage::utils

source ·
Expand description

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.

Functions

Outputs the storage_address_root_bytes as well as any additional bytes that represent a lookup in a storage map at that location.
Outputs a vector containing the bytes written by write_storage_address_root_bytes.
Return the root of a given StorageAddress: hash the pallet name and entry name and append those bytes to the output.