processor

package
v0.0.0-...-8d92e95 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 1, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNilArgument = errors.New("nil argument")

Functions

This section is empty.

Types

type Processor

type Processor struct {
	// contains filtered or unexported fields
}

func NewProcessor

func NewProcessor(txs []*types.Transaction, bc *blockchain.BlockChain, header *types.Header, state *state.StateDB, workers int) (*Processor, error)

func (*Processor) Execute

func (p *Processor) Execute() []*scheduler.Response

type Result

type Result struct {
	Receipt *types.Receipt
	Logs    []*types.Log
	UsedGas uint64
	Trace   *vm.InternalTxTrace
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL