-
- All Implemented Interfaces:
-
org.lightningdevkit.ldknode.FfiConverter,org.lightningdevkit.ldknode.FfiConverterRustBuffer
public class FfiConverterTypeClosureReason implements FfiConverterRustBuffer<ClosureReason>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeClosureReasonINSTANCE
-
Method Summary
Modifier and Type Method Description ClosureReasonread(ByteBuffer buf)<ERROR CLASS>allocationSize(ClosureReason value)Unitwrite(ClosureReason value, ByteBuffer buf)-
Methods inherited from class org.lightningdevkit.ldknode.FfiConverterTypeClosureReason
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
ClosureReason read(ByteBuffer buf)
-
allocationSize
<ERROR CLASS> allocationSize(ClosureReason value)
-
write
Unit write(ClosureReason value, ByteBuffer buf)
-
-
-
-