12 lines
146 B
Go
12 lines
146 B
Go
package core
|
|
|
|
type Log struct {
|
|
BlockNumber int64
|
|
TxHash string
|
|
Address string
|
|
Topics
|
|
Index int64
|
|
Data string
|
|
Removed bool
|
|
}
|