PoolExtended

scalus.cardano.blockfrost.PoolExtended
case class PoolExtended(poolId: String, hex: String, activeStake: Option[Coin] = ..., liveStake: Option[Coin] = ..., liveSize: Option[Double] = ..., liveSaturation: Option[Double] = ..., liveDelegators: Option[Long] = ..., activeSize: Option[Double] = ..., blocks: Option[Long] = ..., registration: Option[Seq[String]] = ..., retirement: Option[Seq[String]] = ...)

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