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