-
public interface SpontaneousPaymentInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSpontaneousPaymentInterface.Companion
-
Method Summary
Modifier and Type Method Description abstract Stringsend(ULong amountMsat, String nodeId, SendingParameters sendingParameters)abstract UnitsendProbes(ULong amountMsat, String nodeId)-
-
Method Detail
-
send
abstract String send(ULong amountMsat, String nodeId, SendingParameters sendingParameters)
-
sendProbes
abstract Unit sendProbes(ULong amountMsat, String nodeId)
-
-
-
-