We are using the token sample from
https://ethereum.org/tokenThere is a method sendCoin that returns a boolean. But the method is called using sendTransaction, that only returns the transaction hash. Is there any way to retrieve the return value? We tried getTransactionReceipt with the original returned transaction hash, but we didn't find the return value in the transaction data.
Comments
Source: A 101 noob intro to programming smart contracts on ethereum