add interface
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package io.emeraldpay.dshackle.upstream.ethereum
|
||||
|
||||
import io.emeraldpay.dshackle.upstream.Upstream
|
||||
|
||||
interface EthereumLikeMultistream : Upstream {
|
||||
fun getReader(): EthereumReader
|
||||
fun getSubscribe(): EthereumSubscribe
|
||||
}
|
||||
Reference in New Issue
Block a user