ByronAddress

scalus.cardano.address.ByronAddress
case class ByronAddress(bytes: ByteString) extends Address

Placeholder for Byron address - complex legacy format

Attributes

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

Members list

Value members

Concrete methods

def encode: Try[String]

Encode to appropriate string format

Encode to appropriate string format

Attributes

def hasScript: Boolean

Check if address contains scripts

Check if address contains scripts

Attributes

def hrp: Try[String]

Get human-readable prefix if available

Get human-readable prefix if available

Attributes

def isEnterprise: Boolean

Check if this is an enterprise address

Check if this is an enterprise address

Attributes

Get key hash if available

Get key hash if available

Attributes

def network: Option[Network]
def scriptHash: Option[ScriptHash]

Get script hash if available

Get script hash if available

Attributes

def toBase58: String

Serialize to bytes

Serialize to bytes

Attributes

def toHex: String

Convert to hex string

Convert to hex string

Attributes

def typeId: Byte

Get type ID

Get type ID

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product