Btc

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

Value members

Concrete methods

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

Inherited methods

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