adridadou / eth-propeller-core

Core library for Ethereum propeller
Apache License 2.0
26 stars 16 forks source link

Added value to TransactionReceipt #12

Closed Penait1 closed 6 years ago

Penait1 commented 6 years ago

Adding the value to the TransactionReceipt class. Since this is part of a receipt, users could need it when for example constructing a transaction overview page. Not only addresses are needed, but also the value being sent within the tx. Please leave feedback if there is anything wrong.

adridadou commented 6 years ago

the change look good. I'll propagate the change to propeller ethj & web3j so that the mapping is done right there