[][src]Module cosmos_tx::decimal

Decimal type with equivalent semantics to the Cosmos sdk.Dec type.

Structs

Decimal

Decimal type which follows Cosmos Cosmos sdk.Dec conventions.

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