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

Official Moralis C# .NET SDK

Results 2 web3-dotnet-sdk issues
Sort by recently updated
recently updated
newest added

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...

Since api isn't accepting param array chained with " , " Example not working => returns "message": "addresses is not a valid hex address" > https://deep-index.moralis.io/api/v2/erc20/metadata?addresses=0X720ABD02E351F79CEFA90B6A9201B366B502E89C,0x1659fFb2d40DfB1671Ac226A0D9Dcc95A774521A&chain=polygon Working Example it needs...