Home > eth-connect > SolidityEvent
This prototype should be used to create event filters
Signature:
export declare class SolidityEvent
Constructor | Modifiers | Description |
---|---|---|
(constructor)(requestManager, json, address) | Constructs a new instance of the SolidityEvent class |
Property | Modifiers | Type | Description |
---|---|---|---|
_anonymous | boolean | ||
_name | string | ||
_params | AbiInput[] | ||
address | string | ||
requestManager | RequestManager |
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 |