MajorProtocolVersion

scalus.ledger.api.MajorProtocolVersion
See theMajorProtocolVersion companion object
case class MajorProtocolVersion(version: Int) extends Ordered[MajorProtocolVersion]

Attributes

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

Members list

Value members

Concrete methods

def compare(that: MajorProtocolVersion): Int

Inherited methods

def <(that: MajorProtocolVersion): Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordered

Attributes

Inherited from:
Ordered
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product