-
- All Implemented Interfaces:
-
org.lightningdevkit.ldknode.FfiConverter,org.lightningdevkit.ldknode.FfiConverterRustBuffer
public class FfiConverterTypePaymentStatus implements FfiConverterRustBuffer<PaymentStatus>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypePaymentStatusINSTANCE
-
Method Summary
Modifier and Type Method Description PaymentStatusread(ByteBuffer buf)IntegerallocationSize(PaymentStatus value)Unitwrite(PaymentStatus value, ByteBuffer buf)-
Methods inherited from class org.lightningdevkit.ldknode.FfiConverterTypePaymentStatus
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
PaymentStatus read(ByteBuffer buf)
-
allocationSize
Integer allocationSize(PaymentStatus value)
-
write
Unit write(PaymentStatus value, ByteBuffer buf)
-
-
-
-