Skip to content

Commit

Permalink
ibc-types-domain-type: remove TypeUrl trait definition (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Nov 27, 2023
1 parent c807d01 commit ca4cc5e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/ibc-types-domain-type/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ extern crate std;
mod prelude;
use prelude::*;

pub trait TypeUrl {
const TYPE_URL: &'static str;
}

/// A marker type that captures the relationships between a domain type (`Self`) and a protobuf type (`Self::Proto`).
pub trait DomainType
where
Expand Down

0 comments on commit ca4cc5e

Please sign in to comment.