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