MCPcopy 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
61pub struct Evm {
62 executor: Executor,
63 decoder: CallTraceDecoder,
64 etherscan_identifier: Option<EtherscanIdentifier>,
65}
66
67impl Evm {
68 pub fn new(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected