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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      CbfNode(Pointer pointer)
      CbfNode(NoPointer noPointer) This constructor can be used to instantiate a fake object.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit destroy()
      Unit close()
      final Pointer uniffiClonePointer()
      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
    • Constructor Detail

      • CbfNode

        CbfNode(Pointer pointer)
      • CbfNode

        CbfNode(NoPointer noPointer)
        This constructor can be used to instantiate a fake object.