baluni-api
Version:
Api for baluni-cli
5 lines (4 loc) • 339 B
TypeScript
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>;