gowaves
gowaves copied to clipboard
Add support of custom header in API.
In this moment in Go node missing support of custom header large-significand-format=string. If this header will be used, all numbers that can exceed limit MAX_SAFE_INTEGER (2^53 – 1) would be encode in string data type.