Skip to content

Commit

Permalink
Add missing re-exports Attribute, DeliverTxResponse, Event, IndexedTx
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Oct 24, 2022
1 parent f2cfb31 commit 5242771
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cosmwasm-stargate/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

0 comments on commit 5242771

Please sign in to comment.