-
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, ULong quantity, String payerNote)abstract Stringreceive(ULong amountMsat, String description, UInt expirySecs, ULong quantity)abstract StringreceiveVariableAmount(String description, UInt expirySecs)abstract StringrequestRefundPayment(String refund)abstract Stringsend(String offer, ULong quantity, String payerNote)abstract StringsendUsingAmount(String offer, ULong amountMsat, ULong quantity, String payerNote)-
-
Method Detail
-
initiateRefund
abstract String initiateRefund(ULong amountMsat, UInt expirySecs, ULong quantity, String payerNote)
-
receive
abstract String receive(ULong amountMsat, String description, UInt expirySecs, ULong quantity)
-
receiveVariableAmount
abstract String receiveVariableAmount(String description, UInt expirySecs)
-
requestRefundPayment
abstract String requestRefundPayment(String refund)
-
-
-
-