cosmwasm-stargate: Add index.ts
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export * as codec from "./codec";
|
||||
export { CosmWasmClient } from "./cosmwasmclient";
|
||||
export { SigningCosmWasmClient, SigningCosmWasmClientOptions } from "./signingcosmwasmclient";
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
export * as codec from "./codec";
|
||||
export { CosmWasmClient } from "./cosmwasmclient";
|
||||
export { SigningCosmWasmClient, SigningCosmWasmClientOptions } from "./signingcosmwasmclient";
|
||||
Reference in New Issue
Block a user