pub(crate) fn metadata<T: SolCall>( f: impl FnOnce() -> Result<T::Return>, ) -> PrecompileResult
Dispatches a parameterless view call, encoding the return via T.
T