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 classFeeRate.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static FeeRate.CompanionCompanion
-
Method Summary
Modifier and Type Method Description Unitdestroy()Unitclose()final PointeruniffiClonePointer()ULongtoSatPerKwu()ULongtoSatPerVbCeil()ULongtoSatPerVbFloor()-
-
Method Detail
-
uniffiClonePointer
final Pointer uniffiClonePointer()
-
toSatPerKwu
ULong toSatPerKwu()
-
toSatPerVbCeil
ULong toSatPerVbCeil()
-
toSatPerVbFloor
ULong toSatPerVbFloor()
-
-
-
-