Package org.bitcoindevkit
Class CbfComponents
-
- All Implemented Interfaces:
-
org.bitcoindevkit.Disposable
public final class CbfComponents implements Disposable
Receive a `CbfClient` and `CbfNode`.
-
-
Constructor Summary
Constructors Constructor Description CbfComponents(CbfClient client, CbfNode node)
-
Method Summary
Modifier and Type Method Description final CbfClientgetClient()Publish events to the node, like broadcasting transactions or adding scripts. final UnitsetClient(CbfClient client)Publish events to the node, like broadcasting transactions or adding scripts. final CbfNodegetNode()The node to run and fetch transactions for a `Wallet`. final UnitsetNode(CbfNode node)The node to run and fetch transactions for a `Wallet`. Unitdestroy()
-