Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 613 Bytes

eth-connect.solidityevent.attachtocontract.md

File metadata and controls

24 lines (14 loc) · 613 Bytes

Home > eth-connect > SolidityEvent > attachToContract

SolidityEvent.attachToContract() method

Should be used to attach event to contract object

Signature:

attachToContract(contract: Contract): void;

Parameters

Parameter Type Description
contract Contract

Returns:

void