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 tuple containing:
PublicKey
: The derived balance program address.number
: The bump seed used in PDA derivation.
Derives a synchronous Neon balance program address for a given Neon wallet and chain ID.
This function computes a program-derived address (PDA) for a specific Neon balance account, The derivation is based on the Neon wallet address, Neon EVM program, and chain ID, ensuring a unique balance account per chain.