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