UNPKG

@melonproject/protocol

Version:

Technology Regulated and Operated Investment Funds

46 lines (45 loc) 1.04 kB
import { BigInteger } from '@melonproject/token-math'; export declare function getAllBalances(instances: any, accounts: any, fund: any, env: any): Promise<{ custodian: { dgx: BigInteger; ether: BigInteger; mln: BigInteger; weth: BigInteger; }; deployer: { dgx: BigInteger; ether: BigInteger; mln: BigInteger; weth: BigInteger; }; exchangeOwner: { dgx: BigInteger; ether: BigInteger; mln: BigInteger; weth: BigInteger; }; fund: { dgx: BigInteger; ether: BigInteger; mln: BigInteger; weth: BigInteger; }; investor: { dgx: BigInteger; ether: BigInteger; mln: BigInteger; weth: BigInteger; }; manager: { dgx: BigInteger; ether: BigInteger; mln: BigInteger; weth: BigInteger; }; worker: { dgx: BigInteger; ether: BigInteger; mln: BigInteger; weth: BigInteger; }; }>;