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