ParsedByronAddress

scalus.cardano.address.ParsedByronAddress
See theParsedByronAddress companion object
case class ParsedByronAddress(addrRoot: ByteString, addrType: Int, derivationPath: Option[ByteString], networkMagic: Option[Long], crc32: Long, computedCrc32: Long)

Parsed Byron address components

Attributes

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

Members list

Value members

Concrete methods

def isValid: Boolean

Check if the CRC32 checksum is valid

Check if the CRC32 checksum is valid

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product