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