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