FeeratePerKB

case class FeeratePerKB(feerate: Satoshi) extends Ordered[FeeratePerKB]

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

Companion:
object
Source:
Feerates.scala
trait Serializable
trait Product
trait Equals
trait Ordered[FeeratePerKB]
trait Comparable[FeeratePerKB]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def compare(that: FeeratePerKB): Int
Definition Classes
Ordered
Source:
Feerates.scala
def toLong: Long
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any
Source:
Feerates.scala

Inherited methods

def <(that: FeeratePerKB): Boolean
Inherited from:
Ordered
def <=(that: FeeratePerKB): Boolean
Inherited from:
Ordered
def >(that: FeeratePerKB): Boolean
Inherited from:
Ordered
def >=(that: FeeratePerKB): Boolean
Inherited from:
Ordered
def compareTo(that: FeeratePerKB): Int
Inherited from:
Ordered
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product