I have a question concerning the data parameter of the json RPC method eth_sendTransaction.
Is it possible to send any kind of data structure with this method to a smart contract?
Is it possible to store the data send with this method on the blockchain then, by storing it in a variable within the smart contract code?
I am asking because when we can send any external data to the client, why the need of oracle's?
