Skip to content

Commit

Permalink
Merge pull request #1301 from CosmWasm/expose-delegation-response
Browse files Browse the repository at this point in the history
Export DelegationResponse from cosmwasm-std/lib.rs
  • Loading branch information
webmaster128 authored May 11, 2022
2 parents e468d58 + cda75f4 commit 7ee0518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ pub use crate::query::{
};
#[cfg(feature = "staking")]
pub use crate::query::{
AllDelegationsResponse, AllValidatorsResponse, BondedDenomResponse, Delegation, FullDelegation,
StakingQuery, Validator, ValidatorResponse,
AllDelegationsResponse, AllValidatorsResponse, BondedDenomResponse, Delegation,
DelegationResponse, FullDelegation, StakingQuery, Validator, ValidatorResponse,
};
#[cfg(feature = "stargate")]
pub use crate::query::{ChannelResponse, IbcQuery, ListChannelsResponse, PortIdResponse};
Expand Down

0 comments on commit 7ee0518

Please sign in to comment.