gochain/web3

Nil value is returning after calling any write contract method.

MadhuS-1605 opened this issue · 1 comments

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.