Vinod Kumar Sharma

Results 3 issues of Vinod Kumar Sharma

Hi, Is it possible to filter blocks between two timestamps? Thanks

I am trying to compile my contract but getting error: 'msg.sender' is not available on Solana. See https://solang.readthedocs.io/en/latest/targets/solana.html#msg-sender-solana ┌─ D:\Github\solana-solidity\ERC20.sol:380:16 │ 380 │ return msg.sender; Please let me know how...

solana

When I am trying to create a new SDK instance, I am getting **"panic: Unsupported chain id**" error Here is the code sdk, err := thirdweb.NewThirdwebSDK("https://gather-testnet-network.rpc.thirdweb.com", nil) if err !=...