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 CbfClient
getClient()
Publish events to the node, like broadcasting transactions or adding scripts. final Unit
setClient(CbfClient client)
Publish events to the node, like broadcasting transactions or adding scripts. final CbfNode
getNode()
The node to run and fetch transactions for a `Wallet`. final Unit
setNode(CbfNode node)
The node to run and fetch transactions for a `Wallet`. Unit
destroy()
-