CltvExpiry

case class CltvExpiry(underlying: BlockHeight) extends Ordered[CltvExpiry]
Companion:
object
Source:
Lightning.scala
trait Serializable
trait Product
trait Equals
trait Ordered[CltvExpiry]
trait Comparable[CltvExpiry]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def compare(other: CltvExpiry): Int
Definition Classes
Ordered
Source:
Lightning.scala
def toLong: Long

Inherited methods

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