Generates a unique holder account address using a seeded derivation method.
The public key of the Neon EVM program.
The public key of the Solana wallet.
A promise that resolves to a tuple containing:
const [holderAddress, seed] = await holderAccountData(neonEvmProgram, solanaWallet);console.log(`Holder Address: ${holderAddress.toBase58()}, Seed: ${seed}`); Copy
const [holderAddress, seed] = await holderAccountData(neonEvmProgram, solanaWallet);console.log(`Holder Address: ${holderAddress.toBase58()}, Seed: ${seed}`);
Generates a unique holder account address using a seeded derivation method.