Gets the payment credential of the base address.
The payment credential.
Gets the stake credential of the base address.
The stake credential.
StaticfromCreates a base address from a general address.
The general address to convert.
A new BaseAddress instance.
StaticfromCreates a base address from a Bech32 string.
The Bech32 string containing the address.
A new BaseAddress instance.
StaticfromCreates a base address from raw bytes.
The byte array containing the address data.
A new BaseAddress instance.
StaticfromCreates a base address from payment and stake credentials.
The network identifier (mainnet or testnet).
The payment credential.
The stake credential.
A new BaseAddress instance.
Represents a base address in the Cardano blockchain.
A base address is a type of Shelley-era address that includes both payment and stake credentials. This allows for both spending funds and receiving staking rewards from the same address.