Satoshi

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

Value members

Concrete methods

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

Inherited methods

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