cosmwasm: Export Cw1CosmWasmClient

This commit is contained in:
willclarktech 2020-11-26 17:35:23 +00:00
parent 43b8c154db
commit aff7fc5095
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ export {
SearchTxQuery,
SearchTxFilter,
} from "./cosmwasmclient";
export { Cw1CosmWasmClient } from "./cw1cosmwasmclient";
export {
Cw3CosmWasmClient,
Expiration,

View File

@ -17,6 +17,7 @@ export {
SearchTxQuery,
SearchTxFilter,
} from "./cosmwasmclient";
export { Cw1CosmWasmClient } from "./cw1cosmwasmclient";
export {
Cw3CosmWasmClient,
Expiration,