argentlabs / web3.swift

Ethereum Swift API with support for smart contracts, ENS & ERC20
MIT License
668 stars 168 forks source link

It seems that getLogs can't get all the transaction logs, is there any other way? Please give me some help, thank you! #324

Closed July-Only closed 1 year ago

July-Only commented 1 year ago

It seems that getLogs can't get all the transaction logs, is there any other way? Please give me some help, thank you!

DarthMike commented 1 year ago

Hello @dengbangquan what logs are you trying to get? What do you mean by all the transaction logs?

July-Only commented 1 year ago

@DarthMike hello!We are developing a new wallet that supports EVM. I want to get all transaction logs generated by transactions through web3.swift, but I haven't found a specific way.

DarthMike commented 1 year ago

The function getLogs from EthereumClient doesn't work for you?