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