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