Documentation ¶
Overview ¶
Package debugger: This file was copied/adapted from geth - go-ethereum/eth/tracers
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Debugger ¶
type Debugger struct {
// contains filtered or unexported fields
}
func New ¶
func New(chain l2chain.ObscuroChain, storage storage.Storage, config *params.ChainConfig) *Debugger
func (*Debugger) DebugEventLogRelevancy ¶
func (d *Debugger) DebugEventLogRelevancy(ctx context.Context, txHash gethcommon.Hash) (json.RawMessage, error)
func (*Debugger) DebugTraceTransaction ¶
func (d *Debugger) DebugTraceTransaction(context.Context, gethcommon.Hash, *tracers.TraceConfig) (json.RawMessage, error)
Click to show internal directories.
Click to hide internal directories.