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

Method Error

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

Error returns the VM error captured by the trace.

()

Source from the content-addressed store, hash-verified

207
208// Error returns the VM error captured by the trace.
209func (l *StructLogger) Error() error { return l.err }
210
211// Output returns the VM return value captured by the trace.
212func (l *StructLogger) Output() []byte { return l.output }

Callers 1

withTraceFunction · 0.95

Calls

no outgoing calls

Tested by 1

withTraceFunction · 0.76