clean up kvstore example

This commit is contained in:
Callum Waters
2022-09-29 09:58:23 +02:00
parent e35b57dc4e
commit 2dfcbcc310
9 changed files with 394 additions and 342 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ func QueryForEvent(eventType string) tmpubsub.Query {
type BlockEventPublisher interface {
PublishEventNewBlock(block EventDataNewBlock) error
PublishEventNewBlockHeader(header EventDataNewBlockHeader) error
PublishEventNewBlockEvents(header EventDataNewBlockEvents) error
PublishEventNewBlockEvents(events EventDataNewBlockEvents) error
PublishEventNewEvidence(evidence EventDataNewEvidence) error
PublishEventTx(EventDataTx) error
PublishEventValidatorSetUpdates(EventDataValidatorSetUpdates) error