Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EnsoBuild/temper
/ Evm
Class
Evm
src/evm.rs:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
pub struct Evm {
62
executor: Executor,
63
decoder: CallTraceDecoder,
64
etherscan_identifier: Option<EtherscanIdentifier>,
65
}
66
67
impl Evm {
68
pub fn new(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected