We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
TypeUrl
1 parent c807d01 commit ca4cc5eCopy full SHA for ca4cc5e
crates/ibc-types-domain-type/src/lib.rs
@@ -10,10 +10,6 @@ extern crate std;
10
mod prelude;
11
use prelude::*;
12
13
-pub trait TypeUrl {
14
- const TYPE_URL: &'static str;
15
-}
16
-
17
/// A marker type that captures the relationships between a domain type (`Self`) and a protobuf type (`Self::Proto`).
18
pub trait DomainType
19
where
0 commit comments