cosmwasm: Export Cw3CosmWasmClient etc

This commit is contained in:
willclarktech 2020-11-18 13:39:13 +01:00
parent f90cf793ba
commit 2ef2dd891b
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 24 additions and 0 deletions

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,

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,