ipld-eth-server/pkg/core/log.go
2018-01-16 08:58:11 -06:00

11 lines
128 B
Go

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