Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxLogCollector ¶
type TxLogCollector struct { FromAddresses []common.Address LogIndices []int Logs map[int]*types.Log RWMu *sync.RWMutex Style lipgloss.Style ToAddresses []common.Address TokenIDs []*big.Int Tx *types.Transaction TxID common.Hash }
func NewTxLogCollector ¶
func NewTxLogCollector(log *types.Log) *TxLogCollector
func (*TxLogCollector) AddLog ¶
func (transco *TxLogCollector) AddLog(log *types.Log)
func (*TxLogCollector) UniqueLogIndices ¶
func (transco *TxLogCollector) UniqueLogIndices() int
func (*TxLogCollector) UniqueTokenIDs ¶
func (transco *TxLogCollector) UniqueTokenIDs() int
Click to show internal directories.
Click to hide internal directories.