Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTxLogProcessor ¶
func NewTxLogProcessor(args ArgTxLogProcessor) (process.TransactionLogProcessor, 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 }
ArgTxLogProcessor defines the arguments needed for transaction logs processor
Click to show internal directories.
Click to hide internal directories.