Skip to content

Commit b0de3b8

Browse files
authored
Merge pull request #2021 from CosmWasm/make-grpc-query-public
Made `GrpcQuery` public
2 parents 7533a21 + 3d2dabf commit b0de3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/std/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub use crate::query::{
8383
ContractInfoResponse, CustomQuery, DecCoin, Delegation, DelegationResponse,
8484
DelegationRewardsResponse, DelegationTotalRewardsResponse, DelegatorReward,
8585
DelegatorValidatorsResponse, DelegatorWithdrawAddressResponse, DenomMetadataResponse,
86-
DistributionQuery, FullDelegation, IbcQuery, ListChannelsResponse, PortIdResponse,
86+
DistributionQuery, FullDelegation, GrpcQuery, IbcQuery, ListChannelsResponse, PortIdResponse,
8787
QueryRequest, StakingQuery, SupplyResponse, Validator, ValidatorResponse, WasmQuery,
8888
};
8989
#[cfg(all(feature = "stargate", feature = "cosmwasm_1_2"))]

0 commit comments

Comments
 (0)