tendermint-rpc: Adjust exports

This commit is contained in:
willclarktech 2021-06-08 16:34:17 +02:00
parent 1e8df0f7bc
commit 3bcdd03dcc
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 4 additions and 5 deletions

View File

@ -20,10 +20,8 @@ export {
ValidatorSecp256k1Pubkey,
ValidatorPubkey,
} from "./types";
export * as tendermint33 from "./tendermint33";
export {
adaptor33,
adaptor34,
Adaptor,
Tendermint33Client,
AbciInfoResponse,
AbciQueryResponse,

View File

@ -1,5 +1,6 @@
export { adaptor33, adaptor34 } from "./adaptors";
export { Adaptor } from "./adaptor";
// Note: all exports in this module are public available via
// `import { tendermint33 } from "@cosmjs/tendermint-rpc"`
export { Tendermint33Client } from "./tendermint33client";
export {
AbciInfoRequest,