tendermint/types/events.go

7 lines
63 B
Go
Raw Normal View History

2015-11-02 07:39:53 -08:00
package types
type Event struct {
Key string
Data []byte
2015-11-02 07:39:53 -08:00
}