mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-03 18:42:14 +00:00
7 lines
63 B
Go
7 lines
63 B
Go
package types
|
|
|
|
type Event struct {
|
|
Key string
|
|
Data []byte
|
|
}
|