Expand description
Decimal type with equivalent semantics to the Cosmos sdk.Dec type.
Imported from github.com/cosmos/cosmos-rust
Structs§
- Decimal
- Decimal type which follows Cosmos Cosmos
sdk.Decconventions.
Enums§
Constants§
- FRACTIONAL_
DIGITS_ MAX - Maximum value of the decimal part of an
sdk.Dec - PRECISION
- Number of decimal places required by an
sdk.DecSee: https://github.com/cosmos/cosmos-sdk/blob/018915b/types/decimal.go#L23