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