pub type EvmResult<T = ()> = Result<T, PrecompileFailure>;
Expand description

Alias for Result returning an EVM precompile error.