Query event logs generated by vechain smart contracts. Events are created using the LOG
opcode in the Ethereum Virtual Machine (EVM).
Event logs provide a way to track specific occurrences and state changes within a smart contract. By querying these logs, you can gain insights into the history of events emitted by a particular contract.
Specifies the order of the results. Use asc
for ascending order, and desc
for descending order.
Default value: asc