Versions in this module Expand all Collapse all v1 v1.0.2 Jan 31, 2023 v1.0.1 Jan 25, 2023 Changes in this version + type DriverTxGenesisTransactor struct + func NewDriverTxGenesisTransactor(g ncogearthchain.Genesis) *DriverTxGenesisTransactor + func (p *DriverTxGenesisTransactor) PopInternalTxs(_ blockproc.BlockCtx, _ blockproc.BlockState, es blockproc.EpochState, _ bool, ...) types.Transactions + type DriverTxListener struct + func (p *DriverTxListener) Finalize() blockproc.BlockState + func (p *DriverTxListener) OnNewLog(l *types.Log) + func (p *DriverTxListener) OnNewReceipt(tx *types.Transaction, r *types.Receipt, originator idx.ValidatorID) + func (p *DriverTxListener) Update(bs blockproc.BlockState, es blockproc.EpochState) + type DriverTxListenerModule struct + func NewDriverTxListenerModule() *DriverTxListenerModule + func (m *DriverTxListenerModule) Start(block blockproc.BlockCtx, bs blockproc.BlockState, es blockproc.EpochState, ...) blockproc.TxListener + type DriverTxPreTransactor struct + func NewDriverTxPreTransactor() *DriverTxPreTransactor + func (p *DriverTxPreTransactor) PopInternalTxs(block blockproc.BlockCtx, bs blockproc.BlockState, es blockproc.EpochState, ...) types.Transactions + type DriverTxTransactor struct + func NewDriverTxTransactor() *DriverTxTransactor + func (p *DriverTxTransactor) PopInternalTxs(_ blockproc.BlockCtx, _ blockproc.BlockState, es blockproc.EpochState, ...) types.Transactions