When using ",string" in JSON struct tag, value is first unmarshaled to a numeric value (float64 in our case), then to our real type via `UnmarshalJSON()`, which can lead to rounding errors.
Safe
Comply()
Fixed8
NewAccountFromPrivateKey()