ipld-eth-server/pkg/core/log.go
2018-01-15 14:49:29 -06:00

12 lines
146 B
Go

package core
type Log struct {
BlockNumber int64
TxHash string
Address string
Topics
Index int64
Data string
Removed bool
}