web3-dotnet-sdk icon indicating copy to clipboard operation
web3-dotnet-sdk copied to clipboard

GetLogsByAddress should return List<LogEventByAddress>, not a single LogEventByAddress

Open hasandogu opened this issue 2 years ago • 0 comments

As it stands the Native api call GetLogsByAddress is returning a single LogEventByAddress. It should return a List.

Also, what's the best way to get the paging working with this SDK? The cursor doesn't seeem to be reachable from previous calls.

hasandogu avatar Dec 10 '22 17:12 hasandogu