@melonproject/protocol
Version:
Technology Regulated and Operated Investment Funds
5 lines (4 loc) • 309 B
TypeScript
import { Address, QuantityInterface } from '@melonproject/token-math';
import { Environment } from '../../../../utils/environment/Environment';
declare const ensureSufficientBalance: (environment: Environment, minBalance: QuantityInterface, who: Address) => Promise<void>;
export { ensureSufficientBalance };