Skip to main content
createContract(__namedParameters): Contract
Defined in: utils.ts:14 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
I