mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-04 11:02:06 +00:00
7 lines
63 B
Go
7 lines
63 B
Go
package types
|
|
|
|
type Event struct {
|
|
Key string
|
|
Data []byte
|
|
}
|