UNPKG

baluni-api

Version:
5 lines (4 loc) 339 B
import { BigNumber } from 'ethers'; export declare function accuredYearnInterest(pool: string, receiver: string, chainId: number): Promise<BigNumber>; export declare function previewWithdraw(pool: string, receiver: string, chainId: number): Promise<any>; export declare function getVaultAsset(pool: string, chainId: number): Promise<any>;