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