pub type PrefixedCoin = Coin<PrefixedDenom>;
Expand description

A Coin type with fully qualified PrefixedDenom.

Aliased Type§

struct PrefixedCoin {
    pub denom: PrefixedDenom,
    pub amount: Amount,
}

Fields§

§denom: PrefixedDenom

Denomination

§amount: Amount

Amount