Skip to content
This repository was archived by the owner on Jun 3, 2022. It is now read-only.

get the execution result in ethGetTransactionReceipt #5

Open
adridadou opened this issue Oct 13, 2016 · 2 comments
Open

get the execution result in ethGetTransactionReceipt #5

adridadou opened this issue Oct 13, 2016 · 2 comments

Comments

@adridadou
Copy link

I am currently working on eth-contract-lib. This is a java library to interact with smart contracts.

I've implemented a first backend with EthereumJ and I would like to be able to use RPC as well. This way, it is possible to create applications that don't need to sync to work and can even be used on mobile.

One of the feature I have already implemented for the EthereumJ version is to get the returned value from a sendTx function call.

In EthereumJ, you have access to the executionResult in the transaction receipt that can be decoded and converted into a returned value(s).

It would be great to have the same functionality in the RPC API.

@axic
Copy link
Member

axic commented Oct 13, 2016

Here is a relevant ERC: ethereum/EIPs#126

@axic
Copy link
Member

axic commented Oct 25, 2016

@adridadou this is also being (partially?) addressed by #1.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants