Module deep_space::decimal
source · [−]Expand description
Decimal type with equivalent semantics to the Cosmos sdk.Dec type.
Imported from github.com/cosmos/cosmos-rust
Structs
Decimal type which follows Cosmos Cosmos sdk.Dec conventions.
Enums
Constants
Maximum value of the decimal part of an sdk.Dec
Number of decimal places required by an sdk.Dec
See: https://github.com/cosmos/cosmos-sdk/blob/018915b/types/decimal.go#L23