Base trait for all Cardano addresses
Provides common functionality and properties shared across different address types
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
Value members
Abstract methods
Encode to appropriate string format
Encode to appropriate string format
Attributes
The network this address belongs to. Every concrete address type knows its network (Byron derives it from the network-magic attribute), so this is always Some in practice; the Option remains for signature stability.
The network this address belongs to. Every concrete address type knows its network (Byron derives it from the network-magic attribute), so this is always Some in practice; the Option remains for signature stability.
Attributes
Check if address contains scripts
Check if address contains scripts
Attributes
Get human-readable prefix if available
Get human-readable prefix if available
Attributes
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
Get script hash if available
Get script hash if available
Attributes
Serialize to bytes
Serialize to bytes
Attributes
Convert to hex string
Convert to hex string
Attributes
Get type ID
Get type ID