-
- All Implemented Interfaces:
-
org.lightningdevkit.ldknode.FfiConverter
public class FfiConverterTypeLDKNode implements FfiConverter<LdkNode, Pointer>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeLDKNodeINSTANCE
-
Method Summary
Modifier and Type Method Description Pointerlower(LdkNode value)LdkNodelift(Pointer value)LdkNoderead(ByteBuffer buf)IntegerallocationSize(LdkNode value)Unitwrite(LdkNode value, ByteBuffer buf)-
-
Method Detail
-
read
LdkNode read(ByteBuffer buf)
-
allocationSize
Integer allocationSize(LdkNode value)
-
write
Unit write(LdkNode value, ByteBuffer buf)
-
-
-
-