TransactionPoolUpdate

scalus.cardano.blockfrost.TransactionPoolUpdate
case class TransactionPoolUpdate(certIndex: Int, poolId: String, vrfKey: String, pledge: Coin, marginCost: Double, fixedCost: Coin, rewardAccount: String, owners: Seq[String], metadata: Option[PoolMetadataRef], relays: Seq[PoolRelay], activeEpoch: 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