Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewPrintTxLogProcessor ¶ added in v1.2.3
func NewPrintTxLogProcessor() *printTxLogProcessor
NewPrintTxLogProcessor -
func NewTxLogProcessor ¶
func NewTxLogProcessor(args ArgTxLogProcessor) (*txLogProcessor, error)
NewTxLogProcessor creates a transaction log processor capable of parsing logs from the VM
and saving them into the injected storage
Types ¶
type ArgTxLogProcessor ¶
type ArgTxLogProcessor struct { Storer storage.Storer Marshalizer marshal.Marshalizer SaveInStorageEnabled bool }
ArgTxLogProcessor defines the arguments needed for transaction logs processor
Click to show internal directories.
Click to hide internal directories.