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