PoolRegistration

scalus.cardano.ledger.Certificate.PoolRegistration
final case class PoolRegistration(operator: AddrKeyHash, vrfKeyHash: Hash32, pledge: Coin, cost: Coin, margin: UnitInterval, rewardAccount: RewardAccount, poolOwners: Set[AddrKeyHash], relays: Seq[Relay], poolMetadata: Option[PoolMetadata])

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product