Documentation
¶
Index ¶
- func MulDec(coins sdk.Coins, num osmomath.Dec) sdk.Coins
- func MulDecMut(coins sdk.Coins, num osmomath.Dec)
- func MulInt(coins sdk.Coins, num osmomath.Int) sdk.Coins
- func MulIntMut(coins sdk.Coins, num osmomath.Int)
- func MulRaw(coins sdk.Coins, num int64) sdk.Coins
- func MulRawMut(coins sdk.Coins, num int64) sdk.Coins
- func QuoDec(coins sdk.Coins, num osmomath.Dec) sdk.Coins
- func QuoDecMut(coins sdk.Coins, num osmomath.Dec)
- func QuoInt(coins sdk.Coins, num osmomath.Int) sdk.Coins
- func QuoIntMut(coins sdk.Coins, num osmomath.Int)
- func QuoRaw(coins sdk.Coins, num int64) sdk.Coins
- func QuoRawMut(coins sdk.Coins, num int64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MulDec ¶
MulDec multiplies the coins by the given decimal Does not mutate the input coins and returns new coins.
func MulInt ¶
MulInt multiplies the coins by the given integer Does not mutate the input coins and returns new coins.
func MulRaw ¶
MulRaw multiplies the coins by the given integer Does not mutate the input coins and returns new coins.
func QuoDec ¶
QuoDec divides the coins by the given integer Does not mutate the input coins and returns new coins.
func QuoInt ¶
QuoInt divides the coins by the given integer Does not mutate the input coins and returns new coins.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.