-
- All Implemented Interfaces:
-
java.lang.AutoCloseable,org.lightningdevkit.ldknode.Disposable,org.lightningdevkit.ldknode.FeeRateInterface
public class FeeRate implements Disposable, AutoCloseable, FeeRateInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classFeeRate.Companion
-
Method Summary
Modifier and Type Method Description Unitdestroy()Unitclose()final PointeruniffiClonePointer()ULongtoSatPerKwu()ULongtoSatPerVbCeil()ULongtoSatPerVbFloor()-
-
Constructor Detail
-
FeeRate
FeeRate(Pointer pointer)
-
FeeRate
FeeRate(NoPointer noPointer)
This constructor can be used to instantiate a fake object.
-
-
Method Detail
-
uniffiClonePointer
final Pointer uniffiClonePointer()
-
toSatPerKwu
ULong toSatPerKwu()
-
toSatPerVbCeil
ULong toSatPerVbCeil()
-
toSatPerVbFloor
ULong toSatPerVbFloor()
-
-
-
-