sdk38: Export staking interfaces from lcdapi index

This commit is contained in:
willclarktech 2020-07-22 10:29:30 +02:00
parent 8e57338e24
commit b1db53def8
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -44,6 +44,19 @@ export {
} from "./slashing";
export {
setupStakingExtension,
StakingDelegatorDelegationsResponse,
StakingDelegatorUnbondingDelegationsResponse,
StakingDelegatorTransactionsResponse,
StakingDelegatorValidatorsResponse,
StakingDelegatorValidatorResponse,
StakingDelegationResponse,
StakingUnbondingDelegationResponse,
StakingRedelegationsResponse,
StakingValidatorsResponse,
StakingValidatorResponse,
StakingValidatorDelegationsResponse,
StakingValidatorUnbondingDelegationsResponse,
StakingHistoricalInfoResponse,
StakingExtension,
StakingParametersResponse,
StakingPoolResponse,