• Mints an NFT (ERC-721) to a specified destination address onchain.

    Parameters

    • wallet: Wallet

      The wallet to mint the NFT from.

    • args: { contractAddress: string; destination: string }

      The input arguments for the action.

    Returns Promise<string>

    A message containing the NFT mint details.