Package org.bitcoindevkit
Class FeeRate
-
- All Implemented Interfaces:
-
java.lang.AutoCloseable
,org.bitcoindevkit.Disposable
,org.bitcoindevkit.FeeRateInterface
public class FeeRate implements Disposable, AutoCloseable, FeeRateInterface
Represents fee rate.
This is an integer type representing fee rate in sat/kwu. It provides protection against mixing up the types as well as basic formatting features.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
FeeRate.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static FeeRate.Companion
Companion
-
Method Summary
Modifier and Type Method Description Unit
destroy()
Unit
close()
final Pointer
uniffiClonePointer()
ULong
toSatPerKwu()
ULong
toSatPerVbCeil()
ULong
toSatPerVbFloor()
-
-
Method Detail
-
uniffiClonePointer
final Pointer uniffiClonePointer()
-
toSatPerKwu
ULong toSatPerKwu()
-
toSatPerVbCeil
ULong toSatPerVbCeil()
-
toSatPerVbFloor
ULong toSatPerVbFloor()
-
-
-
-