UNPKG

@solace-fi/sdk-nightly

Version:

Note - Unstable nightly build, documentation not up-to-date for nightly build

34 lines (33 loc) 1 kB
export declare class UnderwritingPoolBalances { getBalances_Mainnet(rpcUrl?: string): Promise<{ token: string; amount: string; }[]>; getBalances_Polygon(rpcUrl?: string): Promise<{ token: string; amount: string; }[]>; getBalances_Aurora(rpcUrl?: string): Promise<{ token: string; amount: string; }[]>; getBalances_Fantom(rpcUrl?: string): Promise<{ token: string; amount: string; }[]>; } export declare class UnderwritingPoolUSDBalances { getUSDBalances_Mainnet(rpcUrl?: string): Promise<any>; getUSDBalances_Polygon(rpcUrl?: string): Promise<any>; getUSDBalances_Aurora(rpcUrl?: string): Promise<any>; getUSDBalances_Fantom(rpcUrl?: string): Promise<any>; getUSDBalances_All(rpcUrlMapping?: { [chain: number]: string; }): Promise<{ 1: any; 137: any; 250: any; 1313161554: any; total: any; }>; }