Hi,
While going through the transaction API's i observed the following:
1) It is not possible to get the transaction details using "getTransaction" method, for transactions that are not part of your wallet.
2) However, the above condition can be circumvented by using "getRawTransaction" followed by "decodeRawTransaction" methods.Which gives all the details of a transaction thats not part of your wallet.
My question: Is this the right observation ? Should we be allowing detailed access to transactions which are not part of your wallet ?
Thanks in advance.
Subodh