Generates an authenticated account address for a given Neon wallet, Neon EVM program, and SPL token.
The Neon wallet address in hex format.
The public key of the Neon EVM program.
The SPL token object containing the token address.
A tuple containing the derived public key and a nonce.
const [delegatePDA] = authAccountAddress(emulateSigner.address, neonEvmProgram, splToken); Copy
const [delegatePDA] = authAccountAddress(emulateSigner.address, neonEvmProgram, splToken);
Generates an authenticated account address for a given Neon wallet, Neon EVM program, and SPL token.