Skip to content

Commit

Permalink
Add more type names
Browse files Browse the repository at this point in the history
  • Loading branch information
penso committed Jan 16, 2024
1 parent b8a90fc commit 377dccd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions cosmos-sdk-proto/src/type_names.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,27 @@ macro_rules! impl_name {
};
}

impl_name!(
ibc::core::connection::v1::MsgConnectionOpenInit,
"ibc.core.connection.v1",
"MsgConnectionOpenInit"
);
impl_name!(
ibc::core::connection::v1::MsgConnectionOpenAck,
"ibc.core.connection.v1",
"MsgConnectionOpenAck"
);
impl_name!(
ibc::core::connection::v1::MsgConnectionOpenConfirm,
"ibc.core.connection.v1",
"MsgConnectionOpenConfirm"
);
impl_name!(
ibc::core::channel::v1::MsgChannelOpenInit,
"ibc.core.channel.v1",
"MsgChannelOpenInit"
);

impl_name!(
ibc::core::client::v1::ClientUpdateProposal,
"ibc.core.client.v1",
Expand Down

0 comments on commit 377dccd

Please sign in to comment.