BlockHeight

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

Value members

Concrete methods

def +(i: Int): BlockHeight
def +(l: Long): BlockHeight
def -(i: Int): BlockHeight
def -(l: Long): BlockHeight
def -(other: BlockHeight): Long
override def compare(other: BlockHeight): Int
Definition Classes
Ordered
Source:
Lightning.scala
def toDouble: Double
def toInt: Int
def toLong: Long

Inherited methods

def <(that: BlockHeight): Boolean
Inherited from:
Ordered
def <=(that: BlockHeight): Boolean
Inherited from:
Ordered
def >(that: BlockHeight): Boolean
Inherited from:
Ordered
def >=(that: BlockHeight): Boolean
Inherited from:
Ordered
def compareTo(that: BlockHeight): Int
Inherited from:
Ordered
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product