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