scalus.cardano.address.Address
See theAddress companion enum
object Address
Attributes
Members list
Type members
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
Parse address from bech32 string
Parse address from bech32 string
Attributes
Parse address from ByteString
Parse address from ByteString
Value parameters
- bs
-
Raw address bytes
Attributes
- Returns
-
Parsed address
- Throws
-
IllegalArgumentException
If the byte string is empty or does not match any known address format
Parse address from raw bytes
Parse address from raw bytes
Value parameters
- bytes
-
Raw address bytes including header
Attributes
- Returns
-
Parsed address or failure with descriptive error
Parse address from any string format (bech32, base58, or hex)
Parse address from any string format (bech32, base58, or hex)
Attributes
Convert Shelley address to Stake address if it has delegation
Convert Shelley address to Stake address if it has delegation
Attributes
In this article