Function diem_sdk::types::account_config::coin_name
pub fn coin_name(t: &TypeTag) -> Option<String>
Expand description
Return Some(struct_name)
if t
is a StructTag
representing one of the current Diem coin
types (XDX, XUS), None
otherwise.