export cosmwasm instruction (#744)

This commit is contained in:
Dev Kalra 2023-04-05 16:10:20 +05:30 committed by GitHub
parent cb44e15f33
commit bbdd98fa06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ export {
SetValidPeriodInstruction,
RequestGovernanceDataSourceTransferInstruction,
AuthorizeGovernanceDataSourceTransferInstruction,
CosmwasmUpgradeContractInstruction,
Instruction,
} from "./instructions";