Shelley

scalus.cardano.address.Address.Shelley
final case class Shelley(address: ShelleyAddress)

Members list

Value members

Inherited methods

def encode: Try[String]

Encode to appropriate string format

Encode to appropriate string format

Attributes

Inherited from:
Address
def hasScript: Boolean

Check if address contains scripts

Check if address contains scripts

Attributes

Inherited from:
Address
def hrp: Try[String]

Get human-readable prefix if available

Get human-readable prefix if available

Attributes

Inherited from:
Address
def isEnterprise: Boolean

Check if this is an enterprise address

Check if this is an enterprise address

Attributes

Inherited from:
Address
def network: Option[Network]

Get network if available (Byron addresses don't have explicit network)

Get network if available (Byron addresses don't have explicit network)

Attributes

Inherited from:
Address
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Serialize to bytes

Serialize to bytes

Attributes

Inherited from:
Address
def toHex: String

Convert to hex string

Convert to hex string

Attributes

Inherited from:
Address
def typeId: Byte

Get type ID

Get type ID

Attributes

Inherited from:
Address