Expand description
Big number types represented as strings.
These types are simple string wrappers that allow users to parse and format big numbers using their preferred library.
Structs§
- BigDecimal
- A big decimal represented as a string.
- BigInteger
- A BigInteger represented as a string.
Enums§
- BigNumber
Error - Error type for BigInteger and BigDecimal parsing.