Skip to content

Commit

Permalink
Add query responses for client impl and type
Browse files Browse the repository at this point in the history
  • Loading branch information
adairrr committed Feb 20, 2025
1 parent 7eeb95c commit 3aa171a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cosmwasm/ibc-union/core/msg/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ pub enum QueryMsg {
GetBatchPackets { channel_id: u32, batch_hash: H256 },
#[cfg_attr(feature = "cw-orch-interface", returns(Option<Vec<u8>>))]
GetBatchReceipts { channel_id: u32, batch_hash: H256 },
#[cfg_attr(feature = "cw-orch-interface", returns(cosmwasm_std::Addr))]
GetClientImpl { client_id: u32 },
#[cfg_attr(feature = "cw-orch-interface", returns(cosmwasm_std::Addr))]
GetRegisteredClientType { client_type: String },
}

0 comments on commit 3aa171a

Please sign in to comment.