Currently, due to some problem with Serde, all states are treated as a string, no matter if they're numbers. The problem is Zilliqa sever sends numbers as strings and Serde doesn't implecitely convert that to number. For the sake of simplicity, we don't convert them to numbers for now.
The main issue is where we have a map of string->number.
Currently, due to some problem with Serde, all states are treated as a string, no matter if they're numbers. The problem is Zilliqa sever sends numbers as strings and Serde doesn't implecitely convert that to number. For the sake of simplicity, we don't convert them to numbers for now.
The main issue is where we have a map of string->number.