Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.36 KB

eth-connect.contract.md

File metadata and controls

31 lines (21 loc) · 1.36 KB

Home > eth-connect > Contract

Contract class

Should be called to create new contract instance

Signature:

export declare class Contract 

Constructors

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

Properties

Property Modifiers Type Description
abi AbiItem[]
address string
allEvents (options: FilterOptions) => Promise<EthFilter>
events { [key: string]: EventFilterCreator; }
requestManager RequestManager
transactionHash string | null