pub(crate) fn mutate_void<T: SolCall>(
call: T,
sender: Address,
f: impl FnOnce(Address, T) -> Result<()>,
) -> PrecompileResultExpand description
Dispatches a state-mutating call that returns no data (e.g. approve, transfer).
Rejects static calls with StaticCallNotAllowed.