• 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.

    Returns Interface

    An Ethers.js Interface instance for the Neon wrapper contract.

    const neonWrapper = neonWrapperContract();
    neonWrapper.encodeFunctionData('withdraw', [solanaWallet.toBuffer()]);