You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The class Schema deserializes Michelson corresponding to a map with nat key and nat value as Michelson<string, BigNumber>. However, nat is usually deserialized to BigNumber so it should be Michelson<BigNumber, BigNumber>.
Steps To Reproduce
Steps to reproduce the behavior:
Description
The class
Schema
deserializes Michelson corresponding to amap
withnat
key andnat
value asMichelson<string, BigNumber>
. However,nat
is usually deserialized toBigNumber
so it should beMichelson<BigNumber, BigNumber>
.Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should output:
The text was updated successfully, but these errors were encountered: