cosmwasm-stargate: Add index.ts

This commit is contained in:
willclarktech
2020-12-15 12:17:10 +00:00
parent 4b60663033
commit 9055623d26
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
export * as codec from "./codec";
export { CosmWasmClient } from "./cosmwasmclient";
export { SigningCosmWasmClient, SigningCosmWasmClientOptions } from "./signingcosmwasmclient";
+3
View File
@@ -0,0 +1,3 @@
export * as codec from "./codec";
export { CosmWasmClient } from "./cosmwasmclient";
export { SigningCosmWasmClient, SigningCosmWasmClientOptions } from "./signingcosmwasmclient";