Merge pull request #449 from CosmWasm/448-launchpad-exports

Export launchpad staking extension types
This commit is contained in:
mergify[bot] 2020-10-07 10:45:29 +00:00 committed by GitHub
commit 59f7445c2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

View File

@ -81,6 +81,19 @@ export {
SlashingParametersResponse,
SlashingSigningInfosResponse,
StakingExtension,
StakingDelegatorDelegationsResponse,
StakingDelegatorUnbondingDelegationsResponse,
StakingDelegatorTransactionsResponse,
StakingDelegatorValidatorsResponse,
StakingDelegatorValidatorResponse,
StakingDelegationResponse,
StakingUnbondingDelegationResponse,
StakingRedelegationsResponse,
StakingValidatorsResponse,
StakingValidatorResponse,
StakingValidatorDelegationsResponse,
StakingValidatorUnbondingDelegationsResponse,
StakingHistoricalInfoResponse,
StakingParametersResponse,
StakingPoolResponse,
SupplyExtension,

View File

@ -79,6 +79,19 @@ export {
SlashingParametersResponse,
SlashingSigningInfosResponse,
StakingExtension,
StakingDelegatorDelegationsResponse,
StakingDelegatorUnbondingDelegationsResponse,
StakingDelegatorTransactionsResponse,
StakingDelegatorValidatorsResponse,
StakingDelegatorValidatorResponse,
StakingDelegationResponse,
StakingUnbondingDelegationResponse,
StakingRedelegationsResponse,
StakingValidatorsResponse,
StakingValidatorResponse,
StakingValidatorDelegationsResponse,
StakingValidatorUnbondingDelegationsResponse,
StakingHistoricalInfoResponse,
StakingParametersResponse,
StakingPoolResponse,
SupplyExtension,