ShelleyPaymentPart

scalus.cardano.address.ShelleyPaymentPart
See theShelleyPaymentPart companion object

The payment part of a Shelley address - can be either a key hash or script hash

Attributes

Companion
object
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 Key(hash: PaymentKeyHash)
final case class Script(hash: ScriptHash)