-
- All Implemented Interfaces:
-
org.lightningdevkit.ldknode.FfiConverter
public class FfiConverterTypeUnifiedQrPayment implements FfiConverter<UnifiedQrPayment, Pointer>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeUnifiedQrPaymentINSTANCE
-
Method Summary
Modifier and Type Method Description Pointerlower(UnifiedQrPayment value)UnifiedQrPaymentlift(Pointer value)UnifiedQrPaymentread(ByteBuffer buf)<ERROR CLASS>allocationSize(UnifiedQrPayment value)Unitwrite(UnifiedQrPayment value, ByteBuffer buf)-
-
Method Detail
-
lower
Pointer lower(UnifiedQrPayment value)
-
lift
UnifiedQrPayment lift(Pointer value)
-
read
UnifiedQrPayment read(ByteBuffer buf)
-
allocationSize
<ERROR CLASS> allocationSize(UnifiedQrPayment value)
-
write
Unit write(UnifiedQrPayment value, ByteBuffer buf)
-
-
-
-