The Ethereum-style Neon wallet address in hexadecimal format.
The public key of the Neon EVM program.
The chain ID associated with the Neon network.
A unique identifier is required to validate the address of the TreeAccount.
A tuple containing:
PublicKey
: The derived tree account address.number
: The bump seed used in PDA derivation.
Derives a synchronous Neon tree account address for the given Neon wallet, EVM program, chain ID, and nonce.
This function computes a program-derived address (PDA) for a tree account within the Neon EVM. The address derivation is based on multiple seed components:
"TREE"
): Identifies this PDA as a tree account.