MCPcopy Create free account
hub / github.com/CPChain/chain / StructLogs

Method StructLogs

core/vm/logger.go:206–206  ·  view source on GitHub ↗

StructLogs returns the captured log entries.

()

Source from the content-addressed store, hash-verified

204
205// StructLogs returns the captured log entries.
206func (l *StructLogger) StructLogs() []StructLog { return l.logs }
207
208// Error returns the VM error captured by the trace.
209func (l *StructLogger) Error() error { return l.err }

Callers 2

withTraceFunction · 0.95
traceTxMethod · 0.80

Calls

no outgoing calls

Tested by 1

withTraceFunction · 0.76