Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Tracer ¶
type Tracer struct {
// contains filtered or unexported fields
}
Tracer represents the implementation of the Blockchain tracing interface for Fantom Opera node.
func (*Tracer) TraceTransaction ¶
TraceTransaction returns the structured logs created during the execution of EVM and returns them as a JSON object.
type TracerInterface ¶
type TracerInterface interface {
TraceTransaction(hash common.Hash) ([]types.TransactionTrace, error)
}
TracerInterface defines the interface of the TracingRpc client.
type TracerMock ¶
TracerMock is mock of the TracingRpc client.
func (*TracerMock) TraceTransaction ¶
func (tm *TracerMock) TraceTransaction(hash common.Hash) ([]types.TransactionTrace, error)
Click to show internal directories.
Click to hide internal directories.