add interface

This commit is contained in:
terminal
2022-08-01 13:41:49 +04:00
parent 3a50c67152
commit 04edbe4608

View File

@@ -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
}