AddrKeyHash

scalus.cardano.ledger.AddrKeyHash
case class AddrKeyHash(hash: Hash28)

Represents a key hash used in addresses in the Cardano blockchain.

An AddrKeyHash is a 28-byte hash value that identifies a public key and is used in constructing addresses.

Value parameters

hash

The 28-byte hash value

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