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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      LightNode(Pointer pointer)
      LightNode(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

      • LightNode

        LightNode(Pointer pointer)
      • LightNode

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