Module decimal

Module decimal 

Source
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.Dec conventions.

Enums§

DecimalError

Constants§

FRACTIONAL_DIGITS_MAX
Maximum value of the decimal part of an sdk.Dec
PRECISION
Number of decimal places required by an sdk.Dec See: https://github.com/cosmos/cosmos-sdk/blob/018915b/types/decimal.go#L23