MCPcopy Create free account
hub / github.com/LUX-Core/lux / executePrecompiled

Method executePrecompiled

src/cpp-ethereum/libethcore/SealEngine.h:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84 virtual bigint costOfPrecompiled(Address const& _a, bytesConstRef _in, u256 const&) const { return m_params.precompiled.at(_a).cost(_in); }
85 virtual std::pair<bool, bytes> executePrecompiled(Address const& _a, bytesConstRef _in, u256 const&) const { return m_params.precompiled.at(_a).execute(_in); }
86
87////////////////////////////////////////////////////////////// // lux
88 void setLuxSchedule(EVMSchedule _luxSchedule) const { luxSchedule = _luxSchedule; }

Callers 1

callMethod · 0.80

Calls 2

executeMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected