Package org.bitcoindevkit
Object FeeRate.Companion
-
- All Implemented Interfaces:
public class FeeRate.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static FeeRate.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final FeeRate
fromSatPerKwu(ULong satKwu)
final FeeRate
fromSatPerVb(ULong satVb)
-
-
Method Detail
-
fromSatPerKwu
final FeeRate fromSatPerKwu(ULong satKwu)
-
fromSatPerVb
final FeeRate fromSatPerVb(ULong satVb)
-
-
-
-