Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.38 KB

eth-connect.contractfactory.md

File metadata and controls

36 lines (24 loc) · 1.38 KB

Home > eth-connect > ContractFactory

ContractFactory class

Should be called to create new ContractFactory instance

Signature:

export declare class ContractFactory 

Constructors

Constructor Modifiers Description
(constructor)(requestManager, abi) Constructs a new instance of the ContractFactory class

Properties

Property Modifiers Type Description
abi any[]
requestManager RequestManager

Methods

Method Modifiers Description
at(address) Should be called to get access to existing contract on a blockchain
deploy(param1, param2, options) Should be called to create new contract on a blockchain
deploy(param1, options)
deploy(options)