tendermint-rpc: Adjust exports
This commit is contained in:
parent
1e8df0f7bc
commit
3bcdd03dcc
@ -20,10 +20,8 @@ export {
|
||||
ValidatorSecp256k1Pubkey,
|
||||
ValidatorPubkey,
|
||||
} from "./types";
|
||||
export * as tendermint33 from "./tendermint33";
|
||||
export {
|
||||
adaptor33,
|
||||
adaptor34,
|
||||
Adaptor,
|
||||
Tendermint33Client,
|
||||
AbciInfoResponse,
|
||||
AbciQueryResponse,
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user