Gets the type of this Byron address.
The address type.
StaticfromCreates a Byron address from a general Cardano address.
The general Cardano address to convert.
A new ByronAddress instance.
StaticfromCreates a Byron address from a Base58 string.
The Base58 string representation of the address.
A new ByronAddress instance.
StaticfromCreates a Byron address from raw bytes.
The raw bytes of the address.
A new ByronAddress instance.
StaticfromCreates a Byron address from credentials and attributes.
The root hash of the address as a hex string.
Optional attributes for the address.
The type of Byron address.
A new ByronAddress instance.
Represents a Byron-era address in the Cardano blockchain.
Byron addresses were used during the Byron era of the Cardano blockchain and include additional attributes such as derivation paths and network magic identifiers.