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