Trait cosm_utils::chain::TypeUrl
pub trait TypeUrl: Message {
const TYPE_URL: &'static str;
}Expand description
Associate a type URL with a given proto.
pub trait TypeUrl: Message {
const TYPE_URL: &'static str;
}Associate a type URL with a given proto.