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