Merge pull request #623 from cosmos/export-amino-types-cosmwasm-stargate

Export cosmWasmTypes from cosmwasm-stargate
This commit is contained in:
Simon Warta
2021-01-20 14:11:14 +01:00
committed by GitHub
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";