launchpad: Export all types for staking extension

This commit is contained in:
willclarktech 2020-10-07 12:38:14 +02:00
parent 864f3d2372
commit 088a3a6506
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
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,