Gets the payment credential of the enterprise address.
The payment credential.
StaticfromCreates an enterprise address from a general address.
The general address to convert.
A new EnterpriseAddress instance.
StaticfromCreates an enterprise address from a Bech32 string.
The Bech32 string containing the address.
A new EnterpriseAddress instance.
StaticfromCreates an enterprise address from raw bytes.
The byte array containing the address data.
A new EnterpriseAddress instance.
StaticfromCreates an enterprise address from payment credentials.
The network identifier (mainnet or testnet).
The payment credential.
A new EnterpriseAddress instance.
Represents an enterprise address in the Cardano blockchain.
An enterprise address is a type of Shelley-era address that includes only a payment credential. Unlike base addresses, enterprise addresses cannot be used for staking and are typically used by exchanges or other entities that only need to receive and send funds.