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