Home > eth-connect > Contract
Should be called to create new contract instance
Signature:
export declare class Contract
Constructor | Modifiers | Description |
---|---|---|
(constructor)(requestManager, abi, address) | Constructs a new instance of the Contract class |
Property | Modifiers | Type | Description |
---|---|---|---|
abi | AbiItem[] | ||
address | string | ||
allEvents | (options: FilterOptions) => Promise<EthFilter> | ||
events | { [key: string]: EventFilterCreator; } | ||
requestManager | RequestManager | ||
transactionHash | string | null |