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.