StakeAddress
scalus.cardano.address.StakeAddress
case class StakeAddress(network: Network, payload: StakePayload) extends Address
A decoded Stake address for delegation purposes
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Addressclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Encode to appropriate string format
Encode to appropriate string format
Attributes
Check if address contains scripts
Check if address contains scripts
Attributes
Get human-readable prefix for bech32 encoding
Get human-readable prefix for bech32 encoding
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
Encode to bech32 string
Encode to bech32 string
Attributes
Serialize to bytes
Serialize to bytes
Attributes
Build header byte
Build header byte
Attributes
Convert to hex string
Convert to hex string
Attributes
Get numeric type ID
Get numeric type ID
Attributes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article