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