Home > eth-connect > ContractFactory
Should be called to create new ContractFactory instance
Signature:
export declare class ContractFactory
Constructor | Modifiers | Description |
---|---|---|
(constructor)(requestManager, abi) | Constructs a new instance of the ContractFactory class |
Property | Modifiers | Type | Description |
---|---|---|---|
abi | any[] | ||
requestManager | RequestManager |
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) |