pub const PRECOMPILE_EVM_RUNTIME: Address;Expand description
Address of the delegated EVM runtime.
Calls to this address are handled by the EVM execution engine rather than by normal contract bytecode. In other words, this is a dispatcher target, not a “deployed contract” in the usual sense.