cosm-orc 0.5.7

Cosmwasm smart contract orchestration and gas profiling library
Documentation
1
2
3
pub fn type_name<T>(_: &T) -> String {
    std::any::type_name::<T>().to_string()
}