First, you need to create an instance. An instance allows you to:
Encrypt inputs with blockchain public key
Manage user keys to reencrypt contract's encrypted data
params
(required):
chainId
(required): Id of the chain
publicKey
(required): Public key of the blockchain
keypairs
(optional): A list of keypairs associated with contract
Promise<FhevmInstance>