Versions in this module Expand all Collapse all v0 v0.9.0 Sep 26, 2019 Changes in this version + type Tracer struct + func New(code string) (*Tracer, error) + func (jst *Tracer) CaptureEnd(output []byte, gasUsed uint64, t time.Duration, err error) error + func (jst *Tracer) CaptureFault(env *vm.EVM, pc uint64, op vm.OpCode, gas, cost uint64, memory *vm.Memory, ...) error + func (jst *Tracer) CaptureStart(from common.Address, to common.Address, create bool, input []byte, gas uint64, ...) error + func (jst *Tracer) CaptureState(env *vm.EVM, pc uint64, op vm.OpCode, gas, cost uint64, memory *vm.Memory, ...) error + func (jst *Tracer) GetResult() (json.RawMessage, error) + func (jst *Tracer) Stop(err error)