BlockInfo
scalus.cardano.blockfrost.BlockInfo
case class BlockInfo(time: Long, height: Option[Long], hash: String, slot: Option[Long], epoch: Option[Long], epochSlot: Option[Long], slotLeader: String, size: Long, txCount: Int, previousBlock: Option[String], nextBlock: Option[String], confirmations: Long)
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article