Documentation Index
Fetch the complete documentation index at: https://litprotocol-vincent.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
createContract(Defined in: utils.ts:14__namedParameters):Contract
Internal
Creates an Ethers Contract instance with the provided signer. For internal use / local chain dev only
Parameters
__namedParameters
contractAddress
string
signer
Signer
Returns
Contract
Contract instance to be used internally for calling Vincent Contracts functions
