Interface ChainTipClient

All Known Subinterfaces:
PollingChainTipService
All Known Implementing Classes:
BitcoinClient, BitcoinExtendedClient, NamecoinClient, PollingChainTipServiceImpl, RxBitcoinClient

public interface ChainTipClient
Interface for a Bitcoin JSON-RPC client that implements getchaintips.

(This is needed to provide reactive Bitcoin JSON-RPC interfaces because we can't subclass BitcoinClient itself (because it is concrete.) In the future we may want to create interfaces with more Bitcoin RPC methods, but for now this is all we need.)