cosmwasm-stargate: Export cosmWasmTypes

This commit is contained in:
willclarktech
2021-01-20 11:41:34 +00:00
parent d0833a34f4
commit 7fdbae79b4
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
export * as codec from "./codec";
export { cosmWasmTypes } from "./aminotypes";
export { CosmWasmClient } from "./cosmwasmclient";
export { SigningCosmWasmClient, SigningCosmWasmClientOptions } from "./signingcosmwasmclient";
+1
View File
@@ -1,3 +1,4 @@
export * as codec from "./codec";
export { cosmWasmTypes } from "./aminotypes";
export { CosmWasmClient } from "./cosmwasmclient";
export { SigningCosmWasmClient, SigningCosmWasmClientOptions } from "./signingcosmwasmclient";