Notification interface subscribers need to view, but not mutate, the index.
This change allows improving the #30595 kernel interface, see e.g. BlockTreeEntry
where currently a View
is constructed from a non-const pointer, whereas really this should be a const btck_BlockTreeEntry* entry
.