Slot

scalus.cardano.ledger.Slot
final case class Slot(slot: Long)

Represents a slot number in Cardano

A slot is a fixed period of time in the Cardano blockchain. Slots are where blocks can be added to the chain.

Attributes

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

Members list

Value members

Concrete methods

def <(other: Slot): Boolean

Compare slots for ordering

Compare slots for ordering

Attributes

def <=(other: Slot): Boolean

Compare slots for ordering

Compare slots for ordering

Attributes

def >(other: Slot): Boolean

Compare slots for ordering

Compare slots for ordering

Attributes

def >=(other: Slot): Boolean

Compare slots for ordering

Compare slots for ordering

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product