cosmwasm: Export Cw3CosmWasmClient etc

This commit is contained in:
willclarktech
2020-11-18 13:39:26 +01:00
parent f90cf793ba
commit 2ef2dd891b
2 changed files with 24 additions and 0 deletions
+12
View File
@@ -16,6 +16,18 @@ export {
SearchTxQuery,
SearchTxFilter,
} from "./cosmwasmclient";
export {
Cw3CosmWasmClient,
Expiration,
ProposalResult,
ProposalsResult,
ThresholdResult,
Vote,
VoteResult,
VotesResult,
VoterResult,
VotersResult,
} from "./cw3cosmwasmclient";
export {
ExecuteResult,
CosmWasmFeeTable,
+12
View File
@@ -16,6 +16,18 @@ export {
SearchTxQuery,
SearchTxFilter,
} from "./cosmwasmclient";
export {
Cw3CosmWasmClient,
Expiration,
ProposalResult,
ProposalsResult,
ThresholdResult,
Vote,
VoteResult,
VotesResult,
VoterResult,
VotersResult,
} from "./cw3cosmwasmclient";
export {
ExecuteResult,
CosmWasmFeeTable,