Filters event logs based on the provided criteria and decodes them using the provided ABI items. The decoded data is added to the event logs as a new property.
An object specifying filtering criteria for event logs.
Filters event logs based on the provided criteria and decodes them using the provided ABI items. The decoded data is added to the event logs as a new property. The result is an array of event logs grouped by the event topic hash.
A promise that resolves to an array of event logs grouped by event.
Filters event logs based on the provided criteria. Raw event logs are not decoded.
An object specifying filtering criteria for event logs.
A promise that resolves to filtered event logs.
Filters transfer logs based on the provided criteria.
An object specifying filtering criteria for transfer logs.
A promise that resolves to filtered transfer logs.
The
LogsClient
class provides methods to interact with log-related endpoints of the VeChainThor blockchain. It allows filtering event and transfer logs.