Closed MadhuS-1605 closed 2 years ago
Read contract methods can be called without any issue but, when we call a write contract method with proper args value it is returning nil data
Writing is async so you need to poll and wait for a receipt and ensure it was successful. Then you'd want to read the new value.
Read contract methods can be called without any issue but, when we call a write contract method with proper args value it is returning nil data