Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 2.16 KB

eth-connect.solidityevent.md

File metadata and controls

43 lines (31 loc) · 2.16 KB

Home > eth-connect > SolidityEvent

SolidityEvent class

This prototype should be used to create event filters

Signature:

export declare class SolidityEvent 

Constructors

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

Properties

Property Modifiers Type Description
_anonymous boolean
_name string
_params AbiInput[]
address string
requestManager RequestManager

Methods

Method Modifiers Description
attachToContract(contract) Should be used to attach event to contract object
decode(data) Should be used to decode indexed params and options
displayName() Should be used to get event display name
encode(indexed, options) Should be used to encode indexed params and options to one final object
execute(indexed, options) Should be used to create new filter object from event
signature() Should be used to get event signature
typeName() Should be used to get event type name
types(indexed) Should be used to get filtered param types