Package org.bitcoindevkit
Class LightNode
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
,org.bitcoindevkit.Disposable
,org.bitcoindevkit.LightNodeInterface
public class LightNode implements Disposable, AutoCloseable, LightNodeInterface
A `LightNode` gathers transactions for a `Wallet`. To receive `Update` for `Wallet`, refer to the `Client`. The `LightNode` will run until instructed to stop.