pub fn parse_big_uint(value: &str) -> Result<Bytes, CoreError>Expand description
Parses an unsigned integer string into the Go BigIntCaster wire format.
This is the unsigned subset used by transaction value fields and similar amount-like values.
Accepted formats:
- Decimal:
"12345" - Hex:
"0x3039"