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