ProtocolVersion

scalus.ledger.api.ProtocolVersion
See theProtocolVersion companion object
case class ProtocolVersion(major: Int, minor: Int) extends Ordered[ProtocolVersion]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Ordered[ProtocolVersion]
trait Comparable[ProtocolVersion]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def compare(that: ProtocolVersion): Int

Inherited methods

def <(that: ProtocolVersion): Boolean

Attributes

Inherited from:
Ordered
def <=(that: ProtocolVersion): Boolean

Attributes

Inherited from:
Ordered
def >(that: ProtocolVersion): Boolean

Attributes

Inherited from:
Ordered
def >=(that: ProtocolVersion): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: ProtocolVersion): Int

Attributes

Inherited from:
Ordered
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product