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