ValidityInterval

scalus.ledger.api.ValidityInterval
case class ValidityInterval(invalidBefore: Option[SlotNo], invalidHereafter: Option[SlotNo])

ValidityInterval is a half-open interval: closed on bottom, open on top.

None on bottom is negative infinity, None on top is positive infinity

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product