Hello,
When I do a transaction with erdjs with a .pem the Smart Contract Results are complete while with the app-core a result is missing.
tx with dapp-core
https://devnet-explorer.elrond.com/transactions/97e91ddba6cec12dea94ac1a762660eaabe855c56aff8180391f65b39c592799
tx with erdjs:
https://devnet-explorer.elrond.com/transactions/eccb56c42e0a004623e3f37f016fe61e06530a1e43a24366b08eaba8f5492c96
Any idea?
I would suggest you to use erdjs 10 to parse the results :)
Because in the dapp-core example the results are written in the writeLog event which erdjs can parse :)
I would suggest you to use erdjs 10 to parse the results :) Because in the dapp-core example the results are written in the writeLog event which erdjs can parse :)