Attempts to convert this address to a base address.
A new BaseAddress instance if the address is a base address, null otherwise.
Attempts to convert this address to a Byron address.
A new ByronAddress instance if the address is a Byron address, null otherwise.
Attempts to convert this address to an enterprise address.
A new EnterpriseAddress instance if the address is an enterprise address, null otherwise.
Attempts to convert this address to a pointer address.
A new PointerAddress instance if the address is a pointer address, null otherwise.
Attempts to convert this address to a reward address.
A new RewardAddress instance if the address is a reward address, null otherwise.
Gets the type of the address.
The type of the address.
StaticfromStaticfromStaticfromStaticisStaticisStaticis
Represents a Cardano address in the blockchain ecosystem.
The
Addressclass provides methods for creating, managing, and performing operations with Cardano addresses, including encoding/decoding and validation.