Add missing re-exports Attribute, DeliverTxResponse, Event, IndexedTx

This commit is contained in:
Simon Warta 2022-10-24 23:42:14 +02:00
parent f2cfb3136a
commit 5242771343

View File

@ -32,4 +32,5 @@ export {
} from "./signingcosmwasmclient";
// Re-exported because this is part of the CosmWasmClient/SigningCosmWasmClient APIs
export { Attribute, DeliverTxResponse, Event, IndexedTx } from "@cosmjs/stargate";
export { HttpEndpoint } from "@cosmjs/tendermint-rpc";