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