quorum/vm/log.go

10 lines
103 B
Go
Raw Normal View History

2014-10-27 03:44:16 -07:00
package vm
import "math/big"
type Log struct {
Address []byte
Topics []*big.Int
Data []byte
}