Gets the payment credential of the pointer address.
The payment credential.
Gets the stake pointer information.
The stake pointer containing slot, transaction index, and certificate index.
StaticfromCreates a pointer address from a general address.
The general address to convert.
A new PointerAddress instance.
StaticfromCreates a pointer address from a Bech32 string.
The Bech32 string containing the address.
A new PointerAddress instance.
StaticfromCreates a pointer address from raw bytes.
The byte array containing the address data.
A new PointerAddress instance.
StaticfromCreates a pointer address from payment credentials and stake pointer.
The network identifier (mainnet or testnet).
The payment credential.
The stake pointer containing slot, transaction index, and certificate index.
A new PointerAddress instance.
Represents a pointer address in the Cardano blockchain.
A pointer address is a type of Shelley-era address that includes a payment credential and a stake pointer. The stake pointer references a stake credential by its location in the blockchain (slot, transaction index, and output index) rather than by its hash. This allows for more efficient stake credential lookup in certain scenarios.