Add missing re-exports Attribute, DeliverTxResponse, Event, IndexedTx
This commit is contained in:
parent
f2cfb3136a
commit
5242771343
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user