tendermint/types/events.go
2015-11-27 10:14:46 -08:00

7 lines
63 B
Go

package types
type Event struct {
Key string
Data []byte
}