-
- All Implemented Interfaces:
-
org.lightningdevkit.ldknode.FfiConverter
public class FfiConverterTypeFeeRate implements FfiConverter<FeeRate, Pointer>
-
-
Field Summary
Fields Modifier and Type Field Description public final static FfiConverterTypeFeeRateINSTANCE
-
Method Summary
Modifier and Type Method Description Pointerlower(FeeRate value)FeeRatelift(Pointer value)FeeRateread(ByteBuffer buf)<ERROR CLASS>allocationSize(FeeRate value)Unitwrite(FeeRate value, ByteBuffer buf)-
-
Method Detail
-
read
FeeRate read(ByteBuffer buf)
-
allocationSize
<ERROR CLASS> allocationSize(FeeRate value)
-
write
Unit write(FeeRate value, ByteBuffer buf)
-
-
-
-