Returns an Ethereum Interface instance for interacting with the Neon wrapper contract.
Interface
This function initializes an Interface using the Neon wrapper contract ABI, enabling interactions with the Neon token contract.
An Ethers.js Interface instance for the Neon wrapper contract.
const neonWrapper = neonWrapperContract();neonWrapper.encodeFunctionData('withdraw', [solanaWallet.toBuffer()]); Copy
const neonWrapper = neonWrapperContract();neonWrapper.encodeFunctionData('withdraw', [solanaWallet.toBuffer()]);
Returns an Ethereum
Interface
instance for interacting with the Neon wrapper contract.This function initializes an
Interface
using the Neon wrapper contract ABI, enabling interactions with the Neon token contract.