aepp-sdk-js icon indicating copy to clipboard operation
aepp-sdk-js copied to clipboard

TxInfo included twice in `deployInfo`

Open davidyuk opened this issue 3 years ago • 1 comments

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

davidyuk avatar Dec 24 '21 15:12 davidyuk

Instead of returning transactions unpacked on node side would be better to unpack transactions on sdk side https://github.com/aeternity/aeternity/issues/4085

davidyuk avatar Feb 10 '23 06:02 davidyuk