PoolMetadata

scalus.cardano.ledger.PoolMetadata
case class PoolMetadata(url: String, metadataHash: Hash32)

Represents metadata for a stake pool in the Cardano blockchain.

Pool metadata provides information about the pool such as name, description, ticker symbol, etc. It's stored off-chain, and only the URL and hash are included in the blockchain.

Value parameters

metadataHash

Hash of the metadata for verification

url

URL where the metadata can be found

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