Attributes
- Companion
- class
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ByronAddress.type
Members list
Type members
Classlikes
Attributes
- Supertypes
- Self type
Pretty prints ByronAddress as Base58
Pretty prints ByronAddress as Base58
Attributes
- Supertypes
- Self type
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Create a Byron address with proper CBOR structure.
Create a Byron address with proper CBOR structure.
This is useful for testing - it creates a valid Byron address with CRC32 checksum.
Value parameters
- addrRoot
-
The 28-byte address root (payment key hash)
- addrType
-
Address type: 0 for VerKey, 2 for Redeem
- networkMagic
-
Optional network magic (None for mainnet)
Attributes
- Returns
-
A valid ByronAddress
Parse a Byron address from a Base58-encoded string.
Parse a Byron address from a Base58-encoded string.
Value parameters
- base58
-
The Base58 encoded Byron address
Attributes
- Returns
-
Success with ByronAddress if valid, Failure otherwise
Givens
Givens
Pretty prints ByronAddress as Base58
Pretty prints ByronAddress as Base58