The Ethereum address, provided as a hexadecimal string. This should be the address for which the NEON balance is queried.
The NEON EVM program address as a PublicKey
.
The ID of the blockchain network where the NEON token is being used.
A tuple containing the derived program PublicKey
and a bump seed number used in the derivation process.
Computes the program address for a NEON token balance.
This function generates a program address based on the provided Ethereum address, the NEON EVM program, and chain ID. It is used to identify the NEON token balance associated with the provided address on the given chain.