MilliSatoshi

case class MilliSatoshi(underlying: Long) extends BtcAmount with Ordered[MilliSatoshi]
trait Serializable
trait Product
trait Equals
trait Comparable[MilliSatoshi]
trait BtcAmount
class Object
trait Matchable
class Any

Value members

Concrete methods

override def compare(other: MilliSatoshi): Int
Definition Classes
Source:
BtcAmount.scala
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:
BtcAmount.scala

Inherited methods

def <(that: MilliSatoshi): Boolean
Inherited from:
Ordered
def <=(that: MilliSatoshi): Boolean
Inherited from:
Ordered
def >(that: MilliSatoshi): Boolean
Inherited from:
Ordered
def >=(that: MilliSatoshi): Boolean
Inherited from:
Ordered
Inherited from:
Ordered
Inherited from:
Product