Derives a valid program address, that fall off the ed25519 curve, for a given Neon wallet (Ethereum-style address) and Neon EVM program.
The Ethereum-style wallet address in hex format.
The public key of the Neon EVM program.
A tuple containing the derived public key and a nonce.
const [walletPDA] = neonWalletProgramAddress(userEtherAddress, neonEvmProgram); Copy
const [walletPDA] = neonWalletProgramAddress(userEtherAddress, neonEvmProgram);
Derives a valid program address, that fall off the ed25519 curve, for a given Neon wallet (Ethereum-style address) and Neon EVM program.