Hi guys, I am using Web3j to interact with my smart contract
It has a create function which returns an uint. How can I get a returned value from a call function?
I got a TransactionReceipt from the method... is getStatus() what I am looking for?
Apr 23, 2018, 6:39 PM
.toNumber() or .toString() on web3 uint returned as bignumber obj, google bignumber.js
Ops im sory its a set function, my answer above not valid
Apr 24, 2018, 2:43 AM