Package org.bitcoindevkit
Interface FeeRateInterface
-
- All Implemented Interfaces:
public interface 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
FeeRateInterface.Companion
-
Method Summary
Modifier and Type Method Description abstract ULong
toSatPerKwu()
abstract ULong
toSatPerVbCeil()
abstract ULong
toSatPerVbFloor()
-
-
Method Detail
-
toSatPerKwu
abstract ULong toSatPerKwu()
-
toSatPerVbCeil
abstract ULong toSatPerVbCeil()
-
toSatPerVbFloor
abstract ULong toSatPerVbFloor()
-
-
-
-