kucoin-universal-sdk
Version:
Official KuCoin Universal SDK.
34 lines (33 loc) • 1.72 kB
TypeScript
import * as EARN from './earn';
export declare const Earn: {
Earn: typeof EARN;
};
export declare namespace Earn {
type EarnAPI = EARN.EarnAPI;
namespace Earn {
type GetAccountHoldingItems = EARN.GetAccountHoldingItems;
type GetAccountHoldingReq = EARN.GetAccountHoldingReq;
type GetAccountHoldingResp = EARN.GetAccountHoldingResp;
type GetETHStakingProductsData = EARN.GetETHStakingProductsData;
type GetETHStakingProductsReq = EARN.GetETHStakingProductsReq;
type GetETHStakingProductsResp = EARN.GetETHStakingProductsResp;
type GetKcsStakingProductsData = EARN.GetKcsStakingProductsData;
type GetKcsStakingProductsReq = EARN.GetKcsStakingProductsReq;
type GetKcsStakingProductsResp = EARN.GetKcsStakingProductsResp;
type GetPromotionProductsData = EARN.GetPromotionProductsData;
type GetPromotionProductsReq = EARN.GetPromotionProductsReq;
type GetPromotionProductsResp = EARN.GetPromotionProductsResp;
type GetRedeemPreviewReq = EARN.GetRedeemPreviewReq;
type GetRedeemPreviewResp = EARN.GetRedeemPreviewResp;
type GetSavingsProductsData = EARN.GetSavingsProductsData;
type GetSavingsProductsReq = EARN.GetSavingsProductsReq;
type GetSavingsProductsResp = EARN.GetSavingsProductsResp;
type GetStakingProductsData = EARN.GetStakingProductsData;
type GetStakingProductsReq = EARN.GetStakingProductsReq;
type GetStakingProductsResp = EARN.GetStakingProductsResp;
type PurchaseReq = EARN.PurchaseReq;
type PurchaseResp = EARN.PurchaseResp;
type RedeemReq = EARN.RedeemReq;
type RedeemResp = EARN.RedeemResp;
}
}