pub type RawCoin = Coin<String>;
pub struct RawCoin { pub denom: String, pub amount: Amount, }
denom: String
Denomination
amount: Amount
Amount