Generates the transaction data for claiming tokens on the Neon EVM.
This function encodes the function call data required to claim tokens from an SPL token account to a specified Neon wallet address.
The associated SPL token account.
The Ethereum-style Neon wallet address.
The amount to be claimed.
Encoded function call data for the claim transaction.
const txData = claimTransactionData(associatedTokenPK, "0x1234567890abcdef...", amount); Copy
const txData = claimTransactionData(associatedTokenPK, "0x1234567890abcdef...", amount);
Generates the transaction data for claiming tokens on the Neon EVM.
This function encodes the function call data required to claim tokens from an SPL token account to a specified Neon wallet address.