ShelleyAddress
scalus.cardano.address.ShelleyAddress
case class ShelleyAddress(network: Network, payment: ShelleyPaymentPart, delegation: ShelleyDelegationPart)
A decoded Shelley address containing network, payment and delegation parts
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Check if address contains any script hashes
Check if address contains any script hashes
Attributes
Get human-readable prefix for bech32 encoding
Get human-readable prefix for bech32 encoding
Attributes
Check if this is an enterprise address (no delegation)
Check if this is an enterprise address (no delegation)
Attributes
Encode to bech32 string
Encode to bech32 string
Attributes
Serialize address to bytes
Serialize address to bytes
Attributes
Build header byte combining type ID and network
Build header byte combining type ID and network
Attributes
Convert to hex string
Convert to hex string
Attributes
Get numeric type ID for this address following CIP-19 specification
Get numeric type ID for this address following CIP-19 specification
Attributes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article