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

def *(m: Long): Btc
Implicitly added by millisatoshi2btc
def *(m: Double): Btc
Implicitly added by millisatoshi2btc
def *(m: Long): Satoshi
Implicitly added by millisatoshi2satoshi
def *(m: Double): Satoshi
Implicitly added by millisatoshi2satoshi
def +(other: Btc): Btc
Implicitly added by millisatoshi2btc
def +(other: Satoshi): Satoshi
Implicitly added by millisatoshi2satoshi
def -(other: Btc): Btc
Implicitly added by millisatoshi2btc
def -(other: Satoshi): Satoshi
Implicitly added by millisatoshi2satoshi
def /(d: Long): Btc
Implicitly added by millisatoshi2btc
def /(d: Long): Satoshi
Implicitly added by millisatoshi2satoshi
def compare(other: Btc): Int
Implicitly added by millisatoshi2btc
def compare(other: Satoshi): Int
Implicitly added by millisatoshi2satoshi
override def compare(other: MilliSatoshi): Int
Definition Classes
Source:
BtcAmount.scala
def max(other: BtcAmount): Btc
Implicitly added by millisatoshi2btc
def max(other: BtcAmount): Satoshi
Implicitly added by millisatoshi2satoshi
def min(other: BtcAmount): Btc
Implicitly added by millisatoshi2btc
def min(other: BtcAmount): Satoshi
Implicitly added by millisatoshi2satoshi
def toBtc: Btc
Implicitly added by millisatoshi2satoshi
Implicitly added by millisatoshi2btc
Implicitly added by millisatoshi2btc
Implicitly added by millisatoshi2satoshi
Implicitly added by millisatoshi2btc
override def toString: String
Definition Classes
Any
Source:
BtcAmount.scala
Implicitly added by millisatoshi2btc
Implicitly added by millisatoshi2satoshi

Inherited methods

def <(that: Btc): Boolean
Implicitly added by millisatoshi2btc
Inherited from:
Ordered
def <(that: Satoshi): Boolean
Implicitly added by millisatoshi2satoshi
Inherited from:
Ordered
def <(that: MilliSatoshi): Boolean
Inherited from:
Ordered
def <=(that: Btc): Boolean
Implicitly added by millisatoshi2btc
Inherited from:
Ordered
def <=(that: Satoshi): Boolean
Implicitly added by millisatoshi2satoshi
Inherited from:
Ordered
def <=(that: MilliSatoshi): Boolean
Inherited from:
Ordered
def >(that: Btc): Boolean
Implicitly added by millisatoshi2btc
Inherited from:
Ordered
def >(that: Satoshi): Boolean
Implicitly added by millisatoshi2satoshi
Inherited from:
Ordered
def >(that: MilliSatoshi): Boolean
Inherited from:
Ordered
def >=(that: Btc): Boolean
Implicitly added by millisatoshi2btc
Inherited from:
Ordered
def >=(that: Satoshi): Boolean
Implicitly added by millisatoshi2satoshi
Inherited from:
Ordered
def >=(that: MilliSatoshi): Boolean
Inherited from:
Ordered
def compareTo(that: Btc): Int
Implicitly added by millisatoshi2btc
Inherited from:
Ordered
def compareTo(that: Satoshi): Int
Implicitly added by millisatoshi2satoshi
Inherited from:
Ordered
Inherited from:
Ordered
Implicitly added by millisatoshi2btc
Inherited from:
Product
Implicitly added by millisatoshi2satoshi
Inherited from:
Product
Implicitly added by millisatoshi2btc
Inherited from:
Product
Implicitly added by millisatoshi2satoshi
Inherited from:
Product
Inherited from:
Product