pub(crate) fn view<T: SolCall>( call: T, f: impl FnOnce(T) -> Result<T::Return>, ) -> PrecompileResult
Dispatches a read-only call with decoded arguments, encoding the return via T.
T