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): Satoshi
def +(other: Satoshi): Satoshi
def -(other: Satoshi): Satoshi
def /(d: Long): Satoshi
def compare(other: Satoshi): Int
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: Satoshi): Boolean
Inherited from:
Ordered
def <=(that: Satoshi): Boolean
Inherited from:
Ordered
def >(that: Satoshi): Boolean
Inherited from:
Ordered
def >=(that: Satoshi): Boolean
Inherited from:
Ordered
def compareTo(that: Satoshi): Int
Inherited from:
Ordered
Inherited from:
Product