FeeratePerKw

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

Fee rate in satoshi-per-kilo-weight.

Constructors

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

Types

Companion
Link copied to clipboard
common
object Companion

Functions

compareTo
Link copied to clipboard
common
open operator override fun compareTo(other: FeeratePerKw): Int
div
Link copied to clipboard
common
operator fun div(l: Long): FeeratePerKw
max
Link copied to clipboard
common
fun max(other: FeeratePerKw): FeeratePerKw
min
Link copied to clipboard
common
fun min(other: FeeratePerKw): FeeratePerKw
plus
Link copied to clipboard
common
operator fun plus(other: FeeratePerKw): FeeratePerKw
times
Link copied to clipboard
common
operator fun times(d: Double): FeeratePerKw
operator fun times(l: Long): FeeratePerKw
toLong
Link copied to clipboard
common
fun toLong(): Long

Properties

feerate
Link copied to clipboard
common
val feerate: Satoshi