tendermint/types/events.go

7 lines
63 B
Go

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