aepp-sdk-js
aepp-sdk-js copied to clipboard
TxInfo included twice in `deployInfo`
https://github.com/aeternity/aepp-sdk-js/blob/72907f351579444ebd269668f254d4956657e38b/src/contract/aci/index.js#L183-L187
txData is result of getTransactionByHash merged with getTransactionInfoByHash
txInfo is just result of getTransactionInfoByHash
Instead of returning transactions unpacked on node side would be better to unpack transactions on sdk side https://github.com/aeternity/aeternity/issues/4085