Function subxt::storage::utils::write_storage_address_root_bytes
source · pub fn write_storage_address_root_bytes<Address: StorageAddress>(
addr: &Address,
out: &mut Vec<u8>
)Expand description
Return the root of a given StorageAddress: hash the pallet name and entry name
and append those bytes to the output.