-
- All Implemented Interfaces:
-
org.lightningdevkit.ldknode.FfiConverter,org.lightningdevkit.ldknode.FfiConverterRustBuffer
public class FfiConverterTypePaymentDetails implements FfiConverterRustBuffer<PaymentDetails>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypePaymentDetailsINSTANCE
-
Method Summary
Modifier and Type Method Description PaymentDetailsread(ByteBuffer buf)IntegerallocationSize(PaymentDetails value)Unitwrite(PaymentDetails value, ByteBuffer buf)-
Methods inherited from class org.lightningdevkit.ldknode.FfiConverterTypePaymentDetails
lift, lower -
Methods inherited from class org.lightningdevkit.ldknode.FfiConverterRustBuffer
liftFromRustBuffer, lowerIntoRustBuffer -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
read
PaymentDetails read(ByteBuffer buf)
-
allocationSize
Integer allocationSize(PaymentDetails value)
-
write
Unit write(PaymentDetails value, ByteBuffer buf)
-
-
-
-