WIP: fix rpc/core

This commit is contained in:
Jae Kwon
2018-04-05 16:07:29 -07:00
parent 3037b5b7ca
commit c541d58d2f
5 changed files with 25 additions and 4 deletions

View File

@ -155,6 +155,7 @@ type WSRPCConnection interface {
WriteRPCResponse(resp RPCResponse)
TryWriteRPCResponse(resp RPCResponse) bool
GetEventSubscriber() EventSubscriber
Codec() *amino.Codec
}
// EventSubscriber mirros tendermint/tendermint/types.EventBusSubscriber