Creates an instance of TreasuryPoolAddress
.
The derived public key representing the treasury pool.
The index of the treasury pool.
The index of the treasury pool.
The derived public key representing the treasury pool address.
Retrieves the buffer representation of the treasury pool index.
This buffer is typically used as a seed for PDA derivation.
A buffer representation of the treasury pool index.
Static
findFinds and returns a random Treasury Pool Address from the available pool count.
This method selects a random pool index and derives the associated public key
using treasuryPoolAddressSync()
.
The public key of the Neon EVM program.
The total number of treasury pools available.
A TreasuryPoolAddress
instance representing the derived treasury pool.
Represents a Treasury Pool Address within the Neon EVM ecosystem.
This class is responsible for managing a specific treasury pool account. It provides utilities for deriving, retrieving, and representing treasury pool addresses.