I have a private blockchain deployed on one machine and Mist & Ethereum Wallet on another machine. Both the machines are connected through RPC. I have made a simple smart contract which adds two numbers.
I submit a transaction through Mist which gets sent to the blockchain.
Suppose, my inputs are 4 & 5, where are these inputs stored in the blockchain? Where is the output stored? Can I access these logs?