I don't have any reason to believe we're doing something wrong, but I came across something the other day that led me to believe that sometimes 0x0 is expected or returned for either BigNumber or HexString. If we need to deal with this as a HexString, we will fail because HexString parsers enforce that the number of characters must be even.
I don't have any reason to believe we're doing something wrong, but I came across something the other day that led me to believe that sometimes
0x0
is expected or returned for eitherBigNumber
orHexString
. If we need to deal with this as a HexString, we will fail becauseHexString
parsers enforce that the number of characters must be even.