Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 637 Bytes

eth-connect.contractfactory.at.md

File metadata and controls

24 lines (14 loc) · 637 Bytes

Home > eth-connect > ContractFactory > at

ContractFactory.at() method

Should be called to get access to existing contract on a blockchain

Signature:

at(address: string): Promise<Contract>;

Parameters

Parameter Type Description
address string The contract address

Returns:

Promise<Contract>