Generates the transaction data for withdrawing wrapped Neon tokens.
This function encodes the function call data required to withdraw wrapped Neon tokens from a smart contract.
The SPL token representing the wrapped Neon asset.
The amount to withdraw.
Encoded function call data for the wrapped Neon withdrawal transaction.
const txData = wrappedNeonTransactionData(wrappedToken, amount); Copy
const txData = wrappedNeonTransactionData(wrappedToken, amount);
Generates the transaction data for withdrawing wrapped Neon tokens.
This function encodes the function call data required to withdraw wrapped Neon tokens from a smart contract.