Function subxt::storage::utils::storage_address_bytes
source · pub fn storage_address_bytes<Address: StorageAddress>(
addr: &Address,
metadata: &Metadata
) -> Result<Vec<u8>, Error>
Expand description
Outputs the storage_address_root_bytes
as well as any additional bytes that represent
a lookup in a storage map at that location.