Open
Description
Issue Description
The Native Amount field of the Amount type is represented as a string in the json format, but numbers are also handled as a valid format.
Steps to Reproduce
const Hook = () =>{
trace("data", sto_from_json({ Balance: 123 }), false)
accept("", 0)
}
Expected Result
-7
(INVALID_ARGUMENT)
Actual Result
[98,64,0,0,0,0,0,0,123]