Package 

Class SpontaneousPayment

    • Method Summary

      Modifier and Type Method Description
      Pointer uniffiClonePointer()
      String send(ULong amountMsat, String nodeId)
      Unit sendProbes(ULong amountMsat, String nodeId)
      • Methods inherited from class org.lightningdevkit.ldknode.SpontaneousPayment

        close, destroy
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SpontaneousPayment

        SpontaneousPayment(Pointer pointer)
      • SpontaneousPayment

        SpontaneousPayment(NoPointer noPointer)
        This constructor can be used to instantiate a fake object.
        Parameters:
        noPointer - Placeholder value so we can have a constructor separate from the default empty one that may be implemented for classes extending FFIObject.