arda-org / xSuite

🛠️ Init, Build, Test, Deploy MultiversX smart contracts in seconds. The full suite for efficiently developing high-quality contracts.
https://xsuite.dev
MIT License
13 stars 4 forks source link

Add key encoders #195

Closed nvergez closed 3 months ago

nvergez commented 3 months ago

The main reason we added those encoders is for the use of Proxy.getAccountValue().

In the case of a Mapper value, its totally fine for the user to use d to decode the returned value. But what if he is trying to get an Esdt value? Maybe we should add a decoder in the d object that simply decodes an Esdt value?

Closes #190