Interval

scalus.ledger.api.v1.Interval
See theInterval companion object
case class Interval(from: IntervalBound, to: IntervalBound)

A type to represent time intervals.

Value parameters

from

the lower bound of the interval

to

the upper bound of the interval

Attributes

Companion
object
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