Credential

scalus.cardano.ledger.Credential
enum Credential

Represents a credential in the Cardano blockchain. A credential can be either a key hash or a script hash.

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class KeyHash(keyHash: AddrKeyHash)

Key hash credential

Key hash credential

Attributes

final case class ScriptHash(scriptHash: ScriptHash)

Script hash credential

Script hash credential

Attributes