ContractFactory
[# Masa SDK
- v3.1.2](/docs/developers/sdk/) / Exports / ContractFactory
Class: ContractFactory
Table of contents
Constructors
Properties
Constructors
constructor
• new ContractFactory()
Properties
connect
▪ Static
connect: <Contract>(address
: string
, signerOrProvider
: Signer
) => Contract
Type declaration
▸ <Contract
>(address
, signerOrProvider
): Contract
Type parameters
Name |
---|
Contract |
Parameters
Name | Type |
---|---|
address | string |
signerOrProvider | Signer |
Returns
Contract