mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-11 14:09:15 +00:00
Export missing QueryAbciResponse
This commit is contained in:
parent
b1477aced8
commit
e015f947ba
@ -108,6 +108,7 @@ export {
|
|||||||
createProtobufRpcClient,
|
createProtobufRpcClient,
|
||||||
decodeCosmosSdkDecFromProto,
|
decodeCosmosSdkDecFromProto,
|
||||||
ProtobufRpcClient,
|
ProtobufRpcClient,
|
||||||
|
QueryAbciResponse,
|
||||||
QueryClient,
|
QueryClient,
|
||||||
} from "./queryclient";
|
} from "./queryclient";
|
||||||
export {
|
export {
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
export { QueryClient } from "./queryclient";
|
export { QueryAbciResponse, QueryClient } from "./queryclient";
|
||||||
export {
|
export {
|
||||||
createPagination,
|
createPagination,
|
||||||
createProtobufRpcClient,
|
createProtobufRpcClient,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user