xchainjs-lib
xchainjs-lib copied to clipboard
Add getting internal tx for ETH
Just getting internal tx for ETH for getTransaction
method
@osabl 2 general comments:
- tests are failing on this branch, will need to fix before merging
- i'm thinking this change may confuse anyone using this library already because now internal txs will be displayed when they weren't prior. Should we consider NOT combining internalTXs in the
getTransactions()
call and exposegetETHInternalTransactionHistory()
publically instead?
@osabl Friendly ping. Pls check comment above to fix your PR.