Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 493 Bytes

eth-connect.requestmanager.eth_getlogs.md

File metadata and controls

13 lines (8 loc) · 493 Bytes

Home > eth-connect > RequestManager > eth_getLogs

RequestManager.eth_getLogs property

Returns an array of all logs matching a given filter object.

Signature:

eth_getLogs: (options: FilterOptions) => Promise<Array<TxHash> | Array<LogObject>>;