-
public interface Bolt12PaymentInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBolt12PaymentInterface.Companion
-
Method Summary
Modifier and Type Method Description abstract StringinitiateRefund(ULong amountMsat, UInt expirySecs)abstract Stringreceive(ULong amountMsat, String description)abstract StringreceiveVariableAmount(String description)abstract StringrequestRefundPayment(String refund)abstract Stringsend(String offer, String payerNote)abstract StringsendUsingAmount(String offer, String payerNote, ULong amountMsat)-
-
Method Detail
-
initiateRefund
abstract String initiateRefund(ULong amountMsat, UInt expirySecs)
-
receiveVariableAmount
abstract String receiveVariableAmount(String description)
-
requestRefundPayment
abstract String requestRefundPayment(String refund)
-
sendUsingAmount
abstract String sendUsingAmount(String offer, String payerNote, ULong amountMsat)
-
-
-
-