InSlotRange

scalus.cardano.node.stream.BlockQuery.InSlotRange
final case class InSlotRange(from: SlotNo, to: Option[SlotNo])

Blocks whose slot is in [from, to]; to = None means open-ended. The subscription completes once the chain passes to.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product