FeeratePerKB

data class FeeratePerKB(feerate: Satoshi) : Comparable<FeeratePerKB>

Fee rate in satoshi-per-kilo-bytes (1 kB = 1000 bytes).

Constructors

FeeratePerKB
Link copied to clipboard
common
fun FeeratePerKB(feeratePerByte: FeeratePerByte)
FeeratePerKB
Link copied to clipboard
common
fun FeeratePerKB(feeratePerKw: FeeratePerKw)
FeeratePerKB
Link copied to clipboard
common
fun FeeratePerKB(feerate: Satoshi)

Functions

compareTo
Link copied to clipboard
common
open operator override fun compareTo(other: FeeratePerKB): Int
max
Link copied to clipboard
common
fun max(other: FeeratePerKB): FeeratePerKB
min
Link copied to clipboard
common
fun min(other: FeeratePerKB): FeeratePerKB
toLong
Link copied to clipboard
common
fun toLong(): Long

Properties

feerate
Link copied to clipboard
common
val feerate: Satoshi