func FromDecimal
FromDecimal parses a signed decimal string into a 256-bit integer.
Parameters:
- decimal: the signed decimal text, optionally prefixed with + or -
Returns:
- value: a parsed signed Int, or nil when parsing fails
- err: nil on success; otherwise an invalid-format or signed-256-bit-range error