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?
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 thed
object that simply decodes an Esdt value?Closes #190