Package 

Class CbfNode

  • All Implemented Interfaces:
    java.lang.AutoCloseable , org.bitcoindevkit.CbfNodeInterface , org.bitcoindevkit.Disposable

    
    public class CbfNode
     implements Disposable, AutoCloseable, CbfNodeInterface
                        

    A `CbfNode` gathers transactions for a `Wallet`. To receive `Update` for `Wallet`, refer to the `CbfClient`. The `CbfNode` will run until instructed to stop.

    • Method Summary

      Modifier and Type Method Description
      Unit destroy()
      Unit close()
      Unit run() Start the node on a detached OS thread and immediately return.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait