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

Method json

src/cpp-ethereum/libethereum/Executive.cpp:150–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150string StandardTrace::json(bool _styled) const
151{
152#ifdef LUX_BUILD
153 return "";
154#else
155 return _styled ? Json::StyledWriter().write(m_trace) : Json::FastWriter().write(m_trace);
156#endif
157}
158
159Executive::Executive(Block& _s, BlockChain const& _bc, unsigned _level):
160 m_s(_s.mutableState()),

Callers 4

vmTraceMethod · 0.80
main.cppFile · 0.80
traceTransactionMethod · 0.80
admin_eth_vmTraceMethod · 0.80

Calls 3

StyledWriterClass · 0.85
FastWriterClass · 0.85
writeMethod · 0.45

Tested by

no test coverage detected