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