-
- All Implemented Interfaces:
-
org.lightningdevkit.ldknode.FfiConverter,org.lightningdevkit.ldknode.FfiConverterRustBuffer
public class FfiConverterTypeNodeInfo implements FfiConverterRustBuffer<NodeInfo>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeNodeInfoINSTANCE
-
Method Summary
Modifier and Type Method Description NodeInforead(ByteBuffer buf)ULongallocationSize(NodeInfo value)Unitwrite(NodeInfo value, ByteBuffer buf)-
Methods inherited from class org.lightningdevkit.ldknode.FfiConverterTypeNodeInfo
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
NodeInfo read(ByteBuffer buf)
-
allocationSize
ULong allocationSize(NodeInfo value)
-
write
Unit write(NodeInfo value, ByteBuffer buf)
-
-
-
-